[license-reconcile] 01/01: Added support for Artistic-2.0, GPL-3 and GPL-3+

Nicholas Bamber periapt at moszumanska.debian.org
Mon Nov 16 12:29:02 UTC 2015


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

periapt pushed a commit to branch master
in repository license-reconcile.

commit f4850187b6dde17f3032888a8c0ba791ba1beafb
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Mon Nov 16 12:29:04 2015 +0000

    Added support for Artistic-2.0, GPL-3 and GPL-3+
---
 debian/changelog                            | 1 +
 lib/Debian/LicenseReconcile/LicenseCheck.pm | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9a36cc6..ce38cc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ license-reconcile (0.8) unstable; urgency=medium
   * Corrected sequence of filters and commented
   * Replaced examples directory with list of projects in the documentation
   * Updated debian/license-reconcile.yml
+  * Added support for Artistic-2.0, GPL-3 and GPL-3+
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 05 Nov 2015 15:44:47 +0000
 
diff --git a/lib/Debian/LicenseReconcile/LicenseCheck.pm b/lib/Debian/LicenseReconcile/LicenseCheck.pm
index b489a78..e0467b1 100644
--- a/lib/Debian/LicenseReconcile/LicenseCheck.pm
+++ b/lib/Debian/LicenseReconcile/LicenseCheck.pm
@@ -29,11 +29,14 @@ Readonly my %LICENSE_MAPPING => (
     'GPL-2' => 'GPL-2',
     'GPL (v2)' => 'GPL-2',
     'GPL (v2 or later)' => 'GPL-2+',
+    'GPL (v3)' => 'GPL-3',
+    'GPL (v3 or later)' => 'GPL-3+',
     'LGPL (v2)' => 'LGPL',
     'zlib/libpng' => 'zlib/libpng',
     'BSD (4 clause)' => 'BSD-4-clause',
     'BSD (2 clause)' => 'BSD-2-clause',
     'BSD (3 clause)' => 'BSD-3-clause',
+    'Artistic (v2.0)' => 'Artistic-2.0',
 );
 
 Readonly my $SCRIPT => '/usr/bin/licensecheck --no-conf --text';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/license-reconcile.git



More information about the Pkg-perl-cvs-commits mailing list