aboutsummaryrefslogtreecommitdiffstats
path: root/build/update-license.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-05-25 04:28:22 +0800
committerGitHub <noreply@github.com>2017-05-25 04:28:22 +0800
commit261b3e235160d30cc7176e02fd0a43f2b60409c6 (patch)
tree9d3eb6eec9fc2d30badba7bc6824560bcb317132 /build/update-license.go
parent344f25fb3ec26818c673a5b68b21b527759d7499 (diff)
parent11cf5b7eadb7fcfa56a0cb98ec4ebbddce00f4c0 (diff)
downloadgo-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar.gz
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar.bz2
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar.lz
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar.xz
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.tar.zst
go-tangerine-261b3e235160d30cc7176e02fd0a43f2b60409c6.zip
Merge pull request #14336 from obscuren/metropolis-preparation
consensus, core/*, params: metropolis preparation refactor
Diffstat (limited to 'build/update-license.go')
-rw-r--r--build/update-license.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/update-license.go b/build/update-license.go
index 81b1a507d..948eabab6 100644
--- a/build/update-license.go
+++ b/build/update-license.go
@@ -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",
+ "cmd/internal/browser",
"consensus/ethash/xor.go",
+ "crypto/bn256/",
+ "crypto/ecies/",
+ "crypto/secp256k1/curve.go",
+ "crypto/sha3/",
"internal/jsre/deps",
- "cmd/internal/browser",
+ "log/",
// don't license generated files
"contracts/chequebook/contract/",
"contracts/ens/contract/",