From 293008f682e5fa9726136bc121bceadc136c77dc Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 8 May 2010 21:56:15 +0200 Subject: [PATCH] Mass update copyright years. --- ChangeLog | 80 ++++++++++++++++++++++ Makefile.am | 4 +- build-aux/build_info.pl | 2 +- configure.ac | 4 +- configure.bat | 2 +- doc/ChangeLog | 10 +++ doc/Makefile.am | 2 +- doc/fdl.texi | 4 +- doc/texi2pod.pl | 2 +- doc/wget.texi | 2 +- m4/exitfail.m4 | 3 +- m4/getpagesize.m4 | 3 +- m4/wchar.m4 | 2 +- m4/wctype.m4 | 2 +- m4/wget.m4 | 3 +- md5/Makefile.am | 3 +- md5/dummy.c | 2 +- md5/m4/00gnulib.m4 | 2 +- md5/m4/gnulib-cache.m4 | 3 +- md5/m4/gnulib-common.m4 | 2 +- md5/m4/gnulib-comp.m4 | 3 +- md5/m4/gnulib-tool.m4 | 2 +- md5/m4/include_next.m4 | 3 +- md5/m4/longlong.m4 | 3 +- md5/m4/md5.m4 | 3 +- md5/m4/multiarch.m4 | 2 +- md5/m4/stddef_h.m4 | 2 +- md5/m4/stdint.m4 | 3 +- md5/m4/wchar.m4 | 2 +- md5/m4/wchar_t.m4 | 3 +- md5/m4/wint_t.m4 | 3 +- md5/md5.h | 4 +- md5/stddef.in.h | 2 +- md5/stdint.in.h | 3 +- md5/wchar.in.h | 2 +- msdos/config.h | 2 +- msdos/msdos.c | 2 +- po/POTFILES.in | 3 +- src/ChangeLog | 136 +++++++++++++++++++++++++++++++++++++ src/Makefile.am | 3 +- src/cmpt.c | 3 +- src/connect.h | 2 +- src/convert.c | 4 +- src/convert.h | 4 +- src/cookies.c | 4 +- src/cookies.h | 4 +- src/css-tokens.h | 2 +- src/css-url.c | 2 +- src/css-url.h | 2 +- src/css.l | 2 +- src/exits.c | 4 +- src/exits.h | 2 +- src/ftp-basic.c | 2 +- src/ftp-ls.c | 2 +- src/ftp-opie.c | 2 +- src/ftp.c | 4 +- src/ftp.h | 2 +- src/gen-md5.c | 4 +- src/gen-md5.h | 4 +- src/gettext.h | 2 +- src/gnutls.c | 4 +- src/hash.c | 2 +- src/hash.h | 3 +- src/host.c | 2 +- src/host.h | 2 +- src/html-parse.c | 2 +- src/html-parse.h | 2 +- src/html-url.c | 2 +- src/html-url.h | 3 +- src/http-ntlm.c | 4 +- src/http-ntlm.h | 4 +- src/http.c | 4 +- src/http.h | 4 +- src/init.c | 4 +- src/init.h | 2 +- src/iri.c | 2 +- src/iri.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/main.c | 4 +- src/mswindows.c | 2 +- src/mswindows.h | 2 +- src/netrc.c | 3 +- src/netrc.h | 2 +- src/openssl.c | 2 +- src/options.h | 2 +- src/progress.c | 4 +- src/progress.h | 4 +- src/ptimer.c | 4 +- src/ptimer.h | 4 +- src/recur.c | 2 +- src/recur.h | 4 +- src/res.c | 4 +- src/res.h | 3 +- src/retr.c | 2 +- src/retr.h | 2 +- src/spider.c | 3 +- src/spider.h | 3 +- src/ssl.h | 2 +- src/sysdep.h | 2 +- src/test.c | 4 +- src/test.h | 4 +- src/url.c | 2 +- src/url.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- src/wget.h | 2 +- tests/ChangeLog | 4 ++ tests/Makefile.am | 3 +- util/Makefile.am | 2 +- util/paramcheck.pl | 2 +- util/rmold.pl | 2 +- windows/ChangeLog | 16 +++++ windows/Makefile.am | 2 +- windows/Makefile.doc | 4 +- windows/Makefile.src | 4 +- windows/Makefile.top | 4 +- windows/Makefile.top.bor | 4 +- windows/Makefile.top.mingw | 2 +- windows/config-compiler.h | 3 +- 120 files changed, 416 insertions(+), 146 deletions(-) diff --git a/ChangeLog b/ChangeLog index f925cdfe..42f96b63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + + * build-aux/build_info.pl: Likewise. + + * configure.ac: Likewise. + + * configure.bat: Likewise. + + * doc/Makefile.am: Likewise. + + * doc/fdl.texi: Likewise. + + * doc/texi2pod.pl: Likewise. + + * doc/wget.texi: Likewise. + + * m4/exitfail.m4: Likewise. + + * m4/getpagesize.m4: Likewise. + + * m4/wchar.m4: Likewise. + + * m4/wctype.m4: Likewise. + + * m4/wget.m4: Likewise. + + * md5/Makefile.am: Likewise. + + * md5/dummy.c: Likewise. + + * md5/m4/00gnulib.m4: Likewise. + + * md5/m4/gnulib-cache.m4: Likewise. + + * md5/m4/gnulib-common.m4: Likewise. + + * md5/m4/gnulib-comp.m4: Likewise. + + * md5/m4/gnulib-tool.m4: Likewise. + + * md5/m4/include_next.m4: Likewise. + + * md5/m4/longlong.m4: Likewise. + + * md5/m4/md5.m4: Likewise. + + * md5/m4/multiarch.m4: Likewise. + + * md5/m4/stddef_h.m4: Likewise. + + * md5/m4/stdint.m4: Likewise. + + * md5/m4/wchar.m4: Likewise. + + * md5/m4/wchar_t.m4: Likewise. + + * md5/m4/wint_t.m4: Likewise. + + * md5/md5.h: Likewise. + + * md5/stddef.in.h: Likewise. + + * md5/stdint.in.h: Likewise. + + * md5/wchar.in.h: Likewise. + + * msdos/config.h: Likewise. + + * msdos/msdos.c: Likewise. + + * po/POTFILES.in: Likewise. + + * util/Makefile.am: Likewise. + + * util/paramcheck.pl: Likewise. + + * util/rmold.pl: Likewise. + 2010-05-07 Giuseppe Scrivano * configure.ac: Don't call macro WGET_SOCKLEN_T. diff --git a/Makefile.am b/Makefile.am index 7324ade7..81630614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997, 2006, 2007, -# 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2006, 2007, 2008, 2009, 2010 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-aux/build_info.pl b/build-aux/build_info.pl index 406c78d8..83211a23 100755 --- a/build-aux/build_info.pl +++ b/build-aux/build_info.pl @@ -2,7 +2,7 @@ # Generate build_info.c. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 208fea6c..46cf94e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Template file for GNU Autoconf -dnl Copyright (C) 1995, 1996, 1997, 2001, 2007, 2008, 2009 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 1995, 1996, 1997, 2001, 2007, 2008, 2009, 2010 Free +dnl Software Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/configure.bat b/configure.bat index 45ea41dc..aad1fa72 100755 --- a/configure.bat +++ b/configure.bat @@ -1,6 +1,6 @@ @echo off rem Configure batch file for `Wget' utility -rem Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +rem Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software rem Foundation, Inc. rem This program is free software; you can redistribute it and/or modify diff --git a/doc/ChangeLog b/doc/ChangeLog index 7a0a9473..3193d925 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + + * fdl.texi: Likewise. + + * texi2pod.pl: Likewise. + + * wget.texi: Likewise. + 2010-01-09 Micah Cowan * wget.texi (Download Options): Documented diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ae3adb3..52b690b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/doc/fdl.texi b/doc/fdl.texi index 8be0b0b1..d4807186 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -5,8 +5,8 @@ @c hence no sectioning command or @node. @display -Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software -Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. @uref{http://fsf.org/} Everyone is permitted to copy and distribute verbatim copies diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index d2f3a026..2b743cfb 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/env perl -# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009 Free Software +# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010 Free Software # Foundation, Inc. # This file is part of GCC. diff --git a/doc/wget.texi b/doc/wget.texi index 0f8f2663..83894258 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -31,7 +31,7 @@ data. @c man begin COPYRIGHT Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @iftex Permission is granted to make and distribute verbatim copies of diff --git a/m4/exitfail.m4 b/m4/exitfail.m4 index b7a691e5..4e1d1154 100644 --- a/m4/exitfail.m4 +++ b/m4/exitfail.m4 @@ -1,5 +1,6 @@ # exitfail.m4 serial 6 -dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2003, 2005, 2006, 2010 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/getpagesize.m4 b/m4/getpagesize.m4 index 0d07a3a5..a180b05a 100644 --- a/m4/getpagesize.m4 +++ b/m4/getpagesize.m4 @@ -1,5 +1,6 @@ # getpagesize.m4 serial 7 -dnl Copyright (C) 2002, 2004-2005, 2007 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2004, 2005, 2007, 2010 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/wchar.m4 b/m4/wchar.m4 index ce53a45c..d0aae6e1 100644 --- a/m4/wchar.m4 +++ b/m4/wchar.m4 @@ -1,6 +1,6 @@ dnl A placeholder for ISO C99 , for platforms that have issues. -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/wctype.m4 b/m4/wctype.m4 index 6a1b6f07..29440aed 100644 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -2,7 +2,7 @@ dnl A placeholder for ISO C99 , for platforms that lack it. -dnl Copyright (C) 2006-2008 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/wget.m4 b/m4/wget.m4 index e06eab4f..5948b37b 100644 --- a/m4/wget.m4 +++ b/m4/wget.m4 @@ -1,6 +1,7 @@ dnl Wget-specific Autoconf macros. dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -dnl 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +dnl Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/md5/Makefile.am b/md5/Makefile.am index 5a3312ff..c26da98d 100644 --- a/md5/Makefile.am +++ b/md5/Makefile.am @@ -1,6 +1,7 @@ ## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General diff --git a/md5/dummy.c b/md5/dummy.c index f49be8eb..0f9a2779 100644 --- a/md5/dummy.c +++ b/md5/dummy.c @@ -1,5 +1,5 @@ /* A dummy file, to prevent empty libraries from breaking builds. - Copyright (C) 2004, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/m4/00gnulib.m4 b/md5/m4/00gnulib.m4 index d4d04d15..5c060fd1 100644 --- a/md5/m4/00gnulib.m4 +++ b/md5/m4/00gnulib.m4 @@ -1,5 +1,5 @@ # 00gnulib.m4 serial 2 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/gnulib-cache.m4 b/md5/m4/gnulib-cache.m4 index 8a5d1f2e..a4c2aaab 100644 --- a/md5/m4/gnulib-cache.m4 +++ b/md5/m4/gnulib-cache.m4 @@ -1,4 +1,5 @@ -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General diff --git a/md5/m4/gnulib-common.m4 b/md5/m4/gnulib-common.m4 index c8fda203..1a9b325a 100644 --- a/md5/m4/gnulib-common.m4 +++ b/md5/m4/gnulib-common.m4 @@ -1,5 +1,5 @@ # gnulib-common.m4 serial 11 -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/gnulib-comp.m4 b/md5/m4/gnulib-comp.m4 index 1b6f3e80..d98ea1f9 100644 --- a/md5/m4/gnulib-comp.m4 +++ b/md5/m4/gnulib-comp.m4 @@ -1,5 +1,6 @@ # DO NOT EDIT! GENERATED AUTOMATICALLY! -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General diff --git a/md5/m4/gnulib-tool.m4 b/md5/m4/gnulib-tool.m4 index 40d661c0..09958e3a 100644 --- a/md5/m4/gnulib-tool.m4 +++ b/md5/m4/gnulib-tool.m4 @@ -1,5 +1,5 @@ # gnulib-tool.m4 serial 2 -dnl Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2004, 2005, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/include_next.m4 b/md5/m4/include_next.m4 index 5e22ded9..c236d716 100644 --- a/md5/m4/include_next.m4 +++ b/md5/m4/include_next.m4 @@ -1,5 +1,6 @@ # include_next.m4 serial 14 -dnl Copyright (C) 2006-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/longlong.m4 b/md5/m4/longlong.m4 index eedc8d56..726875f1 100644 --- a/md5/m4/longlong.m4 +++ b/md5/m4/longlong.m4 @@ -1,5 +1,6 @@ # longlong.m4 serial 14 -dnl Copyright (C) 1999-2007, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +dnl 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/md5.m4 b/md5/m4/md5.m4 index 57b193fd..496b7ceb 100644 --- a/md5/m4/md5.m4 +++ b/md5/m4/md5.m4 @@ -1,5 +1,6 @@ # md5.m4 serial 11 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 Free +dnl Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/multiarch.m4 b/md5/m4/multiarch.m4 index ec377bac..389bd2bb 100644 --- a/md5/m4/multiarch.m4 +++ b/md5/m4/multiarch.m4 @@ -1,5 +1,5 @@ # multiarch.m4 serial 5 -dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/stddef_h.m4 b/md5/m4/stddef_h.m4 index 682e9c62..c8572de9 100644 --- a/md5/m4/stddef_h.m4 +++ b/md5/m4/stddef_h.m4 @@ -1,6 +1,6 @@ dnl A placeholder for POSIX 2008 , for platforms that have issues. # stddef_h.m4 serial 1 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/stdint.m4 b/md5/m4/stdint.m4 index a2e8bdd6..2eebdec0 100644 --- a/md5/m4/stdint.m4 +++ b/md5/m4/stdint.m4 @@ -1,5 +1,6 @@ # stdint.m4 serial 34 -dnl Copyright (C) 2001-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +dnl 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/wchar.m4 b/md5/m4/wchar.m4 index ce53a45c..d0aae6e1 100644 --- a/md5/m4/wchar.m4 +++ b/md5/m4/wchar.m4 @@ -1,6 +1,6 @@ dnl A placeholder for ISO C99 , for platforms that have issues. -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/wchar_t.m4 b/md5/m4/wchar_t.m4 index fb27a7f6..8d8787e3 100644 --- a/md5/m4/wchar_t.m4 +++ b/md5/m4/wchar_t.m4 @@ -1,5 +1,6 @@ # wchar_t.m4 serial 3 (gettext-0.18) -dnl Copyright (C) 2002-2003, 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2003, 2008, 2009, 2010 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/m4/wint_t.m4 b/md5/m4/wint_t.m4 index 47a4363d..3d91ea9b 100644 --- a/md5/m4/wint_t.m4 +++ b/md5/m4/wint_t.m4 @@ -1,5 +1,6 @@ # wint_t.m4 serial 4 (gettext-0.18) -dnl Copyright (C) 2003, 2007-2009 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/md5/md5.h b/md5/md5.h index 3999b9a5..73546a73 100644 --- a/md5/md5.h +++ b/md5/md5.h @@ -1,7 +1,7 @@ /* Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006,2008,2009 - Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2004, 2005, 2006, + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it diff --git a/md5/stddef.in.h b/md5/stddef.in.h index aff3b94c..08778a23 100644 --- a/md5/stddef.in.h +++ b/md5/stddef.in.h @@ -1,6 +1,6 @@ /* A substitute for POSIX 2008 , for platforms that have issues. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/stdint.in.h b/md5/stdint.in.h index 53aa34a8..73dee6e4 100644 --- a/md5/stdint.in.h +++ b/md5/stdint.in.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001-2002, 2004-2009 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. diff --git a/md5/wchar.in.h b/md5/wchar.in.h index cc5baad3..d85696c0 100644 --- a/md5/wchar.in.h +++ b/md5/wchar.in.h @@ -1,6 +1,6 @@ /* A substitute for ISO C99 , for platforms that have issues. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/msdos/config.h b/msdos/config.h index a463b120..4ea82d86 100644 --- a/msdos/config.h +++ b/msdos/config.h @@ -1,5 +1,5 @@ /* Configuration header file for MS-DOS/Watt-32 - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/msdos/msdos.c b/msdos/msdos.c index b3e5d395..722b6aad 100644 --- a/msdos/msdos.c +++ b/msdos/msdos.c @@ -1,5 +1,5 @@ /* MSDOS utility functions. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/po/POTFILES.in b/po/POTFILES.in index a8c4f97e..cef117ef 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,7 @@ # List of files which containing translatable strings. # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Package source files lib/error.c diff --git a/src/ChangeLog b/src/ChangeLog index 473d4c64..e29cc914 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,139 @@ +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + + * cmpt.c: Likewise. + + * connect.h: Likewise. + + * convert.c: Likewise. + + * convert.h: Likewise. + + * cookies.c: Likewise. + + * cookies.h: Likewise. + + * css-tokens.h: Likewise. + + * css-url.c: Likewise. + + * css-url.h: Likewise. + + * css.l: Likewise. + + * exits.c: Likewise. + + * exits.h: Likewise. + + * ftp-basic.c: Likewise. + + * ftp-ls.c: Likewise. + + * ftp-opie.c: Likewise. + + * ftp.c: Likewise. + + * ftp.h: Likewise. + + * gen-md5.c: Likewise. + + * gen-md5.h: Likewise. + + * gettext.h: Likewise. + + * gnutls.c: Likewise. + + * hash.c: Likewise. + + * hash.h: Likewise. + + * host.c: Likewise. + + * host.h: Likewise. + * html-parse.c: Likewise. + + * html-parse.h: Likewise. + + * html-url.c: Likewise. + + * html-url.h: Likewise. + + * http-ntlm.c: Likewise. + + * http-ntlm.h: Likewise. + + * http.c: Likewise. + + * http.h: Likewise. + + * init.c: Likewise. + + * init.h: Likewise. + + * iri.c: Likewise. + + * iri.h: Likewise. + + * log.c: Likewise. + + * log.h: Likewise. + + * main.c: Likewise. + + * mswindows.c: Likewise. + + * mswindows.h: Likewise. + + * netrc.c: Likewise. + + * netrc.h: Likewise. + + * openssl.c: Likewise. + + * options.h: Likewise. + * progress.c: Likewise. + + * progress.h: Likewise. + + * ptimer.c: Likewise. + + * ptimer.h: Likewise. + + * recur.c: Likewise. + + * recur.h: Likewise. + + * res.c: Likewise. + + * res.h: Likewise. + + * retr.c: Likewise. + + * retr.h: Likewise. + + * spider.c: Likewise. + + * spider.h: Likewise. + + * ssl.h: Likewise. + + * sysdep.h: Likewise. + + * test.c: Likewise. + + * test.h: Likewise. + + * url.c: Likewise. + + * url.h: Likewise. + + * utils.c: Likewise. + + * utils.h: Likewise. + + * wget.h: Likewise. + 2010-05-07 Giuseppe Scrivano * gnutls.c (wgnutls_close): Use always `close', not `closesocket'. diff --git a/src/Makefile.am b/src/Makefile.am index 1bb0f1b3..49afcee4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ # Makefile for `wget' utility # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/cmpt.c b/src/cmpt.c index 16ce0e4a..ac75b5dd 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -1,6 +1,7 @@ /* Replacements for routines missing on some systems. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/connect.h b/src/connect.h index a3469b80..96343043 100644 --- a/src/connect.h +++ b/src/connect.h @@ -1,6 +1,6 @@ /* Declarations for connect. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/convert.c b/src/convert.c index 61bbe6e2..c0144230 100644 --- a/src/convert.c +++ b/src/convert.c @@ -1,6 +1,6 @@ /* Conversion of links to local files. - Copyright (C) 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free + Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/convert.h b/src/convert.h index 0d3166e6..14187ae3 100644 --- a/src/convert.h +++ b/src/convert.h @@ -1,6 +1,6 @@ /* Declarations for convert.c - Copyright (C) 2003, 2004, 2005, 2006, 2009 Free Software Foundation, - Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/cookies.c b/src/cookies.c index d5ae7bf7..5788c657 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -1,6 +1,6 @@ /* Support for cookies. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/cookies.h b/src/cookies.h index 58142934..3b073b69 100644 --- a/src/cookies.h +++ b/src/cookies.h @@ -1,6 +1,6 @@ /* Support for cookies. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-tokens.h b/src/css-tokens.h index 579590fc..ece9fcc7 100644 --- a/src/css-tokens.h +++ b/src/css-tokens.h @@ -1,5 +1,5 @@ /* Declarations for css.lex - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.c b/src/css-url.c index 355e780a..fd3d5f77 100644 --- a/src/css-url.c +++ b/src/css-url.c @@ -1,5 +1,5 @@ /* Collect URLs from CSS source. - Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009 Free Software + Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.h b/src/css-url.h index 3978b1a0..ff99fee5 100644 --- a/src/css-url.h +++ b/src/css-url.h @@ -1,5 +1,5 @@ /* Declarations for css-url.c. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css.l b/src/css.l index 59f8cbb9..be777de2 100644 --- a/src/css.l +++ b/src/css.l @@ -5,7 +5,7 @@ %{ /* Lex source for CSS tokenizing. Taken from http://www.w3.org/TR/CSS21/grammar.html#q2 - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/exits.c b/src/exits.c index 254034f7..273a6778 100644 --- a/src/exits.c +++ b/src/exits.c @@ -1,6 +1,6 @@ /* Command line parsing. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/exits.h b/src/exits.h index c50fc9b7..0c7d1304 100644 --- a/src/exits.h +++ b/src/exits.h @@ -1,5 +1,5 @@ /* Internationalization related declarations. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-basic.c b/src/ftp-basic.c index f0022116..5084aae6 100644 --- a/src/ftp-basic.c +++ b/src/ftp-basic.c @@ -1,6 +1,6 @@ /* Basic FTP routines. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 21159220..ed402df7 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -1,6 +1,6 @@ /* Parsing FTP `ls' output. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-opie.c b/src/ftp-opie.c index 44614ba0..ee51047b 100644 --- a/src/ftp-opie.c +++ b/src/ftp-opie.c @@ -1,6 +1,6 @@ /* Opie (s/key) support for FTP. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp.c b/src/ftp.c index 79b23b30..298f4b98 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1,6 +1,6 @@ /* File Transfer Protocol support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp.h b/src/ftp.h index c0ee354a..49279ac8 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -1,6 +1,6 @@ /* Declarations for FTP support. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/gen-md5.c b/src/gen-md5.c index c06bffa1..f22c398e 100644 --- a/src/gen-md5.c +++ b/src/gen-md5.c @@ -1,6 +1,6 @@ /* General MD5 support. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/gen-md5.h b/src/gen-md5.h index a0fbddf4..5382a26c 100644 --- a/src/gen-md5.h +++ b/src/gen-md5.h @@ -1,6 +1,6 @@ /* General MD5 header file. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/gettext.h b/src/gettext.h index e1780bf0..aedfb0e0 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,6 +1,6 @@ /* Convenience header for conditional use of GNU . Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, - 2006, 2009 Free Software Foundation, Inc. + 2006, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/gnutls.c b/src/gnutls.c index 0bb49ca5..6d30a5d5 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -1,6 +1,6 @@ /* SSL support via GnuTLS library. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hash.c b/src/hash.c index 7160006a..99815d3d 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,6 +1,6 @@ /* Hash tables. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hash.h b/src/hash.h index 34fb410b..972d0b74 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,5 +1,6 @@ /* Hash table declarations. - Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/host.c b/src/host.c index a660c5a0..c6e42acd 100644 --- a/src/host.c +++ b/src/host.c @@ -1,6 +1,6 @@ /* Host name resolution and matching. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/host.h b/src/host.h index cefbb4f4..aa8d59cb 100644 --- a/src/host.h +++ b/src/host.h @@ -1,6 +1,6 @@ /* Declarations for host.c Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-parse.c b/src/html-parse.c index 8c263f04..070913f4 100644 --- a/src/html-parse.c +++ b/src/html-parse.c @@ -1,6 +1,6 @@ /* HTML parser for Wget. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-parse.h b/src/html-parse.h index 4fd3b235..39a0b526 100644 --- a/src/html-parse.h +++ b/src/html-parse.h @@ -1,6 +1,6 @@ /* Declarations for html-parse.c. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-url.c b/src/html-url.c index f938c80c..5e9aeb4b 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -1,6 +1,6 @@ /* Collect URLs from HTML source. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-url.h b/src/html-url.h index 42b67c2f..458f2521 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -1,5 +1,6 @@ /* Declarations for html-url.c. - Copyright (C) 1995, 1996, 1997, 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/http-ntlm.c b/src/http-ntlm.c index a3423d5e..43d9eb9d 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -1,6 +1,6 @@ /* NTLM code. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. Contributed by Daniel Stenberg. This file is part of GNU Wget. diff --git a/src/http-ntlm.h b/src/http-ntlm.h index 331d9774..085ad26c 100644 --- a/src/http-ntlm.h +++ b/src/http-ntlm.h @@ -1,8 +1,8 @@ #ifndef __HTTP_NTLM_H #define __HTTP_NTLM_H /* Declarations for http_ntlm.c - Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009, 2010 Free + Software Foundation, Inc. Contributed by Daniel Stenberg. This file is part of GNU Wget. diff --git a/src/http.c b/src/http.c index 0ffbd66c..21a2d7ce 100644 --- a/src/http.c +++ b/src/http.c @@ -1,6 +1,6 @@ /* HTTP support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/http.h b/src/http.h index 894091e3..293b82e4 100644 --- a/src/http.h +++ b/src/http.h @@ -1,6 +1,6 @@ /* Declarations for HTTP. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/init.c b/src/init.c index 16a4d9d2..e3e7af21 100644 --- a/src/init.c +++ b/src/init.c @@ -1,6 +1,6 @@ /* Reading/parsing the initialization file. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/init.h b/src/init.h index deba6122..968099cf 100644 --- a/src/init.h +++ b/src/init.h @@ -1,6 +1,6 @@ /* Declarations for init.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/iri.c b/src/iri.c index 51c23291..22d57610 100644 --- a/src/iri.c +++ b/src/iri.c @@ -1,5 +1,5 @@ /* IRI related functions. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/iri.h b/src/iri.h index ed776e1a..1d2fe645 100644 --- a/src/iri.h +++ b/src/iri.h @@ -1,5 +1,5 @@ /* Internationalization related declarations. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/log.c b/src/log.c index f68e40d2..489702b1 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,6 @@ /* Messages logging. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/log.h b/src/log.h index 7cef7076..86dc9bb1 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* Declarations for log.c. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/main.c b/src/main.c index b41277ba..8cacb893 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Command line parsing. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/mswindows.c b/src/mswindows.c index 245cff3b..5e10695c 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -1,6 +1,6 @@ /* mswindows.c -- Windows-specific support Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/mswindows.h b/src/mswindows.h index 12f55833..8321868d 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -1,6 +1,6 @@ /* Declarations for windows Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/netrc.c b/src/netrc.c index 352e3c84..413d877b 100644 --- a/src/netrc.c +++ b/src/netrc.c @@ -1,5 +1,6 @@ /* Read and parse the .netrc file to get hosts, accounts, and passwords. - Copyright (C) 1996, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/netrc.h b/src/netrc.h index 9dd9ded3..91a4633e 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -1,5 +1,5 @@ /* Declarations for netrc.c - Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009 Free Software + Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/openssl.c b/src/openssl.c index 9bc59a5c..e0a30fc7 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -1,6 +1,6 @@ /* SSL support via OpenSSL library. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 Free Software Foundation, Inc. Originally contributed by Christian Fraenkel. This file is part of GNU Wget. diff --git a/src/options.h b/src/options.h index 4e5d7203..07872ec1 100644 --- a/src/options.h +++ b/src/options.h @@ -1,6 +1,6 @@ /* struct options. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/progress.c b/src/progress.c index 00f2a937..8f43c1ce 100644 --- a/src/progress.c +++ b/src/progress.c @@ -1,6 +1,6 @@ /* Download progress. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/progress.h b/src/progress.h index 0c269ec3..caf40e2d 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,6 +1,6 @@ /* Download progress. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ptimer.c b/src/ptimer.c index ad1e878a..72f561e5 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -1,6 +1,6 @@ /* Portable timers. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ptimer.h b/src/ptimer.h index cf05ede9..c1d46cfd 100644 --- a/src/ptimer.h +++ b/src/ptimer.h @@ -1,6 +1,6 @@ /* Declarations for ptimer.c. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/recur.c b/src/recur.c index 9ca3f941..8d769f71 100644 --- a/src/recur.c +++ b/src/recur.c @@ -1,6 +1,6 @@ /* Handling of recursive HTTP retrieving. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/recur.h b/src/recur.h index 76c0ef5f..4c9e6869 100644 --- a/src/recur.h +++ b/src/recur.h @@ -1,6 +1,6 @@ /* Declarations for recur.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/res.c b/src/res.c index 679a4746..897f1240 100644 --- a/src/res.c +++ b/src/res.c @@ -1,6 +1,6 @@ /* Support for Robot Exclusion Standard (RES). - Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of Wget. diff --git a/src/res.h b/src/res.h index d85e0457..8ddbbc1c 100644 --- a/src/res.h +++ b/src/res.h @@ -1,5 +1,6 @@ /* Declarations for res.c. - Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of Wget. diff --git a/src/retr.c b/src/retr.c index 1af6d258..911117b7 100644 --- a/src/retr.c +++ b/src/retr.c @@ -1,6 +1,6 @@ /* File retrieval. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/retr.h b/src/retr.h index e9550f4d..340e4eed 100644 --- a/src/retr.h +++ b/src/retr.h @@ -1,6 +1,6 @@ /* Declarations for retr.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/spider.c b/src/spider.c index b540b95f..022b6cbf 100644 --- a/src/spider.c +++ b/src/spider.c @@ -1,5 +1,6 @@ /* Keep track of visited URLs in spider mode. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/spider.h b/src/spider.h index 475717ee..f219244e 100644 --- a/src/spider.h +++ b/src/spider.h @@ -1,5 +1,6 @@ /* Declarations for spider.c - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ssl.h b/src/ssl.h index df4b47e0..3fbed5ce 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -1,6 +1,6 @@ /* SSL support. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 Free Software Foundation, Inc. Originally contributed by Christian Fraenkel. This file is part of GNU Wget. diff --git a/src/sysdep.h b/src/sysdep.h index 9494b9a0..066ef864 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,6 +1,6 @@ /* Dirty system-dependent hacks. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/test.c b/src/test.c index 2d7e41f8..a5edd419 100644 --- a/src/test.c +++ b/src/test.c @@ -1,6 +1,6 @@ /* Unit testing. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/test.h b/src/test.h index ec5764e4..cde93c3a 100644 --- a/src/test.h +++ b/src/test.h @@ -1,6 +1,6 @@ /* Unit testing declarations. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/url.c b/src/url.c index ffc62a7e..9135971d 100644 --- a/src/url.c +++ b/src/url.c @@ -1,6 +1,6 @@ /* URL handling. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/url.h b/src/url.h index 0c0d87a3..c9590f51 100644 --- a/src/url.h +++ b/src/url.h @@ -1,6 +1,6 @@ /* Declarations for url.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/utils.c b/src/utils.c index 0941ad54..81065353 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,6 +1,6 @@ /* Various utility functions. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/utils.h b/src/utils.h index a645d52d..f2d6e23e 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,6 @@ /* Declarations for utils.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/wget.h b/src/wget.h index 6e42277b..bbefae05 100644 --- a/src/wget.h +++ b/src/wget.h @@ -1,6 +1,6 @@ /* Miscellaneous declarations. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/tests/ChangeLog b/tests/ChangeLog index 9bc9748f..15fc5f3c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + 2010-05-07 Giuseppe Scrivano * Makefile.am (LIBS): Add definition. diff --git a/tests/Makefile.am b/tests/Makefile.am index 75d9660e..46bac37b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ # Makefile for `wget' utility # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/Makefile.am b/util/Makefile.am index bbf2509a..47dceca4 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/util/paramcheck.pl b/util/paramcheck.pl index 1a1e3519..a039d37e 100755 --- a/util/paramcheck.pl +++ b/util/paramcheck.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/rmold.pl b/util/rmold.pl index 4662805d..a3841fc7 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/windows/ChangeLog b/windows/ChangeLog index 0c1bde1f..2d4d5030 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,19 @@ +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + + * Makefile.doc: Likewise. + + * Makefile.src: Likewise. + + * Makefile.top: Likewise. + + * Makefile.top.bor: Likewise. + + * Makefile.top.mingw: Likewise. + + * config-compiler.h: Likewise. + 2009-09-21 Micah Cowan * README: Warn about less-than-functional Windows build support. diff --git a/windows/Makefile.am b/windows/Makefile.am index d700b19c..89ae9df5 100644 --- a/windows/Makefile.am +++ b/windows/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/windows/Makefile.doc b/windows/Makefile.doc index c29bcfdd..b70c5860 100644 --- a/windows/Makefile.doc +++ b/windows/Makefile.doc @@ -1,6 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009, 2010 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/windows/Makefile.src b/windows/Makefile.src index 1af065a1..78bbd118 100644 --- a/windows/Makefile.src +++ b/windows/Makefile.src @@ -1,6 +1,6 @@ # Makefile for `wget' utility for MSVC -# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007, 2008, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/windows/Makefile.top b/windows/Makefile.top index 32f7b043..2d92006d 100644 --- a/windows/Makefile.top +++ b/windows/Makefile.top @@ -1,6 +1,6 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009, 2010 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/windows/Makefile.top.bor b/windows/Makefile.top.bor index 1b69fd4c..1952a559 100644 --- a/windows/Makefile.top.bor +++ b/windows/Makefile.top.bor @@ -1,6 +1,6 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2004, 2007, 2008, 2009, 2010 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/windows/Makefile.top.mingw b/windows/Makefile.top.mingw index e80df63b..7ac99b54 100644 --- a/windows/Makefile.top.mingw +++ b/windows/Makefile.top.mingw @@ -1,5 +1,5 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/windows/config-compiler.h b/windows/config-compiler.h index bd453134..f2c657fc 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -1,5 +1,6 @@ /* Support for various Windows compilation environments. - Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, + Inc. This file is part of GNU Wget. -- 2.39.2