diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-16 17:54:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-16 17:54:03 +0000 |
commit | 43ccd38fa3e80780bb37abba0fee9ff6c265c7fe (patch) | |
tree | c01f5fa4632ab3698c25b085e9400d760fb6d34a | |
parent | d0d103f08e4019b3be1c7911d6f77624e54825a3 (diff) |
url instead of FSF physical address
git-svn-id: svn://tug.org/texlive/trunk@6269 c570f23f-e606-0410-a88d-b1316a301751
27 files changed, 81 insertions, 149 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index b3264d6895e..942b0069bfe 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2008-01-16 Karl Berry <karl@tug.org> + + * absolute.c through config.h: replace FSF physical address with url. + 2008-01-15 Karl Berry <karl@tug.org> * variable.c (kpse_var_value): only free if new memory. diff --git a/Build/source/texk/kpathsea/absolute.c b/Build/source/texk/kpathsea/absolute.c index 73313d5edfc..1a51a433cf9 100644 --- a/Build/source/texk/kpathsea/absolute.c +++ b/Build/source/texk/kpathsea/absolute.c @@ -1,7 +1,7 @@ /* absolute.c: Test if a filename is absolute or explicitly relative. + Copyright 1993, 1994, 1995, 2008 Karl Berry. Copyright 1997, 2002, 2005 Olaf Weber. - Copyright 1993, 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/absolute.h b/Build/source/texk/kpathsea/absolute.h index 5a8d8a2b231..6ead3e6fc62 100644 --- a/Build/source/texk/kpathsea/absolute.h +++ b/Build/source/texk/kpathsea/absolute.h @@ -1,7 +1,7 @@ /* absolute.h: Declare absolute filename predicate. + Copyright 1993, 1994, 2008 Karl Berry. Copyright 1999, 2005 Olaf Weber. - Copyright 1993, 94 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_ABSOLUTE_H #define KPATHSEA_ABSOLUTE_H diff --git a/Build/source/texk/kpathsea/access.c b/Build/source/texk/kpathsea/access.c index ca1cee5722e..3f6b83dff07 100644 --- a/Build/source/texk/kpathsea/access.c +++ b/Build/source/texk/kpathsea/access.c @@ -13,10 +13,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 library; if not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <kpathsea/config.h> diff --git a/Build/source/texk/kpathsea/acconfig.h b/Build/source/texk/kpathsea/acconfig.h index 30bd6fb86e1..09111d47bdd 100644 --- a/Build/source/texk/kpathsea/acconfig.h +++ b/Build/source/texk/kpathsea/acconfig.h @@ -4,8 +4,8 @@ problem, don't. Edit the c-auto.h file created by configure, instead. Even better, fix configure to give the right answer. + Copyright 1994-97, 2008 Karl Berry. Copyright 1997-99, 2002, 2005 Olaf Weber. - Copyright 1994-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 @@ -17,11 +17,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/>. */ /* Guard against double inclusion. */ #ifndef KPATHSEA_C_AUTO_H diff --git a/Build/source/texk/kpathsea/atou.c b/Build/source/texk/kpathsea/atou.c index 73f9ea8c679..c609cc1d2f2 100644 --- a/Build/source/texk/kpathsea/atou.c +++ b/Build/source/texk/kpathsea/atou.c @@ -1,6 +1,6 @@ /* atou.c: like atoi, but if the number is negative, abort. - Copyright 1992, 95 Karl Berry. + Copyright 1992, 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 "config.h" diff --git a/Build/source/texk/kpathsea/c-ctype.h b/Build/source/texk/kpathsea/c-ctype.h index 553a0df96f7..bd6ec7e8fa8 100644 --- a/Build/source/texk/kpathsea/c-ctype.h +++ b/Build/source/texk/kpathsea/c-ctype.h @@ -1,7 +1,7 @@ /* c-ctype.h: ASCII-safe versions of the <ctype.h> macros. + Copyright 1992, 1994, 2008 Karl Berry Copyright 1998, 2000, 2005 Olaf Weber - Copyright 1992, 1994 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_C_CTYPE_H #define KPATHSEA_C_CTYPE_H diff --git a/Build/source/texk/kpathsea/c-dir.h b/Build/source/texk/kpathsea/c-dir.h index a8ba51d3457..c9efab45533 100644 --- a/Build/source/texk/kpathsea/c-dir.h +++ b/Build/source/texk/kpathsea/c-dir.h @@ -1,7 +1,7 @@ /* c-dir.h: directory headers. + Copyright 1992, 1993, 1994, 2008 Karl Berry. Copyright 1998, 2005 Olaf Weber - Copyright 1992, 93, 94 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_C_DIR_H #define KPATHSEA_C_DIR_H diff --git a/Build/source/texk/kpathsea/c-errno.h b/Build/source/texk/kpathsea/c-errno.h index 2867941d0e3..01d01c69983 100644 --- a/Build/source/texk/kpathsea/c-errno.h +++ b/Build/source/texk/kpathsea/c-errno.h @@ -1,7 +1,7 @@ /* c-errno.h: <errno.h> and the errno variable. + Copyright 1992, 2008 Karl Berry. Copyright 2005 Olaf Weber - Copyright 1992 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_C_ERRNO_H #define KPATHSEA_C_ERRNO_H diff --git a/Build/source/texk/kpathsea/c-fopen.h b/Build/source/texk/kpathsea/c-fopen.h index 62675cc9388..c22c0ec7ea1 100644 --- a/Build/source/texk/kpathsea/c-fopen.h +++ b/Build/source/texk/kpathsea/c-fopen.h @@ -1,7 +1,7 @@ /* c-fopen.h: how to open files with fopen. + Copyright 1992, 1994, 1995, 1996, 2008 Karl Berry. Copyright 1998, 2005 Olaf Weber. - Copyright (C) 1992, 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 C_FOPEN_H #define C_FOPEN_H diff --git a/Build/source/texk/kpathsea/c-limits.h b/Build/source/texk/kpathsea/c-limits.h index 45bdf4f8df6..6a639a6f21d 100644 --- a/Build/source/texk/kpathsea/c-limits.h +++ b/Build/source/texk/kpathsea/c-limits.h @@ -1,7 +1,7 @@ /* c-limits.h: include the system parameter file. + Copyright 1992, 1993, 1996, 2008 Karl Berry. Copyright 2005 Olaf Weber. - Copyright 1992, 93, 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 C_LIMITS_H #define C_LIMITS_H diff --git a/Build/source/texk/kpathsea/c-memstr.h b/Build/source/texk/kpathsea/c-memstr.h index 2bc3d0ef696..8d074a90822 100644 --- a/Build/source/texk/kpathsea/c-memstr.h +++ b/Build/source/texk/kpathsea/c-memstr.h @@ -1,7 +1,7 @@ /* c-memstr.h: memcpy, strchr, etc. Copyright 1992, 1993, 1994, 1995, 1997 1998, 1999, 2000, 2004, 2005, - 2006 Karl Berry and Olaf Weber. + 2006, 2008 Karl Berry and 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/>. */ #ifndef KPATHSEA_C_MEMSTR_H #define KPATHSEA_C_MEMSTR_H diff --git a/Build/source/texk/kpathsea/c-minmax.h b/Build/source/texk/kpathsea/c-minmax.h index a50be21483f..7181c44b499 100644 --- a/Build/source/texk/kpathsea/c-minmax.h +++ b/Build/source/texk/kpathsea/c-minmax.h @@ -1,8 +1,8 @@ /* c-minmax.h: define INT_MIN, etc. Assume a 32-bit machine if the values aren't defined. + 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 @@ -14,11 +14,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_MINMAX_H #define KPATHSEA_C_MINMAX_H diff --git a/Build/source/texk/kpathsea/c-pathch.h b/Build/source/texk/kpathsea/c-pathch.h index 4f106a471a9..ff11fc45456 100644 --- a/Build/source/texk/kpathsea/c-pathch.h +++ b/Build/source/texk/kpathsea/c-pathch.h @@ -1,8 +1,8 @@ /* c-pathch.h: define the characters which separate components of filenames and environment variable paths. + Copyright 1992, 1993, 1995, 1997, 2008 Karl Berry. Copyright 1997, 1999, 2001, 2005 Olaf Weber. - Copyright 1992, 93, 95, 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 @@ -14,11 +14,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 C_PATHCH_H #define C_PATHCH_H diff --git a/Build/source/texk/kpathsea/c-pathmx.h b/Build/source/texk/kpathsea/c-pathmx.h index 41f9ac0424e..fb122d0ae55 100644 --- a/Build/source/texk/kpathsea/c-pathmx.h +++ b/Build/source/texk/kpathsea/c-pathmx.h @@ -2,8 +2,8 @@ Since no such limit may exist, it's preferable to dynamically grow filenames as needed. + 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_PATH_MX_H #define KPATHSEA_C_PATH_MX_H diff --git a/Build/source/texk/kpathsea/c-proto.h b/Build/source/texk/kpathsea/c-proto.h index 281adc19514..05eb46794bb 100644 --- a/Build/source/texk/kpathsea/c-proto.h +++ b/Build/source/texk/kpathsea/c-proto.h @@ -1,7 +1,7 @@ /* c-proto.h: macros to include or discard prototypes. - Copyright 1999, 2000, 01, 03, 04, 05 Olaf Weber. - Copyright 1992, 93, 95, 96 Karl Berry. + Copyright 1992, 1993, 1995, 1996, 2008 Karl Berry. + Copyright 1999, 2000, 2001, 2003, 2004, 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/>. */ #ifndef KPATHSEA_C_PROTO_H #define KPATHSEA_C_PROTO_H diff --git a/Build/source/texk/kpathsea/c-stat.h b/Build/source/texk/kpathsea/c-stat.h index cd939fdca31..d15f6eeaa1a 100644 --- a/Build/source/texk/kpathsea/c-stat.h +++ b/Build/source/texk/kpathsea/c-stat.h @@ -1,7 +1,7 @@ /* c-stat.h: declarations for using stat(2). + Copyright 1993, 1996, 2008 Karl Berry. Copyright 1998, 2000, 2005 Olaf Weber. - Copyright 1993, 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_STAT_H #define KPATHSEA_STAT_H diff --git a/Build/source/texk/kpathsea/c-std.h b/Build/source/texk/kpathsea/c-std.h index 181a3ff6094..5faa3cf3676 100644 --- a/Build/source/texk/kpathsea/c-std.h +++ b/Build/source/texk/kpathsea/c-std.h @@ -1,7 +1,7 @@ /* c-std.h: the first header files. - Copyright 1999, 2005 Olaf Weber Copyright 1992, 1993, 1994, 1995, 1996, 1997, 2008 Karl Berry. + Copyright 1999, 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/>. */ #ifndef KPATHSEA_C_STD_H #define KPATHSEA_C_STD_H diff --git a/Build/source/texk/kpathsea/c-unistd.h b/Build/source/texk/kpathsea/c-unistd.h index 68f3b65c76f..d033e945404 100644 --- a/Build/source/texk/kpathsea/c-unistd.h +++ b/Build/source/texk/kpathsea/c-unistd.h @@ -1,8 +1,8 @@ /* c-unistd.h: ensure we have constants from <unistd.h>. Included from c-std.h. + 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 @@ -14,11 +14,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_UNISTD_H #define KPATHSEA_C_UNISTD_H diff --git a/Build/source/texk/kpathsea/c-vararg.h b/Build/source/texk/kpathsea/c-vararg.h index 5479fbe9f4f..9205ec43610 100644 --- a/Build/source/texk/kpathsea/c-vararg.h +++ b/Build/source/texk/kpathsea/c-vararg.h @@ -1,7 +1,7 @@ /* c-vararg.h: Top layer for stdarg and varargs. + Copyright 1993, 2008 Karl Berry. Copyright 1998, 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/>. */ #ifndef C_VARARG_H #define C_VARARG_H diff --git a/Build/source/texk/kpathsea/cnf.h b/Build/source/texk/kpathsea/cnf.h index 738c2df62a3..0853364b3a7 100644 --- a/Build/source/texk/kpathsea/cnf.h +++ b/Build/source/texk/kpathsea/cnf.h @@ -1,7 +1,7 @@ /* cnf.h: runtime config files. + 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 KPATHSEA_CNF_H #define KPATHSEA_CNF_H diff --git a/Build/source/texk/kpathsea/common.ac b/Build/source/texk/kpathsea/common.ac index 85ca33a57c1..0580e4c5d9b 100644 --- a/Build/source/texk/kpathsea/common.ac +++ b/Build/source/texk/kpathsea/common.ac @@ -1,3 +1,6 @@ +dnl Public domain. +dnl Originally written by Karl Berry +dnl dnl Common Autoconf sinclude file for kpathsea-using programs. (Have to dnl use the m4 `sinclude' builtin instead of `include', since Autoconf dnl disables `include'.) diff --git a/Build/source/texk/kpathsea/concat.c b/Build/source/texk/kpathsea/concat.c index 602c9122fc8..88401a8b901 100644 --- a/Build/source/texk/kpathsea/concat.c +++ b/Build/source/texk/kpathsea/concat.c @@ -1,7 +1,7 @@ /* concat.c: dynamic string concatenation. + Copyright 1992, 1993, 2008 Karl Berry. Copyright 2002, 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/>. */ #include <kpathsea/config.h> diff --git a/Build/source/texk/kpathsea/concat3.c b/Build/source/texk/kpathsea/concat3.c index 60945e2ad24..c2349de97d0 100644 --- a/Build/source/texk/kpathsea/concat3.c +++ b/Build/source/texk/kpathsea/concat3.c @@ -1,6 +1,6 @@ /* concat3.c: concatenate three strings. - Copyright 1992 Karl Berry. + Copyright 1992, 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/concatn.c b/Build/source/texk/kpathsea/concatn.c index 3d73e01cc12..b4d1b8bd0b0 100644 --- a/Build/source/texk/kpathsea/concatn.c +++ b/Build/source/texk/kpathsea/concatn.c @@ -1,7 +1,7 @@ /* concatn.c: Concatenate an arbitrary number of strings. Copyright 1999, 2005 Olaf Weber. - Copyright 1993, 95 Karl Berry. + Copyright 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 @@ -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/concatn.h b/Build/source/texk/kpathsea/concatn.h index 675eadba9d4..b35ce53b7a5 100644 --- a/Build/source/texk/kpathsea/concatn.h +++ b/Build/source/texk/kpathsea/concatn.h @@ -3,8 +3,8 @@ having every source file include <c-vararg.h>. The declarations for the other concat routines are in lib.h. + Copyright 1993, 1996, 2008 Karl Berry. Copyright 1999, 2005 Olaf Weber. - Copyright 1993, 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/>. */ #ifndef KPATHSEA_CONCATN_H #define KPATHSEA_CONCATN_H diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h index e359e3fbaa2..283581b500b 100644 --- a/Build/source/texk/kpathsea/config.h +++ b/Build/source/texk/kpathsea/config.h @@ -1,8 +1,8 @@ /* config.h: master configuration file, included first by all compilable source files (not headers). + Copyright 1993, 1995, 1996, 1997, 2008 Karl Berry. Copyright 2000, 2003, 2004, 2005 Olaf Weber. - Copyright 1993, 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 @@ -14,11 +14,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_CONFIG_H #define KPATHSEA_CONFIG_H |