texinfo-commits
[Top][All Lists]
Advanced

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

[5891] copyright year update


From: karl
Subject: [5891] copyright year update
Date: Sun, 26 Oct 2014 18:16:45 +0000

Revision: 5891
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5891
Author:   karl
Date:     2014-10-26 18:16:44 +0000 (Sun, 26 Oct 2014)
Log Message:
-----------
copyright year update

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/maintain/regenerate_cmd_tests.sh
    trunk/tp/maintain/regenerate_docstr.sh
    trunk/tp/maintain/regenerate_file_lists.pl
    trunk/tp/maintain/template.pod
    trunk/tp/tests/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-10-24 16:33:30 UTC (rev 5890)
+++ trunk/ChangeLog     2014-10-26 18:16:44 UTC (rev 5891)
@@ -1,3 +1,12 @@
+2014-10-26  Karl Berry  <address@hidden>
+
+       * tp/maintain/template.pod,
+       * tp/maintain/regenerate_cmd_tests.sh,
+       * tp/maintain/regenerate_docstr.sh,
+       * tp/maintain/regenerate_file_lists.sh,
+       * tp/tests/Makefile.am:
+       belated copyright year update.
+
 2014-10-24  Gavin Smith  <address@hidden>
 
        * info/filesys.c (filesys_read_info_file): Disable call to 

Modified: trunk/tp/maintain/regenerate_cmd_tests.sh
===================================================================
--- trunk/tp/maintain/regenerate_cmd_tests.sh   2014-10-24 16:33:30 UTC (rev 
5890)
+++ trunk/tp/maintain/regenerate_cmd_tests.sh   2014-10-26 18:16:44 UTC (rev 
5891)
@@ -3,7 +3,7 @@
 # Use information from test driving files to regenerate test scripts
 # that run only one test, and file lists to be use in Makefiles.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2014 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
@@ -139,7 +139,7 @@
 cat >$outfile <<END_HEADER
 # $basefile generated by $0.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2014 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

Modified: trunk/tp/maintain/regenerate_docstr.sh
===================================================================
--- trunk/tp/maintain/regenerate_docstr.sh      2014-10-24 16:33:30 UTC (rev 
5890)
+++ trunk/tp/maintain/regenerate_docstr.sh      2014-10-26 18:16:44 UTC (rev 
5891)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $Id$
-# Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014 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
@@ -27,7 +27,7 @@
 cat >$outfile <<END_HEADER
 # $basefile generated by $0.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2014 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

Modified: trunk/tp/maintain/regenerate_file_lists.pl
===================================================================
--- trunk/tp/maintain/regenerate_file_lists.pl  2014-10-24 16:33:30 UTC (rev 
5890)
+++ trunk/tp/maintain/regenerate_file_lists.pl  2014-10-26 18:16:44 UTC (rev 
5891)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # $Id$
-# Copyright 2011, 2012 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014 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
@@ -63,7 +63,7 @@
 print INCLUDE <<EOH;
 # Makefile.tres generated by $0.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2014 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

Modified: trunk/tp/maintain/template.pod
===================================================================
--- trunk/tp/maintain/template.pod      2014-10-24 16:33:30 UTC (rev 5890)
+++ trunk/tp/maintain/template.pod      2014-10-26 18:16:44 UTC (rev 5891)
@@ -61,7 +61,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2012 Free Software Foundation, Inc.
+Copyright 2014 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

Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am  2014-10-24 16:33:30 UTC (rev 5890)
+++ trunk/tp/tests/Makefile.am  2014-10-26 18:16:44 UTC (rev 5891)
@@ -1,6 +1,6 @@
 # $Id$
 # Makefile.am for texinfo/tp/tests.
-# Copyright 2012, 2013 Free Software Foundation, Inc.
+# Copyright 2012, 2013, 2014 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
@@ -13,9 +13,13 @@
 # autogenerated test scripts list and tests-parser.txt list
 include $(srcdir)/Makefile.onetst
 
-$(srcdir)/Makefile.onetst: ../maintain/regenerate_cmd_tests.sh 
$(test_driving_files_generated_list)
+$(srcdir)/Makefile.onetst: \
+  ../maintain/regenerate_cmd_tests.sh $(test_driving_files_generated_list)
        cd $(srcdir) \
-       && $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" -base 
'$(base_tests)' -long '$(long_tests)' -tex_html '$(tex_html_tests)'
+       && $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" \
+         -base '$(base_tests)' \
+         -long '$(long_tests)' \
+         -tex_html '$(tex_html_tests)'
 
 base_tests = \
  formatting htmlxref htmlxref-only_mono htmlxref-only_split




reply via email to

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