diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/avl.h')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/avl.h | 8 |
1 files changed, 5 insertions, 3 deletions
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, <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 @@ -18,9 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - 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. */ #ifndef AVL_H |