diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/update-license.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/update-license.go b/build/update-license.go index 803f7e8fd..4a6ce064e 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -50,6 +50,8 @@ var ( "crypto/sha3/", "crypto/ecies/", "logger/glog/", "crypto/secp256k1/curve.go", "trie/arc.go", + // don't license generated files + "contracts/ens/contract/", } // paths with this prefix are licensed as GPL. all other files are LGPL. |