From 111dea962233f84067e5e1c0ccc1be9e35becfc2 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 30 Sep 2003 14:54:27 -0700 Subject: [PATCH] [svn] Updated copyright and email. --- src/convert.c | 2 +- src/main.c | 4 ++-- src/snprintf.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/convert.c b/src/convert.c index b1999560..d89c3803 100644 --- a/src/convert.c +++ b/src/convert.c @@ -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 + -- Hrvoje Niksic */ converted_file_ptr = xmalloc(sizeof(*converted_file_ptr)); converted_file_ptr->string = xstrdup(file); /* die on out-of-mem. */ diff --git a/src/main.c b/src/main.c index 6b0c6d19..acbb9921 100644 --- a/src/main.c +++ b/src/main.c @@ -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 .\n")); + printf (_("\nOriginally written by Hrvoje Niksic .\n")); exit (0); break; case 'v': diff --git a/src/snprintf.c b/src/snprintf.c index 4d1c3dd5..f8dffa4a 100644 --- a/src/snprintf.c +++ b/src/snprintf.c @@ -62,7 +62,7 @@ * fixed return value to comply with C99 * fixed handling of snprintf(NULL, ...) * - * Hrvoje Niksic 2000-11-04 + * Hrvoje Niksic 2000-11-04 * include instead of "config.h". * moved TEST_SNPRINTF stuff out of HAVE_SNPRINTF ifdef. * include for NULL. -- 2.39.2