summaryrefslogtreecommitdiff
path: root/include/tex-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tex-file.h')
-rw-r--r--include/tex-file.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/include/tex-file.h b/include/tex-file.h
index bcb6040..83b0a5c 100644
--- a/include/tex-file.h
+++ b/include/tex-file.h
@@ -1,21 +1,22 @@
-/* tex-file.h: find files in a particular format.
+# tex-file.h: find files in a particular format.
+#
+# Copyright (C) 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999 Olaf Weber.
+#
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# 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, see <http://www.gnu.org/licenses/>.
+#
-Copyright (C) 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc.
-Copyright (C) 1998, 1999 Olaf Weber.
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public
-License as published by the Free Software Foundation; either
-version 3 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef KPATHSEA_TEX_FILE_H
#define KPATHSEA_TEX_FILE_H
@@ -42,7 +43,7 @@ extern unsigned *kpse_fallback_resolutions;
is set, it is used; otherwise, the envvar `TEXSIZES' is looked at; if
that's not set either, a compile-time default is used. */
extern void kpse_init_fallback_resolutions P1H(string envvar);
-
+
/* We put the glyphs first so we don't waste space in an array in
tex-glyph.c. Accompany a new format here with appropriate changes in
tex-file.c and kpsewhich.c (the suffix variable). */