diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 00:01:48 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 00:01:48 +0100 |
commit | de07478719e8462a1f8bb4f61cb83571a37952b8 (patch) | |
tree | 3205a215767ebfc3d23688ee29652b12bc7b30e2 | |
parent | a2cdd819ed32cd4ccfefab2c2ce0ead118f9772d (diff) |
sourceballs: add LGPL2.1
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |