summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-21 01:46:23 +0000
committerKarl Berry <karl@freefriends.org>2008-01-21 01:46:23 +0000
commit193b1e1c00bc737de690cf9e407c9d54d43281a3 (patch)
tree68552740e600e18e35b909feebfc395f136a8999
parent41c02ed6fae5daf61e4cd703887a6006cd817149 (diff)
no fsf physical address
git-svn-id: svn://tug.org/texlive/trunk@6341 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/access.c3
-rw-r--r--Build/source/texk/kpathsea/c-namemx.h9
-rw-r--r--Build/source/texk/kpathsea/db.c9
-rw-r--r--Build/source/texk/kpathsea/db.h9
-rw-r--r--Build/source/texk/kpathsea/debug.c9
-rw-r--r--Build/source/texk/kpathsea/debug.h9
-rw-r--r--Build/source/texk/kpathsea/default.h9
-rw-r--r--Build/source/texk/kpathsea/dir.c9
-rw-r--r--Build/source/texk/kpathsea/elt-dirs.c11
-rw-r--r--Build/source/texk/kpathsea/expand.c10
-rw-r--r--Build/source/texk/kpathsea/expand.h9
-rw-r--r--Build/source/texk/kpathsea/extend-fname.c9
-rw-r--r--Build/source/texk/kpathsea/file-p.c9
-rw-r--r--Build/source/texk/kpathsea/find-suffix.c9
-rw-r--r--Build/source/texk/kpathsea/fn.c11
-rw-r--r--Build/source/texk/kpathsea/fn.h9
-rw-r--r--Build/source/texk/kpathsea/fontmap.c9
-rw-r--r--Build/source/texk/kpathsea/fontmap.h9
-rw-r--r--Build/source/texk/kpathsea/getopt.c9
-rw-r--r--Build/source/texk/kpathsea/getopt.h10
-rw-r--r--Build/source/texk/kpathsea/getopt1.c8
-rw-r--r--Build/source/texk/kpathsea/hash.c10
-rw-r--r--Build/source/texk/kpathsea/hash.h9
-rw-r--r--Build/source/texk/kpathsea/kdefault.c9
-rw-r--r--Build/source/texk/kpathsea/kpsecheck.c5
-rw-r--r--Build/source/texk/kpathsea/kpsestat.c6
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c6
-rw-r--r--Build/source/texk/kpathsea/lib.h9
-rw-r--r--Build/source/texk/kpathsea/line.c11
-rw-r--r--Build/source/texk/kpathsea/line.h9
-rw-r--r--Build/source/texk/kpathsea/magstep.c9
32 files changed, 102 insertions, 173 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 4abb8913090..3327de1eeb5 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-21 Karl Berry <karl@tug.org>
+
+ * db.c through magstep.c: replace FSF physical address with url.
+
2008-01-18 Karl Berry <karl@tug.org>
* kpsewhich.c (subdir_match): XRETALLOC is a statement not a function.
diff --git a/Build/source/texk/kpathsea/access.c b/Build/source/texk/kpathsea/access.c
index 3f6b83dff07..5608c84fcd8 100644
--- a/Build/source/texk/kpathsea/access.c
+++ b/Build/source/texk/kpathsea/access.c
@@ -1,5 +1,6 @@
/* access -- test for access permissions of a file.
+ Copyright 2008 Karl Berry.
Copyright 1997-2001, 2005 Olaf Weber.
This program is free software; you can redistribute it and/or modify
@@ -13,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this library; if not, see <http://www.gnu.org/licenses/>. */
+ along with this software; if not, see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/c-namemx.h b/Build/source/texk/kpathsea/c-namemx.h
index 37f7d1537d6..690f13d0a86 100644
--- a/Build/source/texk/kpathsea/c-namemx.h
+++ b/Build/source/texk/kpathsea/c-namemx.h
@@ -2,8 +2,8 @@
component in a filename. No such limit may exist, or may vary
depending on the filesystem.
+ Copyright 1992, 1993, 2008 Karl Berry.
Copyright 2005 Olaf Weber.
- Copyright 1992, 93 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -15,11 +15,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_C_NAME_MX_H
#define KPATHSEA_C_NAME_MX_H
diff --git a/Build/source/texk/kpathsea/db.c b/Build/source/texk/kpathsea/db.c
index 2062f5ba229..6b5fab8caf0 100644
--- a/Build/source/texk/kpathsea/db.c
+++ b/Build/source/texk/kpathsea/db.c
@@ -1,7 +1,7 @@
/* db.c: an external database to avoid filesystem lookups.
+ Copyright 1994, 1995, 1996, 1997, 2008 Karl Berry.
Copyright 1997-2005 Olaf Weber.
- Copyright 1994, 95, 96, 97 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/absolute.h>
diff --git a/Build/source/texk/kpathsea/db.h b/Build/source/texk/kpathsea/db.h
index b4e03b7ab9a..f79cc9c203c 100644
--- a/Build/source/texk/kpathsea/db.h
+++ b/Build/source/texk/kpathsea/db.h
@@ -1,7 +1,7 @@
/* db.h: lookups in an externally built db file.
+ Copyright 1994, 1995, 2008 Karl Berry.
Copyright 1999, 2003, 2005 Olaf Weber.
- Copyright 1994, 95 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_DB_H
#define KPATHSEA_DB_H
diff --git a/Build/source/texk/kpathsea/debug.c b/Build/source/texk/kpathsea/debug.c
index 6cfb9e419a8..18de9642a2e 100644
--- a/Build/source/texk/kpathsea/debug.c
+++ b/Build/source/texk/kpathsea/debug.c
@@ -1,6 +1,6 @@
/* debug.c: Help the user discover what's going on.
- Copyright 1993, 94 Karl Berry.
+ Copyright 1993, 1994, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/debug.h b/Build/source/texk/kpathsea/debug.h
index 9321d182ae2..058c98f36f6 100644
--- a/Build/source/texk/kpathsea/debug.h
+++ b/Build/source/texk/kpathsea/debug.h
@@ -1,7 +1,7 @@
/* debug.h: Runtime tracing.
+ Copyright 1993, 1994, 1995, 1996, 2008 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
- Copyright 1993, 94, 95, 96 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_DEBUG_H
#define KPATHSEA_DEBUG_H
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h
index 860d712e467..24ea9aff3c8 100644
--- a/Build/source/texk/kpathsea/default.h
+++ b/Build/source/texk/kpathsea/default.h
@@ -1,6 +1,6 @@
/* default.h: Declare default path expander.
- Copyright 1993, 94 Karl Berry.
+ Copyright 1993, 1994, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_DEFAULT_H
#define KPATHSEA_DEFAULT_H
diff --git a/Build/source/texk/kpathsea/dir.c b/Build/source/texk/kpathsea/dir.c
index 0add0c0ffef..a55f142c711 100644
--- a/Build/source/texk/kpathsea/dir.c
+++ b/Build/source/texk/kpathsea/dir.c
@@ -1,7 +1,7 @@
/* dir.c: directory operations.
+ Copyright 1992, 1993, 1994, 1995, 2008 Karl Berry.
Copyright 2000, 2002, 2005 Olaf Weber
- Copyright 1992, 93, 94, 95 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/elt-dirs.c b/Build/source/texk/kpathsea/elt-dirs.c
index 92d41a5be3a..853a4f1c054 100644
--- a/Build/source/texk/kpathsea/elt-dirs.c
+++ b/Build/source/texk/kpathsea/elt-dirs.c
@@ -1,7 +1,7 @@
/* elt-dirs.c: Translate a path element to its corresponding director{y,ies}.
- Copyright 1997, 1998, 99, 2000, 2005, Olaf Weber.
- Copyright 1993, 94, 95, 96, 97 Karl Berry.
+ Copyright 1993, 1994, 1995, 1996, 1997, 2008 Karl Berry.
+ Copyright 1997, 1998, 1999, 2000, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/expand.c b/Build/source/texk/kpathsea/expand.c
index 6cac289fb89..4f3d02d7e09 100644
--- a/Build/source/texk/kpathsea/expand.c
+++ b/Build/source/texk/kpathsea/expand.c
@@ -1,6 +1,7 @@
/* expand.c: general expansion.
- Copyright 1993, 94, 95, 96, 97, 98, 05 Karl Berry & Olaf Weber.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2005, 2008 Karl Berry &
+ Olaf Weber.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/expand.h b/Build/source/texk/kpathsea/expand.h
index ed46a867f89..7cb8a99de72 100644
--- a/Build/source/texk/kpathsea/expand.h
+++ b/Build/source/texk/kpathsea/expand.h
@@ -1,7 +1,7 @@
/* expand.h: general expansion.
+ Copyright 1993, 1994, 1996, 2008 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
- Copyright 1993, 94, 96 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_EXPAND_H
#define KPATHSEA_EXPAND_H
diff --git a/Build/source/texk/kpathsea/extend-fname.c b/Build/source/texk/kpathsea/extend-fname.c
index 883a93cde07..ca0e42165be 100644
--- a/Build/source/texk/kpathsea/extend-fname.c
+++ b/Build/source/texk/kpathsea/extend-fname.c
@@ -1,6 +1,6 @@
/* extend-fname.c: give a filename a suffix, if necessary.
- Copyright 1992, 93 Karl Berry.
+ Copyright 1992, 1993, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/file-p.c b/Build/source/texk/kpathsea/file-p.c
index 50a805db000..1beb25ac87c 100644
--- a/Build/source/texk/kpathsea/file-p.c
+++ b/Build/source/texk/kpathsea/file-p.c
@@ -1,6 +1,6 @@
/* file-p.c: file predicates.
- Copyright 1992, 93, 94 Karl Berry.
+ Copyright 1992, 1993, 1994, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/find-suffix.c b/Build/source/texk/kpathsea/find-suffix.c
index 3b2c9f6b3ff..d62a9cf6f7d 100644
--- a/Build/source/texk/kpathsea/find-suffix.c
+++ b/Build/source/texk/kpathsea/find-suffix.c
@@ -1,6 +1,6 @@
/* find-suffix.c: return the stuff after a dot.
- Copyright 1992, 93, 95 Karl Berry.
+ Copyright 1992, 1993, 1995, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/fn.c b/Build/source/texk/kpathsea/fn.c
index f22192d647b..24956cc505f 100644
--- a/Build/source/texk/kpathsea/fn.c
+++ b/Build/source/texk/kpathsea/fn.c
@@ -1,7 +1,7 @@
-/* fn.c: arbitrarily long filenames (or just strings).
+/* fn.c: arbitrarily long filenames or strings.
+ Copyright 1993, 2008 Karl Berry.
Copyright 2001, 2005 Olaf Weber.
- Copyright 1993 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/fn.h b/Build/source/texk/kpathsea/fn.h
index f544acdc8a6..80638c0d785 100644
--- a/Build/source/texk/kpathsea/fn.h
+++ b/Build/source/texk/kpathsea/fn.h
@@ -1,7 +1,7 @@
/* fn.h: arbitrarily long filenames (or just strings).
Copyright 2001, 2005 Olaf Weber.
- Copyright 1993 Karl Berry.
+ Copyright 1993, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_FN_H
#define KPATHSEA_FN_H
diff --git a/Build/source/texk/kpathsea/fontmap.c b/Build/source/texk/kpathsea/fontmap.c
index 9f94c9a0158..2604caa3742 100644
--- a/Build/source/texk/kpathsea/fontmap.c
+++ b/Build/source/texk/kpathsea/fontmap.c
@@ -1,7 +1,7 @@
/* fontmap.c: read files for additional font names.
Copyright 2001, 2002, 2005 Olaf Weber.
- Copyright 1993, 94, 95, 96, 97 Karl Berry.
+ Copyright 1993, 1994, 1995, 1996, 1997, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/fontmap.h b/Build/source/texk/kpathsea/fontmap.h
index 31d65b049eb..82ae0f9d98c 100644
--- a/Build/source/texk/kpathsea/fontmap.h
+++ b/Build/source/texk/kpathsea/fontmap.h
@@ -1,6 +1,6 @@
/* fontmap.h: declarations for reading a file to define additional font names.
- Copyright 1993, 94, 95 Karl Berry.
+ Copyright 1993, 1994, 1995, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef FONTMAP_H
#define FONTMAP_H
diff --git a/Build/source/texk/kpathsea/getopt.c b/Build/source/texk/kpathsea/getopt.c
index 281ae90a0bf..d32a4a0415f 100644
--- a/Build/source/texk/kpathsea/getopt.c
+++ b/Build/source/texk/kpathsea/getopt.c
@@ -1,11 +1,12 @@
/* Getopt for GNU.
+ Copyright 2008 Karl Berry.
Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 2000
Free Software Foundation, Inc.
The original version of this file was part of the GNU C Library.
Its master source is NOT part of the C library, however.
- The master source lives in /gd/gnu/lib.
+ The master source lives in libc.
This version has been modified for use with libkpathsea.
This library is free software; you can redistribute it and/or
@@ -18,11 +19,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
-*/
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h
index 6b913c08058..49efaff3b8a 100644
--- a/Build/source/texk/kpathsea/getopt.h
+++ b/Build/source/texk/kpathsea/getopt.h
@@ -1,10 +1,11 @@
/* Declarations for getopt.
+ Copyright 2008 Karl Berry.
Copyright 1989,90,91,92,93,94,96,97,2000,05 Free Software Foundation, Inc.
The original version of this file was part of the GNU C Library.
Its master source is NOT part of the C library, however.
- The master source lives in /gd/gnu/lib.
+ The master source lives in libc.
This version has been modified for use with libkpathsea.
This library is free software; you can redistribute it and/or
@@ -17,11 +18,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef _GETOPT_H
#define _GETOPT_H 1
diff --git a/Build/source/texk/kpathsea/getopt1.c b/Build/source/texk/kpathsea/getopt1.c
index 984bf934323..0b5f957b528 100644
--- a/Build/source/texk/kpathsea/getopt1.c
+++ b/Build/source/texk/kpathsea/getopt1.c
@@ -1,5 +1,6 @@
/* getopt_long and getopt_long_only entry points for GNU getopt.
+ Copyright 2008 Karl Berry.
Copyright (C) 1987,88,89,90,91,92,93,94,96,97 Free Software Foundation, Inc.
The original version of this file was part of the GNU C Library.
@@ -15,10 +16,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/Build/source/texk/kpathsea/hash.c b/Build/source/texk/kpathsea/hash.c
index fe5157f0997..9c19afa9576 100644
--- a/Build/source/texk/kpathsea/hash.c
+++ b/Build/source/texk/kpathsea/hash.c
@@ -1,6 +1,7 @@
/* hash.c: hash table operations.
- Copyright 1994, 95, 96, 97, 98, 99, 2000, 02, 05 Karl Berry & Olaf Weber.
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2008
+ Karl Berry & Olaf Weber.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -12,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/c-ctype.h>
diff --git a/Build/source/texk/kpathsea/hash.h b/Build/source/texk/kpathsea/hash.h
index d8048f1ad4a..f79182bb628 100644
--- a/Build/source/texk/kpathsea/hash.h
+++ b/Build/source/texk/kpathsea/hash.h
@@ -1,7 +1,7 @@
/* hash.h: declarations for a hash table.
+ Copyright 1994, 1995, 2008 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
- Copyright 1994, 95 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef HASH_H
#define HASH_H
diff --git a/Build/source/texk/kpathsea/kdefault.c b/Build/source/texk/kpathsea/kdefault.c
index 805084a5d52..2dff72778a1 100644
--- a/Build/source/texk/kpathsea/kdefault.c
+++ b/Build/source/texk/kpathsea/kdefault.c
@@ -3,8 +3,8 @@
make a program `default' from it, since we have a target `default';
and OSF/1 make doesn't understand .PHONY.)
+ Copyright 1993, 1994, 1996, 2008 Karl Berry.
Copyright 2002, 2005 Olaf Weber.
- Copyright 1993, 94, 96 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -16,11 +16,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
diff --git a/Build/source/texk/kpathsea/kpsecheck.c b/Build/source/texk/kpathsea/kpsecheck.c
index 02000df53d0..b68f91a83a7 100644
--- a/Build/source/texk/kpathsea/kpsecheck.c
+++ b/Build/source/texk/kpathsea/kpsecheck.c
@@ -1,4 +1,6 @@
/* kpsecheck -- report about the files stored in ls-R databases.
+
+ Copyright (C) 2008 Karl Berry.
Copyright (C) 1997, 2000 Fabrice Popineau.
This program is free software; you can redistribute it and/or modify
@@ -12,8 +14,7 @@
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 software; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/lib.h>
diff --git a/Build/source/texk/kpathsea/kpsestat.c b/Build/source/texk/kpathsea/kpsestat.c
index 094dc331d57..a98ede22655 100644
--- a/Build/source/texk/kpathsea/kpsestat.c
+++ b/Build/source/texk/kpathsea/kpsestat.c
@@ -1,5 +1,6 @@
/* kpsestat -- show file permissions of a file in octal form.
+ Copyright 2008 Karl Berry.
Copyright 1997, 2000, 2001, 2005 Olaf Weber.
This program is free software; you can redistribute it and/or modify
@@ -13,10 +14,7 @@
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ along with this software; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/c-stat.h>
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index 27c7d2a510f..6dc17c2f510 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -13,10 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/c-ctype.h>
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h
index 68c987f3a8d..af72ed3e5de 100644
--- a/Build/source/texk/kpathsea/lib.h
+++ b/Build/source/texk/kpathsea/lib.h
@@ -1,7 +1,7 @@
/* lib.h: declarations for common, low-level routines in kpathsea.
Copyright 1999, 2000, 2003, 2005 Olaf Weber.
- Copyright 1992, 93, 94, 95, 96 Karl Berry.
+ Copyright 1992, 1993, 1994, 1995, 1996, 2008 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef KPATHSEA_LIB_H
#define KPATHSEA_LIB_H
diff --git a/Build/source/texk/kpathsea/line.c b/Build/source/texk/kpathsea/line.c
index 30b8fc3f405..3e2fb686e38 100644
--- a/Build/source/texk/kpathsea/line.c
+++ b/Build/source/texk/kpathsea/line.c
@@ -1,7 +1,7 @@
/* line.c: return the next line from a file, or NULL.
- Copyright 1998, 1999, 2001, 2005 Olaf Weber
- Copyright 1992, 93, 95, 96 Karl Berry
+ Copyright 1992, 1993, 1995, 1996, 2008 Karl Berry.
+ Copyright 1998, 1999, 2001, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>
#include <kpathsea/line.h>
diff --git a/Build/source/texk/kpathsea/line.h b/Build/source/texk/kpathsea/line.h
index 03175861400..6e657a0acea 100644
--- a/Build/source/texk/kpathsea/line.h
+++ b/Build/source/texk/kpathsea/line.h
@@ -1,7 +1,7 @@
/* line.h: read an arbitrary-length input line.
+ Copyright 1992, 1993, 2008 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
- Copyright 1992-93 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#ifndef LINE_H
#define LINE_H
diff --git a/Build/source/texk/kpathsea/magstep.c b/Build/source/texk/kpathsea/magstep.c
index 1f3bc144006..37889271a44 100644
--- a/Build/source/texk/kpathsea/magstep.c
+++ b/Build/source/texk/kpathsea/magstep.c
@@ -1,7 +1,7 @@
/* magstep.c: fix up fixed-point vs. floating-point.
+ Copyright 1994, 1995, 2008 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
- Copyright 1994, 95 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -13,11 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-*/
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>. */
#include <kpathsea/config.h>