]> sjero.net Git - wget/commitdiff
Updated copyright year.
authorMicah Cowan <micah@cowan.name>
Fri, 25 Jan 2008 13:04:01 +0000 (05:04 -0800)
committerMicah Cowan <micah@cowan.name>
Fri, 25 Jan 2008 13:04:01 +0000 (05:04 -0800)
86 files changed:
ChangeLog
Makefile.am
NEWS
README
configure.ac
configure.bat
doc/ChangeLog
doc/Makefile.am
doc/wget.texi
m4/wget.m4
msdos/config.h
po/POTFILES.in
src/ChangeLog
src/Makefile.am
src/cmpt.c
src/connect.c
src/connect.h
src/convert.c
src/cookies.c
src/cookies.h
src/ftp-basic.c
src/ftp-ls.c
src/ftp-opie.c
src/ftp.c
src/ftp.h
src/gen-md5.c
src/gen-md5.h
src/gnutls.c
src/hash.c
src/hash.h
src/host.c
src/host.h
src/html-parse.c
src/html-parse.h
src/html-url.c
src/http-ntlm.c
src/http-ntlm.h
src/http.c
src/http.h
src/init.c
src/init.h
src/log.c
src/log.h
src/main.c
src/mswindows.c
src/mswindows.h
src/netrc.c
src/netrc.h
src/openssl.c
src/options.h
src/progress.c
src/progress.h
src/ptimer.c
src/ptimer.h
src/recur.c
src/recur.h
src/res.c
src/res.h
src/retr.c
src/retr.h
src/spider.c
src/spider.h
src/ssl.h
src/sysdep.h
src/test.c
src/test.h
src/url.c
src/url.h
src/utils.c
src/utils.h
src/wget.h
src/xmalloc.c
src/xmalloc.h
tests/ChangeLog
tests/Makefile.am
util/Makefile.am
util/dist-wget
util/rmold.pl
windows/ChangeLog
windows/Makefile.am
windows/Makefile.doc
windows/Makefile.src
windows/Makefile.top
windows/Makefile.top.bor
windows/Makefile.top.mingw
windows/config-compiler.h

index 26c2f9b97e36fae3193edcca54492b229a862ac3..59eed33be35ba69ec87964a3a69369dee743f5f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, NEWS, README, configure.ac, configure.bat,
+       m4/wget.m4, msdos/config.h, po/POTFILES.in, util/Makefile.am,
+       util/dist-wget, util/rmold.pl, files: Updated copyright year.
+
 2008-01-24  Micah Cowan  <micah@cowan.name>
 
        * configure.ac: Added en_US LINGUA (generated).
 2008-01-24  Micah Cowan  <micah@cowan.name>
 
        * configure.ac: Added en_US LINGUA (generated).
index 964b2e511e080a902602552eb7196babc116e957..d547c3ae45e28e0e61aa01d024ec115d74ef61f8 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for `Wget' utility
 # 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.
+# Copyright (C) 1995, 1996, 1997, 2006, 2007,
+#   2008 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
 
 # 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 813e8ec857ea2c0de0d8783ef671b7d30937faee..27db413a47986b1dabbac4ed0433f7c9bc4d55b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 GNU Wget NEWS -- history of user-visible changes.
 
 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 GNU Wget NEWS -- history of user-visible changes.
 
 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 See the end for copying conditions.
 
 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
diff --git a/README b/README
index 2c668489af11248b918d86f80b794f32074e0d8e..4d3ce2f005b2c78679410fcd42c027f0539d11fb 100644 (file)
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ for a detailed listing of all contributions.
 
 
 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 
 
 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-2005, 2006, 2007 Free Software Foundation, Inc.
+2005, 2006, 2007, 2008 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
 
 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
index 01267b050787e17b72aa7689a798ca5fd56dcb32..e7481b6768f4874fc57ccfc4e2cf941849e2997a 100644 (file)
@@ -1,5 +1,6 @@
 dnl Template file for GNU Autoconf
 dnl Template file for GNU Autoconf
-dnl Copyright (C) 1995, 1996, 1997, 2001, 2007 Free Software Foundation, Inc.
+dnl Copyright (C) 1995, 1996, 1997, 2001, 2007,
+dnl 2008 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
 
 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
index cfcdddce0eeb966d93169d8cc13c644c7e077296..63b67a00a14c6061d0516b34041f12677a30e533 100755 (executable)
@@ -1,6 +1,6 @@
 @echo off\r
 rem Configure batch file for `Wget' utility\r
 @echo off\r
 rem Configure batch file for `Wget' utility\r
-rem Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.\r
+rem Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.\r
 \r
 rem This program is free software; you can redistribute it and/or modify\r
 rem it under the terms of the GNU General Public License as published by\r
 \r
 rem This program is free software; you can redistribute it and/or modify\r
 rem it under the terms of the GNU General Public License as published by\r
index 43dd4cd39d3c3188b1b0c734a5683ef1dba87627..8f200b21ccbad335ca5c4134fd677b56040a3d20 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, wget.texi: Updated copyright year.
+
 2007-12-10  Micah Cowan  <micah@cowan.name>
 
        * wget.texi: Document the --content-disposition option (and not
 2007-12-10  Micah Cowan  <micah@cowan.name>
 
        * wget.texi: Document the --content-disposition option (and not
index 75d23b2f729e95362fef30ef09ad1a613837d853..c0e10dbfe15a96fe29d983bc34a59c30312c3aca 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for `wget' utility
 # Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007, 2008 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
 
 # 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
index 0e30d9c7ac54597e579c30bc24e459615b5adeb0..ec9ad91354232b836021152850b3d4ba19b4c579 100644 (file)
@@ -3,7 +3,7 @@
 @c %**start of header
 @setfilename wget.info
 @include version.texi
 @c %**start of header
 @setfilename wget.info
 @include version.texi
-@set UPDATED Oct 2007
+@set UPDATED Jan 2008
 @settitle GNU Wget @value{VERSION} Manual
 @c Disable the monstrous rectangles beside overfull hbox-es.
 @finalout
 @settitle GNU Wget @value{VERSION} Manual
 @c Disable the monstrous rectangles beside overfull hbox-es.
 @finalout
@@ -31,7 +31,8 @@ This file documents the GNU Wget utility for downloading network
 data.
 
 @c man begin COPYRIGHT
 data.
 
 @c man begin COPYRIGHT
-Copyright @copyright{} 1996--2007 Free Software Foundation, Inc.
+Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -74,7 +75,8 @@ Info entry for @file{wget}.
 
 @page
 @vskip 0pt plus 1filll
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1996--2007, Free Software Foundation, Inc.
+Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
@@ -91,7 +93,8 @@ Documentation License''.
 This manual documents version @value{VERSION} of GNU Wget, the freely
 available utility for network downloads.
 
 This manual documents version @value{VERSION} of GNU Wget, the freely
 available utility for network downloads.
 
-Copyright @copyright{} 1996--2007 Free Software Foundation, Inc.
+Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 @menu
 * Overview::            Features of Wget.
 
 @menu
 * Overview::            Features of Wget.
index c08cec97401b1bba548f9f6bc59845c31bbb91ef..7cd96617736ac9235c8bfc1ed289731f44b81dad 100644 (file)
@@ -1,6 +1,6 @@
 dnl Wget-specific Autoconf macros.
 dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 dnl Wget-specific Autoconf macros.
 dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-dnl 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+dnl 2004, 2005, 2006, 2007, 2008 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
 
 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
index 25a6df83228f9c0eb851c27c61e94ee3ab8e72e6..28c91922dada08622ddacbf8c03f10177f5835fd 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration header file for MS-DOS/Watt-32
 /* Configuration header file for MS-DOS/Watt-32
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Wget.
 
 
    This file is part of GNU Wget.
 
index 44f553bb4a4534a6c3770f92ce77c6405911abec..a2fc6e8ea9a4e5bfb24c0a3954709a5287e014fd 100644 (file)
@@ -1,6 +1,6 @@
 # List of files which containing translatable strings.
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 # List of files which containing translatable strings.
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 # Package source files
 lib/getopt.c
 
 # Package source files
 lib/getopt.c
index 78a692d097227e35373dccd62d992b5c17662385..fe1c8075d476eb18362f706dd1025ad824f9a800 100644 (file)
@@ -2,6 +2,16 @@
 
        * main.c: Added notes to translators regarding (C), diacritics
        in names.
 
        * main.c: Added notes to translators regarding (C), diacritics
        in names.
+       * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
+       cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
+       ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
+       host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
+       http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
+       main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
+       options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
+       recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
+       ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
+       utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
 
 2007-12-10  Micah Cowan  <micah@cowan.name>
 
 
 2007-12-10  Micah Cowan  <micah@cowan.name>
 
index e3816faea38734d37096ac5125e4ee38a53c2462..f598d9084eb1d82791da472388741cccb1b30d24 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for `wget' utility
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 # Makefile for `wget' utility
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# 2004, 2005, 2006, 2007, 2008 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
 
 # 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
index 2436cf60dfee4d6f18e8dc5efb927638f4cacc94..499a0fe3644a7b942631c47739b50433c562c5f7 100644 (file)
@@ -1,6 +1,6 @@
 /* Replacements for routines missing on some systems.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Replacements for routines missing on some systems.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 223e6a857f6a7325a91e93f693e3b31ed0c80038..e4ad453b1658806eb37df21c72c8ec4d7306db26 100644 (file)
@@ -1,6 +1,6 @@
 /* Establishing and handling network connections.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Establishing and handling network connections.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index c2f1b8220c3deefc8b2fe992aedda32f07dfcdeb..0317386d984d36bf2be666ab9bd5ea6056107834 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for connect.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for connect.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 1c95a30849e6686a5eb3a0c6b77602703205dfcf..2811bff7e5d6553d64bca52f2aa238aa900183f1 100644 (file)
@@ -1,5 +1,6 @@
 /* Conversion of links to local files.
 /* Conversion of links to local files.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 6b8b7b7f5212d87ec4eaf6a250e115807f16baf0..6c30f063ea492d1820dbac2ddec15b9c104b7e0f 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for cookies.
 /* Support for cookies.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index a3669b0aa0f5249fad50cf036ed646a86f2fff7a..acddf4e6dc49679ba72adebff069b34aca1c5d7f 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for cookies.
 /* Support for cookies.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index dd3ee3afa710c186c057f46b01ac6c58cb89f308..38f0069fa394637e58b990b33ea54add4785be74 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic FTP routines.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Basic FTP routines.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index ac4786b536236bdddea12691c9d51c9a758aa8a1..e050c5a25460a5444a032e0eaa83a6f1daff8f02 100644 (file)
@@ -1,6 +1,6 @@
 /* Parsing FTP `ls' output.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Parsing FTP `ls' output.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc. 
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index eba6310cf54196258a9ac34a6a7f8666e56ed98e..8af58f90775cc9f3584de8f9d089871a9c074d81 100644 (file)
@@ -1,6 +1,6 @@
 /* Opie (s/key) support for FTP.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
 /* Opie (s/key) support for FTP.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index ff5c1e72f896e7e1b028369264868396f1dd8123..115cc5c40d837ffd004a0a4797b16a3e94e35a5d 100644 (file)
--- 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,
 /* File Transfer Protocol support.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 5d94807cd26d9e552721660f84195914d6f4264a..02cd85e865d187afa92556eca304684906ab3cde 100644 (file)
--- 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,
 /* Declarations for FTP support.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 6533127b75ad84af9d3b8f8a5ebee3d912f6021c..833f3f28278e5a0e7a59dce891f5915d2f26ea0e 100644 (file)
@@ -1,6 +1,6 @@
 /* General MD5 support.
 /* General MD5 support.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index bb6cc6dd2989dd8662dafdd565aaefa4ce0ac2f4..1c58969a2b15e5e8ec10ca715c81226cc7744854 100644 (file)
@@ -1,6 +1,6 @@
 /* General MD5 header file.
 /* General MD5 header file.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 05ae086b5c0da203afe6dfd5ebfc987d76293530..6f40d3936e7a130882941e6510e61d746185e330 100644 (file)
@@ -1,5 +1,5 @@
 /* SSL support via GnuTLS library.
 /* SSL support via GnuTLS library.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 7740b32876522e7a411ee4f21dff5e51d0eeadff..4697b779bf65ef1ba4ec99de4d8ff0d122e342d3 100644 (file)
@@ -1,6 +1,6 @@
 /* Hash tables.
 /* Hash tables.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index c36c3b13fe67398a6cad2aec6fb9dbcdf1039f53..6a9254158246b77168b7a144f07ef1eb92972b56 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash table declarations.
 /* Hash table declarations.
-   Copyright (C) 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index d915393c398a6e13ddc243caf5090bd9e22f2869..5a530221da17969cdd17ba42cbc86a305e699771 100644 (file)
@@ -1,6 +1,6 @@
 /* Host name resolution and matching.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Host name resolution and matching.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 464f121a42588ff1781a875b572e7dd5a3f8235a..5141a6f7d207426fafa71fa1404980d1e0088113 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for host.c
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for host.c
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 55d5d9156265623e415b2cf31f2af750ced6881d..ade82f2ba5ded805769a8d0555df2ba0b4cd9bb4 100644 (file)
@@ -1,6 +1,6 @@
 /* HTML parser for Wget.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
 /* HTML parser for Wget.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index d1b81e79baa55001defe7f5e73fd0c04f7f09f1a..abe3b08de935423373036b441a9f8c20cdfb2809 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for html-parse.c.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
 /* Declarations for html-parse.c.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 8a64d6956a2728c565a49876b9d7efd666ffd044..e9f2773ab409eeabb49966fcc9f7a8e6fede8a39 100644 (file)
@@ -1,6 +1,6 @@
 /* Collect URLs from HTML source.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
 /* Collect URLs from HTML source.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 4893e043078b06394fa8ab2fc0cfed4fb6fb6108..def832be9bc6975b9e73f4bc85237c5924dce8fb 100644 (file)
@@ -1,5 +1,5 @@
 /* NTLM code.
 /* NTLM code.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    Contributed by Daniel Stenberg.
 
 This file is part of GNU Wget.
    Contributed by Daniel Stenberg.
 
 This file is part of GNU Wget.
index f643fd755730fea3e2db356a7f0af0eaf2d33256..ae6d5bd861ea2b59c3866ef682b3fdb907b7775c 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef __HTTP_NTLM_H
 #define __HTTP_NTLM_H
 /* Declarations for http_ntlm.c
 #ifndef __HTTP_NTLM_H
 #define __HTTP_NTLM_H
 /* Declarations for http_ntlm.c
-   Copyright (C) 1995, 1996, 1997, 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 2000, 2007,
+   2008 Free Software Foundation, Inc.
    Contributed by Daniel Stenberg.
 
 This file is part of GNU Wget.
    Contributed by Daniel Stenberg.
 
 This file is part of GNU Wget.
index 717bb46ee4377b28054644e7ae07b4864e4deb1e..1729b5cbccd30cb0aff822b7766aceb63c7eea5a 100644 (file)
@@ -1,6 +1,6 @@
 /* HTTP support.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* HTTP support.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 18a67572acf824634b3e5c4373b6fe6c12c0e118..e0e66cea89b7ca454c46ac18ddcec86b5aa7276c 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for HTTP.
 /* Declarations for HTTP.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index edf36dfd3c10faafeccc8f405b3ee1c0a922055a..3faec6175e8194a2df0d580a509940682cf0ca41 100644 (file)
@@ -1,6 +1,6 @@
 /* Reading/parsing the initialization file.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Reading/parsing the initialization file.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 04238b4fbe254f8256109df646a225ebae358489..923d988b75805470be77de4c50d0d1323591f6e0 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for init.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for init.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index a9007fddacfc46ea11c05c51d2564a22b6ff8145..078a7ac9d9c8d00ba7ba8f32b0d4bb6d97fd2d16 100644 (file)
--- 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,
 /* Messages logging.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 1ecdbbadd9adffc5a42f4370aae6e0b155d56df8..2f8d2042291e3f548038a6aea92ebe371c62c219 100644 (file)
--- 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,
 /* Declarations for log.c.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 54e2c986d24bd8c998712c831b3877cb7fa05e71..824f9b2266daa42940387392a93667c2ea4842d1 100644 (file)
@@ -1,6 +1,6 @@
 /* Command line parsing.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Command line parsing.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
@@ -675,7 +675,7 @@ print_version (void)
   /* TRANSLATORS: When available, an actual copyright character
      (cirle-c) should be used in preference to "(C)". */
   fputs (_("\
   /* TRANSLATORS: When available, an actual copyright character
      (cirle-c) should be used in preference to "(C)". */
   fputs (_("\
-Copyright (C) 2007 Free Software Foundation, Inc.\n"), stdout);
+Copyright (C) 2008 Free Software Foundation, Inc.\n"), stdout);
   fputs (_("\
 License GPLv3+: GNU GPL version 3 or later\n\
 <http://www.gnu.org/licenses/gpl.html>.\n\
   fputs (_("\
 License GPLv3+: GNU GPL version 3 or later\n\
 <http://www.gnu.org/licenses/gpl.html>.\n\
index 1dd979269d8b93fe64df076a136740f77f52b31f..40f0d7626b31c43888b0f3ed6dc7bfcb884f1adc 100644 (file)
@@ -1,6 +1,6 @@
 /* mswindows.c -- Windows-specific support
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* mswindows.c -- Windows-specific support
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 36b64d11295005b33043208d978fac1e35648923..54821a7c63de203de090fa3add0466aefccf2f7d 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for windows
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for windows
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 84f722eded223991afe9a8116ed214a2e099f675..fea440d33eb60f7b1ac2a729d5136f3f9a72fbee 100644 (file)
@@ -1,5 +1,5 @@
 /* Read and parse the .netrc file to get hosts, accounts, and passwords.
 /* Read and parse the .netrc file to get hosts, accounts, and passwords.
-   Copyright (C) 1996, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index ac6662fb6c61a3cd9daf291a6b622b2104947433..35a145f7810ac6d6aa11915ab8e3a20e6b106ed9 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for netrc.c
 /* Declarations for netrc.c
-   Copyright (C) 1996, 1996, 1997, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 143271e0c2b74060b7be68ccb263cd39c28ce329..c33b4ad664b084453289d90138863e01456815ea 100644 (file)
@@ -1,6 +1,6 @@
 /* SSL support via OpenSSL library.
 /* SSL support via OpenSSL library.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
    Originally contributed by Christian Fraenkel.
 
 This file is part of GNU Wget.
    Originally contributed by Christian Fraenkel.
 
 This file is part of GNU Wget.
index 1108c1dacceec9c11282df5cb0dd53633578f908..6af6033681db14b0e05faa2348a06d2ce331f329 100644 (file)
@@ -1,6 +1,6 @@
 /* struct options.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* struct options.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 02d7f38d7fc5cff3747d1376a1e1d7c2ad5927d6..f0558aef80c4cfc602032329bf917aa7a6d92fe3 100644 (file)
@@ -1,6 +1,6 @@
 /* Download progress.
 /* Download progress.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 169388424b4dc32a66d6cf3a50e7908d15996709..ec94c1d8e4e11b362e7c213025d4106b3349bee5 100644 (file)
@@ -1,6 +1,6 @@
 /* Download progress.
 /* Download progress.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 4a6c89fb1c56f31ed5523f8e9ce3086c0fb4c684..9edddd82cb572442c55124b289f83f98348d4c07 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable timers.
 /* Portable timers.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 17b1678e9ac473dbe5428ef31dce1750851ff582..4a9f805583782f21c2630b9ba9fd177327989d20 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for ptimer.c.
 /* Declarations for ptimer.c.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 9fbcafed9cff2ea25578bcc2d2e44f9b1f94cfb9..c11cfdad998b94a4d4ef804902c9210f7f2e9cb9 100644 (file)
@@ -1,6 +1,6 @@
 /* Handling of recursive HTTP retrieving.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Handling of recursive HTTP retrieving.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 9fead6723a6863f70d7a2e30f036990fab7977f2..d2c8e6148a64a1eedb40691acd7805c684e1f828 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for recur.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for recur.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 34676128798dfa0b22eba42b75330b284d88aa46..0be3f7621f34afba367c3b94e1f5f41d854d35ce 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -1,5 +1,5 @@
 /* Support for Robot Exclusion Standard (RES).
 /* Support for Robot Exclusion Standard (RES).
-   Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of Wget.
 
 
 This file is part of Wget.
 
index c9372dbcb77f36dc590c02ca42069ee8aad3b5d7..94a57750ef8316c3e948ec7ed96d41dd00348ddc 100644 (file)
--- a/src/res.h
+++ b/src/res.h
@@ -1,5 +1,5 @@
 /* Declarations for res.c.
 /* Declarations for res.c.
-   Copyright (C) 2001, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of Wget.
 
 
 This file is part of Wget.
 
index 364377226025d58943fdcc85040b1b76d4069929..179430acf72b83454fa319e1f987ddc320860303 100644 (file)
@@ -1,6 +1,6 @@
 /* File retrieval.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* File retrieval.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 388d37c08845a4856c573b3fd5ebe5323c37b67d..ec55cfdaf5284683c82aa986c011abd92a372b33 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for retr.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for retr.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 492bd81156fd8563648b9c0973985702a9d1ef90..08fefc9f353cb698a3321871dfe10f3a28322f40 100644 (file)
@@ -1,5 +1,5 @@
 /* Keep track of visited URLs in spider mode.
 /* Keep track of visited URLs in spider mode.
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index ef7bead5c31a92873249a29fa43dc6375f1c3444..d156df68c73b8061c8e65eb961dddefb5b875ee1 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for spider.c
 /* Declarations for spider.c
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 3299ab6f12d9abd8905f064d8784249380a8f6d3..67fcda5b4cc7cb4bd3821f18671f48df40c055b4 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,6 +1,6 @@
 /* SSL support.
 /* SSL support.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
    Originally contributed by Christian Fraenkel.
 
 This file is part of GNU Wget.
    Originally contributed by Christian Fraenkel.
 
 This file is part of GNU Wget.
index b91cc1e6ef06a78852f023692b36153aa9400409..ec50e0452c99635db37ea1ec40536c7d21b642ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Dirty system-dependent hacks.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Dirty system-dependent hacks.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index a15030222c66248b3427e884ddb2ec5e09ad1f16..04658bc75e79a49ca5a2c359c16f361dcbcaf34a 100644 (file)
@@ -1,5 +1,5 @@
 /* Unit testing.
 /* Unit testing.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index bba790aaabcf46d24b0ac0b475fe74d151a87831..496954e20697aa2a425014aebc8741b8cc9e933c 100644 (file)
@@ -1,5 +1,5 @@
 /* Unit testing declarations.
 /* Unit testing declarations.
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index a3f70ed1b3e8f3c99c9ae7ebbf236155880c66d0..a561725a200db5bebc75d5284bdbdb21130c7ff9 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -1,6 +1,6 @@
 /* URL handling.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* URL handling.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 45055804ce31d154deadbbfc7f2888039568b14b..7c8bcfed92875dbd21e98084a798e5b10761c448 100644 (file)
--- 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,
 /* Declarations for url.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 042aaba924b8ac445aca10ce1f5cb6a8c264b3d3..5be8ddcf607f4263d272f47cbfaae9a78b3ca843 100644 (file)
@@ -1,6 +1,6 @@
 /* Various utility functions.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Various utility functions.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 65557d35b5842091246946e90d88f47b06fdf54f..7d41b3148e5c3e011d9bcb1e27d9d95aca17e46c 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for utils.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Declarations for utils.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 12511e581af919b569147a8d7944f01ee02eb5f9..566c8ae44ec7bc767efcc0c5b07adbfb6f2262b8 100644 (file)
@@ -1,6 +1,6 @@
 /* Miscellaneous declarations.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 /* Miscellaneous declarations.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
index 8c70795621977f236b02397fe3e2cf76f65943a2..75ecf5ef1c9a93944358bcd9aedd34cd1aa410ba 100644 (file)
@@ -1,5 +1,5 @@
 /* Wrappers around malloc and memory debugging support.
 /* Wrappers around malloc and memory debugging support.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
    Inc.
 
 This file is part of GNU Wget.
    Inc.
 
 This file is part of GNU Wget.
index bac53cb9da2aae5b7df84fe5acb0daf58a26d4eb..67b97e6e9ac927b14ac3f132c5b4b525433dab27 100644 (file)
@@ -1,5 +1,5 @@
 /* xmalloc.c declarations.
 /* xmalloc.c declarations.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
    Inc.
 
 This file is part of GNU Wget.
    Inc.
 
 This file is part of GNU Wget.
index 85a6cfe218ece0bb0b0a39d8c09edeb64c1fff49..b4e49381ffc65cf9d8a59a8d3e315862466282bf 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Updated copyright year.
+
 2008-01-23  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am: Add libmd5 to unit-tests.
 2008-01-23  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am: Add libmd5 to unit-tests.
index f27bc2b6030b9e66b1a72fc6ad7ee557d5d81d7c..61efdd9112a1d30b2d5a0eb9e162613d71f7529c 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for `wget' utility
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
 # Makefile for `wget' utility
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# 2004, 2005, 2006, 2007, 2008 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
 
 # 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
index 76fdad1e7d22151003a12da27c4c526b11dcb968..6be28806c8705a19ae683122696f431d8c487e2d 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for `wget' utility
 # Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007, 2008 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
 
 # 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
index 32883a4d6ac1714aaf885f0e6a7b079d63512a8d..2d9146ba5854f915e67b3ad1409a5f6e719826bf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 #!/bin/sh
 
-# Copyright (C) 2001, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2007, 2008 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
 
 # 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
index 1f574743df92753d1d4e8986506557ca04d7c5b5..f08deac1ef1551779152f2ce054b533bfa822e01 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
 #! /usr/bin/perl -w
 
-# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007, 2008 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
 
 # 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
index 500013c06c40bb8aa0bc6d69564b679ceb4e9dba..8890265ac89b72b96948d610d03c1054cd9b291f 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, Makefile.doc, Makefile.src, Makefile.top,
+       Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
+       copyright year.
+
 2007-11-28  Micah Cowan <micah@cowan.name>
 
        * Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
 2007-11-28  Micah Cowan <micah@cowan.name>
 
        * Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
index 10771ca67f6d30b60e5061da55b8ff52a284fd0e..af8ffc748f40830a4aeccd1faee7c83cc7160624 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for `wget' utility
 # Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007, 2008 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
 
 # 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
index 84d49c1783ae5d94c4604b51df798af31986b1e5..78afe608af78799f217d851e42c68ad563e1ef7d 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile for `wget' utility
 # Makefile for `wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007,
+# 2008 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
 
 # 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
index c46bbc87cd3cb36819b3474974164d00f395beb2..e9e3d2d3faf7d206abff6dfd40c501b8cce46c07 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for `wget' utility for MSVC
 # Makefile for `wget' utility for MSVC
-# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007,
+# 2008 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
 
 # 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
index f8e3a0f7d4070e0035dec3bcca8d433cb75a7fbd..fbf0e4e75776098216125d771e9b897cc11e89bf 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile for `Wget' utility
 # Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007,
+# 2008 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
 
 # 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
index 3c267e421c68d06e620f51c8c1df8b2b7e7537e6..ce0eb20f21f22c413d58625c9187c76399d9f69f 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile for `Wget' utility
 # Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2004, 2007,
+# 2008 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
 
 # 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
index 5f7334fbd3c0005724c392f7881d19439acff914..fc3a62359af0217979da429b30ba2a2262eb8047 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile for `Wget' utility
 # Makefile for `Wget' utility
-# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2007,
+# 2008 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
 
 # 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
index b74292c85bd7cf27ddf09d36ded71d7f7e07a547..3ee0e638820657d7fb477d49c3abf6bc56653a44 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for various Windows compilation environments.
 /* Support for various Windows compilation environments.
-   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.