diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-28 19:29:42 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-28 19:29:42 +0800 |
commit | 1fad8798ec043b9b829caea96dd7a2c5e7b1ed36 (patch) | |
tree | 8ff1d0588ec33c9d3d2f0a031fe92daa33fb8c14 /accounts | |
parent | 572e78cee056951c12cfc1c941b48b0fcc1ed6ed (diff) | |
parent | cd657b98780a74d08c110291dcf8d1183b64be15 (diff) | |
download | dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.gz dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.bz2 dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.lz dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.xz dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.zst dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.zip |
Merge pull request #1515 from fjl/license-fixes
all: fix license headers one more time
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/abi/abi.go | 2 | ||||
-rw-r--r-- | accounts/abi/abi_test.go | 2 | ||||
-rw-r--r-- | accounts/abi/doc.go | 2 | ||||
-rw-r--r-- | accounts/abi/numbers.go | 2 | ||||
-rw-r--r-- | accounts/abi/numbers_test.go | 2 | ||||
-rw-r--r-- | accounts/abi/type.go | 2 | ||||
-rw-r--r-- | accounts/account_manager.go | 2 | ||||
-rw-r--r-- | accounts/accounts_test.go | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go index c31127cb3..de3128902 100644 --- a/accounts/abi/abi.go +++ b/accounts/abi/abi.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/accounts/abi/abi_test.go b/accounts/abi/abi_test.go index 8c08c6a74..7706de05d 100644 --- a/accounts/abi/abi_test.go +++ b/accounts/abi/abi_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/accounts/abi/doc.go b/accounts/abi/doc.go index 8e47ce674..824206858 100644 --- a/accounts/abi/doc.go +++ b/accounts/abi/doc.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/accounts/abi/numbers.go b/accounts/abi/numbers.go index 23ec2020e..2a7049425 100644 --- a/accounts/abi/numbers.go +++ b/accounts/abi/numbers.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/accounts/abi/numbers_test.go b/accounts/abi/numbers_test.go index 4beb5204a..78dc57543 100644 --- a/accounts/abi/numbers_test.go +++ b/accounts/abi/numbers_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/accounts/abi/type.go b/accounts/abi/type.go index c3f1968d9..b16822d3b 100644 --- a/accounts/abi/type.go +++ b/accounts/abi/type.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/accounts/account_manager.go b/accounts/account_manager.go index 9a7d8397f..2781be656 100644 --- a/accounts/account_manager.go +++ b/accounts/account_manager.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/accounts/accounts_test.go b/accounts/accounts_test.go index 94c2489fd..02a255f3e 100644 --- a/accounts/accounts_test.go +++ b/accounts/accounts_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. |