diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/etexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/etexextra.h | 9 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.web | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftexextra.h | 4 |
5 files changed, 18 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog index d0dcb81a6f3..79ed6486b64 100644 --- a/Build/source/texk/web2c/etexdir/ChangeLog +++ b/Build/source/texk/web2c/etexdir/ChangeLog @@ -1,3 +1,8 @@ +2016-04-06 Karl Berry <karl@tug.org> + + * etexextra.h (COPYRIGHT_HOLDER): add et al. since + peb passed away in 2015 so can't hold later copyrights. + 2015-09-22 Peter Breitenlohner <peb@mppmu.mpg.de> * etriptest.test: Also check tripos.tex and etrip.out. diff --git a/Build/source/texk/web2c/etexdir/etexextra.h b/Build/source/texk/web2c/etexdir/etexextra.h index 57deaf4d569..1ed4a35d67d 100644 --- a/Build/source/texk/web2c/etexdir/etexextra.h +++ b/Build/source/texk/web2c/etexdir/etexextra.h @@ -2,7 +2,7 @@ This is included by e-TeX, from etexextra.c. -Copyright (C) 1995, 1996, 2009, 2014 Karl Berry. +Copyright (C) 1995, 1996, 2009, 2014, 2016 Karl Berry. Copyright (C) 2004 Olaf Weber. This program is free software; you can redistribute it and/or modify @@ -15,14 +15,13 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +You should have received a copy of the GNU General Public License along +with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <etexdir/etex_version.h> /* for ETEX_VERSION */ #define BANNER "This is e-TeX, Version 3.14159265-" ETEX_VERSION -#define COPYRIGHT_HOLDER "Peter Breitenlohner" +#define COPYRIGHT_HOLDER "Peter Breitenlohner et al" #define AUTHOR NULL #define PROGRAM_HELP ETEXHELP #define BUG_ADDRESS "tex-k@tug.org" diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 5c3a40c0337..bdc4f56dbff 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,9 @@ +2016-04-06 Karl Berry <karl@tug.org> + + * pdftexextra.h (COPYRIGHT_HOLDER): don't specifically mention peb + and e-TeX, as there are many other copyright holders of other pieces + anyway, and Peter passed away in 2015. + 2016-03-24 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * writet1.c: Fix one-byte buffer overflow bug reported by Hanno Boeck: diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 6333e215611..15147b33ab3 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -15,7 +15,7 @@ % You should have received a copy of the GNU General Public License along with % this program. If not, see <http://www.gnu.org/licenses/>. -% e-TeX is copyright (C) 1999-2016 by P. Breitenlohner (1994,98 by the NTS +% e-TeX is copyright (C) 1999-2015 by P. Breitenlohner (1994,98 by the NTS % team); all rights are reserved. Copying of this file is authorized only if % (1) you are P. Breitenlohner, or if (2) you make absolutely no changes to % your copy. (Programs such as TIE allow the application of several change diff --git a/Build/source/texk/web2c/pdftexdir/pdftexextra.h b/Build/source/texk/web2c/pdftexdir/pdftexextra.h index d55988176c3..3335b058807 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftexextra.h +++ b/Build/source/texk/web2c/pdftexdir/pdftexextra.h @@ -1,5 +1,5 @@ /* -Copyright 1996-2014 Han The Thanh, <thanh@pdftex.org> +Copyright 1996-2016 Han The Thanh, <thanh@pdftex.org> This file is part of pdfTeX. @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <pdftexdir/etex_version.h> /* for ETEX_VERSION */ #define BANNER "This is pdfTeX, Version 3.14159265-" ETEX_VERSION "-" PDFTEX_VERSION -#define COPYRIGHT_HOLDER "Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX)" +#define COPYRIGHT_HOLDER "Han The Thanh (pdfTeX) et al" #define AUTHOR NULL #define PROGRAM_HELP PDFTEXHELP #define BUG_ADDRESS "pdftex@tug.org" |