aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-22 06:35:37 +0800
committerFelix Lange <fjl@twurst.com>2015-07-23 00:50:31 +0800
commitf4acdea402ab3e3387a74c89dcca555bbc6dd9a7 (patch)
treeaaa0267572827a91bfc99ca7ba8a8c78118336ad /build
parentd1d45aa8390731ad9d0422e6bbf2d451d11dab4d (diff)
downloadgo-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar
go-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.gz
go-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.bz2
go-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.lz
go-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.xz
go-tangerine-f4acdea402ab3e3387a74c89dcca555bbc6dd9a7.tar.zst
go-tangerine-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.go1
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.