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 /build/update-license.go | |
parent | 572e78cee056951c12cfc1c941b48b0fcc1ed6ed (diff) | |
parent | cd657b98780a74d08c110291dcf8d1183b64be15 (diff) | |
download | go-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.gz go-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.zst go-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.zip |
Merge pull request #1515 from fjl/license-fixes
all: fix license headers one more time
Diffstat (limited to 'build/update-license.go')
-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. |