This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository licensecheck.
commit 9840618224c1205e9e9ae87f9770e663a912a22b Author: Jonas Smedegaard <[email protected]> Date: Sat Nov 26 17:44:55 2016 +0100 Drop gpl+aladdin combo license: Too exotic. --- lib/App/Licensecheck.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm index 32315ce..d224e65 100755 --- a/lib/App/Licensecheck.pm +++ b/lib/App/Licensecheck.pm @@ -645,13 +645,6 @@ sub parse_license $gen_license->("bsd_${1}_clause"); } - # GPL or Aladdin - given ($licensetext) { - when ( /under the GNU License and Aladdin Free Public License/ ) { - $gen_license->( 'GPL', 0, 0, 'Aladdin' ); - } - } - # Artistic given ($licensetext) { when ( /$L{re}{perl}/ ) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
