texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp TODO prove.sh Texinfo/Common.pm Texi...


From: karl
Subject: texinfo/tp TODO prove.sh Texinfo/Common.pm Texi...
Date: Tue, 25 Sep 2012 17:46:38 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/09/25 17:46:38

Modified files:
        tp             : TODO prove.sh 
        tp/Texinfo     : Common.pm Encoding.pm Parser.pm Report.pm 
                         Structuring.pm 
        tp/Texinfo/Convert: Converter.pm DocBook.pm Info.pm Line.pm 
                            NodeNameNormalization.pm Paragraph.pm 
                            Plaintext.pm Texinfo.pm Text.pm Unicode.pm 
                            XML.pm 
        tp/init        : chm.pm tex4ht.pm 
        tp/maintain    : regenerate_documentlanguages.pl template.pod 
        tp/tests       : Makefile.am long_tests.sh parser_base_tests 
                         tex_html_tests.sh 

Log message:
        copyright 2012

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.305&r2=1.306
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/prove.sh?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Common.pm?cvsroot=texinfo&r1=1.158&r2=1.159
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Encoding.pm?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.401&r2=1.402
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Report.pm?cvsroot=texinfo&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.137&r2=1.138
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Converter.pm?cvsroot=texinfo&r1=1.90&r2=1.91
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/DocBook.pm?cvsroot=texinfo&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Info.pm?cvsroot=texinfo&r1=1.87&r2=1.88
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Line.pm?cvsroot=texinfo&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/NodeNameNormalization.pm?cvsroot=texinfo&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Paragraph.pm?cvsroot=texinfo&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.224&r2=1.225
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Texinfo.pm?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Text.pm?cvsroot=texinfo&r1=1.98&r2=1.99
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Unicode.pm?cvsroot=texinfo&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/XML.pm?cvsroot=texinfo&r1=1.85&r2=1.86
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/init/chm.pm?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/init/tex4ht.pm?cvsroot=texinfo&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/maintain/regenerate_documentlanguages.pl?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/maintain/template.pod?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/Makefile.am?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/long_tests.sh?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/parser_base_tests?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/tex_html_tests.sh?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- TODO        23 Sep 2012 19:30:33 -0000      1.305
+++ TODO        25 Sep 2012 17:46:35 -0000      1.306
@@ -1,3 +1,11 @@
+This is the todo list for the Texinfo::Parser implementation.
+
+  Copyright 2012 Free Software Foundation.
+
+  Copying and distribution of this file, with or without modification,
+  are permitted in any medium without royalty provided the copyright
+  notice and this notice are preserved.
+
 export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
 xmllint --nonet --noout --valid commands.xml
 

Index: prove.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/prove.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- prove.sh    12 Oct 2011 23:50:49 -0000      1.2
+++ prove.sh    25 Sep 2012 17:46:35 -0000      1.3
@@ -1,4 +1,10 @@
 #! /bin/sh
+# Copyright 2012 Free Software Foundation.
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+
 
 if [ z"$srcdir" = 'z' ]; then
   srcdir='.'

Index: Texinfo/Common.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Common.pm,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- Texinfo/Common.pm   18 Sep 2012 23:17:21 -0000      1.158
+++ Texinfo/Common.pm   25 Sep 2012 17:46:36 -0000      1.159
@@ -2464,7 +2464,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Encoding.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Encoding.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Texinfo/Encoding.pm 6 Jan 2012 00:20:28 -0000       1.4
+++ Texinfo/Encoding.pm 25 Sep 2012 17:46:36 -0000      1.5
@@ -143,7 +143,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -b -r1.401 -r1.402
--- Texinfo/Parser.pm   16 Sep 2012 20:43:11 -0000      1.401
+++ Texinfo/Parser.pm   25 Sep 2012 17:46:36 -0000      1.402
@@ -6609,7 +6609,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Report.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Report.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- Texinfo/Report.pm   14 Sep 2012 20:20:07 -0000      1.23
+++ Texinfo/Report.pm   25 Sep 2012 17:46:36 -0000      1.24
@@ -550,7 +550,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -558,4 +558,3 @@
 or (at your option) any later version.
 
 =cut
-

Index: Texinfo/Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -b -r1.137 -r1.138
--- Texinfo/Structuring.pm      14 Sep 2012 20:20:07 -0000      1.137
+++ Texinfo/Structuring.pm      25 Sep 2012 17:46:36 -0000      1.138
@@ -1,7 +1,7 @@
 # Structuring.pm: extract informations about a document structure based on the 
 #                 document tree.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -2459,7 +2459,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Converter.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- Texinfo/Convert/Converter.pm        15 Sep 2012 11:45:32 -0000      1.90
+++ Texinfo/Convert/Converter.pm        25 Sep 2012 17:46:36 -0000      1.91
@@ -1370,7 +1370,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/DocBook.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/DocBook.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- Texinfo/Convert/DocBook.pm  14 Sep 2012 20:20:08 -0000      1.52
+++ Texinfo/Convert/DocBook.pm  25 Sep 2012 17:46:36 -0000      1.53
@@ -1386,7 +1386,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Info.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Info.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- Texinfo/Convert/Info.pm     14 Sep 2012 20:20:08 -0000      1.87
+++ Texinfo/Convert/Info.pm     25 Sep 2012 17:46:36 -0000      1.88
@@ -1,6 +1,6 @@
 # Info.pm: output tree as Info.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -541,7 +541,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Line.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Line.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- Texinfo/Convert/Line.pm     23 Sep 2012 19:30:34 -0000      1.26
+++ Texinfo/Convert/Line.pm     25 Sep 2012 17:46:36 -0000      1.27
@@ -1,6 +1,6 @@
 # Line.pm: handle line of text.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/NodeNameNormalization.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/NodeNameNormalization.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Texinfo/Convert/NodeNameNormalization.pm    8 Jul 2012 21:10:38 -0000       
1.21
+++ Texinfo/Convert/NodeNameNormalization.pm    25 Sep 2012 17:46:37 -0000      
1.22
@@ -362,7 +362,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Paragraph.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Paragraph.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- Texinfo/Convert/Paragraph.pm        23 Sep 2012 19:30:34 -0000      1.30
+++ Texinfo/Convert/Paragraph.pm        25 Sep 2012 17:46:37 -0000      1.31
@@ -1,6 +1,6 @@
 # Paragraph.pm: handle paragraph text.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- Texinfo/Convert/Plaintext.pm        14 Sep 2012 20:20:08 -0000      1.224
+++ Texinfo/Convert/Plaintext.pm        25 Sep 2012 17:46:37 -0000      1.225
@@ -2991,7 +2991,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/Texinfo.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Texinfo.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- Texinfo/Convert/Texinfo.pm  9 Sep 2012 11:22:36 -0000       1.12
+++ Texinfo/Convert/Texinfo.pm  25 Sep 2012 17:46:37 -0000      1.13
@@ -1,6 +1,6 @@
 # Texinfo.pm: output a Texinfo tree as Texinfo.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -211,7 +211,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -219,4 +219,3 @@
 your option) any later version.
 
 =cut
-

Index: Texinfo/Convert/Text.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Text.pm,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- Texinfo/Convert/Text.pm     16 Sep 2012 21:08:54 -0000      1.98
+++ Texinfo/Convert/Text.pm     25 Sep 2012 17:46:37 -0000      1.99
@@ -809,7 +809,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -817,4 +817,3 @@
 or (at your option) any later version.
 
 =cut
-

Index: Texinfo/Convert/Unicode.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Unicode.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- Texinfo/Convert/Unicode.pm  23 Sep 2012 19:30:34 -0000      1.32
+++ Texinfo/Convert/Unicode.pm  25 Sep 2012 17:46:37 -0000      1.33
@@ -1557,7 +1557,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: Texinfo/Convert/XML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/XML.pm,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- Texinfo/Convert/XML.pm      14 Sep 2012 20:20:08 -0000      1.85
+++ Texinfo/Convert/XML.pm      25 Sep 2012 17:46:37 -0000      1.86
@@ -1428,7 +1428,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright 2011, 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: init/chm.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/init/chm.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- init/chm.pm 12 Sep 2012 00:40:24 -0000      1.11
+++ init/chm.pm 25 Sep 2012 17:46:37 -0000      1.12
@@ -4,7 +4,7 @@
 #
 # chm.pm: convert to chm intermediate formats hhp, hhc, hhk and html files
 #
-#    Copyright (C) 2004, 2006, 2009, 2011 Free Software Foundation, Inc.
+#    Copyright 2004, 2006, 2009, 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: init/tex4ht.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/init/tex4ht.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- init/tex4ht.pm      12 Sep 2012 00:40:24 -0000      1.10
+++ init/tex4ht.pm      25 Sep 2012 17:46:37 -0000      1.11
@@ -4,7 +4,7 @@
 #
 # tex4ht.pm: use tex4ht to convert tex to html
 #
-#    Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+# Copyright 2005, 2007, 2009, 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: maintain/regenerate_documentlanguages.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/maintain/regenerate_documentlanguages.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- maintain/regenerate_documentlanguages.pl    12 Sep 2012 00:40:24 -0000      
1.2
+++ maintain/regenerate_documentlanguages.pl    25 Sep 2012 17:46:37 -0000      
1.3
@@ -3,7 +3,7 @@
 # regenerate_documentlanguages.pl: download the iana files language
 # and regenerate Texinfo/Documentlanguages.pm list of languages and regions
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -70,4 +70,3 @@
   }
 }
 print OUT ");\n\n1;\n";
-

Index: maintain/template.pod
===================================================================
RCS file: /sources/texinfo/texinfo/tp/maintain/template.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- maintain/template.pod       30 Oct 2011 10:13:20 -0000      1.2
+++ maintain/template.pod       25 Sep 2012 17:46:38 -0000      1.3
@@ -61,7 +61,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 Free Software Foundation, Inc.
+Copyright 2012 Free Software Foundation, Inc.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Index: tests/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- tests/Makefile.am   26 May 2012 10:45:03 -0000      1.8
+++ tests/Makefile.am   25 Sep 2012 17:46:38 -0000      1.9
@@ -1,3 +1,15 @@
+# Makefile.am for texinfo/tp/tests.
+#
+# Copyright 2012 # Free Software Foundation, Inc.
+#
+# This file is free software; as a special exception the author gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
 base_tests = \
  formatting htmlxref htmlxref-only_mono htmlxref-only_split
 long_tests = \

Index: tests/long_tests.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/long_tests.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tests/long_tests.sh 26 May 2012 10:45:03 -0000      1.5
+++ tests/long_tests.sh 25 Sep 2012 17:46:38 -0000      1.6
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright 2010, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright

Index: tests/parser_base_tests
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/parser_base_tests,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tests/parser_base_tests     29 Jan 2012 12:39:17 -0000      1.3
+++ tests/parser_base_tests     25 Sep 2012 17:46:38 -0000      1.4
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright 2010, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright

Index: tests/tex_html_tests.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/tex_html_tests.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tests/tex_html_tests.sh     26 May 2012 10:45:03 -0000      1.1
+++ tests/tex_html_tests.sh     25 Sep 2012 17:46:38 -0000      1.2
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright 2010, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright



reply via email to

[Prev in Thread] Current Thread [Next in Thread]