aboutsummaryrefslogtreecommitdiffstats
path: root/build/update-license.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/update-license.go')
-rw-r--r--build/update-license.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/update-license.go b/build/update-license.go
index 803f7e8fd..f83a2b34b 100644
--- a/build/update-license.go
+++ b/build/update-license.go
@@ -50,6 +50,10 @@ var (
"crypto/sha3/", "crypto/ecies/", "logger/glog/",
"crypto/secp256k1/curve.go",
"trie/arc.go",
+ // 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.