[libmarpa-r2-perl] 29/32: Add licensing

Jonas Smedegaard dr at jones.dk
Sat Nov 22 18:38:41 UTC 2014


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

js pushed a commit to annotated tag Marpa-R2-2.087_000
in repository libmarpa-r2-perl.

commit 0a711dd4fb888ae869a6f4404bd8edad01f4ef2e
Author: Jeffrey Kegler <JKEGL at cpan.org>
Date:   Sun Jul 6 21:38:57 2014 -0700

    Add licensing
---
 cpan/MANIFEST                |  8 +++++++-
 cpan/core/README             | 15 ++++++++++++++
 cpan/core/SHARED             | 15 ++++++++++++++
 cpan/core/STATIC             | 15 ++++++++++++++
 cpan/inc/Marpa/R2/License.pm | 47 ++++++++++++++++++++++++++------------------
 5 files changed, 80 insertions(+), 20 deletions(-)

diff --git a/cpan/MANIFEST b/cpan/MANIFEST
index 408995d..8a003fe 100644
--- a/cpan/MANIFEST
+++ b/cpan/MANIFEST
@@ -20,6 +20,7 @@
 Build.PL
 COPYING.LESSER
 Changes
+INSTALL
 LICENSE
 MANIFEST
 MANIFEST.SKIP
@@ -41,6 +42,11 @@ author.t/pod.t
 author.t/spelling_exceptions.list
 author.t/tidy.t
 author.t/tidy1
+core/LOG_DATA
+core/README
+core/SHARED
+core/STATIC
+core/cf/LIBMARPA_MODE
 core/read_only/AUTHORS
 core/read_only/COPYING.LESSER
 core/read_only/ChangeLog
@@ -52,6 +58,7 @@ core/read_only/Makefile.in
 core/read_only/Makefile.win32
 core/read_only/NEWS
 core/read_only/README
+core/read_only/README.INSTALL
 core/read_only/aclocal.m4
 core/read_only/config.guess
 core/read_only/config.h.in
@@ -80,7 +87,6 @@ core/read_only/marpa_slif.h
 core/read_only/marpa_tavl.c
 core/read_only/marpa_tavl.h
 core/read_only/missing
-core/read_only/README.INSTALL
 core/read_only/stamp-h1
 core/read_only/win32/do_config_h.pl
 core/read_only/win32/marpa.def
diff --git a/cpan/core/README b/cpan/core/README
index a6eaadc..6bb61f2 100644
--- a/cpan/core/README
+++ b/cpan/core/README
@@ -1,3 +1,18 @@
+# Copyright 2014 Jeffrey Kegler
+# This file is part of Marpa::R2.  Marpa::R2 is free software: you can
+# redistribute it and/or modify it under the terms of the GNU Lesser
+# General Public License as published by the Free Software Foundation,
+# either version 3 of the License, or (at your option) any later version.
+#
+# Marpa::R2 is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser
+# General Public License along with Marpa::R2.  If not, see
+# http://www.gnu.org/licenses/.
+
 This directory contains the Libmarpa code used in the basic installation
 method, the one supported by the CPAN infrasture.  It also contains
 documents describing alternative ways of using Libmarpa -- external
diff --git a/cpan/core/SHARED b/cpan/core/SHARED
index f3a5459..1679908 100644
--- a/cpan/core/SHARED
+++ b/cpan/core/SHARED
@@ -1,3 +1,18 @@
+# Copyright 2014 Jeffrey Kegler
+# This file is part of Marpa::R2.  Marpa::R2 is free software: you can
+# redistribute it and/or modify it under the terms of the GNU Lesser
+# General Public License as published by the Free Software Foundation,
+# either version 3 of the License, or (at your option) any later version.
+#
+# Marpa::R2 is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser
+# General Public License along with Marpa::R2.  If not, see
+# http://www.gnu.org/licenses/.
+
 This document describes how to link an external shared library with
 Marpa::R2.  This method, and this document, are intended for re-packagers
 and other very advanced users.  This method is not supported by the CPAN
diff --git a/cpan/core/STATIC b/cpan/core/STATIC
index 724091c..99ca795 100644
--- a/cpan/core/STATIC
+++ b/cpan/core/STATIC
@@ -1,3 +1,18 @@
+# Copyright 2014 Jeffrey Kegler
+# This file is part of Marpa::R2.  Marpa::R2 is free software: you can
+# redistribute it and/or modify it under the terms of the GNU Lesser
+# General Public License as published by the Free Software Foundation,
+# either version 3 of the License, or (at your option) any later version.
+#
+# Marpa::R2 is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser
+# General Public License along with Marpa::R2.  If not, see
+# http://www.gnu.org/licenses/.
+
 This document describes how to link an external static library with
 Marpa::R2.  This method, and this document, are intended for re-packagers
 and other very advanced users.  This method is not supported by the CPAN
diff --git a/cpan/inc/Marpa/R2/License.pm b/cpan/inc/Marpa/R2/License.pm
index 9c42d44..126c45d 100644
--- a/cpan/inc/Marpa/R2/License.pm
+++ b/cpan/inc/Marpa/R2/License.pm
@@ -263,6 +263,7 @@ my %files_by_type = (
     'META.yml' =>
         \&ignored,    # not source, and not clear how to add license at top
     'README'                            => \&trivial,
+    'INSTALL'                            => \&trivial,
     'TODO'                              => \&trivial,
     'author.t/accept_tidy'              => \&trivial,
     'author.t/critic1'                  => \&trivial,
@@ -272,26 +273,34 @@ my %files_by_type = (
     'etc/dovg.sh'                       => \&trivial,
     'etc/compile_for_debug.sh'          => \&trivial,
     'etc/reserved_check.sh'             => \&trivial,
-    'html/script/marpa_r2_html_fmt'     => gen_license_problems_in_perl_file(),
-    'html/script/marpa_r2_html_score'   => gen_license_problems_in_perl_file(),
-    'html/t/fmt_t_data/expected1.html'  => \&ignored,
-    'html/t/fmt_t_data/expected2.html'  => \&ignored,
-    'html/t/fmt_t_data/input1.html'     => \&trivial,
-    'html/t/fmt_t_data/input2.html'     => \&trivial,
-    'html/t/fmt_t_data/score_expected1.html'   => \&trivial,
-    'html/t/fmt_t_data/score_expected2.html'   => \&trivial,
-    'html/t/no_tang.html'                      => \&ignored,
-    'html/t/test.html'                         => \&ignored,
-    'core/read_only/LIB_VERSION'                => \&trivial,
-    'core/read_only/LIB_VERSION.in'             => \&trivial,
-    'core/read_only/Makefile.am'             => gen_license_problems_in_hash_file($libmarpa_hash_license),
-    'core/read_only/configure.ac'             => gen_license_problems_in_hash_file($libmarpa_hash_license),
-    'core/read_only/notes/shared_test.txt' => gen_license_problems_in_hash_file($libmarpa_hash_license),
-    'core/read_only/Makefile.win32'             => gen_license_problems_in_hash_file($libmarpa_hash_license),
-    'core/read_only/win32/do_config_h.pl' => gen_license_problems_in_perl_file($libmarpa_hash_license),
-    'etc/my_suppressions'              => \&trivial,
+    'html/script/marpa_r2_html_fmt'    => gen_license_problems_in_perl_file(),
+    'html/script/marpa_r2_html_score'  => gen_license_problems_in_perl_file(),
+    'html/t/fmt_t_data/expected1.html' => \&ignored,
+    'html/t/fmt_t_data/expected2.html' => \&ignored,
+    'html/t/fmt_t_data/input1.html'    => \&trivial,
+    'html/t/fmt_t_data/input2.html'    => \&trivial,
+    'html/t/fmt_t_data/score_expected1.html' => \&trivial,
+    'html/t/fmt_t_data/score_expected2.html' => \&trivial,
+    'html/t/no_tang.html'                    => \&ignored,
+    'html/t/test.html'                       => \&ignored,
+    'core/LOG_DATA'             => \&trivial,
+'core/cf/LIBMARPA_MODE' => \&trivial,
+    'core/read_only/LIB_VERSION'             => \&trivial,
+    'core/read_only/LIB_VERSION.in'          => \&trivial,
+    'core/read_only/Makefile.am' =>
+        gen_license_problems_in_hash_file($libmarpa_hash_license),
+    'core/read_only/configure.ac' =>
+        gen_license_problems_in_hash_file($libmarpa_hash_license),
+    'core/read_only/notes/shared_test.txt' =>
+        gen_license_problems_in_hash_file($libmarpa_hash_license),
+    'core/read_only/Makefile.win32' =>
+        gen_license_problems_in_hash_file($libmarpa_hash_license),
+    'core/read_only/win32/do_config_h.pl' =>
+        gen_license_problems_in_perl_file($libmarpa_hash_license),
+    'etc/my_suppressions' => \&trivial,
     'xs/ppport.h' => \&ignored,    # copied from CPAN, just leave it alone
-    'core/read_only/README.INSTALL' => \&trivial,
+    'core/read_only/README.INSTALL' =>
+        gen_license_problems_in_text_file($libmarpa_hash_license),
 
     # Leave Pfaff's licensing as is
     'core/read_only/marpa_tavl.c' => \&ignored,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarpa-r2-perl.git



More information about the Pkg-perl-cvs-commits mailing list