summaryrefslogtreecommitdiff
path: root/include/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.h')
-rw-r--r--include/lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lib.h b/include/lib.h
index 2d62d13..07c0798 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -1,11 +1,11 @@
/* lib.h: declarations for common, low-level routines in kpathsea.
-Copyright (C) 1992, 93, 94, 95, 96, 2000 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 2000, 2011 Free Software Foundation, Inc.
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 2 of the License, or (at your option) any later version.
+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
@@ -143,7 +143,7 @@ extern string make_prefix P2H(string stem_prefix, string name);
`NAME.SUFFIX'. */
extern string extend_filename P2H(const_string name,
const_string suffix);
-
+
/* Call putenv with the string `VAR=VALUE' and abort on error. */
extern void xputenv P2H(const_string var, const_string value);
extern void xputenv_int P2H(const_string var, int value);