texinfo-commits
[Top][All Lists]
Advanced

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

[6906] 2016


From: karl
Subject: [6906] 2016
Date: Fri, 01 Jan 2016 18:33:46 +0000

Revision: 6906
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6906
Author:   karl
Date:     2016-01-01 18:33:45 +0000 (Fri, 01 Jan 2016)
Log Message:
-----------
2016

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/Pod-Simple-Texinfo/pod2texi.pl
    trunk/contrib/nontests/README
    trunk/doc/refcard/txirefcard.tex
    trunk/doc/texinfo.texi
    trunk/doc/version.texi
    trunk/info/dir.c
    trunk/info/echo-area.h
    trunk/info/filesys.c
    trunk/info/indices.c
    trunk/info/indices.h
    trunk/info/info-utils.h
    trunk/info/info.c
    trunk/info/infodoc.c
    trunk/info/infomap.c
    trunk/info/nodemenu.c
    trunk/info/search.c
    trunk/info/search.h
    trunk/info/session.h
    trunk/info/termdep.h
    trunk/info/window.h
    trunk/install-info/Makefile.am
    trunk/install-info/install-info.c
    trunk/system.h
    trunk/texindex/texindex.awk
    trunk/texindex/ti.twjr
    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/texi2any.pl
    trunk/util/pdftexi2dvi
    trunk/util/texi-elements-by-size
    trunk/util/texi2dvi
    trunk/util/texi2pdf
    trunk/util/texindex.bat

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/ChangeLog     2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,3 +1,43 @@
+2016-01-01  Karl Berry  <address@hidden>
+
+       * makeinfo/README,
+       * tp/Texinfo/Convert/Converter.pm,
+       * util/dir-example,
+       * build-aux/texinfo.tex: sync.
+       
+       * info/dir.c,
+       * info/echo-area.h,
+       * info/filesys.c,
+       * info/indices.c,
+       * info/indices.h,
+       * info/info-utils.h,
+       * info/infodoc.c,
+       * info/infomap.c,
+       * info/nodemenu.c,
+       * info/search.c,
+       * info/search.h,
+       * info/session.h,
+       * info/termdep.h,
+       * info/window.h,
+       * system.h,
+
+       * Pod-Simple-Texinfo/pod2texi.pl,
+       * doc/refcard/txirefcard.tex,
+       * doc/texinfo.texi,
+       * info/info.c,
+       * install-info/install-info.c,
+       * texindex/ti.twjr,
+       * tp/maintain/regenerate_cmd_tests.sh,
+       * tp/maintain/regenerate_docstr.sh,
+       * tp/maintain/regenerate_file_lists.pl,
+       * tp/maintain/template.pod,
+       * tp/texi2any.pl,
+       * util/pdftexi2dvi,
+       * util/texi-elements-by-size,
+       * util/texi2dvi,
+       * util/texi2pdf,
+       * util/texindex.bat: 2016.
+
 2016-01-01  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/XSParagraph/Makefile.am: Remove out-of-date 
@@ -17325,7 +17365,7 @@
        * doc/texinfo.tex (\initial): when breaking the column before the
          initial, allow for some space at the bottom of the column, so
          the baselineskip is preserved (more or less).
-         Don't give negative penalty, it encouradges creating of underfull
+         Don't give negative penalty, it encourages creating of underfull
          columns with stretched baselineskip.
          At the end, the \nobreak should be before \vskip, not after it.
 
@@ -21897,7 +21937,7 @@
 
 
 Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-2013, 2014, 2015
+2013, 2014, 2015, 2016
 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,

Modified: trunk/Pod-Simple-Texinfo/pod2texi.pl
===================================================================
--- trunk/Pod-Simple-Texinfo/pod2texi.pl        2016-01-01 18:33:25 UTC (rev 
6905)
+++ trunk/Pod-Simple-Texinfo/pod2texi.pl        2016-01-01 18:33:45 UTC (rev 
6906)
@@ -1,7 +1,7 @@
 #! /usr/bin/env perl
 # $Id$
 # pod2texi -- convert Pod to Texinfo.
-# Copyright 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2012, 2013, 2014, 2015, 2016 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
@@ -156,7 +156,7 @@
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), "2015";
+There is NO WARRANTY, to the extent permitted by law.\n"), "2016";
       exit 0;},
   'base-level=s' => sub {
      if ($_[1] =~ /^[0-4]$/) {
@@ -597,7 +597,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2015 Free Software Foundation, Inc.
+Copyright 2016 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

Modified: trunk/contrib/nontests/README
===================================================================
--- trunk/contrib/nontests/README       2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/contrib/nontests/README       2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 $Id$
-texinfo/util/tests/README
+texinfo/contrib/nontests/README
 
-  Copyright 2015 Free Software Foundation, Inc.
+  Copyright 2015, 2016 Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright

Modified: trunk/doc/refcard/txirefcard.tex
===================================================================
--- trunk/doc/refcard/txirefcard.tex    2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/doc/refcard/txirefcard.tex    2016-01-01 18:33:45 UTC (rev 6906)
@@ -49,13 +49,13 @@
 % Much of the text is based on, and sometimes copied from, the @-Command
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
-\def\versionyear{2015}          % year manual was updated
+\def\versionyear{2016}          % year manual was updated
 \def\versionTexinfo{6.0}        % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small
 \advance\baselineskip by 1pt
-\centerline{Copyright \copyright\ 2015 Free Software Foundation, Inc.}
+\centerline{Copyright \copyright\ 2016 Free Software Foundation, Inc.}
 \centerline{for Texinfo version \versionTexinfo, \versionyear}
 \centerline{by Robert D. Solimeno}
 \centerline{and the Texinfo maintainers}

Modified: trunk/doc/texinfo.texi
===================================================================
--- trunk/doc/texinfo.texi      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/doc/texinfo.texi      2016-01-01 18:33:45 UTC (rev 6906)
@@ -38,7 +38,7 @@
 
 Copyright @copyright{} 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
 1998, 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -1548,7 +1548,7 @@
 @@copying
 This is a short example of a complete Texinfo file, version 1.0.
 
-Copyright @@address@hidden@} 2015 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2016 Free Software Foundation, Inc.
 @@end copying
 @end group
 @end example
@@ -5660,7 +5660,7 @@
 
 @findex urefbreakstyle
 By default, in @TeX{} any such breaks at special characters will occur
-after the character.  Some people prefer such breaks to happen after
+after the character.  Some people prefer such breaks to happen before
 the special character.  This can be controlled with the
 @code{@@urefbreakstyle} command (this command has effect only in
 @TeX{}):
@@ -21361,7 +21361,7 @@
 @@copying
 This is a short example of a complete Texinfo file.
 
-Copyright @@address@hidden@} 2015 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2016 Free Software Foundation, Inc.
 @@end copying
 
 @@titlepage
@@ -21536,7 +21536,7 @@
 This manual is for GNU Sample (version @value{VERSION}, @value{UPDATED}),
 which is an example in the Texinfo documentation.
 
-Copyright @copyright{} 2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -21626,7 +21626,7 @@
 @copying
 This document is a sample for allowing verbatim copying only.
 
-Copyright @copyright{} 2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to make and distribute verbatim copies
@@ -21657,7 +21657,7 @@
 previous sections.
 
 @example
-Copyright @@address@hidden@} 2015 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2016 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright

Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/doc/version.texi      2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,4 +1,4 @@
address@hidden UPDATED 27 December 2015
address@hidden UPDATED-MONTH December 2015
address@hidden UPDATED 1 January 2016
address@hidden UPDATED-MONTH January 2016
 @set EDITION 6.0.91
 @set VERSION 6.0.91

Modified: trunk/info/dir.c
===================================================================
--- trunk/info/dir.c    2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/dir.c    2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 2004, 2007, 2008, 2009, 2012,
-   2013, 2014 Free Software Foundation, Inc.
+   2013, 2014, 2015, 2016 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

Modified: trunk/info/echo-area.h
===================================================================
--- trunk/info/echo-area.h      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/echo-area.h      2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 /* echo-area.h -- Functions used in reading information from the echo area.
    $Id$
 
-   Copyright 1993, 1997, 2004, 2007, 2008, 2011, 2013, 2014
+   Copyright 1993, 1997, 2004, 2007, 2008, 2011, 2013, 2014, 2015, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/info/filesys.c
===================================================================
--- trunk/info/filesys.c        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/filesys.c        2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008, 2009, 2011,
-   2012, 2013, 2014 Free Software Foundation, Inc.
+   2012, 2013, 2014, 2015, 2016 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

Modified: trunk/info/indices.c
===================================================================
--- trunk/info/indices.c        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/indices.c        2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 1999, 2002, 2003, 2004, 2007, 2008, 2011,
-   2013, 2014 Free Software Foundation, Inc.
+   2013, 2014, 2015, 2016 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

Modified: trunk/info/indices.h
===================================================================
--- trunk/info/indices.h        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/indices.h        2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 /* indices.h -- Functions defined in indices.c.
    $Id$
 
-   Copyright 1993, 1997, 2004, 2007, 2013, 2014
+   Copyright 1993, 1997, 2004, 2007, 2013, 2014, 2015, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/info/info-utils.h
===================================================================
--- trunk/info/info-utils.h     2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/info-utils.h     2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$   
 
    Copyright 1993, 1996, 1998, 2002, 2003, 2004, 2007, 2011, 2012, 2013,
-   2014 Free Software Foundation, Inc.
+   2014, 2015, 2016 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

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/info.c   2016-01-01 18:33:45 UTC (rev 6906)
@@ -805,7 +805,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2015");
+             "2016");
       exit (EXIT_SUCCESS);
     }
 

Modified: trunk/info/infodoc.c
===================================================================
--- trunk/info/infodoc.c        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/infodoc.c        2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2006,
-   2007, 2008, 2011, 2013, 2014 Free Software Foundation, Inc.
+   2007, 2008, 2011, 2013, 2014, 2015, 2016 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

Modified: trunk/info/infomap.c
===================================================================
--- trunk/info/infomap.c        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/infomap.c        2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2007,
-   2008, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
+   2008, 2011, 2012, 2013, 2014, 2015, 2016 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

Modified: trunk/info/nodemenu.c
===================================================================
--- trunk/info/nodemenu.c       2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/nodemenu.c       2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 2002, 2003, 2004, 2007, 2008, 2011,
-   2013, 2014 Free Software Foundation, Inc.
+   2013, 2014, 2015, 2016 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

Modified: trunk/info/search.c
===================================================================
--- trunk/info/search.c 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/search.c 2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 2002, 2004, 2007, 2008, 2009, 2011, 2013,
-   2014 Free Software Foundation, Inc.
+   2014, 2015, 2016 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

Modified: trunk/info/search.h
===================================================================
--- trunk/info/search.h 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/search.h 2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 /* search.h -- Structure used to search large bodies of text, with bounds.
    $Id$
 
-   Copyright 1993, 1997, 1998, 2002, 2004, 2007, 2009, 2011, 2013
+   Copyright 1993, 1997, 1998, 2002, 2004, 2007, 2009, 2011, 2013, 2014, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/info/session.h
===================================================================
--- trunk/info/session.h        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/session.h        2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,8 @@
 /* session.h -- Functions found in session.c.
    $Id$
 
-   Copyright 1993, 1998, 1999, 2001, 2002, 2004, 2007, 2011, 2013, 2014
+   Copyright 1993, 1998, 1999, 2001, 2002, 2004, 2007, 2011, 2013, 2014,
+   2015, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/info/termdep.h
===================================================================
--- trunk/info/termdep.h        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/termdep.h        2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 /* termdep.h -- system things that terminal.c depends on.
    $Id$
 
-   Copyright 1993, 1996, 1997, 1998, 2001, 2002, 2007, 2012, 2013
+   Copyright 1993, 1996, 1997, 1998, 2001, 2002, 2007, 2012, 2013, 2014, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/info/window.h
===================================================================
--- trunk/info/window.h 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/info/window.h 2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,7 @@
 /* window.h -- Structure and flags used in manipulating Info windows.
    $Id$
 
-   Copyright 1993, 1997, 2004, 2007, 2011 2013, 2014
+   Copyright 1993, 1997, 2004, 2007, 2011 2013, 2014, 2015, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/install-info/Makefile.am
===================================================================
--- trunk/install-info/Makefile.am      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/install-info/Makefile.am      2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,7 +1,8 @@
 # $Id$
 # Makefile.am for texinfo/install-info.
 #
-# Copyright 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc.
+# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016
+# 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/install-info/install-info.c
===================================================================
--- trunk/install-info/install-info.c   2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/install-info/install-info.c   2016-01-01 18:33:45 UTC (rev 6906)
@@ -2240,7 +2240,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-              "2015");
+              "2016");
           exit (EXIT_SUCCESS);
 
         case 'W':

Modified: trunk/system.h
===================================================================
--- trunk/system.h      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/system.h      2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014
+   2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

Modified: trunk/texindex/texindex.awk
===================================================================
--- trunk/texindex/texindex.awk 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/texindex/texindex.awk 2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,6 +1,6 @@
 # texindex.awk, generated by jrtangle from ti.twjr.
 #
-# Copyright 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2014, 2015, 2016 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Texinfo.
 # 
@@ -150,7 +150,7 @@
   printf _"Copyright (C) %s Free Software Foundation, Inc.\n\
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
-There is NO WARRANTY, to the extent permitted by law.\n", "2015";
+There is NO WARRANTY, to the extent permitted by law.\n", "2016";
 
   exit EXIT_SUCCESS
 }

Modified: trunk/texindex/ti.twjr
===================================================================
--- trunk/texindex/ti.twjr      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/texindex/ti.twjr      2016-01-01 18:33:45 UTC (rev 6906)
@@ -25,7 +25,7 @@
 raw index files created by @file{texinfo.tex}.  (This Texinfo source is
 a literate program written using address@hidden, not a user manual.)
 
-Copyright @copyright{} 2014, 2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2014, 2015, 2016 Free Software Foundation, Inc.
 
 @quotation
 This program is free software: you can redistribute it and/or modify
@@ -1056,7 +1056,7 @@
 
 @<GPL v3 copyright statement@>=
 #
-# Copyright 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2014, 2015, 2016 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Texinfo.
 # 
@@ -1309,7 +1309,7 @@
   printf _"Copyright (C) %s Free Software Foundation, Inc.\n\
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
-There is NO WARRANTY, to the extent permitted by law.\n", "2015";
+There is NO WARRANTY, to the extent permitted by law.\n", "2016";
 
   exit EXIT_SUCCESS
 }

Modified: trunk/tp/maintain/regenerate_cmd_tests.sh
===================================================================
--- trunk/tp/maintain/regenerate_cmd_tests.sh   2016-01-01 18:33:25 UTC (rev 
6905)
+++ trunk/tp/maintain/regenerate_cmd_tests.sh   2016-01-01 18:33:45 UTC (rev 
6906)
@@ -3,7 +3,7 @@
 # Use information from test driving files to regenerate test scripts
 # that run only one test, and file lists to be used in Makefiles.
 #
-# Copyright 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2013, 2014, 2016 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
@@ -152,7 +152,7 @@
 cat >$outfile <<END_HEADER
 # $basefile generated by $0.
 #
-# Copyright 2015 Free Software Foundation, Inc.
+# Copyright 2016 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      2016-01-01 18:33:25 UTC (rev 
6905)
+++ trunk/tp/maintain/regenerate_docstr.sh      2016-01-01 18:33:45 UTC (rev 
6906)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $Id$
-# Copyright 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016 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 2015 Free Software Foundation, Inc.
+# Copyright 2016 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  2016-01-01 18:33:25 UTC (rev 
6905)
+++ trunk/tp/maintain/regenerate_file_lists.pl  2016-01-01 18:33:45 UTC (rev 
6906)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # $Id$
-# Copyright 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016 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 2015 Free Software Foundation, Inc.
+# Copyright 2016 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      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/tp/maintain/template.pod      2016-01-01 18:33:45 UTC (rev 6906)
@@ -65,7 +65,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2015 Free Software Foundation, Inc.
+Copyright 2016 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/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/tp/texi2any.pl        2016-01-01 18:33:45 UTC (rev 6906)
@@ -2,7 +2,8 @@
 
 # texi2any: Texinfo converter.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016
+# 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
@@ -872,7 +873,7 @@
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), "2015";
+There is NO WARRANTY, to the extent permitted by law.\n"), "2016";
       exit 0;},
  'macro-expand|E=s' => sub { set_from_cmdline('MACRO_EXPAND', $_[1]); },
  'ifhtml!' => sub { set_expansion('html', $_[1]); },

Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi      2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/util/pdftexi2dvi      2016-01-01 18:33:45 UTC (rev 6906)
@@ -27,7 +27,7 @@
   cat <<EOF
 texi2pdf (GNU Texinfo 6.0) $rcs_version
 
-Copyright (C) 2015 Free Software Foundation, Inc.
+Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Modified: trunk/util/texi-elements-by-size
===================================================================
--- trunk/util/texi-elements-by-size    2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/util/texi-elements-by-size    2016-01-01 18:33:45 UTC (rev 6906)
@@ -3,7 +3,7 @@
 # Also serve as an example of using the Texinfo::Parser module,
 # including the usual per-format options.
 #
-# Copyright 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2012, 2013, 2014, 2015, 2016 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
@@ -102,7 +102,7 @@
                      printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), "2015";
+There is NO WARRANTY, to the extent permitted by law.\n"), "2016";
       exit 0;},
   'force' => \$force,
   'ifhtml!' => sub { set_expansion('html', $_[1]); },

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/util/texi2dvi 2016-01-01 18:33:45 UTC (rev 6906)
@@ -4,7 +4,7 @@
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-# 2014, 2015 Free Software Foundation, Inc.
+# 2014, 2015, 2016 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
@@ -230,7 +230,7 @@
   cat <<EOF
 texi2dvi (GNU Texinfo 6.0+dev) $rcs_version
 
-Copyright (C) 2015 Free Software Foundation, Inc.
+Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Modified: trunk/util/texi2pdf
===================================================================
--- trunk/util/texi2pdf 2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/util/texi2pdf 2016-01-01 18:33:45 UTC (rev 6906)
@@ -27,7 +27,7 @@
   cat <<EOF
 texi2pdf (GNU Texinfo 6.0) $rcs_version
 
-Copyright (C) 2015 Free Software Foundation, Inc.
+Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Modified: trunk/util/texindex.bat
===================================================================
--- trunk/util/texindex.bat     2016-01-01 18:33:25 UTC (rev 6905)
+++ trunk/util/texindex.bat     2016-01-01 18:33:45 UTC (rev 6906)
@@ -1,5 +1,5 @@
 @echo off
-REM Copyright 2015 Free Software Foundation, Inc.
+REM Copyright 2016 Free Software Foundation, Inc.
 REM
 REM This program is free software; you can redistribute it and/or modify
 REM it under the terms of the GNU General Public License as published by




reply via email to

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