From f0e417f2be331b937dd56bf970c59370a55b6301 Mon Sep 17 00:00:00 2001 From: Eric Bélanger Date: Wed, 14 Oct 2009 15:18:06 -0400 Subject: Moved ALLOWED_LICENSES declaration to config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bélanger Signed-off-by: Aaron Griffin --- config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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') -- cgit v1.2.3-24-g4f1b