contracts/ens: Add ENS contract binding

This commit is contained in:
Nick Johnson
2016-08-26 13:00:25 +01:00
parent 5fc032a9d1
commit 6976e602f6
6 changed files with 1393 additions and 0 deletions

View File

@ -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.