[licensecheck] 19/26: Update changes, and bump version.

Jonas Smedegaard dr at jones.dk
Sun Feb 5 10:12:07 UTC 2017


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

js pushed a commit to branch master
in repository licensecheck.

commit af7469f9874387077597b14dc731f7671ed9388d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 24 05:09:46 2017 +0100

    Update changes, and bump version.
---
 bin/licensecheck                    |  4 ++--
 lib/App/Licensecheck.pm             |  4 ++--
 lib/Regexp/Pattern/License.pm       |  4 ++--
 lib/Regexp/Pattern/License/Parts.pm |  4 ++--
 meta/changes.pret                   | 15 +++++++++++++++
 meta/people.pret                    |  4 ++++
 6 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/bin/licensecheck b/bin/licensecheck
index 0f17d1d..59baa67 100755
--- a/bin/licensecheck
+++ b/bin/licensecheck
@@ -25,11 +25,11 @@ licensecheck - simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.28
+Version v3.0.29
 
 =cut
 
-our $VERSION = version->declare("v3.0.28");
+our $VERSION = version->declare("v3.0.29");
 
 binmode STDOUT, ':utf8';
 
diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index bf530f6..383f952 100755
--- a/lib/App/Licensecheck.pm
+++ b/lib/App/Licensecheck.pm
@@ -30,11 +30,11 @@ App::Licensecheck - functions for a simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.28
+Version v3.0.29
 
 =cut
 
-our $VERSION = version->declare("v3.0.28");
+our $VERSION = version->declare("v3.0.29");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Regexp/Pattern/License.pm b/lib/Regexp/Pattern/License.pm
index c1496f0..4d5ddb1 100644
--- a/lib/Regexp/Pattern/License.pm
+++ b/lib/Regexp/Pattern/License.pm
@@ -11,11 +11,11 @@ Regexp::Pattern::License - Regular expressions for legal licenses
 
 =head1 VERSION
 
-Version v3.0.28
+Version v3.0.29
 
 =cut
 
-our $VERSION = version->declare("v3.0.28");
+our $VERSION = version->declare("v3.0.29");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Regexp/Pattern/License/Parts.pm b/lib/Regexp/Pattern/License/Parts.pm
index d052aac..e477687 100644
--- a/lib/Regexp/Pattern/License/Parts.pm
+++ b/lib/Regexp/Pattern/License/Parts.pm
@@ -9,11 +9,11 @@ Regexp::Pattern::License::Parts - Regular expressions for licensing sub-parts
 
 =head1 VERSION
 
-Version v3.0.28
+Version v3.0.29
 
 =cut
 
-our $VERSION = version->declare("v3.0.28");
+our $VERSION = version->declare("v3.0.29");
 
 =head STATUS
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 9be3175..b0c52a8 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -320,3 +320,18 @@
 		item "Fix detect dual licensing mit_new mit_old (and speed up partsing while at it)."^^Bugfix;
 		item "Add new license patterns mit_enna mit_feh."^^Addition;
 		item "Add new license pattern mit_advertising."^^Addition].
+
+`App-Licensecheck v3.0.29 cpan:JONASS`
+	issued  2017-01-24;
+	changeset [
+		item "Improve license patterns ftl mit_feh mit_enna cube eurosym libpng zlib zlib_acknowledgement."^^Change;
+		item "Add license patterns ofl aladdin rpsl mit_cmu mit_cmu_warranty."^^Addition;
+		item "Sort before enumerating ambiguously related combo licenses."^^Change;
+		item "Streamline license parsing: Process loops of similar patterne."^^Change;
+		item "Drop gpl+aladdin combo license: Too exotic."^^Regression;
+		item "Document Regexp::Pattern::License as a private module."^^Documentation;
+		item [ a dcs:Bugfix;
+			label "Fix detect BSD licenses as bare name.";
+			dcs:thanks debian:copyninja;
+			dbug:fixes <https://bugs.debian.org/840077>];
+		item "Fix don't choke on unspecificed BSD license."^^Bugfix].
diff --git a/meta/people.pret b/meta/people.pret
index c1e0eeb..fbe1232 100644
--- a/meta/people.pret
+++ b/meta/people.pret
@@ -13,6 +13,10 @@ cpan:SREZIC
 	:name "Slaven Rezić";
 	:mbox <mailto:srezic at cpan.org>, <mailto:slaven at rezic.de>.
 
+debian:copyninja
+	:name "Vasudev Kamath";
+	:mbox <mailto:copyninja at debian.org>.
+
 debian:pabs
 	:name "Paul Wise";
 	:mbox <mailto:pabs at debian.org>.

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



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