diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-02-14 20:49:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 20:49:11 +0800 |
commit | a5c0bbb4f4c321c355637ef57fff807857128c6b (patch) | |
tree | 58d16509a163d44d50d9b544b20910f596e4bd5b /build/update-license.go | |
parent | 0544a43c1332871405b260432db4bfe6a591feee (diff) | |
download | dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip |
all: update license information (#16089)
Diffstat (limited to 'build/update-license.go')
-rw-r--r-- | build/update-license.go | 5 |
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. |