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 /build | |
parent | 0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff) | |
download | dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.gz dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.zst dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.zip |
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
Diffstat (limited to 'build')
-rw-r--r-- | build/update-license.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update-license.go b/build/update-license.go index 3c18ee40f..e28005cbd 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -68,7 +68,7 @@ var licenseT = template.Must(template.New("").Parse(` // Copyright {{.Year}} The go-ethereum Authors // This file is part of {{.Whole false}}. // -// go-ethereum is free software: you can redistribute it and/or modify +// {{.Whole true}} is free software: you can redistribute it and/or modify // it under the terms of the GNU {{.License}} as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. |