diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-24 00:35:11 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-28 20:02:23 +0800 |
commit | cea2c0eedf94f1fc3e935693f8fbed310229c25b (patch) | |
tree | 21d42e809ed0911309f4d03e4f957f11993053e4 /errs | |
parent | b738172dccc61449d0240b2e9072109d3b77e2dc (diff) | |
download | go-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 'errs')
-rw-r--r-- | errs/errors.go | 2 | ||||
-rw-r--r-- | errs/errors_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/errs/errors.go b/errs/errors.go index 854796d0a..675649efa 100644 --- a/errs/errors.go +++ b/errs/errors.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/errs/errors_test.go b/errs/errors_test.go index 5d39938fe..d6d14b45e 100644 --- a/errs/errors_test.go +++ b/errs/errors_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. |