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:
parent
23ebf5c52a
commit
e16bd20474
@ -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>
|
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* Makefile.am (build_info.c): Generate the `build_info.c' file under
|
* Makefile.am (build_info.c): Generate the `build_info.c' file under
|
||||||
|
@ -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. */
|
names such as this one. See en_US.po for reference. */
|
||||||
fputs (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"),
|
fputs (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"),
|
||||||
stdout);
|
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"),
|
fputs (_("Please send bug reports and questions to <bug-wget@gnu.org>.\n"),
|
||||||
stdout);
|
stdout);
|
||||||
exit (0);
|
exit (0);
|
||||||
|
Loading…
Reference in New Issue
Block a user