mirror of
https://github.com/mirror/wget.git
synced 2025-02-24 02:30:43 +08:00
[svn] Updated copyright and email.
This commit is contained in:
parent
0e910a1f96
commit
111dea9622
@ -454,7 +454,7 @@ write_backup_file (const char *file, downloaded_file_t downloaded_file_return)
|
|||||||
because convert_file() is called from convert_all_links at
|
because convert_file() is called from convert_all_links at
|
||||||
the end of the retrieval with a freshly built new urlpos
|
the end of the retrieval with a freshly built new urlpos
|
||||||
list.
|
list.
|
||||||
-- Hrvoje Niksic <hniksic@arsdigita.com>
|
-- Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
*/
|
*/
|
||||||
converted_file_ptr = xmalloc(sizeof(*converted_file_ptr));
|
converted_file_ptr = xmalloc(sizeof(*converted_file_ptr));
|
||||||
converted_file_ptr->string = xstrdup(file); /* die on out-of-mem. */
|
converted_file_ptr->string = xstrdup(file); /* die on out-of-mem. */
|
||||||
|
@ -515,13 +515,13 @@ hpVqvdkKsxmNWrHSLcFbEY:G:g:T:U:O:l:n:i:o:a:t:D:A:R:P:B:e:Q:X:I:w:C:",
|
|||||||
case 'V':
|
case 'V':
|
||||||
printf ("GNU Wget %s\n\n", version_string);
|
printf ("GNU Wget %s\n\n", version_string);
|
||||||
printf ("%s", _("\
|
printf ("%s", _("\
|
||||||
Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.\n"));
|
Copyright (C) 2003 Free Software Foundation, Inc.\n"));
|
||||||
printf ("%s", _("\
|
printf ("%s", _("\
|
||||||
This program is distributed in the hope that it will be useful,\n\
|
This program is distributed in the hope that it will be useful,\n\
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
||||||
GNU General Public License for more details.\n"));
|
GNU General Public License for more details.\n"));
|
||||||
printf (_("\nOriginally written by Hrvoje Niksic <hniksic@arsdigita.com>.\n"));
|
printf (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"));
|
||||||
exit (0);
|
exit (0);
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* fixed return value to comply with C99
|
* fixed return value to comply with C99
|
||||||
* fixed handling of snprintf(NULL, ...)
|
* fixed handling of snprintf(NULL, ...)
|
||||||
*
|
*
|
||||||
* Hrvoje Niksic <hniksic@arsdigita.com> 2000-11-04
|
* Hrvoje Niksic <hniksic@xemacs.org> 2000-11-04
|
||||||
* include <config.h> instead of "config.h".
|
* include <config.h> instead of "config.h".
|
||||||
* moved TEST_SNPRINTF stuff out of HAVE_SNPRINTF ifdef.
|
* moved TEST_SNPRINTF stuff out of HAVE_SNPRINTF ifdef.
|
||||||
* include <stdio.h> for NULL.
|
* include <stdio.h> for NULL.
|
||||||
|
Loading…
Reference in New Issue
Block a user