diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-22 06:35:37 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-23 16:46:37 +0800 |
commit | a606dc274b22fd5874a16c1c8dac3d5a69084fa7 (patch) | |
tree | 5e9aa975cafbb614bef0fc5e40eb966068e6e994 /build | |
parent | c9d6fba07ddae0302d5bf10ac23558eb84b2f18e (diff) | |
download | go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar.gz go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar.bz2 go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar.lz go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar.xz go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.tar.zst go-tangerine-a606dc274b22fd5874a16c1c8dac3d5a69084fa7.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. |