diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-22 06:35:37 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-23 00:50:31 +0800 |
commit | f4acdea402ab3e3387a74c89dcca555bbc6dd9a7 (patch) | |
tree | aaa0267572827a91bfc99ca7ba8a8c78118336ad /build | |
parent | d1d45aa8390731ad9d0422e6bbf2d451d11dab4d (diff) | |
download | dexon-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.gz dexon-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.zst dexon-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.zip |
crypto: fix license of curve.go
crypto/curve.go is not our code and has its own license. This commit
excludes it in update-license.go and removes our GPL header.
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 abb17f872..98c122193 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -48,6 +48,7 @@ var ( "Godeps/", "tests/files/", "build/", // don't relicense vendored packages "crypto/sha3/", "crypto/ecies/", "logger/glog/", + "crypto/curve.go", } // paths with this prefix are licensed as GPL. all other files are LGPL. |