X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=2facb8bd3567fb6da12bf2b3e2cf0fd3f7e0e4ef;hp=3175e70a704ada89e14a941d73bbb294fe233594;hb=ca13ffd2497e6b0352f96f0ef30a33c4c655ed35;hpb=ec4f99d51ee444b2ed1ff2c4b4ad9ca10402ae78 diff --git a/src/main.c b/src/main.c index 3175e70a..2facb8bd 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* Command line parsing. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -629,7 +629,7 @@ print_version (void) { printf ("GNU Wget %s\n\n", version_string); fputs (_("\ -Copyright (C) 2003 Free Software Foundation, Inc.\n"), stdout); +Copyright (C) 2005 Free Software Foundation, Inc.\n"), stdout); fputs (_("\ This program is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ @@ -658,6 +658,7 @@ main (int argc, char *const *argv) ++exec_name; #ifdef WINDOWS + /* Drop extension (typically .EXE) from executable filename. */ windows_main_junk (&argc, (char **) argv, (char **) &exec_name); #endif