diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-02-14 20:49:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 20:49:11 +0800 |
commit | a5c0bbb4f4c321c355637ef57fff807857128c6b (patch) | |
tree | 58d16509a163d44d50d9b544b20910f596e4bd5b /tests | |
parent | 0544a43c1332871405b260432db4bfe6a591feee (diff) | |
download | dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip |
all: update license information (#16089)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/difficulty_test.go | 1 | ||||
-rw-r--r-- | tests/difficulty_test_util.go | 1 | ||||
-rw-r--r-- | tests/init.go | 2 | ||||
-rw-r--r-- | tests/init_test.go | 2 | ||||
-rw-r--r-- | tests/state_test.go | 2 | ||||
-rw-r--r-- | tests/state_test_util.go | 2 |
6 files changed, 4 insertions, 6 deletions
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index a449b1cfa..600637300 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -13,7 +13,6 @@ // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. -// package tests diff --git a/tests/difficulty_test_util.go b/tests/difficulty_test_util.go index 754147793..00d699cf7 100644 --- a/tests/difficulty_test_util.go +++ b/tests/difficulty_test_util.go @@ -13,7 +13,6 @@ // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. -// package tests diff --git a/tests/init.go b/tests/init.go index 9e884efe3..ff8ee7da1 100644 --- a/tests/init.go +++ b/tests/init.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify diff --git a/tests/init_test.go b/tests/init_test.go index ebb0d32c3..fbb214b08 100644 --- a/tests/init_test.go +++ b/tests/init_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2017 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify diff --git a/tests/state_test.go b/tests/state_test.go index 100c776c1..9ca5f1830 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify diff --git a/tests/state_test_util.go b/tests/state_test_util.go index 18280d2a4..3b761bd77 100644 --- a/tests/state_test_util.go +++ b/tests/state_test_util.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify |