diff options
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. |