aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2018-02-14 20:49:11 +0800
committerGitHub <noreply@github.com>2018-02-14 20:49:11 +0800
commita5c0bbb4f4c321c355637ef57fff807857128c6b (patch)
tree58d16509a163d44d50d9b544b20910f596e4bd5b /build
parent0544a43c1332871405b260432db4bfe6a591feee (diff)
downloaddexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip
all: update license information (#16089)
Diffstat (limited to 'build')
-rw-r--r--build/update-license.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/update-license.go b/build/update-license.go
index 3d69598b7..22e403342 100644
--- a/build/update-license.go
+++ b/build/update-license.go
@@ -55,10 +55,9 @@ var (
"crypto/sha3/",
"internal/jsre/deps",
"log/",
+ "common/bitutil/bitutil",
// don't license generated files
- "contracts/chequebook/contract/",
- "contracts/ens/contract/",
- "contracts/release/contract.go",
+ "contracts/chequebook/contract/code.go",
}
// paths with this prefix are licensed as GPL. all other files are LGPL.
er the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1 * - Fix build on amd64 [1]Pawel Pekala2013-02-171-8/+7 * - update png to 1.5.10Dirk Meyer2012-06-011-1/+1 * - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0