diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.go | 2 | ||||
-rw-r--r-- | tests/block_test_util.go | 2 | ||||
-rw-r--r-- | tests/init.go | 2 | ||||
-rw-r--r-- | tests/rlp_test.go | 2 | ||||
-rw-r--r-- | tests/rlp_test_util.go | 2 | ||||
-rw-r--r-- | tests/state_test.go | 2 | ||||
-rw-r--r-- | tests/state_test_util.go | 2 | ||||
-rw-r--r-- | tests/transaction_test.go | 2 | ||||
-rw-r--r-- | tests/transaction_test_util.go | 2 | ||||
-rw-r--r-- | tests/util.go | 2 | ||||
-rw-r--r-- | tests/vm_test.go | 2 | ||||
-rw-r--r-- | tests/vm_test_util.go | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 40a210a3e..f80e1f377 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. |