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 --- misc-scripts/make-sourceball | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc-scripts/make-sourceball') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index 865e0e7..462549f 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -1,8 +1,5 @@ #!/bin/bash -# Allowed licenses: build only for licenses in this array -ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2') - if [ $# -ne 3 -a $# -ne 4 ]; then echo "usage: $(basename $0) [-f] " echo " -f Force building. Skip license checks" -- cgit v1.2.3-24-g4f1b