]> sjero.net Git - wget/commitdiff
Drop the current maintainer line from the version display.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 10 Jun 2010 08:19:27 +0000 (10:19 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 10 Jun 2010 08:19:27 +0000 (10:19 +0200)
src/ChangeLog
src/main.c

index ab421139f3ad8c94c0ae1d5671680cdc40f09aa3..4a356d6315eddadeba67c9728f4e94508cdcbe3d 100644 (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
index fbf6a33bb1c1d3857942be86c585330cb43e8ec8..fa46eb57d35ef3d072728143219109a87f7a1ed3 100644 (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);