crypto/bn256: fix go vet false positive

Also add the package to the license tool ignore list.
This commit is contained in:
Felix Lange
2017-05-24 15:40:02 +02:00
parent e1e87d8b1a
commit 069cb661c3
5 changed files with 26 additions and 23 deletions

View File

@ -47,11 +47,14 @@ var (
// boring stuff
"vendor/", "tests/files/", "build/",
// don't relicense vendored sources
"crypto/sha3/", "crypto/ecies/", "log/",
"crypto/secp256k1/curve.go",
"consensus/ethash/xor.go",
"internal/jsre/deps",
"cmd/internal/browser",
"consensus/ethash/xor.go",
"crypto/bn256/",
"crypto/ecies/",
"crypto/secp256k1/curve.go",
"crypto/sha3/",
"internal/jsre/deps",
"log/",
// don't license generated files
"contracts/chequebook/contract/",
"contracts/ens/contract/",