diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-24 00:35:11 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-24 00:35:11 +0800 |
commit | bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 (patch) | |
tree | acefef19e7366d49d30665a1574411fd717b6c84 /event/filter | |
parent | 0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff) | |
download | go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.gz go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.zst go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.zip |
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
Diffstat (limited to 'event/filter')
-rw-r--r-- | event/filter/eth_filter.go | 2 | ||||
-rw-r--r-- | event/filter/filter.go | 2 | ||||
-rw-r--r-- | event/filter/filter_test.go | 2 | ||||
-rw-r--r-- | event/filter/generic_filter.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/event/filter/eth_filter.go b/event/filter/eth_filter.go index 7f7b3a909..6f61e2b60 100644 --- a/event/filter/eth_filter.go +++ b/event/filter/eth_filter.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/event/filter/filter.go b/event/filter/filter.go index 7f07194b5..b1fbf30ee 100644 --- a/event/filter/filter.go +++ b/event/filter/filter.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/event/filter/filter_test.go b/event/filter/filter_test.go index fbf088145..0cd26bfc9 100644 --- a/event/filter/filter_test.go +++ b/event/filter/filter_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/event/filter/generic_filter.go b/event/filter/generic_filter.go index 3193bb75e..27f35920d 100644 --- a/event/filter/generic_filter.go +++ b/event/filter/generic_filter.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. |