summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/avl.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-29 00:06:36 +0000
committerKarl Berry <karl@freefriends.org>2011-04-29 00:06:36 +0000
commit8388c9b91cae29f66dc6424e2374c5777f690deb (patch)
treed8ad9fc51c81c6e7a60afe0b029ab093a17c652f /Build/source/texk/web2c/pdftexdir/avl.c
parente0b6081ab0d1e54e5b121b8f384619605f0586b2 (diff)
update copyright notices
git-svn-id: svn://tug.org/texlive/trunk@22244 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/avl.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/avl.c12
1 files changed, 6 insertions, 6 deletions
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, <thanh@pdftex.org>
+ 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 <http://www.gnu.org/licenses/>.
- The author may be contacted at <blp@gnu.org> 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 <assert.h>