mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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
|
||||
the end of the retrieval with a freshly built new urlpos
|
||||
list.
|
||||
-- Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
-- Hrvoje Niksic <hniksic@xemacs.org>
|
||||
*/
|
||||
converted_file_ptr = xmalloc(sizeof(*converted_file_ptr));
|
||||
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':
|
||||
printf ("GNU Wget %s\n\n", version_string);
|
||||
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", _("\
|
||||
This program is distributed in the hope that it will be useful,\n\
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\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);
|
||||
break;
|
||||
case 'v':
|
||||
|
@ -62,7 +62,7 @@
|
||||
* fixed return value to comply with C99
|
||||
* 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".
|
||||
* moved TEST_SNPRINTF stuff out of HAVE_SNPRINTF ifdef.
|
||||
* include <stdio.h> for NULL.
|
||||
|
Loading…
Reference in New Issue
Block a user