summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config3
1 files changed, 3 insertions, 0 deletions
diff --git a/config b/config
index 86a5eca..24ec37a 100644
--- a/config
+++ b/config
@@ -13,3 +13,6 @@ BUILDSCRIPT="PKGBUILD"
DBEXT=".db.tar.gz"
PKGEXT=".pkg.tar.gz"
SRCEXT=".src.tar.gz"
+
+# Allowed licenses: get sourceballs only for licenses in this array
+ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2')