diff options
author | Felix Lange <fjl@twurst.com> | 2016-08-30 01:22:34 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-08-30 01:25:05 +0800 |
commit | 1d7d1a3499d2901d02085cacf9bae5fb76b678f8 (patch) | |
tree | 3bfaa7e0dbad3ed4f218a38f183be56e485e55e0 /build | |
parent | 969008dbb007bb3f05dd6f66b5a91cb38c21ab54 (diff) | |
download | dexon-1d7d1a3499d2901d02085cacf9bae5fb76b678f8.tar.gz dexon-1d7d1a3499d2901d02085cacf9bae5fb76b678f8.tar.zst dexon-1d7d1a3499d2901d02085cacf9bae5fb76b678f8.zip |
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.
Diffstat (limited to 'build')
-rw-r--r-- | build/update-license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/update-license.go b/build/update-license.go index 4a6ce064e..e06d9029c 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -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. |