diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/update-license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/update-license.go b/build/update-license.go index f597ea90b..f83a2b34b 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -53,6 +53,7 @@ var ( // don't license generated files "contracts/chequebook/contract/", "contracts/ens/contract/", + "contracts/release/contract.go", } // paths with this prefix are licensed as GPL. all other files are LGPL. |