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

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

commit 11f71d9cfe6f9212cfa8960b94bb42ea36286351
Author: Jeffrey Kegler <jk...@cpan.org>
Date:   Thu Apr 24 10:43:22 2014 -0700

    Add license language: Github issue #138
---
 cpan/MANIFEST                      |  6 +++++-
 cpan/inc/Marpa/R2/License.pm       |  2 +-
 cpan/libmarpa/win32/Makefile.win32 | 16 +++++++++++++++-
 cpan/libmarpa/win32/do_config_h.pl | 14 ++++++++++++++
 4 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/cpan/MANIFEST b/cpan/MANIFEST
index 0e8e1af..4b272b3 100644
--- a/cpan/MANIFEST
+++ b/cpan/MANIFEST
@@ -182,12 +182,15 @@ libmarpa/tavl/marpa_tavl.h
 libmarpa/tavl/tavl-test.c
 libmarpa/tavl/test.c
 libmarpa/tavl/test.h
+libmarpa/win32/Makefile.win32
+libmarpa/win32/do_config_h.pl
 libmarpa_dist/AUTHORS
 libmarpa_dist/COPYING.LESSER
 libmarpa_dist/ChangeLog
 libmarpa_dist/INSTALL
 libmarpa_dist/Makefile.am
 libmarpa_dist/Makefile.in
+libmarpa_dist/Makefile.win32
 libmarpa_dist/NEWS
 libmarpa_dist/README
 libmarpa_dist/VERSION
@@ -207,7 +210,6 @@ libmarpa_dist/m4/ltsugar.m4
 libmarpa_dist/m4/ltversion.m4
 libmarpa_dist/m4/lt~obsolete.m4
 libmarpa_dist/marpa.c
-libmarpa_dist/marpa.def
 libmarpa_dist/marpa.h
 libmarpa_dist/marpa_ami.c
 libmarpa_dist/marpa_ami.h
@@ -222,6 +224,8 @@ libmarpa_dist/marpa_tavl.c
 libmarpa_dist/marpa_tavl.h
 libmarpa_dist/missing
 libmarpa_dist/stamp-h1
+libmarpa_dist/win32/do_config_h.pl
+libmarpa_dist/win32/marpa.def
 libmarpa_doc_dist/AUTHORS
 libmarpa_doc_dist/COPYING.LESSER
 libmarpa_doc_dist/ChangeLog
diff --git a/cpan/inc/Marpa/R2/License.pm b/cpan/inc/Marpa/R2/License.pm
index bc60eec..2995e67 100644
--- a/cpan/inc/Marpa/R2/License.pm
+++ b/cpan/inc/Marpa/R2/License.pm
@@ -320,7 +320,7 @@ my %files_by_type = (
     'libmarpa/tavl/test.h' => \&ignored,
 
     # MS .def file -- contents trivial
-    'libmarpa_dist/marpa.def' => \&ignored,
+    'libmarpa_dist/win32/marpa.def' => \&ignored,
 );
 
 # Common files in the GNU distributions
diff --git a/cpan/libmarpa/win32/Makefile.win32 
b/cpan/libmarpa/win32/Makefile.win32
index a10b79a..6a9106f 100644
--- a/cpan/libmarpa/win32/Makefile.win32
+++ b/cpan/libmarpa/win32/Makefile.win32
@@ -1,6 +1,20 @@
+# 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.
 #
-# Build static and dynamic libraries of Marpa, using a config.h generated with 
Marpa::R2::Build_Me
+# 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/.
+
+# Build static and dynamic libraries of Marpa, using a config.h generated with 
Marpa::R2::Build_Me
+
 CC = cl
 CFLAGS = /c /Gy /DWIN32 /MD
 LD = link
diff --git a/cpan/libmarpa/win32/do_config_h.pl 
b/cpan/libmarpa/win32/do_config_h.pl
index 3a022c9..1097810 100644
--- a/cpan/libmarpa/win32/do_config_h.pl
+++ b/cpan/libmarpa/win32/do_config_h.pl
@@ -1,5 +1,19 @@
 #!env perl
+# 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 script will generate config.h
 #
 # It is assumed that current working directory is a build directory, i.e.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmarpa-r2-perl.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