Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1250
Add license header to all source files. Fix
#1217
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add license header to all source files. Fix
#1217
ewoken/duniter:add-license-header
into
add-license-header
Overview
0
Commits
1
Pipelines
0
Changes
297
Merged
Éloïs
requested to merge
ewoken/duniter:add-license-header
into
add-license-header
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
297
Expand
0
0
Merge request reports
Compare
add-license-header
add-license-header (base)
and
latest version
latest version
703ffdbc
1 commit,
7 years ago
297 files
+
3861
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
297
Search (e.g. *.vue) (Ctrl+P)
app/lib/blockchain/interfaces/BlockchainOperator.ts
+
13
−
0
Options
// Source file from duniter: Crypto-currency software to manage libre currency such as Ğ1
// Copyright (C) 2018 Cedric Moreau <cem.moreau@gmail.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
"
use strict
"
"
use strict
"
export
interface
BlockchainOperator
{
export
interface
BlockchainOperator
{
Loading