1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Drop the current maintainer line from the version display.

This commit is contained in:
Giuseppe Scrivano 2010-06-10 10:19:27 +02:00
parent 23ebf5c52a
commit e16bd20474
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
* main.c (print_version): Drop the current maintainer line.
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
* Makefile.am (build_info.c): Generate the `build_info.c' file under

View File

@ -853,8 +853,6 @@ There is NO WARRANTY, to the extent permitted by law.\n"), stdout);
names such as this one. See en_US.po for reference. */
fputs (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"),
stdout);
fputs (_("Currently maintained by Micah Cowan <micah@cowan.name>.\n"),
stdout);
fputs (_("Please send bug reports and questions to <bug-wget@gnu.org>.\n"),
stdout);
exit (0);