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

Jonas Smedegaard dr at jones.dk
Fri Nov 25 22:03:01 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 f4c929808a5a5f3be53f3ac14309a440f18080df
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 25 22:31:53 2016 +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                   | 29 +++++++++++++++++++++++++++++
 5 files changed, 37 insertions(+), 8 deletions(-)

diff --git a/bin/licensecheck b/bin/licensecheck
index f35e956..0f17d1d 100755
--- a/bin/licensecheck
+++ b/bin/licensecheck
@@ -25,11 +25,11 @@ licensecheck - simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.27
+Version v3.0.28
 
 =cut
 
-our $VERSION = version->declare("v3.0.27");
+our $VERSION = version->declare("v3.0.28");
 
 binmode STDOUT, ':utf8';
 
diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index 39254de..39011a9 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.27
+Version v3.0.28
 
 =cut
 
-our $VERSION = version->declare("v3.0.27");
+our $VERSION = version->declare("v3.0.28");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Regexp/Pattern/License.pm b/lib/Regexp/Pattern/License.pm
index 1fc148d..c3d81bc 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.27
+Version v3.0.28
 
 =cut
 
-our $VERSION = version->declare("v3.0.27");
+our $VERSION = version->declare("v3.0.28");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Regexp/Pattern/License/Parts.pm b/lib/Regexp/Pattern/License/Parts.pm
index 1c1b3df..5d9385e 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.27
+Version v3.0.28
 
 =cut
 
-our $VERSION = version->declare("v3.0.27");
+our $VERSION = version->declare("v3.0.28");
 
 =head1 SYNOPSIS
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 6d108c2..9be3175 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -291,3 +291,32 @@
 		item "Drop no longer used internal license shortname list."^^Change;
 		item "Add license pattern wtfpl to Regexp::Pattern::License."^^Change;
 		item "Improve detection of license GPL."^^Change].
+
+`App-Licensecheck v3.0.28 cpan:JONASS`
+	issued  2016-11-25;
+	changeset [
+		item "Fix typo in changelog."^^Documentation;
+		item "Tidy changelog: Improve distinction between newly added and added-to-patternlist entries."^^Documentation;
+		item "Tidy Regexp::Pattern::License: Remove stray bogus regexp."^^Change;
+		item "Extend license pattern dsdp with alternate fedora name PetSC."^^Documentation;
+		item "Drop unused and too broad trait pattern disclaimer."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern discl → asis_sw_name."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern discl_provide → asis_name_sw."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern provided_no_warranty → asis_expr_warranty."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern discl_disclaim → discl_name_warranties."^^Change;
+		item "Tighten license pattern bsd-2-clause. Tidy Regexp::Pattern::License::Pattern: Rename pattern asis_sw_name → asis_sw_by_name."^^Change;
+		item "Fix tighten detection of ISC license (was misdetecting curl)."^^Bugfix;
+		item "Add license pattern ISC to Regexp::Pattern::License::Pattern."^^Change;
+		item "Fix tighten license pattern curl (was misdetecting other MIT variants)."^^Bugfix;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern promo_no_author → nopromo_neither."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Fix sort pattern list."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern retain_notice → note_invar."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern retain_notice_cond_discl → note_retain_notice_cond_discl."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern repro_notice_cond_discl → note_repro_notice_cond_discl."^^Change;
+		item "Tidy Regexp::Pattern::License::Pattern: Rename pattern name_no_ad → nopromo_written_prior."^^Change;
+		item "Fix tighten detection of mit_new license (was misdetecting other MIT flavors)."^^Bugfix;
+		item "List license mit_new alternate fedora name Modern Style with sublicense."^^Change;
+		item "Add new license pattern icu."^^Addition;
+		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].

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