]> sjero.net Git - wget/commitdiff
[svn] Updated copyright and email.
authorhniksic <devnull@localhost>
Tue, 30 Sep 2003 21:54:27 +0000 (14:54 -0700)
committerhniksic <devnull@localhost>
Tue, 30 Sep 2003 21:54:27 +0000 (14:54 -0700)
src/convert.c
src/main.c
src/snprintf.c

index b1999560c13d2df44d31e812a6d67fd9812bc58b..d89c38031815a57d796376489938f5a442cd4e93 100644 (file)
@@ -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. */
index 6b0c6d193498719f40608949fedb9f257a82a079..acbb9921567c9702c6dbbe6802fc3e78a46663f1 100644 (file)
@@ -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':
index 4d1c3dd5788adf8fa2bbbe10add7b9fcdb3b977d..f8dffa4ab12a4a380146c8e405acc10181ce62b4 100644 (file)
@@ -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.