[licensecheck] 79/112: Update changes, and bump version.

Jonas Smedegaard dr at jones.dk
Fri Nov 25 22:02:37 UTC 2016


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

js pushed a commit to branch master
in repository licensecheck.

commit bea6fb3d9a2b24cc2e3762975e66854b1a6c57c3
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Nov 23 22:05:12 2016 +0100

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

diff --git a/bin/licensecheck b/bin/licensecheck
index d5af1dc..f35e956 100755
--- a/bin/licensecheck
+++ b/bin/licensecheck
@@ -25,11 +25,11 @@ licensecheck - simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.26
+Version v3.0.27
 
 =cut
 
-our $VERSION = version->declare("v3.0.26");
+our $VERSION = version->declare("v3.0.27");
 
 binmode STDOUT, ':utf8';
 
diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index 58281f5..b17d972 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.26
+Version v3.0.27
 
 =cut
 
-our $VERSION = version->declare("v3.0.26");
+our $VERSION = version->declare("v3.0.27");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Regexp/Pattern/License.pm b/lib/Regexp/Pattern/License.pm
index 1e3a91a..9b2dc5f 100644
--- a/lib/Regexp/Pattern/License.pm
+++ b/lib/Regexp/Pattern/License.pm
@@ -9,6 +9,14 @@ use Regexp::Pattern::License::Parts;
 
 Regexp::Pattern::License - Regular expressions for legal licenses
 
+=head1 VERSION
+
+Version v3.0.27
+
+=cut
+
+our $VERSION = version->declare("v3.0.27");
+
 =head1 DESCRIPTION
 
 L<Regexp::Pattern::License> provides a hash of regular expression patterns
diff --git a/lib/Regexp/Pattern/License/Parts.pm b/lib/Regexp/Pattern/License/Parts.pm
index 195bbcf..8610f78 100644
--- a/lib/Regexp/Pattern/License/Parts.pm
+++ b/lib/Regexp/Pattern/License/Parts.pm
@@ -7,6 +7,14 @@ use strictures 2;
 
 Regexp::Pattern::License::Parts - Regular expressions for licensing sub-parts
 
+=head1 VERSION
+
+Version v3.0.27
+
+=cut
+
+our $VERSION = version->declare("v3.0.27");
+
 =head1 SYNOPSIS
 
  use Regexp::Pattern; # exports re()
diff --git a/meta/changes.pret b/meta/changes.pret
index 2792a1d..8bd2af3 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -231,3 +231,58 @@
 	changeset [
 		item "Fix exclude AGPL false positives."^^Bugfix;
 		item "Use generalized license string composition at more places."^^Change].
+
+`App-Licensecheck v3.0.27 cpan:JONASS`
+	issued  2016-11-23;
+	changeset [
+		item "Fix detect license FSFULLR (was misdetected as bogus FSFULR)."^^Bugfix;
+		item "Clean m4 dnl comment marker."^^Change;
+		item "Tidy code: Drop noop code."^^Change;
+		item "Drop too exotic licensing phrase, and corresponding test case."^^Change;
+		item "Introduce new modules: Pattern::License Pattern::License::Parts."^^Change;
+		item "Use Regexp::Pattern::License for shortname resolving (with internal list as fallback until phased out)."^^Change;
+		item "Add license patterns mit_new mit_new_materials mit_old mit_unspecified postgresql, and group pattern mit."^^Change;
+		item "Fix detect licenses mit_old mit_unspecified (was misdetected as mit_new)."^^Bugfix;
+		item "Add new license patterns curl dsdp mit_oldstyle mit_oldstyle_disclaimer mit_oldstyle_permission ntp ntp_disclaimer."^^Change;
+		item "Add license patterns bsd_2_clause bsd_3_clause bsd_4_clause, trait patterns clause_retention clause_reproduction clause_advertising clause_non_endorsement disclaimer, and group pattern bsd."^^Change;
+		item "Add license pattern openssl and trait pattern clause_advertising_always."^^Change;
+		item "Add license pattern cc_by_sa."^^Change;
+		item "Relax license pattern cc_by_ca."^^Change;
+		item "Add new license patterns cc_by cc_by_nc cc_by_nc_nd cc_by_nc_sa cc_by_nd cc_cc0 cc_sp."^^Change;
+		item "Fix version identifier to use + only in machine-readable mode."^^Bugfix;
+		item "Add trait pattern license_version."^^Change;
+		item "Add trait pattern license_prefix."^^Change;
+		item "Emulate Regexp::Common -keep syntax to capture version number."^^Change;
+		item "Add trait patterns version_later version_later_paragraph version_later_postfix."^^Change;
+		item "Add license pattern afl."^^Change;
+		item "Relax detection of license GPL."^^Change;
+		item "Add license pattern agpl."^^Change;
+		item "Fix detect license MPL-2.0 (was misdetected as MPL-2.0 or AGPL)."^^Bugfix;
+		item "Add license pattern mpl."^^Change;
+		item "Add new license patterns gfdl gfdl-niv."^^Change;
+		item "Add license pattern apache."^^Change;
+		item "Fix avoid detection of GPL/LGPL fulltext (rarely if ever used as grant)."^^Bugfix;
+		item "Add license patterns gpl lgpl."^^Change;
+		item "Tighten regexes: Generalize and improve LGPL matching."^^Change;
+		item "Add group pattern gnu."^^Change;
+		item "Tighten regexes: Generalize abbreviated AGPL/LGPL/GPL matching."^^Change;
+		item "Add license pattern artistic, and combo pattern perl."^^Change;
+		item "Improve license detections artistic perl."^^Change;
+		item "Add license pattern qpl."^^Change;
+		item "Add license patterns adobe_2006 adobe_glyph apafml."^^Change;
+		item "Add license patterns fsfap fsful fsfullr, and trait patterns fsf_unlimited fsf_unlimited_retention."^^Change;
+		item "Add license pattern ftl."^^Change;
+		item "Add license patterns libpng zlib zlib_acknowledgement."^^Change;
+		item "Add new license patterns cube eurosym."^^Change;
+		item "Add license patterns unicode_strict unicode_tou."^^Change;
+		item "Add license pattern sgi_b."^^Change;
+		item "Add license pattern python."^^Change;
+		item "Add license pattern public_domain."^^Change;
+		item "Add license pattern ms_pl."^^Change;
+		item "Add new license pattern ms_rl."^^Change;
+		item "Add license patterns cddl cecill cecill_1 cecill_1_1 cecill_2 cecill_2_1 cecill_b cecill_c epl."^^Change;
+		item "Add license pattern beerware."^^Change;
+		item "Add license pattern llgpl."^^Change;
+		item "Drop no longer used internal license shortname list."^^Change;
+		item "Add license pattern wtfpl."^^Change;
+		item "Improve detection of license GPL."^^Change].

-- 
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