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.
This commit is contained in:
Felix Lange
2015-07-22 00:35:37 +02:00
parent d1d45aa839
commit f4acdea402
2 changed files with 41 additions and 29 deletions

View File

@ -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.