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:
@ -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.
|
||||
|
Reference in New Issue
Block a user