From 6976e602f6553b6f535b44123c44edb6b65af4b2 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Fri, 26 Aug 2016 13:00:25 +0100 Subject: contracts/ens: Add ENS contract binding --- build/update-license.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') 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. -- cgit v1.2.3