summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-01 16:19:36 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-01 17:26:09 +0000
commit942a12a6c1957855d99b6369989369a63c1e9789 (patch)
treec3c9e15ba9f653bcda20e1438c64462be7450a75 /scripts
parent2948184569398e0dc19ac8c3782b765822edc0d1 (diff)
downloaddefinitions-942a12a6c1957855d99b6369989369a63c1e9789.tar.gz
Update licensecheck.py and strip-gplv3.configure
Change-Id: I3149413c2126194c538105d26b93fde9a8298ed0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/licensecheck.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/licensecheck.py b/scripts/licensecheck.py
index c5f72f07..4b255dcc 100755
--- a/scripts/licensecheck.py
+++ b/scripts/licensecheck.py
@@ -27,6 +27,7 @@ import yaml
gpl3_chunks = ("autoconf",
+ "autoconf-tarball",
"automake",
"bash",
"binutils",
@@ -37,10 +38,11 @@ gpl3_chunks = ("autoconf",
"gawk",
"gcc",
"gdbm",
- "gettext",
+ "gettext-tarball",
"gperf",
"groff",
"libtool",
+ "libtool-tarball",
"m4-tarball",
"make",
"nano",