diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-15 22:59:12 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-12-15 22:59:12 +0000 |
commit | acb9378db1e2d2d048a78fcba89d6fb7920fddc8 (patch) | |
tree | 348119e6bc3ac8db9e56f9d4e8a6fcea05128e7e | |
parent | a1ab0affa3150df36cd6ba1a839924c49a05883e (diff) |
kpathsea/kpsestat.c: correct email address
git-svn-id: svn://tug.org/texlive/trunk@42715 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsestat.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 8867f807c6b..f28b82831ef 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2016-12-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * kpsestat.c: Change tex-k@mail.tug.org to tex-k@tug.org. + 2016-11-30 Karl Berry <karl@ks.tug.org> * texmf.cnf (shell_escape_commands): remove mpost, due to diff --git a/Build/source/texk/kpathsea/kpsestat.c b/Build/source/texk/kpathsea/kpsestat.c index 49d884333df..1c457dc06c7 100644 --- a/Build/source/texk/kpathsea/kpsestat.c +++ b/Build/source/texk/kpathsea/kpsestat.c @@ -1,6 +1,6 @@ /* kpsestat -- show file permissions of a file in octal form. - Copyright 2008 Karl Berry. + Copyright 2008, 2016 Karl Berry. Copyright 1997, 2000, 2001, 2005 Olaf Weber. This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ 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\ |