diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-06 00:11:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-06 00:11:38 +0000 |
commit | e9a8f4c1aa43ec28d20614f0fa3c3830764cfe10 (patch) | |
tree | 2c141524277da3c74d619017f2d2ac194c2d7eec /Build/source/texk/web2c/etexdir | |
parent | fbcd66cd140c356472c290e9d00836d1dfc9bc89 (diff) |
no peb copyrights in 2016, sigh
git-svn-id: svn://tug.org/texlive/trunk@40255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir')
-rw-r--r-- | Build/source/texk/web2c/etexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/etexextra.h | 9 |
2 files changed, 9 insertions, 5 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" |