summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/readlink.c')
-rw-r--r--Build/source/texk/kpathsea/readlink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/readlink.c b/Build/source/texk/kpathsea/readlink.c
index 2020b06312a..a828a5ea378 100644
--- a/Build/source/texk/kpathsea/readlink.c
+++ b/Build/source/texk/kpathsea/readlink.c
@@ -1,6 +1,6 @@
/* readlink -- obtain contents of symlink.
- Copyright 2008 Karl Berry.
+ Copyright 2008, 2009 Karl Berry.
Copyright 1998, 1999, 2001, 2005 Olaf Weber.
This program is free software; you can redistribute it and/or modify
@@ -46,11 +46,11 @@ main (int argc, char **argv)
\n\
--help display this help and exit\n\
--version output version information and exit\n\n", argv[0]);
- fputs ("Email bug reports to tex-k@mail.tug.org.\n", stdout);
+ fputs ("Email bug reports to tex-k@tug.org.\n", stdout);
exit(0);
} else if (argc > 1 && strcmp (argv[1], "--version") == 0) {
printf ("%s (%s)\n\
-Copyright (C) 1998 Olaf Weber.\n\
+Copyright (C) 2009 Olaf Weber & Karl Berry.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
For more information about these matters, see the file named GPL.\n\