[maven-debian-helper] 02/03: Set Apache-2.0 as the default license

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 24 15:38:08 BST 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit c1519418ed90f13d3d060a2bb7af02270e3c374e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 24 16:29:56 2014 +0200

    Set Apache-2.0 as the default license
---
 bin/mh_make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mh_make b/bin/mh_make
index f9d2832..bb5325f 100755
--- a/bin/mh_make
+++ b/bin/mh_make
@@ -59,7 +59,7 @@ fi
 
 if [ -z "$DEBLICENSE" ]; then
     echo "Environment variable DEBLICENSE not set, using GPL-3+ by default"
-    DEBLICENSE="GPL-3+"
+    DEBLICENSE="Apache-2.0"
 fi
 
 PACKAGE=$(getarg p package)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list