[licensecheck] branch master updated (9f16ec7 -> bdb9c42)

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


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

js pushed a change to branch master
in repository licensecheck.

      from  9f16ec7   Prepare for release: Update changelog and copyright hints.
       new  8aeec76   Improve license pattern ftl: Ignore bareword FTL. Treat word project as optional. Cover more lettercase combinations.
       new  3bf0790   Add license pattern ofl to Regexp::Pattern::License::Pattern.
       new  4abf3cc   Sort before enumerating ambiguously related combo licenses.
       new  be44d0b   Streamline license parsing: Process loops of similar patterne.
       new  d6c27b2   Add license pattern aladdin to Regexp::Pattern::License::Pattern.
       new  507a4bd   Add license pattern rpsl to Regexp::Pattern::License::Pattern.
       new  9840618   Drop gpl+aladdin combo license: Too exotic.
       new  4dc0689   Document Regexp::Pattern::License as a private module.
       new  dbadc2a   Tidy rpsl.
       new  5144bc1   Improve license patterns cube eurosym libpng zlib zlib_acknowledgement. Reorganize Regexp::Pattern::License::Pattern.
       new  b281384   Improve license patternmit_feh.
       new  d0f7a67   Improve license patternmit_enna.
       new  69beaec   Fix detect BSD licenses as bare name. Thanks for reporting to Vasudev Kamath, See Debian bug#840077.
       new  99ebbed   Fix don't choke on unspecificed BSD license.
       new  9cd6617   Rename License::Parts patterns sw_copr → cp_sw_copr and sw_doc → cp_sw_doc.
       new  441fc8f   Split License::Parts pattern copr_perm_incl → incl + copr_perm.
       new  ba87df0   Rename License::Parts pattern note_copr_perm_doc → repro_copr_perm_appear_doc.
       new  1b50dcf   Add license patterns mit_cmu mit_cmu_warranty to Regexp::Pattern::License::Pattern.
       new  af7469f   Update changes, and bump version.
       new  c62d6a7   New upstream version 3.0.29
       new  beb5933   Merge tag 'upstream/3.0.29'
       new  ef749fc   Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.
       new  f171f62   Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.
       new  659cdec   Update watch file: Tighten version regex.
       new  567db14   Update copyright info: Extend coverage of Debian packaging.
       new  bdb9c42   Prepare for release: Update changelog, control file, and copyright hints.

The 26 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.


Summary of changes:
 COPYRIGHT                           |  28 +-
 CREDITS                             |   1 +
 Changes                             |  20 ++
 LICENSE                             |   2 +-
 MANIFEST                            |   5 +
 META.json                           |  12 +-
 META.yml                            |  10 +-
 Makefile.PL                         |  10 +-
 README                              |   2 +-
 SIGNATURE                           |  67 +++--
 bin/licensecheck                    |   4 +-
 debian/changelog                    |  26 ++
 debian/control                      |   4 +-
 debian/control.in                   |   4 +-
 debian/copyright                    |   2 +-
 debian/copyright_hints              | 310 +++++++++++---------
 debian/rules                        |   2 +-
 debian/source/lintian-overrides     |   3 -
 debian/watch                        |   2 +-
 doap.ttl                            |  43 ++-
 lib/App/Licensecheck.pm             | 221 +++-----------
 lib/Regexp/Pattern/License.pm       | 126 +++++---
 lib/Regexp/Pattern/License/Parts.pm | 567 +++++++++++++-----------------------
 t/SPDX.t                            |   1 +
 t/SPDX/Aladdin.txt                  |  62 ++++
 t/SPDX/MIT-CMU.txt                  |   9 +
 t/SPDX/OFL-1.0.txt                  |  49 ++++
 t/SPDX/OFL-1.1.txt                  |  43 +++
 t/SPDX/RPSL-1.0.txt                 | 179 ++++++++++++
 t/Software-License.t                |   2 +-
 t/fedora.t                          |   2 +-
 t/grant.t                           |   6 +-
 32 files changed, 1033 insertions(+), 791 deletions(-)
 create mode 100644 t/SPDX/Aladdin.txt
 create mode 100644 t/SPDX/MIT-CMU.txt
 create mode 100644 t/SPDX/OFL-1.0.txt
 create mode 100644 t/SPDX/OFL-1.1.txt
 create mode 100644 t/SPDX/RPSL-1.0.txt

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