From f4acdea402ab3e3387a74c89dcca555bbc6dd9a7 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 22 Jul 2015 00:35:37 +0200 Subject: 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. --- build/update-license.go | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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. -- cgit