Skip to content

Commit

Permalink
Update license date
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaobo Tian <[email protected]>
  • Loading branch information
peterwillcn authored and Yan Mingzhi committed Mar 2, 2020
1 parent 08a93e0 commit cabab2c
Show file tree
Hide file tree
Showing 470 changed files with 778 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .header.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"UseDefaultExcludes": true,
"Properties": {
"Year": "2017-2019",
"Year": "2017-2020",
"Owner": "The Elastos Foundation"
}
}
2 changes: 1 addition & 1 deletion account/account.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
4 changes: 2 additions & 2 deletions account/client.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package account

Expand Down
2 changes: 1 addition & 1 deletion account/common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
2 changes: 1 addition & 1 deletion account/fileStore.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
2 changes: 1 addition & 1 deletion auxpow/auxpow.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
4 changes: 2 additions & 2 deletions auxpow/auxpow_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package auxpow

Expand Down
2 changes: 1 addition & 1 deletion auxpow/btcfaker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
2 changes: 1 addition & 1 deletion auxpow/btcheader.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
2 changes: 1 addition & 1 deletion auxpow/btctx.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/cli/flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package cli

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/tx/fixamontassigner.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package tx

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/tx/interface.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package tx

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/tx/nochangesevenassigner.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package tx

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/tx/transferasset.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package tx

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/utils/random.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package utils

import "crypto/rand"
Expand Down
5 changes: 5 additions & 0 deletions benchmark/common/utils/sign.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package utils

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/process/runtoheight_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package process

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/process/singleblock_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

// Copyright (c) 2017-2019 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
Expand Down
5 changes: 5 additions & 0 deletions benchmark/profile/cpu.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package profile

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/profile/gc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package profile

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/profile/profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package profile

import "os"
Expand Down
5 changes: 5 additions & 0 deletions benchmark/profile/trace.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package profile

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/special/serialize_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package special

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/sync/synctobestheight_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package sync

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/datagen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/params.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/params_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/txrepository.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/txrepository_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/chain/utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package chain

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/generator/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package main

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/inputcounter/calculator/calculator.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package calculator

import "errors"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package calculator

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/inputcounter/calculator/singleinputoutput.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package calculator

import (
Expand Down
5 changes: 5 additions & 0 deletions benchmark/tools/inputcounter/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

package main

import (
Expand Down
4 changes: 2 additions & 2 deletions blockchain/blockchain.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
4 changes: 2 additions & 2 deletions blockchain/blockindex.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

// Copyright (c) 2013-2016 The btcsuite developers
// Copyright (c) 2017-2019 The Elastos Foundation
Expand Down
4 changes: 2 additions & 2 deletions blockchain/blockvalidator.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
4 changes: 2 additions & 2 deletions blockchain/blockvalidator_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
5 changes: 5 additions & 0 deletions blockchain/chainio.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//

// Copyright (c) 2013-2016 The btcsuite developers
// Copyright (c) 2017-2019 Elastos Foundation
// Use of this source code is governed by an MIT
Expand Down
4 changes: 2 additions & 2 deletions blockchain/chainstore.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
4 changes: 2 additions & 2 deletions blockchain/chainstore_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
4 changes: 2 additions & 2 deletions blockchain/chainstoreffldb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
2 changes: 1 addition & 1 deletion blockchain/confirmvalidator.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
Expand Down
4 changes: 2 additions & 2 deletions blockchain/confirmvalidator_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2017-2019 The Elastos Foundation
// Copyright (c) 2017-2020 The Elastos Foundation
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
//
//

package blockchain

Expand Down
Loading

0 comments on commit cabab2c

Please sign in to comment.