texlive[53428] Master: copyright/version updates

commits+karl at tug.org commits+karl at tug.org
Fri Jan 17 00:29:28 CET 2020


Revision: 53428
          http://tug.org/svn/texlive?view=revision&revision=53428
Author:   karl
Date:     2020-01-17 00:29:27 +0100 (Fri, 17 Jan 2020)
Log Message:
-----------
copyright/version updates

Modified Paths:
--------------
    trunk/Master/install-tl
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
    trunk/Master/tlpkg/TeXLive/TLPSRC.pm
    trunk/Master/tlpkg/bin/tl-update-asy
    trunk/Master/tlpkg/doc/releng.txt
    trunk/Master/tlpkg/installer/install-menu-extl.pl
    trunk/Master/tlpkg/installer/install-menu-perltk.pl
    trunk/Master/tlpkg/installer/install-menu-text.pl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/install-tl	2020-01-16 23:29:27 UTC (rev 53428)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # $Id$
-# Copyright 2007-2019
+# Copyright 2007-2020
 # Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
 # This file is licensed under the GNU General Public License version 2
 # or any later version.

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-01-16 23:29:27 UTC (rev 53428)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 # $Id$
 #
-# Copyright 2008-2019 Norbert Preining
+# Copyright 2008-2020 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 

Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2020-01-16 23:29:27 UTC (rev 53428)
@@ -1,6 +1,6 @@
 # $Id$
 # TeXLive::TLPSRC.pm - module for handling tlpsrc files
-# Copyright 2007-2019 Norbert Preining
+# Copyright 2007-2020 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 

Modified: trunk/Master/tlpkg/bin/tl-update-asy
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-asy	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/bin/tl-update-asy	2020-01-16 23:29:27 UTC (rev 53428)
@@ -26,7 +26,7 @@
   edit ../README for $ver
 
   # show list of new files to add:
-  svn status | sed -n 's/^\?//p' | fgrep -v binaries
+  svn status | sed -n 's/^\?//p'
   svn add `!!`
   
   # show list of files to remove:

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/doc/releng.txt	2020-01-16 23:29:27 UTC (rev 53428)
@@ -41,17 +41,18 @@
    update version numbers, years, and copyright years in:
   top level version.ac
   dvipdfm-x:configure.ac dvipdfmx.c xbb.c
-  dvips:    configure.ac NEWS dvips.c dvips.h afm2tfm.c dvips.texi
+  dvipsk:   configure.ac NEWS dvips.c dvips.h afm2tfm.c dvips.texi
   mendexk,  
-  upmendex: main.c, configure.ac, COPYRIGHT.
+  upmendex: configure.ac COPYRIGHT main.c
   kpathsea: version.ac NEWS kpsewhich.c doc/kpathsea.texi texmf.cnf
   ptexenc:  version.ac
-  web2c:    NEWS doc/web2c.texi ptexdir/ptex-base.ch,ptex_version.h
-            pdftexdir/pdftex.web pdftexdir/pdftex_version.h
+  web2c:    NEWS doc/web2c.texi
+            ptexdir/ptex-base.ch,ptex_version.h  # if not already done
+            pdftexdir/pdftex.web pdftexdir/pdftex_version.h  # ditto
+  check *.c *.h sources in above for needed copyright year updates too.
+  check tlpkg/dev/srclist.txt for automake major version update.
   then reautoconf (~5min), rebuild (~10min).
   install-tl, tlmgr.pl (copyright only)
-  check *.c *.h sources in above for needed copyright year updates too.
-  check tlpkg/dev/srclist.txt for automake version update.
   run ~karl/bin/tlversions to see+compare engine/etc. versions
   commit updates.
 

Modified: trunk/Master/tlpkg/installer/install-menu-extl.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-extl.pl	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/installer/install-menu-extl.pl	2020-01-16 23:29:27 UTC (rev 53428)
@@ -1,6 +1,11 @@
 #!/usr/bin/env perl
 # install-menu-extl.pl
 
+# Copyright 2018, 2019 Siep Kroonenberg
+
+# This file is licensed under the GNU General Public License version 2
+# or any later version.
+
 # tell the frontend about all configurable options and terminate
 # this output with an agreed-upon termination string.  the frontend
 # will get the required package database information from the back

Modified: trunk/Master/tlpkg/installer/install-menu-perltk.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-perltk.pl	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/installer/install-menu-perltk.pl	2020-01-16 23:29:27 UTC (rev 53428)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 # $Id$
 #
-# Copyright 2008-2014 Norbert Preining
+# Copyright 2008-2020 Norbert Preining
 # Copyright 2008 Reinhard Kotucha
 # This file is licensed under the GNU General Public License version 2
 # or any later version.

Modified: trunk/Master/tlpkg/installer/install-menu-text.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-text.pl	2020-01-16 22:02:50 UTC (rev 53427)
+++ trunk/Master/tlpkg/installer/install-menu-text.pl	2020-01-16 23:29:27 UTC (rev 53428)
@@ -2,7 +2,7 @@
 # $Id$
 # install-menu-txt.pl
 #
-# Copyright 2007-2017 Norbert Preining, Karl Berry
+# Copyright 2007-2020 Norbert Preining, Karl Berry
 # Copyright 2007-2008 Reinhard Kotucha
 # This file is licensed under the GNU General Public License version 2
 # or any later version.



More information about the tex-live-commits mailing list