summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-16 23:29:27 +0000
committerKarl Berry <karl@freefriends.org>2020-01-16 23:29:27 +0000
commit2c297910cd10d921905becca6653a4ba1fc7f27c (patch)
tree5101fc073b7329d6aa762fce9cb2fc1f8dd4eb30
parentbd9b23e78ac5ca313d74220a6efaf298e1f766b5 (diff)
copyright/version updates
git-svn-id: svn://tug.org/texlive/trunk@53428 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/install-tl2
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy2
-rw-r--r--Master/tlpkg/doc/releng.txt13
-rw-r--r--Master/tlpkg/installer/install-menu-extl.pl5
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl2
8 files changed, 18 insertions, 12 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 511a92b8ebc..2a1a9d2f23e 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -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.
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 71fa918d38d..826c9a10c9c 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -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.
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 1223e22489c..a1515aa8fef 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -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.
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 9d37f9e1c69..02bd77be308 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -26,7 +26,7 @@ if false && $update_sources_from_ctan; then
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:
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index a81980cb19d..c358ca5231f 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -41,17 +41,18 @@ To stop updating of certain packages before the general freeze:
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.
diff --git a/Master/tlpkg/installer/install-menu-extl.pl b/Master/tlpkg/installer/install-menu-extl.pl
index 926141cf36b..7cf2c4f56cf 100644
--- a/Master/tlpkg/installer/install-menu-extl.pl
+++ b/Master/tlpkg/installer/install-menu-extl.pl
@@ -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
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 3a3aca2f8b9..905ffc8be67 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -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.
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 82cb81032fb..a31ab8819df 100644
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -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.