summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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",