aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNick Johnson <arachnid@notdot.net>2016-08-26 20:00:25 +0800
committerNick Johnson <arachnid@notdot.net>2016-08-30 00:30:17 +0800
commit6976e602f6553b6f535b44123c44edb6b65af4b2 (patch)
treefac350d4bcad84416e2059b3951d392edb676c81 /build
parent5fc032a9d16ac6ea1dc020f06e44c24c94a361a7 (diff)
downloaddexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar.gz
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar.bz2
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar.lz
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar.xz
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.tar.zst
dexon-6976e602f6553b6f535b44123c44edb6b65af4b2.zip
contracts/ens: Add ENS contract binding
Diffstat (limited to 'build')
-rw-r--r--build/update-license.go2
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.