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
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.bz2
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.lz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.xz
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.