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

js pushed a change to annotated tag v3.0.27
in repository licensecheck.

        at  0e75900   (tag)
   tagging  bea6fb3d9a2b24cc2e3762975e66854b1a6c57c3 (commit)
  replaces  v3.0.26
 tagged by  Jonas Smedegaard
        on  Wed Nov 23 22:14:34 2016 +0100

- Log -----------------------------------------------------------------
Yo!
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJYNga6AAoJECx8MUbBoAEhtL4QAKWqD21vL0avPuDt3IGyQhRh
6YDJNtrdEFP3aOgEhI9KL8PG2baVzgvUFtue+hReJbUaAim/YZvzXPk8igbrQZt3
Jjm1Hz1A3aVIlIG9aa06LS4Y59Pp8kANU1j4sdjCMgXNddcOokMifEr/H6P9JJVt
ZNnHDmBP7eeSEKzZt5bfBZH+RV5ym6kIrdUWLRxzxsb1KFE/P+SsFIqB24eFBUE4
la8LNv02rIJxLgnW5IiKLdubMt8InkAV5WD3noF5Spw4cV/77Go+wNGbRuMhUMdh
8YSsj9TQIs3qzONJB7HO0iPpNSvBPSYhdZSSf8MKE1PnQ9RSUuggvABXYgqp+RoG
qlvioPthAj4k1CZbrPGGPtMs3jghpgZLrrSzyttw4GRMINrz1W9fI7wjGoonjAES
eCnK1Y/gs9mXQoElzB7a8b7F4QRzvC4cJsKLr/rvebKdqfKee82DkcaBBXaFFWsn
LmNWhOvxMLN9uyI8t7xTpRM3Q4rtJch29lhAleojeX0YzuvZTcBpj/aOpjTwfyd2
4cmlKnjFNhr3X0vz+xU22oqmGKLE3hRNwt7ScoUcE8Nx1bgiPElhRZ3hj+E5eGiI
75d36t1zqHlnFIUlypiVm6TmHHEnuBxbR/OZUya9JU0K8aqpRroGlQLnWFs3clWX
8E/LtXufzaFMNvOmfzdY
=xfOV
-----END PGP SIGNATURE-----

Jonas Smedegaard (56):
      Fix detect license FSFULLR (was misdetected as bogus FSFULR).
      Clean m4 dnl comment marker.
      Tidy code: Drop noop code.
      Drop too exotic licensing phrase, and corresponding test case.
      Introduce new modules: Pattern::License Pattern::License::Parts.
      Use Regexp::Pattern::License for shortname resolving (with internal list 
as fallback until phased out).
      Add license patterns mit_new mit_new_materials mit_old mit_unspecified 
postgresql, and group pattern mit.
      Fix detect licenses mit_old mit_unspecified (was misdetected as mit_new).
      Add new license patterns curl dsdp mit_oldstyle mit_oldstyle_disclaimer 
mit_oldstyle_permission ntp ntp_disclaimer.
      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.
      Add license pattern openssl and trait pattern clause_advertising_always.
      Add license pattern cc_by_sa.
      Relax license pattern cc_by_ca.
      Add new license patterns cc_by cc_by_nc cc_by_nc_nd cc_by_nc_sa cc_by_nd 
cc_cc0 cc_sp.
      Fix version identifier to use + only in machine-readable mode.
      Add trait pattern license_version.
      Add trait pattern license_prefix.
      Emulate Regexp::Common -keep syntax to capture version number.
      Add trait patterns version_later version_later_paragraph 
version_later_postfix.
      Add license pattern afl.
      Relax detection of license GPL.
      Add license pattern agpl.
      Fix detect license MPL-2.0 (was misdetected as MPL-2.0 or AGPL).
      Add license pattern mpl.
      Add new license patterns gfdl gfdl-niv.
      Add license pattern apache.
      Fix avoid detection of GPL/LGPL fulltext (rarely if ever used as grant).
      Add license patterns gpl lgpl.
      Tighten regexes: Generalize and improve LGPL matching.
      Add group pattern gnu.
      Tighten regexes: Generalize abbreviated AGPL/LGPL/GPL matching.
      Add license pattern artistic, and combo pattern perl.
      Improve license detections artistic perl.
      Add license pattern qpl.
      Add license pattern adobe_2006.
      Add license pattern adobe_glyph.
      Add license pattern apafml.
      Add license pattern fsfap.
      Add license patterns fsful fsfullr, and trait patterns fsf_unlimited 
fsf_unlimited_retention.
      Add license pattern ftl.
      Add license patterns libpng zlib zlib_acknowledgement.
      Add new license patterns cube eurosym.
      Add license patterns unicode_strict unicode_tou.
      Add license pattern sgi_b.
      Add license pattern python.
      Add license pattern public_domain.
      Add license pattern ms_pl.
      Add new license pattern ms_rl.
      Add license patterns cddl cecill cecill_1 cecill_1_1 cecill_2 cecill_2_1 
cecill_b cecill_c epl.
      Add license pattern beerware.
      Add license pattern llgpl.
      Drop no longer used internal license shortname list.
      Add license pattern wtfpl.
      Improve detection of license GPL.
      Fix POD lists.
      Update changes, and bump version.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  41cb640   Enhance detection of Perl license
       new  9e26056   Update testsuite to reflect Perl license detection.
       new  7609aaf   Fix parse whole file for test info-at-eof.h (default 
length only approximates lines and is too short since String::Copyright 
0.003003).
       new  9d0f33d   Apply fallback marker "UNKNOWN" after (not during) 
license detection.
       new  9691e38   Fix delimit multiple licenses with "and/or" (not "or") 
when ambiguous.
       new  e0728ce   Tidy license regexes: Add and adjust comments.
       new  dfd2928   Tighten regexes: Simplify space matching (string already 
normalized).
       new  e319a1e   Tighten regexes: Treat affero as alternative (not prefix) 
to GPL prefixes lesser and library.
       new  606a397   Fix avoid non-digit in version of license Artistic.
       new  c3df8af   Tighten regexes: Generalize and improve version matching.
       new  551b151   Generalize license string composition.
       new  40b0028   Improve non-version descriptor matching.
       new  d54a2fd   Improve version matching in license detections.
       new  7330b5f   Improve detection of license Apache.
       new  097d209   Improve detection of license AGPL.
       new  9b7f5bf   Detect license CC-BY-SA.
       new  77e66ee   Detect licenses APAFML Adobe-Glyph Adobe-2006 Aladdin SIL 
FSFAP FSFUL FSFULLR JSON PostgreSQL Unicode-strict Unicode-TOU 
zlib-acknowledgement.
       new  712499c   Update changes, and bump version.
       new  6079336   Fix exclude AGPL false positives.
       new  9927484   Use generalized license string composition at more places.
       new  67580e4   Update changes, and bump version.
       new  89129c6   Fix detect license FSFULLR (was misdetected as bogus 
FSFULR).
       new  7c2b2c1   Clean m4 dnl comment marker.
       new  e8c41a2   Tidy code: Drop noop code.
       new  7e830f0   Drop too exotic licensing phrase, and corresponding test 
case.
       new  b52c6dd   Introduce new modules: Pattern::License 
Pattern::License::Parts.
       new  cb13f08   Use Regexp::Pattern::License for shortname resolving 
(with internal list as fallback until phased out).
       new  7151926   Add license patterns mit_new mit_new_materials mit_old 
mit_unspecified postgresql, and group pattern mit.
       new  ef2d1f4   Fix detect licenses mit_old mit_unspecified (was 
misdetected as mit_new).
       new  ba484e2   Add new license patterns curl dsdp mit_oldstyle 
mit_oldstyle_disclaimer mit_oldstyle_permission ntp ntp_disclaimer.
       new  3ca5830   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.
       new  186d7f9   Add license pattern openssl and trait pattern 
clause_advertising_always.
       new  e805527   Add license pattern cc_by_sa.
       new  d6cfa3d   Relax license pattern cc_by_ca.
       new  7f2de8b   Add new license patterns cc_by cc_by_nc cc_by_nc_nd 
cc_by_nc_sa cc_by_nd cc_cc0 cc_sp.
       new  79fa465   Fix version identifier to use + only in machine-readable 
mode.
       new  3f48b06   Add trait pattern license_version.
       new  6bafd0e   Add trait pattern license_prefix.
       new  ac92afe   Emulate Regexp::Common -keep syntax to capture version 
number.
       new  19aa45b   Add trait patterns version_later version_later_paragraph 
version_later_postfix.
       new  7013467   Add license pattern afl.
       new  d9e34af   Relax detection of license GPL.
       new  74ecff7   Add license pattern agpl.
       new  1681fc0   Fix detect license MPL-2.0 (was misdetected as MPL-2.0 or 
AGPL).
       new  dc91a0e   Add license pattern mpl.
       new  2970349   Add new license patterns gfdl gfdl-niv.
       new  14b4e47   Add license pattern apache.
       new  e91dcde   Fix avoid detection of GPL/LGPL fulltext (rarely if ever 
used as grant).
       new  a6ef289   Add license patterns gpl lgpl.
       new  0a70c58   Tighten regexes: Generalize and improve LGPL matching.
       new  a52682c   Add group pattern gnu.
       new  aa36afb   Tighten regexes: Generalize abbreviated AGPL/LGPL/GPL 
matching.
       new  8da8105   Add license pattern artistic, and combo pattern perl.
       new  9e33758   Improve license detections artistic perl.
       new  8f2a61e   Add license pattern qpl.
       new  ba66846   Add license pattern adobe_2006.
       new  db1e221   Add license pattern adobe_glyph.
       new  7f2b9f0   Add license pattern apafml.
       new  6081a54   Add license pattern fsfap.
       new  bb9c263   Add license patterns fsful fsfullr, and trait patterns 
fsf_unlimited fsf_unlimited_retention.
       new  a80dbe4   Add license pattern ftl.
       new  5c489ec   Add license patterns libpng zlib zlib_acknowledgement.
       new  cdea51a   Add new license patterns cube eurosym.
       new  8f90ac2   Add license patterns unicode_strict unicode_tou.
       new  f07c17d   Add license pattern sgi_b.
       new  231af80   Add license pattern python.
       new  bd4c6f7   Add license pattern public_domain.
       new  6759d52   Add license pattern ms_pl.
       new  3d2c7e9   Add new license pattern ms_rl.
       new  723745d   Add license patterns cddl cecill cecill_1 cecill_1_1 
cecill_2 cecill_2_1 cecill_b cecill_c epl.
       new  f2a13fb   Add license pattern beerware.
       new  8420594   Add license pattern llgpl.
       new  da2d383   Drop no longer used internal license shortname list.
       new  d5428b7   Add license pattern wtfpl.
       new  ed11e13   Improve detection of license GPL.
       new  33f83f1   Fix POD lists.
       new  bea6fb3   Update changes, and bump version.

The 77 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to