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

js pushed a commit to branch master
in repository licensecheck.

commit c03c0edcc5a1080d940eec33bd56dabbfa5bb38f
Merge: a72cd55 6e5270d
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Thu Nov 24 09:20:01 2016 +0100

    Merge tag 'upstream/3.0.27'
    
    Upstream version 3.0.27
    
    # gpg: Signature made Thu Nov 24 09:19:53 2016 CET
    # gpg:                using RSA key 2C7C3146C1A00121
    # gpg: Good signature from "Jonas Smedegaard <d...@jones.dk>"
    # gpg:                 aka "Jonas Smedegaard <jo...@homebase.dk>"
    # gpg:                 aka "Jonas Smedegaard <j...@debian.org>"
    # gpg:                 aka "[jpeg image of size 4165]"

 COPYRIGHT                                          | 125 ++-
 Changes                                            |  75 ++
 MANIFEST                                           | 117 ++-
 META.json                                          |  12 +-
 META.yml                                           |  10 +-
 Makefile.PL                                        |   6 +-
 README                                             |   2 +-
 SIGNATURE                                          | 173 ++++-
 bin/licensecheck                                   |   4 +-
 doap.ttl                                           | 183 ++++-
 lib/App/Licensecheck.pm                            | 543 +++++++------
 lib/Regexp/Pattern/License.pm                      | 780 +++++++++++++++++++
 lib/Regexp/Pattern/License/Parts.pm                | 385 ++++++++++
 t/SPDX.t                                           |  38 +
 t/SPDX/AFL-1.1.txt                                 |  27 +
 t/SPDX/AFL-1.2.txt                                 |  28 +
 t/SPDX/AFL-2.0.txt                                 |  45 ++
 t/SPDX/AFL-2.1.txt                                 |  45 ++
 t/SPDX/AFL-3.0.txt                                 |  43 ++
 t/SPDX/AGPL-1.0.txt                                |  86 +++
 t/SPDX/AGPL-3.0.txt                                | 235 ++++++
 t/SPDX/Apache-1.1.txt                              |  21 +
 t/SPDX/Apache-2.0.txt                              |  73 ++
 t/SPDX/Artistic-1.0.txt                            |  49 ++
 t/SPDX/Artistic-2.0.txt                            |  85 ++
 t/SPDX/BSD-2-Clause.txt                            |   9 +
 t/SPDX/BSD-3-Clause.txt                            |  11 +
 t/SPDX/BSD-4-Clause.txt                            |  14 +
 t/SPDX/CC-BY-1.0.txt                               |  80 ++
 t/SPDX/CC-BY-2.0.txt                               |  81 ++
 t/SPDX/CC-BY-2.5.txt                               |  81 ++
 t/SPDX/CC-BY-3.0.txt                               |  93 +++
 t/SPDX/CC-BY-4.0.txt                               | 154 ++++
 t/SPDX/CC-BY-NC-1.0.txt                            |  75 ++
 t/SPDX/CC-BY-NC-2.0.txt                            |  81 ++
 t/SPDX/CC-BY-NC-2.5.txt                            |  81 ++
 t/SPDX/CC-BY-NC-3.0.txt                            |  95 +++
 t/SPDX/CC-BY-NC-4.0.txt                            | 156 ++++
 t/SPDX/CC-BY-NC-ND-1.0.txt                         |  75 ++
 t/SPDX/CC-BY-NC-ND-2.0.txt                         |  77 ++
 t/SPDX/CC-BY-NC-ND-2.5.txt                         |  77 ++
 t/SPDX/CC-BY-NC-ND-3.0.txt                         |  89 +++
 t/SPDX/CC-BY-NC-ND-4.0.txt                         | 153 ++++
 t/SPDX/CC-BY-NC-SA-1.0.txt                         |  83 ++
 t/SPDX/CC-BY-NC-SA-2.0.txt                         |  87 +++
 t/SPDX/CC-BY-NC-SA-2.5.txt                         |  87 +++
 t/SPDX/CC-BY-NC-SA-3.0.txt                         |  99 +++
 t/SPDX/CC-BY-NC-SA-4.0.txt                         | 168 ++++
 t/SPDX/CC-BY-ND-1.0.txt                            |  73 ++
 t/SPDX/CC-BY-ND-2.0.txt                            |  75 ++
 t/SPDX/CC-BY-ND-2.5.txt                            |  75 ++
 t/SPDX/CC-BY-ND-3.0.txt                            |  87 +++
 t/SPDX/CC-BY-ND-4.0.txt                            | 152 ++++
 t/SPDX/CC-BY-SA-1.0.txt                            |  81 ++
 t/SPDX/CC-BY-SA-2.0.txt                            |  85 ++
 t/SPDX/CC-BY-SA-2.5.txt                            |  85 ++
 t/SPDX/CC-BY-SA-3.0.txt                            |  99 +++
 t/SPDX/CC-BY-SA-4.0.txt                            | 168 ++++
 t/SPDX/CC0-1.0.txt                                 |  41 +
 t/SPDX/CDDL-1.0.txt                                | 119 +++
 t/SPDX/CDDL-1.1.txt                                | 123 +++
 t/SPDX/CECILL-1.0.txt                              | 216 ++++++
 t/SPDX/CECILL-1.1.txt                              | 229 ++++++
 t/SPDX/CECILL-2.0.txt                              | 241 ++++++
 t/SPDX/CECILL-2.1.txt                              | 249 ++++++
 t/SPDX/CECILL-B.txt                                | 245 ++++++
 t/SPDX/CECILL-C.txt                                | 239 ++++++
 t/SPDX/Cube.txt                                    |  17 +
 t/SPDX/Eurosym.txt                                 |  18 +
 t/SPDX/FTL.txt                                     |  79 ++
 t/SPDX/LGPL-2.0.txt                                | 174 +++++
 t/SPDX/LGPL-2.1.txt                                | 175 +++++
 t/SPDX/Libpng.txt                                  |  76 ++
 t/SPDX/MIT.txt                                     |   9 +
 t/SPDX/MPL-1.0.txt                                 | 123 +++
 t/SPDX/MPL-1.1.txt                                 | 143 ++++
 t/SPDX/MPL-2.0.txt                                 | 144 ++++
 t/SPDX/MS-PL.txt                                   |  22 +
 t/SPDX/MS-RL.txt                                   |  30 +
 t/SPDX/NTP.txt                                     |   5 +
 t/SPDX/PostgreSQL.txt                              |  12 +
 t/SPDX/Python-2.0.txt                              |  72 ++
 t/SPDX/QPL-1.0.txt                                 |  50 ++
 t/SPDX/SGI-B-1.0.txt                               |  82 ++
 t/SPDX/SGI-B-1.1.txt                               |  84 ++
 t/SPDX/Unicode-TOU.txt                             |  51 ++
 t/SPDX/WTFPL.txt                                   |  11 +
 t/SPDX/Zlib.txt                                    |  11 +
 t/SPDX/zlib-acknowledgement.txt                    |  15 +
 t/Software-License.t                               |   6 +-
 t/devscripts.t                                     |   2 +-
 t/devscripts/lgpl-2-3.c                            |  17 -
 t/devscripts/lgpl-2.1.c                            |  15 -
 t/devscripts/lgpl-2.1.h                            |  15 -
 t/devscripts/lgpl-2.s                              |  11 -
 t/devscripts/lgpl-3+.h                             |  13 -
 t/devscripts/lgpl-big-blue.h                       |  14 -
 t/devscripts/lgpl-by-dist-zilla.pl                 |  20 -
 t/devscripts/lgpl-no-version.h                     |   8 -
 t/devscripts/lgpl-variation.c                      |  12 -
 t/fedora.t                                         |  43 ++
 t/fedora/MIT                                       | 853 +++++++++++++++++++++
 t/fedora/README                                    |   5 +
 t/grant.t                                          | 121 ++-
 t/grant/AFL_and_more/xdgmime.c                     |  23 +
 t/grant/GPL_and_more/init.lua                      |   8 -
 t/grant/LGPL/Model.pm                              |   9 +
 t/grant/LGPL/PKG-INFO                              |  25 +
 t/grant/LGPL/criu.h                                |  17 +
 t/grant/LGPL/dqblk_xfs.h                           |  16 +
 t/grant/LGPL/exr.h                                 |   9 +
 t/grant/LGPL/gnome.h                               |  14 +
 t/grant/LGPL/jitterbuf.h                           |  14 +
 t/grant/LGPL/libotr.m4                             |  18 +
 t/grant/LGPL/pic.c                                 |   6 +
 t/grant/LGPL/strv.c                                |  13 +
 t/grant/LGPL/table.py                              |  27 +
 t/grant/LGPL/videoplayer.cpp                       |  21 +
 t/grant/LGPL_and_more/da.aff                       |  23 +
 t/grant/MIT/harfbuzz-impl.c                        |  27 +
 t/grant/MIT/spaces.c                               |  30 +
 t/grant/MPL_and_more/symbolstore.py                |  39 +
 t/grant/NTP/directory.h                            |  23 +
 t/grant/NTP/gslcdf-module.c                        |  29 +
 t/grant/NTP/helvO12.bdf                            |  27 +
 t/grant/NTP/install.sh                             |  24 +
 t/grant/NTP/map.h                                  |  25 +
 t/grant/NTP/monlist.c                              |  21 +
 t/grant/WTFPL/COPYING.WTFPL                        |  12 +
 .../lgpl-digia.c => grant/misc/rpplexer.h}         |  27 +-
 t/license.t                                        |  20 +-
 131 files changed, 10507 insertions(+), 476 deletions(-)

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