summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Cowan <micah@cowan.name>2007-09-28 15:45:31 -0700
committerMicah Cowan <micah@cowan.name>2007-09-28 15:45:31 -0700
commit5dd09d9ba51f039acb217bf2fd5c7fdd340ac946 (patch)
tree7764d337b9b12d37dd1f16bca2c13f477f260158
parentebf43dc18b09dde34711298e5c6276c04510f995 (diff)
downloadwget-5dd09d9ba51f039acb217bf2fd5c7fdd340ac946.tar.gz
Update copyright lists, conforming to maintainer guidelines
-rw-r--r--Makefile.in2
-rw-r--r--NEWS3
-rw-r--r--README3
-rwxr-xr-xautogen.sh2
-rwxr-xr-xconfig.guess3
-rwxr-xr-xconfig.sub3
-rwxr-xr-xconfigure.bat2
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.in2
-rwxr-xr-xdoc/texi2pod.pl3
-rw-r--r--m4/lib-ld.m43
-rw-r--r--m4/lib-link.m43
-rw-r--r--m4/lib-prefix.m43
-rw-r--r--m4/wget.m43
-rw-r--r--po/POTFILES.in3
-rw-r--r--src/Makefile.in3
-rw-r--r--src/cmpt.c3
-rw-r--r--src/connect.c3
-rw-r--r--src/connect.h3
-rw-r--r--src/convert.c2
-rw-r--r--src/convert.h2
-rw-r--r--src/cookies.c3
-rw-r--r--src/cookies.h3
-rw-r--r--src/ftp-basic.c3
-rw-r--r--src/ftp-ls.c3
-rw-r--r--src/ftp-opie.c3
-rw-r--r--src/ftp.c3
-rw-r--r--src/ftp.h3
-rw-r--r--src/gen-md5.c3
-rw-r--r--src/gen-md5.h3
-rw-r--r--src/gnu-md5.c2
-rw-r--r--src/gnu-md5.h2
-rw-r--r--src/gnutls.c2
-rw-r--r--src/hash.c3
-rw-r--r--src/hash.h2
-rw-r--r--src/host.c3
-rw-r--r--src/host.h3
-rw-r--r--src/html-parse.c3
-rw-r--r--src/html-parse.h3
-rw-r--r--src/html-url.c3
-rw-r--r--src/http-ntlm.c2
-rw-r--r--src/http-ntlm.h2
-rw-r--r--src/http.c3
-rw-r--r--src/http.h2
-rw-r--r--src/init.c3
-rw-r--r--src/init.h3
-rw-r--r--src/log.c3
-rw-r--r--src/log.h3
-rw-r--r--src/main.c3
-rw-r--r--src/mswindows.c3
-rw-r--r--src/mswindows.h3
-rw-r--r--src/netrc.c2
-rw-r--r--src/netrc.h2
-rw-r--r--src/openssl.c3
-rw-r--r--src/options.h3
-rw-r--r--src/progress.c3
-rw-r--r--src/progress.h3
-rw-r--r--src/ptimer.c2
-rw-r--r--src/ptimer.h2
-rw-r--r--src/recur.c3
-rw-r--r--src/recur.h3
-rw-r--r--src/res.c2
-rw-r--r--src/res.h2
-rw-r--r--src/retr.c3
-rw-r--r--src/retr.h3
-rw-r--r--src/spider.c2
-rw-r--r--src/spider.h2
-rw-r--r--src/ssl.h3
-rw-r--r--src/sysdep.h3
-rw-r--r--src/test.c2
-rw-r--r--src/test.h2
-rw-r--r--src/url.c3
-rw-r--r--src/url.h3
-rw-r--r--src/utils.c3
-rw-r--r--src/utils.h3
-rw-r--r--src/wget.h3
-rw-r--r--src/xmalloc.c3
-rw-r--r--src/xmalloc.h3
-rw-r--r--tests/Makefile.in3
-rw-r--r--util/Makefile.in2
-rwxr-xr-xutil/dist-wget2
-rwxr-xr-xutil/rmold.pl2
-rw-r--r--windows/Makefile.doc2
-rw-r--r--windows/Makefile.in2
-rw-r--r--windows/Makefile.src3
-rw-r--r--windows/Makefile.top2
-rw-r--r--windows/Makefile.top.bor2
-rw-r--r--windows/Makefile.top.mingw2
-rw-r--r--windows/config-compiler.h2
89 files changed, 145 insertions, 89 deletions
diff --git a/Makefile.in b/Makefile.in
index 6e81cd88..a680164e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2006, 2007 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/NEWS b/NEWS
index f7ae1f44..3393be2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
GNU Wget NEWS -- history of user-visible changes.
-Copyright (C) 1997-2006 Free Software Foundation, Inc.
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+2006, 2007 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
diff --git a/README b/README
index 552f9064..3fea5d49 100644
--- a/README
+++ b/README
@@ -59,7 +59,8 @@ the file AUTHORS for a list of major contributors, and the ChangeLogs
for a detailed listing of all contributions.
-Copyright (C) 1995-2005 Free Software Foundation, Inc.
+Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+2005, 2006, 2007 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/autogen.sh b/autogen.sh
index ffa392a8..0ebac1a5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
# The (trivial) script for preparing the sources following the
# checkout from version control.
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007 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/config.guess b/config.guess
index 1fdbe609..cf224a15 100755
--- a/config.guess
+++ b/config.guess
@@ -1,7 +1,8 @@
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+# Foundation, Inc.
timestamp='2005-05-27'
diff --git a/config.sub b/config.sub
index a8177597..c77979b2 100755
--- a/config.sub
+++ b/config.sub
@@ -1,7 +1,8 @@
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+# Foundation, Inc.
timestamp='2005-06-02'
diff --git a/configure.bat b/configure.bat
index c340b3e0..179b313f 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 Free Software Foundation, Inc.
+rem Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
rem This program is free software; you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
diff --git a/configure.in b/configure.in
index a9a7a7ab..703ee482 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Template file for GNU Autoconf
-dnl Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
+dnl Copyright (C) 1995, 1996, 1997, 2001, 2007 Free 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/doc/Makefile.in b/doc/Makefile.in
index 57ff2f57..8330e939 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007 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/doc/texi2pod.pl b/doc/texi2pod.pl
index 0b57d1b9..3a9f78a5 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -1,6 +1,7 @@
#! /usr/bin/env perl
-# Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software
+# Foundation, Inc.
# This file is part of GCC.
diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4
index 96c4e2c3..8d995251 100644
--- a/m4/lib-ld.m4
+++ b/m4/lib-ld.m4
@@ -1,5 +1,6 @@
# lib-ld.m4 serial 3 (gettext-0.13)
-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+dnl 2004, 2005, 2006, 2007 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/lib-link.m4 b/m4/lib-link.m4
index ea0b0c4e..d4450fce 100644
--- a/m4/lib-link.m4
+++ b/m4/lib-link.m4
@@ -1,5 +1,6 @@
# lib-link.m4 serial 6 (gettext-0.14.3)
-dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
+dnl Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+dnl 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/lib-prefix.m4 b/m4/lib-prefix.m4
index 0d895ca6..a3d482d3 100644
--- a/m4/lib-prefix.m4
+++ b/m4/lib-prefix.m4
@@ -1,5 +1,6 @@
# lib-prefix.m4 serial 4 (gettext-0.14.2)
-dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
+dnl Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+dnl 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 2dc8b348..736bd2eb 100644
--- a/m4/wget.m4
+++ b/m4/wget.m4
@@ -1,5 +1,6 @@
dnl Wget-specific Autoconf macros.
-dnl Copyright (C) 1996-2005, 2007 Free Software Foundation, Inc.
+dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+dnl 2004, 2005, 2006, 2007 Free 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/po/POTFILES.in b/po/POTFILES.in
index 12e543cd..cd6c7975 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
# List of files which containing translatable strings.
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
# Package source files
src/cmpt.c
diff --git a/src/Makefile.in b/src/Makefile.in
index e393e1e0..9424a690 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,6 @@
# Makefile for `wget' utility
-# Copyright (C) 1995-2006 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+# 2004, 2005, 2006, 2007 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 f5f25674..1977e8ea 100644
--- a/src/cmpt.c
+++ b/src/cmpt.c
@@ -1,5 +1,6 @@
/* Replacements for routines missing on some systems.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/connect.c b/src/connect.c
index 0188353c..5e7ccee6 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -1,5 +1,6 @@
/* Establishing and handling network connections.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/connect.h b/src/connect.h
index de6899cc..70245b71 100644
--- a/src/connect.h
+++ b/src/connect.h
@@ -1,5 +1,6 @@
/* Declarations for connect.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/convert.c b/src/convert.c
index 0b5bb435..8f04ed0c 100644
--- a/src/convert.c
+++ b/src/convert.c
@@ -1,5 +1,5 @@
/* Conversion of links to local files.
- Copyright (C) 2003-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/convert.h b/src/convert.h
index 93efa769..ccf75c0c 100644
--- a/src/convert.h
+++ b/src/convert.h
@@ -1,5 +1,5 @@
/* Declarations for convert.c
- Copyright (C) 2003-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/cookies.c b/src/cookies.c
index 7c9a5757..d3b64a9f 100644
--- a/src/cookies.c
+++ b/src/cookies.c
@@ -1,5 +1,6 @@
/* Support for cookies.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
+ Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/cookies.h b/src/cookies.h
index 48058ae6..1ceb61cd 100644
--- a/src/cookies.h
+++ b/src/cookies.h
@@ -1,5 +1,6 @@
/* Support for cookies.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
+ Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-basic.c b/src/ftp-basic.c
index 70291393..9df26849 100644
--- a/src/ftp-basic.c
+++ b/src/ftp-basic.c
@@ -1,5 +1,6 @@
/* Basic FTP routines.
- Copyright (C) 1996-2007 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-ls.c b/src/ftp-ls.c
index 062d57e3..97d725f6 100644
--- a/src/ftp-ls.c
+++ b/src/ftp-ls.c
@@ -1,5 +1,6 @@
/* Parsing FTP `ls' output.
- Copyright (C) 1996-2004 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-opie.c b/src/ftp-opie.c
index 5409b594..2159298a 100644
--- a/src/ftp-opie.c
+++ b/src/ftp-opie.c
@@ -1,5 +1,6 @@
/* Opie (s/key) support for FTP.
- Copyright (C) 1998-2004 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp.c b/src/ftp.c
index 7da68afa..2f5ecd15 100644
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1,5 +1,6 @@
/* File Transfer Protocol support.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp.h b/src/ftp.h
index 3bdc4f7e..eef63b66 100644
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -1,5 +1,6 @@
/* Declarations for FTP support.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/gen-md5.c b/src/gen-md5.c
index d9b72614..91ece6ff 100644
--- a/src/gen-md5.c
+++ b/src/gen-md5.c
@@ -1,5 +1,6 @@
/* General MD5 support.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+ Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/gen-md5.h b/src/gen-md5.h
index f833d3a7..25d3ba57 100644
--- a/src/gen-md5.h
+++ b/src/gen-md5.h
@@ -1,5 +1,6 @@
/* General MD5 header file.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+ Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/gnu-md5.c b/src/gnu-md5.c
index d8de43c1..95e314e8 100644
--- a/src/gnu-md5.c
+++ b/src/gnu-md5.c
@@ -1,6 +1,6 @@
/* md5.c - Functions to compute MD5 message digest of files or memory blocks
according to the definition of MD5 in RFC 1321 from April 1992.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc.
This file is part of the GNU C library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/src/gnu-md5.h b/src/gnu-md5.h
index ab9ede11..fef0a65a 100644
--- a/src/gnu-md5.h
+++ b/src/gnu-md5.h
@@ -1,6 +1,6 @@
/* md5.h - Declaration of functions and data types used for MD5 sum
computing library functions.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C
Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu.
diff --git a/src/gnutls.c b/src/gnutls.c
index 110d639c..92c07807 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1,5 +1,5 @@
/* SSL support via GnuTLS library.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/hash.c b/src/hash.c
index dbef2828..5d156da8 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -1,5 +1,6 @@
/* Hash tables.
- Copyright (C) 2000-2006 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
+ Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/hash.h b/src/hash.h
index 2c036848..6003af1a 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -1,5 +1,5 @@
/* Hash table declarations.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/host.c b/src/host.c
index 893dded0..fee5e404 100644
--- a/src/host.c
+++ b/src/host.c
@@ -1,5 +1,6 @@
/* Host name resolution and matching.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/host.h b/src/host.h
index 03b88c81..12ddf3ae 100644
--- a/src/host.h
+++ b/src/host.h
@@ -1,5 +1,6 @@
/* Declarations for host.c
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/html-parse.c b/src/html-parse.c
index 9952a833..243ead23 100644
--- a/src/html-parse.c
+++ b/src/html-parse.c
@@ -1,5 +1,6 @@
/* HTML parser for Wget.
- Copyright (C) 1998-2006 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/html-parse.h b/src/html-parse.h
index cfec60b5..3d9afab1 100644
--- a/src/html-parse.h
+++ b/src/html-parse.h
@@ -1,5 +1,6 @@
/* Declarations for html-parse.c.
- Copyright (C) 1998-2006 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/html-url.c b/src/html-url.c
index b5da0781..97443ea0 100644
--- a/src/html-url.c
+++ b/src/html-url.c
@@ -1,5 +1,6 @@
/* Collect URLs from HTML source.
- Copyright (C) 1998-2006 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/http-ntlm.c b/src/http-ntlm.c
index 0d5c9fec..054c8a95 100644
--- a/src/http-ntlm.c
+++ b/src/http-ntlm.c
@@ -1,5 +1,5 @@
/* NTLM code.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 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 6460d0d1..9d176101 100644
--- a/src/http-ntlm.h
+++ b/src/http-ntlm.h
@@ -1,7 +1,7 @@
#ifndef __HTTP_NTLM_H
#define __HTTP_NTLM_H
/* Declarations for http_ntlm.c
- Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 2000, 2007 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 6dd5158c..b664d45f 100644
--- a/src/http.c
+++ b/src/http.c
@@ -1,5 +1,6 @@
/* HTTP support.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/http.h b/src/http.h
index 86c0247b..42bd2045 100644
--- a/src/http.h
+++ b/src/http.h
@@ -1,5 +1,5 @@
/* Declarations for HTTP.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/init.c b/src/init.c
index d8c71764..20ca99be 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,5 +1,6 @@
/* Reading/parsing the initialization file.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/init.h b/src/init.h
index a8b4ef41..9537297c 100644
--- a/src/init.h
+++ b/src/init.h
@@ -1,5 +1,6 @@
/* Declarations for init.c.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/log.c b/src/log.c
index f788f5e4..9bd0a5a7 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,5 +1,6 @@
/* Messages logging.
- Copyright (C) 1998-2006 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/log.h b/src/log.h
index 2e802f52..394ac7bd 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,6 @@
/* Declarations for log.c.
- Copyright (C) 1998-2006 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/main.c b/src/main.c
index ea3088c2..74435888 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,6 @@
/* Command line parsing.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/mswindows.c b/src/mswindows.c
index 7b310678..de031cb0 100644
--- a/src/mswindows.c
+++ b/src/mswindows.c
@@ -1,5 +1,6 @@
/* mswindows.c -- Windows-specific support
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/mswindows.h b/src/mswindows.h
index e298e066..da0665d0 100644
--- a/src/mswindows.h
+++ b/src/mswindows.h
@@ -1,5 +1,6 @@
/* Declarations for windows
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/netrc.c b/src/netrc.c
index bf5f5516..87c8c94b 100644
--- a/src/netrc.c
+++ b/src/netrc.c
@@ -1,5 +1,5 @@
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
- Copyright (C) 1996, Free Software Foundation, Inc.
+ Copyright (C) 1996, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/netrc.h b/src/netrc.h
index 1b26a0cb..91ced5a0 100644
--- a/src/netrc.h
+++ b/src/netrc.h
@@ -1,5 +1,5 @@
/* Declarations for netrc.c
- Copyright (C) 1996, 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1996, 1997, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/openssl.c b/src/openssl.c
index 0d4ec155..7427f34d 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1,5 +1,6 @@
/* SSL support via OpenSSL library.
- Copyright (C) 2000-2006 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 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 5fc49e2a..0480acb9 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,6 @@
/* struct options.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/progress.c b/src/progress.c
index 0296afdc..6dd96018 100644
--- a/src/progress.c
+++ b/src/progress.c
@@ -1,5 +1,6 @@
/* Download progress.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+ Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/progress.h b/src/progress.h
index 2580196d..c5862ed0 100644
--- a/src/progress.h
+++ b/src/progress.h
@@ -1,5 +1,6 @@
/* Download progress.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+ Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ptimer.c b/src/ptimer.c
index 12bb7f48..33ed913f 100644
--- a/src/ptimer.c
+++ b/src/ptimer.c
@@ -1,5 +1,5 @@
/* Portable timers.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ptimer.h b/src/ptimer.h
index 3ef9931a..d256d56b 100644
--- a/src/ptimer.h
+++ b/src/ptimer.h
@@ -1,5 +1,5 @@
/* Declarations for ptimer.c.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/recur.c b/src/recur.c
index 57932f8d..acf0b16d 100644
--- a/src/recur.c
+++ b/src/recur.c
@@ -1,5 +1,6 @@
/* Handling of recursive HTTP retrieving.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/recur.h b/src/recur.h
index 0d1da046..0a49e929 100644
--- a/src/recur.h
+++ b/src/recur.h
@@ -1,5 +1,6 @@
/* Declarations for recur.c.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/res.c b/src/res.c
index 5910dd3e..56041229 100644
--- a/src/res.c
+++ b/src/res.c
@@ -1,5 +1,5 @@
/* Support for Robot Exclusion Standard (RES).
- Copyright (C) 2001,2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
This file is part of Wget.
diff --git a/src/res.h b/src/res.h
index a0506776..bd7549f9 100644
--- a/src/res.h
+++ b/src/res.h
@@ -1,5 +1,5 @@
/* Declarations for res.c.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2007 Free Software Foundation, Inc.
This file is part of Wget.
diff --git a/src/retr.c b/src/retr.c
index ec07bc48..3234286b 100644
--- a/src/retr.c
+++ b/src/retr.c
@@ -1,5 +1,6 @@
/* File retrieval.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/retr.h b/src/retr.h
index 9ebf2556..e89e7ed9 100644
--- a/src/retr.h
+++ b/src/retr.h
@@ -1,5 +1,6 @@
/* Declarations for retr.c.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/spider.c b/src/spider.c
index 4baa2e72..37122ad1 100644
--- a/src/spider.c
+++ b/src/spider.c
@@ -1,5 +1,5 @@
/* Keep track of visited URLs in spider mode.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/spider.h b/src/spider.h
index 1d7d13ee..dc040f9e 100644
--- a/src/spider.h
+++ b/src/spider.h
@@ -1,5 +1,5 @@
/* Declarations for spider.c
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ssl.h b/src/ssl.h
index 27c24946..85c3d189 100644
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,5 +1,6 @@
/* SSL support.
- Copyright (C) 2000-2006 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 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 2c7ba31e..9f775ce7 100644
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -1,5 +1,6 @@
/* Dirty system-dependent hacks.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/test.c b/src/test.c
index 25fe8612..3acfee73 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1,5 +1,5 @@
/* Unit testing.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/test.h b/src/test.h
index 7a79a929..7587177a 100644
--- a/src/test.h
+++ b/src/test.h
@@ -1,5 +1,5 @@
/* Unit testing declarations.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/url.c b/src/url.c
index 9b20c519..6235c521 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,5 +1,6 @@
/* URL handling.
- Copyright (C) 1996-2007 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/url.h b/src/url.h
index 80e3e3c1..83f876ab 100644
--- a/src/url.h
+++ b/src/url.h
@@ -1,5 +1,6 @@
/* Declarations for url.c.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/utils.c b/src/utils.c
index 937eb57f..94b4e3a3 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,5 +1,6 @@
/* Various utility functions.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/utils.h b/src/utils.h
index cb2dbbca..8f30c140 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,5 +1,6 @@
/* Declarations for utils.c.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/wget.h b/src/wget.h
index 45b34d60..2cfa7aa8 100644
--- a/src/wget.h
+++ b/src/wget.h
@@ -1,5 +1,6 @@
/* Miscellaneous declarations.
- Copyright (C) 1996-2006 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/xmalloc.c b/src/xmalloc.c
index c8010f2f..b003373b 100644
--- a/src/xmalloc.c
+++ b/src/xmalloc.c
@@ -1,5 +1,6 @@
/* Wrappers around malloc and memory debugging support.
- Copyright (C) 2003-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
+ Inc.
This file is part of GNU Wget.
diff --git a/src/xmalloc.h b/src/xmalloc.h
index ebcf4c8e..ca543caa 100644
--- a/src/xmalloc.h
+++ b/src/xmalloc.h
@@ -1,5 +1,6 @@
/* xmalloc.c declarations.
- Copyright (C) 2003-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
+ Inc.
This file is part of GNU Wget.
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 7e7eff7a..1dc0f7fb 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,5 +1,6 @@
# Makefile for `wget' utility
-# Copyright (C) 1995-2005 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+# 2004, 2005, 2006, 2007 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.in b/util/Makefile.in
index e275160d..a4681f4d 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007 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/dist-wget b/util/dist-wget
index 1e26366d..fd984059 100755
--- a/util/dist-wget
+++ b/util/dist-wget
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2007 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 6d2caa85..1f574743 100755
--- a/util/rmold.pl
+++ b/util/rmold.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007 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.doc b/windows/Makefile.doc
index 6565609f..0638d183 100644
--- a/windows/Makefile.doc
+++ b/windows/Makefile.doc
@@ -1,5 +1,5 @@
# Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007 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.in b/windows/Makefile.in
index fa3e637f..d6b591d9 100644
--- a/windows/Makefile.in
+++ b/windows/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007 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 1fce996e..2e49a0f0 100644
--- a/windows/Makefile.src
+++ b/windows/Makefile.src
@@ -1,5 +1,6 @@
# Makefile for `wget' utility for MSVC
-# Copyright (C) 1995, 1996, 1997, 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007 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 2f546de4..8b25c5fb 100644
--- a/windows/Makefile.top
+++ b/windows/Makefile.top
@@ -1,5 +1,5 @@
# Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007 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 d8119464..6667a4ff 100644
--- a/windows/Makefile.top.bor
+++ b/windows/Makefile.top.bor
@@ -1,5 +1,5 @@
# Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007 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 1b3895c0..6213116b 100644
--- a/windows/Makefile.top.mingw
+++ b/windows/Makefile.top.mingw
@@ -1,5 +1,5 @@
# Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007 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/config-compiler.h b/windows/config-compiler.h
index acd752b4..cfef180f 100644
--- a/windows/config-compiler.h
+++ b/windows/config-compiler.h
@@ -1,5 +1,5 @@
/* Support for various Windows compilation environments.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007 Free Software Foundation, Inc.
This file is part of GNU Wget.