From 8388c9b91cae29f66dc6424e2374c5777f690deb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 29 Apr 2011 00:06:36 +0000 Subject: update copyright notices git-svn-id: svn://tug.org/texlive/trunk@22244 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/pdftexdir/README | 5 ++--- Build/source/texk/web2c/pdftexdir/avl.c | 12 ++++++------ Build/source/texk/web2c/pdftexdir/avl.h | 8 +++++--- Build/source/texk/web2c/pdftexdir/avlstuff.c | 5 ++--- Build/source/texk/web2c/pdftexdir/avlstuff.h | 6 ++---- Build/source/texk/web2c/pdftexdir/epdf.c | 5 ++--- Build/source/texk/web2c/pdftexdir/image.h | 6 ++---- Build/source/texk/web2c/pdftexdir/macnames.c | 5 ++--- Build/source/texk/web2c/pdftexdir/mapfile.c | 5 ++--- Build/source/texk/web2c/pdftexdir/pdftex-common.h | 6 ++---- Build/source/texk/web2c/pdftexdir/pdftex.ch | 5 ++--- Build/source/texk/web2c/pdftexdir/pdftex.defines | 5 ++--- Build/source/texk/web2c/pdftexdir/pdftex.h | 6 ++---- Build/source/texk/web2c/pdftexdir/pdftex.web | 6 +++--- Build/source/texk/web2c/pdftexdir/pdftexextra.h | 6 ++---- Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | 5 ++--- Build/source/texk/web2c/pdftexdir/pdftosrc.cc | 5 ++--- Build/source/texk/web2c/pdftexdir/pkin.c | 5 ++--- Build/source/texk/web2c/pdftexdir/ptexlib.h | 6 ++---- Build/source/texk/web2c/pdftexdir/ptexmac.h | 6 ++---- Build/source/texk/web2c/pdftexdir/subfont.c | 5 ++--- Build/source/texk/web2c/pdftexdir/tex.ch0 | 7 +++---- Build/source/texk/web2c/pdftexdir/tounicode.c | 5 ++--- Build/source/texk/web2c/pdftexdir/ttf2afm.c | 7 +++---- Build/source/texk/web2c/pdftexdir/utils.c | 5 ++--- Build/source/texk/web2c/pdftexdir/vfpacket.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writeenc.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writefont.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writeimg.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writejbig2.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writejbig2.h | 5 ++--- Build/source/texk/web2c/pdftexdir/writejpg.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writepng.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writet1.c | 2 +- Build/source/texk/web2c/pdftexdir/writet3.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writettf.c | 5 ++--- Build/source/texk/web2c/pdftexdir/writettf.h | 6 ++---- Build/source/texk/web2c/pdftexdir/writezip.c | 5 ++--- 39 files changed, 89 insertions(+), 125 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index fb16ecba423..f252d59f929 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-04-29 Karl Berry + + * all files: update copyright notices. + 2011-04-07 Peter Breitenlohner * pdftex.web: Adapted to e-TeX Version 2.3. diff --git a/Build/source/texk/web2c/pdftexdir/README b/Build/source/texk/web2c/pdftexdir/README index 33db2e0096e..9c5de551191 100644 --- a/Build/source/texk/web2c/pdftexdir/README +++ b/Build/source/texk/web2c/pdftexdir/README @@ -34,7 +34,7 @@ http://www.ntg.nl/mailman/listinfo/ntg-pdftex LEGAL ISSUES ============ -pdfTeX is copyright (c) 1996-2010 Han The Thanh, +pdfTeX is copyright 1996-2011 Han The Thanh, pdfTeX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -47,8 +47,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . pdfTeX uses code from TeX; for these parts the original copyright by Don Knuth applies. See the source files for details. diff --git a/Build/source/texk/web2c/pdftexdir/avl.c b/Build/source/texk/web2c/pdftexdir/avl.c index 0c322f12071..12d231949f9 100644 --- a/Build/source/texk/web2c/pdftexdir/avl.c +++ b/Build/source/texk/web2c/pdftexdir/avl.c @@ -1,6 +1,10 @@ /* Produced by texiweb from libavl.w. */ /* libavl - library for manipulation of binary trees. + Copyright (C) 2004-2011 Han The Thanh, + Modified for pdfTeX, contact pdfTeX maintainers with any problems or + questions, not the original authors. + Copyright (C) 1998-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or @@ -14,13 +18,9 @@ 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., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + along with this program. If not, see . - The author may be contacted at on the Internet, or - write to Ben Pfaff, Stanford University, Computer Science Dept., 353 - Serra Mall, Stanford CA 94305, USA. + Original author: Ben Pfaff. */ #include diff --git a/Build/source/texk/web2c/pdftexdir/avl.h b/Build/source/texk/web2c/pdftexdir/avl.h index b9f9e3c01a9..66dce41a220 100644 --- a/Build/source/texk/web2c/pdftexdir/avl.h +++ b/Build/source/texk/web2c/pdftexdir/avl.h @@ -1,6 +1,10 @@ /* Produced by texiweb from libavl.w. */ /* libavl - library for manipulation of binary trees. + Copyright (C) 2004-2011 Han The Thanh, + Modified for pdfTeX, contact pdfTeX maintainers with any problems or + questions, not the original authors. + Copyright (C) 1998-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or @@ -18,9 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - The author may be contacted at on the Internet, or - write to Ben Pfaff, Stanford University, Computer Science Dept., 353 - Serra Mall, Stanford CA 94305, USA. + Original author: Ben Pfaff. */ #ifndef AVL_H diff --git a/Build/source/texk/web2c/pdftexdir/avlstuff.c b/Build/source/texk/web2c/pdftexdir/avlstuff.c index ec50c3ecbc3..2fb1f36c20a 100644 --- a/Build/source/texk/web2c/pdftexdir/avlstuff.c +++ b/Build/source/texk/web2c/pdftexdir/avlstuff.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2007 Han The Thanh, +Copyright 2004-2011 Han The Thanh, This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Free @@ -12,8 +12,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ diff --git a/Build/source/texk/web2c/pdftexdir/avlstuff.h b/Build/source/texk/web2c/pdftexdir/avlstuff.h index 73abb4c1c48..7e6e195f441 100644 --- a/Build/source/texk/web2c/pdftexdir/avlstuff.h +++ b/Build/source/texk/web2c/pdftexdir/avlstuff.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2007 Han The Thanh, +Copyright 2004-2011 Han The Thanh, This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Free @@ -12,9 +12,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ #include "avl.h" diff --git a/Build/source/texk/web2c/pdftexdir/epdf.c b/Build/source/texk/web2c/pdftexdir/epdf.c index 337469d3d87..154b588799d 100644 --- a/Build/source/texk/web2c/pdftexdir/epdf.c +++ b/Build/source/texk/web2c/pdftexdir/epdf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/image.h b/Build/source/texk/web2c/pdftexdir/image.h index 0c295fc3dcf..5f39701a938 100644 --- a/Build/source/texk/web2c/pdftexdir/image.h +++ b/Build/source/texk/web2c/pdftexdir/image.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ #include diff --git a/Build/source/texk/web2c/pdftexdir/macnames.c b/Build/source/texk/web2c/pdftexdir/macnames.c index e4494cb609e..4d919a284f7 100644 --- a/Build/source/texk/web2c/pdftexdir/macnames.c +++ b/Build/source/texk/web2c/pdftexdir/macnames.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ const char notdef[] = ".notdef"; diff --git a/Build/source/texk/web2c/pdftexdir/mapfile.c b/Build/source/texk/web2c/pdftexdir/mapfile.c index 825d72205fa..1528f330603 100644 --- a/Build/source/texk/web2c/pdftexdir/mapfile.c +++ b/Build/source/texk/web2c/pdftexdir/mapfile.c @@ -1,5 +1,5 @@ /* mapfile.c: handling of map files/lines -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include diff --git a/Build/source/texk/web2c/pdftexdir/pdftex-common.h b/Build/source/texk/web2c/pdftexdir/pdftex-common.h index 4b942899f58..4b21eaac315 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex-common.h +++ b/Build/source/texk/web2c/pdftexdir/pdftex-common.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010 Han The Thanh, +Copyright 2010-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ /* This file contains declarations used in C code (via ptexlib.h) as diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.ch b/Build/source/texk/web2c/pdftexdir/pdftex.ch index 299359fb492..b1f3ff613bd 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.ch +++ b/Build/source/texk/web2c/pdftexdir/pdftex.ch @@ -1,5 +1,5 @@ % -% Copyright (c) 1996-2008 Han The Thanh, +% Copyright 1996-2011 Han The Thanh, % % This file is part of pdfTeX. % @@ -14,8 +14,7 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License along with -% pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin -% Street, Fifth Floor, Boston, MA 02110-1301 USA. +% this program. If not, see . % @x [0.0] l.83 - WEAVE: we want the whole file \def\?##1]{\hbox{Changes to \hbox to 1em{\hfil##1}.\ }} diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.defines b/Build/source/texk/web2c/pdftexdir/pdftex.defines index b599d1b5422..d21075556fe 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.defines +++ b/Build/source/texk/web2c/pdftexdir/pdftex.defines @@ -1,5 +1,5 @@ { -Copyright (c) 1996-2008 Han The Thanh, +Copyright (C) 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . } diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.h b/Build/source/texk/web2c/pdftexdir/pdftex.h index 8a2b2c9e802..bbc5820cf07 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.h +++ b/Build/source/texk/web2c/pdftexdir/pdftex.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ /* Additions to texmfmp.h for pdfTeX */ diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index d090bf980df..b2acce12160 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -1,4 +1,5 @@ -% Copyright (c) 1996-2010 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, +% Copyright (c) 1996-2011 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, +% % This file is part of pdfTeX. @@ -12,8 +13,7 @@ % 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 -% pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin -% Street, Fifth Floor, Boston, MA 02110-1301 USA. +% this program. If not, see . % e-TeX is copyright (C) 1999-2011 by P. Breitenlohner (1994,98 by the NTS % team); all rights are reserved. Copying of this file is authorized only if diff --git a/Build/source/texk/web2c/pdftexdir/pdftexextra.h b/Build/source/texk/web2c/pdftexdir/pdftexextra.h index 4ab411fd298..9bf7b23130d 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftexextra.h +++ b/Build/source/texk/web2c/pdftexdir/pdftexextra.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ /* pdftexextra.h: banner etc. for pdfTeX. diff --git a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc index 0f8261b878b..711339d562e 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc @@ -1,5 +1,5 @@ /* -Copyright 1996-2010 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ /* For MINGW32 defines 'boolean' as 'unsigned char', diff --git a/Build/source/texk/web2c/pdftexdir/pdftosrc.cc b/Build/source/texk/web2c/pdftexdir/pdftosrc.cc index 89db6fe39a3..1793187334a 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftosrc.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftosrc.cc @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include diff --git a/Build/source/texk/web2c/pdftexdir/pkin.c b/Build/source/texk/web2c/pdftexdir/pkin.c index cb43cc55677..b236cd6092b 100644 --- a/Build/source/texk/web2c/pdftexdir/pkin.c +++ b/Build/source/texk/web2c/pdftexdir/pkin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ /* diff --git a/Build/source/texk/web2c/pdftexdir/ptexlib.h b/Build/source/texk/web2c/pdftexdir/ptexlib.h index 9fcc17f19ce..96b766c0472 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexlib.h +++ b/Build/source/texk/web2c/pdftexdir/ptexlib.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright (c) 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ #ifndef PDFTEXLIB diff --git a/Build/source/texk/web2c/pdftexdir/ptexmac.h b/Build/source/texk/web2c/pdftexdir/ptexmac.h index 4392f058621..935a773e65e 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexmac.h +++ b/Build/source/texk/web2c/pdftexdir/ptexmac.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ #ifndef PDFTEXMAC diff --git a/Build/source/texk/web2c/pdftexdir/subfont.c b/Build/source/texk/web2c/pdftexdir/subfont.c index 266845e24f3..b2ba16dc7d8 100644 --- a/Build/source/texk/web2c/pdftexdir/subfont.c +++ b/Build/source/texk/web2c/pdftexdir/subfont.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2007 Han The Thanh, +Copyright 2005-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/tex.ch0 b/Build/source/texk/web2c/pdftexdir/tex.ch0 index bfb78456bd1..bb617da60c6 100644 --- a/Build/source/texk/web2c/pdftexdir/tex.ch0 +++ b/Build/source/texk/web2c/pdftexdir/tex.ch0 @@ -1,5 +1,5 @@ % -% Copyright (c) 1996-2008 Han The Thanh, +% Copyright 1996-2011 Han The Thanh, % % This file is part of pdfTeX. % @@ -14,9 +14,8 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License along with -% pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin -% Street, Fifth Floor, Boston, MA 02110-1301 USA. -% +% this program. If not, see . +% % Change file to assist in creating the web2c-specific change file. % This one comes first, resolves inconsistencies between the generated % pdfetex.web and tex.ch diff --git a/Build/source/texk/web2c/pdftexdir/tounicode.c b/Build/source/texk/web2c/pdftexdir/tounicode.c index 80d52bf79dc..06056cf41c7 100644 --- a/Build/source/texk/web2c/pdftexdir/tounicode.c +++ b/Build/source/texk/web2c/pdftexdir/tounicode.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2006-2007 Han The Thanh, +Copyright 2006-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index 27780adf8f0..fbd8015f938 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ /* @@ -1046,7 +1045,7 @@ int main(int argc, char **argv) case 'v': fprintf(stderr, "ttf2afm version " VERSION "\n" - "Copyright (C) 1997-2005 Han The Thanh.\n" + "Copyright (C) 1997-2011 Han The Thanh.\n" "There is NO warranty. Redistribution of this software is\n" "covered by the terms of both the pdfTeX copyright and\n" "the GNU General Public License.\n" diff --git a/Build/source/texk/web2c/pdftexdir/utils.c b/Build/source/texk/web2c/pdftexdir/utils.c index 71e47b4b21a..c8845029217 100644 --- a/Build/source/texk/web2c/pdftexdir/utils.c +++ b/Build/source/texk/web2c/pdftexdir/utils.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "openbsd-compat.h" diff --git a/Build/source/texk/web2c/pdftexdir/vfpacket.c b/Build/source/texk/web2c/pdftexdir/vfpacket.c index 4a546fb3ac6..faeeab19db4 100644 --- a/Build/source/texk/web2c/pdftexdir/vfpacket.c +++ b/Build/source/texk/web2c/pdftexdir/vfpacket.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writeenc.c b/Build/source/texk/web2c/pdftexdir/writeenc.c index 7b1b959a6ee..31d4baf09f2 100644 --- a/Build/source/texk/web2c/pdftexdir/writeenc.c +++ b/Build/source/texk/web2c/pdftexdir/writeenc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writefont.c b/Build/source/texk/web2c/pdftexdir/writefont.c index a07f43bece4..23d2b74aea8 100644 --- a/Build/source/texk/web2c/pdftexdir/writefont.c +++ b/Build/source/texk/web2c/pdftexdir/writefont.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writeimg.c b/Build/source/texk/web2c/pdftexdir/writeimg.c index 3f5b4b1b32e..d11559f88f9 100644 --- a/Build/source/texk/web2c/pdftexdir/writeimg.c +++ b/Build/source/texk/web2c/pdftexdir/writeimg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright (c) 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writejbig2.c b/Build/source/texk/web2c/pdftexdir/writejbig2.c index 6ef31f012f7..e2c23c2605a 100644 --- a/Build/source/texk/web2c/pdftexdir/writejbig2.c +++ b/Build/source/texk/web2c/pdftexdir/writejbig2.c @@ -1,5 +1,5 @@ /*********************************************************************** -Copyright (c) 2002-2008 Han The Thanh, +Copyright 2002-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . This is experimental JBIG2 image support to pdfTeX. JBIG2 image decoding is part of Adobe PDF-1.4, and requires Acroread 5.0 or later. diff --git a/Build/source/texk/web2c/pdftexdir/writejbig2.h b/Build/source/texk/web2c/pdftexdir/writejbig2.h index 4e47d29717d..4614f2e91d4 100644 --- a/Build/source/texk/web2c/pdftexdir/writejbig2.h +++ b/Build/source/texk/web2c/pdftexdir/writejbig2.h @@ -1,5 +1,5 @@ /*********************************************************************** -Copyright (c) 2002-2007 Han The Thanh, +Copyright 2002-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . This is experimental JBIG2 image support to pdfTeX. JBIG2 image decoding is part of Adobe PDF-1.4, and requires Acroread 5.0 or later. diff --git a/Build/source/texk/web2c/pdftexdir/writejpg.c b/Build/source/texk/web2c/pdftexdir/writejpg.c index e1a9cacef88..e78ae4aa7c6 100644 --- a/Build/source/texk/web2c/pdftexdir/writejpg.c +++ b/Build/source/texk/web2c/pdftexdir/writejpg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writepng.c b/Build/source/texk/web2c/pdftexdir/writepng.c index 523396f0160..6f566f11985 100644 --- a/Build/source/texk/web2c/pdftexdir/writepng.c +++ b/Build/source/texk/web2c/pdftexdir/writepng.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writet1.c b/Build/source/texk/web2c/pdftexdir/writet1.c index 9e13e09de21..bb2ded5aefb 100644 --- a/Build/source/texk/web2c/pdftexdir/writet1.c +++ b/Build/source/texk/web2c/pdftexdir/writet1.c @@ -1,5 +1,5 @@ /* -Copyright 1996-2007, 2009-2010 Han The Thanh +Copyright 1996-2011 Han The Thanh 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 diff --git a/Build/source/texk/web2c/pdftexdir/writet3.c b/Build/source/texk/web2c/pdftexdir/writet3.c index e3804ad4975..f0b5ddfdd30 100644 --- a/Build/source/texk/web2c/pdftexdir/writet3.c +++ b/Build/source/texk/web2c/pdftexdir/writet3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writettf.c b/Build/source/texk/web2c/pdftexdir/writettf.c index 5125d9d82f5..c723c79191e 100644 --- a/Build/source/texk/web2c/pdftexdir/writettf.c +++ b/Build/source/texk/web2c/pdftexdir/writettf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2008 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" diff --git a/Build/source/texk/web2c/pdftexdir/writettf.h b/Build/source/texk/web2c/pdftexdir/writettf.h index fe4cbdf8e89..66d48adb7ce 100644 --- a/Build/source/texk/web2c/pdftexdir/writettf.h +++ b/Build/source/texk/web2c/pdftexdir/writettf.h @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,9 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +with this program. If not, see . */ typedef signed char TTF_CHAR; diff --git a/Build/source/texk/web2c/pdftexdir/writezip.c b/Build/source/texk/web2c/pdftexdir/writezip.c index 3f989aaaf82..7bbef09d757 100644 --- a/Build/source/texk/web2c/pdftexdir/writezip.c +++ b/Build/source/texk/web2c/pdftexdir/writezip.c @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2007 Han The Thanh, +Copyright 1996-2011 Han The Thanh, This file is part of pdfTeX. @@ -14,8 +14,7 @@ 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 pdfTeX; if not, write to the Free Software Foundation, Inc., 51 -Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program. If not, see . */ #include "ptexlib.h" -- cgit v1.2.3