[arch-projects] [dbscripts] [PATCH] config: add GPL3/LGPL3 to ALLOWED_LICENSES

Johannes Löthberg johannes at kyriasis.com
Tue May 30 13:50:43 UTC 2017


Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
 config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config b/config
index 6d76ef3..92cc4a5 100644
--- a/config
+++ b/config
@@ -29,7 +29,7 @@ PKGEXT=".pkg.tar.?z"
 SRCEXT=".src.tar.gz"
 
 # Allowed licenses: get sourceballs only for licenses in this array
-ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1')
+ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'GPL3' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1' 'LGPL3')
 
 # Override default config with config.local
 LOCAL_CONFIG=${DBSCRIPTS_CONFIG:-"$(dirname ${BASH_SOURCE[0]})/config.local"}
-- 
2.13.0


More information about the arch-projects mailing list