aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-24 00:35:11 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-28 20:02:23 +0800
commitcea2c0eedf94f1fc3e935693f8fbed310229c25b (patch)
tree21d42e809ed0911309f4d03e4f957f11993053e4 /tests
parentb738172dccc61449d0240b2e9072109d3b77e2dc (diff)
downloadgo-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar.gz
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar.bz2
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar.lz
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar.xz
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.tar.zst
go-tangerine-cea2c0eedf94f1fc3e935693f8fbed310229c25b.zip
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a. Conflicts: common/config.go
Diffstat (limited to 'tests')
-rw-r--r--tests/block_test.go2
-rw-r--r--tests/block_test_util.go2
-rw-r--r--tests/init.go2
-rw-r--r--tests/rlp_test.go2
-rw-r--r--tests/rlp_test_util.go2
-rw-r--r--tests/state_test.go2
-rw-r--r--tests/state_test_util.go2
-rw-r--r--tests/transaction_test.go2
-rw-r--r--tests/transaction_test_util.go2
-rw-r--r--tests/util.go2
-rw-r--r--tests/vm_test.go2
-rw-r--r--tests/vm_test_util.go2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index 5019b758d..6bb123184 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/block_test_util.go b/tests/block_test_util.go
index 9a964bb92..42e4383d1 100644
--- a/tests/block_test_util.go
+++ b/tests/block_test_util.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/init.go b/tests/init.go
index d372ead25..3f8b8c684 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -1,7 +1,7 @@
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/rlp_test.go b/tests/rlp_test.go
index 35461813b..2469ce0db 100644
--- a/tests/rlp_test.go
+++ b/tests/rlp_test.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/rlp_test_util.go b/tests/rlp_test_util.go
index 3c8028b82..ac53a4f52 100644
--- a/tests/rlp_test_util.go
+++ b/tests/rlp_test_util.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/state_test.go b/tests/state_test.go
index 15c5967e4..1684614df 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/state_test_util.go b/tests/state_test_util.go
index 1195fa5e0..7086de389 100644
--- a/tests/state_test_util.go
+++ b/tests/state_test_util.go
@@ -1,7 +1,7 @@
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/transaction_test.go b/tests/transaction_test.go
index bfe085ffe..f1dfbd0a7 100644
--- a/tests/transaction_test.go
+++ b/tests/transaction_test.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go
index b20ae6089..09511acb7 100644
--- a/tests/transaction_test_util.go
+++ b/tests/transaction_test_util.go
@@ -1,7 +1,7 @@
// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/util.go b/tests/util.go
index 88341cffd..6ee1a42db 100644
--- a/tests/util.go
+++ b/tests/util.go
@@ -1,7 +1,7 @@
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/vm_test.go b/tests/vm_test.go
index f80e50592..3674ed440 100644
--- a/tests/vm_test.go
+++ b/tests/vm_test.go
@@ -1,7 +1,7 @@
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go
index 126073a70..e63a92558 100644
--- a/tests/vm_test_util.go
+++ b/tests/vm_test_util.go
@@ -1,7 +1,7 @@
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
-// go-ethereum is free software: you can redistribute it and/or modify
+// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.