summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-11-21 00:01:48 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-11-21 00:01:48 +0100
commitde07478719e8462a1f8bb4f61cb83571a37952b8 (patch)
tree3205a215767ebfc3d23688ee29652b12bc7b30e2
parenta2cdd819ed32cd4ccfefab2c2ce0ead118f9772d (diff)
downloaddbscripts-de07478719e8462a1f8bb4f61cb83571a37952b8.tar.gz
dbscripts-de07478719e8462a1f8bb4f61cb83571a37952b8.tar.xz
sourceballs: add LGPL2.1
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index e149b18..4b89f2d 100644
--- a/config
+++ b/config
@@ -20,7 +20,7 @@ PKGEXT=".pkg.tar.*"
SRCEXT=".src.tar.gz"
# Allowed licenses: get sourceballs only for licenses in this array
-ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2')
+ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1')
# Override default config with config.local
[ -f "$(dirname ${BASH_SOURCE[0]})/config.local" ] && . "$(dirname ${BASH_SOURCE[0]})/config.local"