contracts/release: move package release to contracts/
This change also deletes generator.go, moving the only interesting line in it into release.go. The binding has been regenerated with abigen from develop and solc v0.3.6.
This commit is contained in:
@ -52,6 +52,7 @@ var (
|
||||
"trie/arc.go",
|
||||
// don't license generated files
|
||||
"contracts/ens/contract/",
|
||||
"contracts/release/contract.go",
|
||||
}
|
||||
|
||||
// paths with this prefix are licensed as GPL. all other files are LGPL.
|
||||
|
Reference in New Issue
Block a user