diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 9 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/dir.c | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/getopt.c | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/hash.h | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/pathsearch.c | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/progname.h | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/truncate.h | 2 |
7 files changed, 15 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 3a61e5b53d0..eab600a1dac 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,12 @@ +2011-08-05 Karl Berry <karl@tug.org> + + * dir.c, + * getopt.c, + * hash.h, + * pathsearch.h, + * progname.h, + * truncate.h: copyright 2011. + 2011-08-05 Peter Breitenlohner <peb@mppmu.mpg.de> * cnf.c, fontmap.c: Do not #include <kpathsea/recorder.h>. diff --git a/Build/source/texk/kpathsea/dir.c b/Build/source/texk/kpathsea/dir.c index 19d06fe4089..23d0c7dbc7c 100644 --- a/Build/source/texk/kpathsea/dir.c +++ b/Build/source/texk/kpathsea/dir.c @@ -1,6 +1,6 @@ /* dir.c: directory operations. - Copyright 1992, 1993, 1994, 1995, 2008, 2009, 2010 Karl Berry. + Copyright 1992, 1993, 1994, 1995, 2008, 2009, 2010, 2011 Karl Berry. Copyright 2000, 2002, 2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/getopt.c b/Build/source/texk/kpathsea/getopt.c index ad5a66bc180..2f6984e263d 100644 --- a/Build/source/texk/kpathsea/getopt.c +++ b/Build/source/texk/kpathsea/getopt.c @@ -1,6 +1,6 @@ /* Getopt for GNU. - Copyright 2008, 2009, 2010 Karl Berry. + Copyright 2008, 2009, 2010, 2011 Karl Berry. Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 2000, 2010 Free Software Foundation, Inc. diff --git a/Build/source/texk/kpathsea/hash.h b/Build/source/texk/kpathsea/hash.h index 336b196a985..27294eaddf6 100644 --- a/Build/source/texk/kpathsea/hash.h +++ b/Build/source/texk/kpathsea/hash.h @@ -1,6 +1,6 @@ /* hash.h: declarations for a hash table. - Copyright 1994, 1995, 2008, 2010 Karl Berry. + Copyright 1994, 1995, 2008, 2010, 2011 Karl Berry. Copyright 1999, 2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c index 79aaae1d796..b98582c4e92 100644 --- a/Build/source/texk/kpathsea/pathsearch.c +++ b/Build/source/texk/kpathsea/pathsearch.c @@ -1,6 +1,6 @@ /* pathsearch.c: look up a filename in a path. - Copyright 1993, 1994, 1995, 1997, 2007, 2009, 2010 Karl Berry. + Copyright 1993, 1994, 1995, 1997, 2007, 2009, 2010, 2011 Karl Berry. Copyright 1997-2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/progname.h b/Build/source/texk/kpathsea/progname.h index 956d16a90f6..dd3c1bffce7 100644 --- a/Build/source/texk/kpathsea/progname.h +++ b/Build/source/texk/kpathsea/progname.h @@ -1,6 +1,6 @@ /* progname.h: Declarations for argv[0] equivalents. - Copyright 1994, 1996, 2008, 2010 Karl Berry. + Copyright 1994, 1996, 2008, 2010, 2011 Karl Berry. Copyright 1999, 2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/truncate.h b/Build/source/texk/kpathsea/truncate.h index 4ad65a06c48..a6f36382f21 100644 --- a/Build/source/texk/kpathsea/truncate.h +++ b/Build/source/texk/kpathsea/truncate.h @@ -1,6 +1,6 @@ /* truncate.h: truncate too-long components in a filename. - Copyright 1993, 2008, 2010 Karl Berry. + Copyright 1993, 2008, 2010, 2011 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |