Author: mvidner Date: Fri Oct 7 14:56:45 2011 New Revision: 66335 URL: http://svn.opensuse.org/viewcvs/yast?rev=66335&view=rev Log: create_spec: Specify the license: GPL-2.0+ instead of just GPL (bnc#709814). Modified: branches/SuSE-Code-11-SP2-Branch/devtools/devtools/bin/create-spec branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes Modified: branches/SuSE-Code-11-SP2-Branch/devtools/devtools/bin/create-spec URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/devtools/bin/create-spec?rev=66335&r1=66334&r2=66335&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/devtools/bin/create-spec (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/devtools/bin/create-spec Fri Oct 7 14:56:45 2011 @@ -30,7 +30,7 @@ my $RPMNAME = `cat RPMNAME`; my $VERSION = `cat VERSION`; my $MAINTAINER = `cat MAINTAINER`; -my $LICENSE = -f "YAST_LICENSE" ? "YaST License" : "GPL"; +my $LICENSE = -f "YAST_LICENSE" ? "YaST License" : "GPL-2.0+"; my $PREFIX = "/usr"; Modified: branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes?rev=66335&r1=66334&r2=66335&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes Fri Oct 7 14:56:45 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Oct 7 14:56:33 CEST 2011 - mvidner@suse.cz + +- create_spec: Specify the license: GPL-2.0+ instead of just GPL (bnc#709814). + +------------------------------------------------------------------- Thu Oct 6 15:00:59 CEST 2011 - visnov@suse.cz - Drop all-packages (bnc #722483) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org