diff options
author | Felix Lange <fjl@twurst.com> | 2016-08-30 01:09:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 01:09:35 +0800 |
commit | 969008dbb007bb3f05dd6f66b5a91cb38c21ab54 (patch) | |
tree | 04029141297e19ae0d595d7846888ac941ae3242 /build | |
parent | 3b087e03ea35721a23832706959432ce4ec1910a (diff) | |
parent | 6976e602f6553b6f535b44123c44edb6b65af4b2 (diff) | |
download | go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar.gz go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar.bz2 go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar.lz go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar.xz go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.tar.zst go-tangerine-969008dbb007bb3f05dd6f66b5a91cb38c21ab54.zip |
Merge pull request #2952 from Arachnid/ens
contracts/ens: Add ENS contract binding
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. |