[wget-notify] COMMIT: r2428 - in /branches/1.11: ./ doc/ m4/ msdos/ po/ src/ tests/ util/ windows/

micah at cowan.name micah at cowan.name
Fri Jan 25 23:25:33 PST 2008


Author: micah
Date: Fri Jan 25 23:25:33 2008
New Revision: 2428

Log:
Update wget.texi "updated" timestamp; Updated copyright year; Don't rebuild wget.pod in unpacked dists.

Modified:
    branches/1.11/ChangeLog
    branches/1.11/DISTFILES
    branches/1.11/Makefile.in
    branches/1.11/NEWS
    branches/1.11/README
    branches/1.11/autogen.sh
    branches/1.11/configure.bat
    branches/1.11/configure.in
    branches/1.11/doc/ChangeLog
    branches/1.11/doc/Makefile.in
    branches/1.11/doc/wget.texi
    branches/1.11/m4/wget.m4
    branches/1.11/msdos/ChangeLog
    branches/1.11/msdos/config.h
    branches/1.11/po/POTFILES.in
    branches/1.11/src/ChangeLog
    branches/1.11/src/Makefile.in
    branches/1.11/src/cmpt.c
    branches/1.11/src/connect.c
    branches/1.11/src/connect.h
    branches/1.11/src/convert.c
    branches/1.11/src/cookies.c
    branches/1.11/src/cookies.h
    branches/1.11/src/ftp-basic.c
    branches/1.11/src/ftp-ls.c
    branches/1.11/src/ftp-opie.c
    branches/1.11/src/ftp.c
    branches/1.11/src/ftp.h
    branches/1.11/src/gen-md5.c
    branches/1.11/src/gen-md5.h
    branches/1.11/src/gnu-md5.c
    branches/1.11/src/gnu-md5.h
    branches/1.11/src/gnutls.c
    branches/1.11/src/hash.c
    branches/1.11/src/hash.h
    branches/1.11/src/host.c
    branches/1.11/src/host.h
    branches/1.11/src/html-parse.c
    branches/1.11/src/html-parse.h
    branches/1.11/src/html-url.c
    branches/1.11/src/http-ntlm.c
    branches/1.11/src/http-ntlm.h
    branches/1.11/src/http.c
    branches/1.11/src/http.h
    branches/1.11/src/init.c
    branches/1.11/src/init.h
    branches/1.11/src/log.c
    branches/1.11/src/log.h
    branches/1.11/src/main.c
    branches/1.11/src/mswindows.c
    branches/1.11/src/mswindows.h
    branches/1.11/src/netrc.c
    branches/1.11/src/netrc.h
    branches/1.11/src/openssl.c
    branches/1.11/src/options.h
    branches/1.11/src/progress.c
    branches/1.11/src/progress.h
    branches/1.11/src/ptimer.c
    branches/1.11/src/ptimer.h
    branches/1.11/src/recur.c
    branches/1.11/src/recur.h
    branches/1.11/src/res.c
    branches/1.11/src/res.h
    branches/1.11/src/retr.c
    branches/1.11/src/retr.h
    branches/1.11/src/spider.c
    branches/1.11/src/spider.h
    branches/1.11/src/ssl.h
    branches/1.11/src/sysdep.h
    branches/1.11/src/test.c
    branches/1.11/src/test.h
    branches/1.11/src/url.c
    branches/1.11/src/url.h
    branches/1.11/src/utils.c
    branches/1.11/src/utils.h
    branches/1.11/src/wget.h
    branches/1.11/src/xmalloc.c
    branches/1.11/src/xmalloc.h
    branches/1.11/tests/ChangeLog
    branches/1.11/tests/Makefile.in
    branches/1.11/util/Makefile.in
    branches/1.11/util/dist-wget
    branches/1.11/util/rmold.pl
    branches/1.11/windows/ChangeLog
    branches/1.11/windows/Makefile.doc
    branches/1.11/windows/Makefile.in
    branches/1.11/windows/Makefile.src
    branches/1.11/windows/Makefile.top
    branches/1.11/windows/Makefile.top.bor
    branches/1.11/windows/Makefile.top.mingw
    branches/1.11/windows/config-compiler.h

Modified: branches/1.11/ChangeLog
==============================================================================
--- branches/1.11/ChangeLog (original)
+++ branches/1.11/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,11 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* Makefile.in, NEWS, README, autogen.sh, configure.bat,
+	configure.in, m4/wget.m4, po/POTFILES.in, util/Makefile.in,
+	util/dist-wget, util/rmold.pl: Update copyright year.
+	* DISTFILES: Added wget.pod, to avoid regeneration as a
+	dependency of wget.1, on systems that lack Perl.
+
 2007-12-14  Micah Cowan  <micah at cowan.name>
 
 	* po/cs.po, po/ja.po, po/nl.po, po/pt.po, po/sk.po: Updates from

Modified: branches/1.11/DISTFILES
==============================================================================
--- branches/1.11/DISTFILES (original)
+++ branches/1.11/DISTFILES Fri Jan 25 23:25:33 2008
@@ -20,6 +20,7 @@
 doc/wget.texi
 doc/wget.info
 doc/wget.1
+doc/wget.pod
 INSTALL
 install-sh
 m4/lib-ld.m4

Modified: branches/1.11/Makefile.in
==============================================================================
--- branches/1.11/Makefile.in (original)
+++ branches/1.11/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 # Makefile for `Wget' utility
-# 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

Modified: branches/1.11/NEWS
==============================================================================
--- branches/1.11/NEWS (original)
+++ branches/1.11/NEWS Fri Jan 25 23:25:33 2008
@@ -1,7 +1,7 @@
 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 at gnu.org>.

Modified: branches/1.11/README
==============================================================================
--- branches/1.11/README (original)
+++ branches/1.11/README Fri Jan 25 23:25:33 2008
@@ -60,7 +60,7 @@
 
 
 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

Modified: branches/1.11/autogen.sh
==============================================================================
--- branches/1.11/autogen.sh (original)
+++ branches/1.11/autogen.sh Fri Jan 25 23:25:33 2008
@@ -2,7 +2,7 @@
 
 # The (trivial) script for preparing the sources following the
 # checkout from version control.
-# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2005, 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

Modified: branches/1.11/configure.bat
==============================================================================
--- branches/1.11/configure.bat (original)
+++ branches/1.11/configure.bat Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 @echo off
 rem Configure batch file for `Wget' utility
-rem Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
+rem Copyright (C) 1995, 1996, 1997, 2007, 2008 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

Modified: branches/1.11/configure.in
==============================================================================
--- branches/1.11/configure.in (original)
+++ branches/1.11/configure.in Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 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

Modified: branches/1.11/doc/ChangeLog
==============================================================================
--- branches/1.11/doc/ChangeLog (original)
+++ branches/1.11/doc/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,10 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* wget.texi: Update the "last updated" setting.
+	* Makefile.in, wget.texi: Updated copyright year.
+	* Makefile.in: Mark wget.pod as secondary, to avoid regeneration
+	because of wget.1's dependency upon it.
+
 2007-12-10  Micah Cowan  <micah at cowan.name>
 
 	* wget.texi: Document the --content-disposition option (and not

Modified: branches/1.11/doc/Makefile.in
==============================================================================
--- branches/1.11/doc/Makefile.in (original)
+++ branches/1.11/doc/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 # 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
@@ -67,6 +68,7 @@
 wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI) $(srcdir)/version.texi
 	$(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
 
+.SECONDARY: wget.pod
 wget.pod: $(srcdir)/wget.texi $(srcdir)/version.texi
 	$(TEXI2POD) $(srcdir)/wget.texi $@
 

Modified: branches/1.11/doc/wget.texi
==============================================================================
--- branches/1.11/doc/wget.texi (original)
+++ branches/1.11/doc/wget.texi Fri Jan 25 23:25:33 2008
@@ -3,7 +3,7 @@
 @c %**start of header
 @setfilename wget.info
 @include version.texi
- at set UPDATED Oct 2007
+ at set UPDATED Jan 2008
 @settitle GNU Wget @value{VERSION} Manual
 @c Disable the monstrous rectangles beside overfull hbox-es.
 @finalout
@@ -31,7 +31,7 @@
 data.
 
 @c man begin COPYRIGHT
-Copyright @copyright{} 1996--2007 Free Software Foundation, Inc.
+Copyright @copyright{} 1996--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
@@ -74,7 +74,7 @@
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1996--2007, Free Software Foundation, Inc.
+Copyright @copyright{} 1996--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
@@ -91,7 +91,7 @@
 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--2008 Free Software Foundation, Inc.
 
 @menu
 * Overview::            Features of Wget.
@@ -3684,7 +3684,7 @@
 @item
 Mauro Tortonesi---Improved IPv6 support, adding support for dual
 family systems.  Refactored and enhanced FTP IPv6 code. Maintained GNU
-Wget from 2004--2007.
+Wget from 2004--2008.
 
 @item
 Christopher G.@: Lewis---Maintenance of the Windows version of GNU WGet.

Modified: branches/1.11/m4/wget.m4
==============================================================================
--- branches/1.11/m4/wget.m4 (original)
+++ branches/1.11/m4/wget.m4 Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 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

Modified: branches/1.11/msdos/ChangeLog
==============================================================================
--- branches/1.11/msdos/ChangeLog (original)
+++ branches/1.11/msdos/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,7 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* config.h: Updated copyright year.
+
 2007-11-28  Micah Cowan <micah at cowan.name>
 
 	* config.h: Updated license exception for OpenSSL, per the SFLC.

Modified: branches/1.11/msdos/config.h
==============================================================================
--- branches/1.11/msdos/config.h (original)
+++ branches/1.11/msdos/config.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/po/POTFILES.in
==============================================================================
--- branches/1.11/po/POTFILES.in (original)
+++ branches/1.11/po/POTFILES.in Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 # 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
 src/cmpt.c

Modified: branches/1.11/src/ChangeLog
==============================================================================
--- branches/1.11/src/ChangeLog (original)
+++ branches/1.11/src/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,17 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* Makefile.in, 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, gnu-md5.c, gnu-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 at cowan.name>
 
 	* main.c: The option is --content-disposition, not

Modified: branches/1.11/src/Makefile.in
==============================================================================
--- branches/1.11/src/Makefile.in (original)
+++ branches/1.11/src/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 # 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

Modified: branches/1.11/src/cmpt.c
==============================================================================
--- branches/1.11/src/cmpt.c (original)
+++ branches/1.11/src/cmpt.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/connect.c
==============================================================================
--- branches/1.11/src/connect.c (original)
+++ branches/1.11/src/connect.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/connect.h
==============================================================================
--- branches/1.11/src/connect.h (original)
+++ branches/1.11/src/connect.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/convert.c
==============================================================================
--- branches/1.11/src/convert.c (original)
+++ branches/1.11/src/convert.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/cookies.c
==============================================================================
--- branches/1.11/src/cookies.c (original)
+++ branches/1.11/src/cookies.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/cookies.h
==============================================================================
--- branches/1.11/src/cookies.h (original)
+++ branches/1.11/src/cookies.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ftp-basic.c
==============================================================================
--- branches/1.11/src/ftp-basic.c (original)
+++ branches/1.11/src/ftp-basic.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ftp-ls.c
==============================================================================
--- branches/1.11/src/ftp-ls.c (original)
+++ branches/1.11/src/ftp-ls.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ftp-opie.c
==============================================================================
--- branches/1.11/src/ftp-opie.c (original)
+++ branches/1.11/src/ftp-opie.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ftp.c
==============================================================================
--- branches/1.11/src/ftp.c (original)
+++ branches/1.11/src/ftp.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ftp.h
==============================================================================
--- branches/1.11/src/ftp.h (original)
+++ branches/1.11/src/ftp.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/gen-md5.c
==============================================================================
--- branches/1.11/src/gen-md5.c (original)
+++ branches/1.11/src/gen-md5.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/gen-md5.h
==============================================================================
--- branches/1.11/src/gen-md5.h (original)
+++ branches/1.11/src/gen-md5.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/gnu-md5.c
==============================================================================
--- branches/1.11/src/gnu-md5.c (original)
+++ branches/1.11/src/gnu-md5.c Fri Jan 25 23:25:33 2008
@@ -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, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2007, 2008 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

Modified: branches/1.11/src/gnu-md5.h
==============================================================================
--- branches/1.11/src/gnu-md5.h (original)
+++ branches/1.11/src/gnu-md5.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* md5.h - Declaration of functions and data types used for MD5 sum
    computing library functions.
-   Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2007, 2008 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 at prep.ai.mit.edu.
 

Modified: branches/1.11/src/gnutls.c
==============================================================================
--- branches/1.11/src/gnutls.c (original)
+++ branches/1.11/src/gnutls.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/hash.c
==============================================================================
--- branches/1.11/src/hash.c (original)
+++ branches/1.11/src/hash.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/hash.h
==============================================================================
--- branches/1.11/src/hash.h (original)
+++ branches/1.11/src/hash.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/host.c
==============================================================================
--- branches/1.11/src/host.c (original)
+++ branches/1.11/src/host.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/host.h
==============================================================================
--- branches/1.11/src/host.h (original)
+++ branches/1.11/src/host.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/html-parse.c
==============================================================================
--- branches/1.11/src/html-parse.c (original)
+++ branches/1.11/src/html-parse.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/html-parse.h
==============================================================================
--- branches/1.11/src/html-parse.h (original)
+++ branches/1.11/src/html-parse.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/html-url.c
==============================================================================
--- branches/1.11/src/html-url.c (original)
+++ branches/1.11/src/html-url.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/http-ntlm.c
==============================================================================
--- branches/1.11/src/http-ntlm.c (original)
+++ branches/1.11/src/http-ntlm.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.

Modified: branches/1.11/src/http-ntlm.h
==============================================================================
--- branches/1.11/src/http-ntlm.h (original)
+++ branches/1.11/src/http-ntlm.h Fri Jan 25 23:25:33 2008
@@ -1,7 +1,7 @@
 #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.

Modified: branches/1.11/src/http.c
==============================================================================
--- branches/1.11/src/http.c (original)
+++ branches/1.11/src/http.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/http.h
==============================================================================
--- branches/1.11/src/http.h (original)
+++ branches/1.11/src/http.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/init.c
==============================================================================
--- branches/1.11/src/init.c (original)
+++ branches/1.11/src/init.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/init.h
==============================================================================
--- branches/1.11/src/init.h (original)
+++ branches/1.11/src/init.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/log.c
==============================================================================
--- branches/1.11/src/log.c (original)
+++ branches/1.11/src/log.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/log.h
==============================================================================
--- branches/1.11/src/log.h (original)
+++ branches/1.11/src/log.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/main.c
==============================================================================
--- branches/1.11/src/main.c (original)
+++ branches/1.11/src/main.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 
@@ -675,7 +675,7 @@
 {
   printf ("GNU Wget %s\n\n", version_string);
   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\

Modified: branches/1.11/src/mswindows.c
==============================================================================
--- branches/1.11/src/mswindows.c (original)
+++ branches/1.11/src/mswindows.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/mswindows.h
==============================================================================
--- branches/1.11/src/mswindows.h (original)
+++ branches/1.11/src/mswindows.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/netrc.c
==============================================================================
--- branches/1.11/src/netrc.c (original)
+++ branches/1.11/src/netrc.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/netrc.h
==============================================================================
--- branches/1.11/src/netrc.h (original)
+++ branches/1.11/src/netrc.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/openssl.c
==============================================================================
--- branches/1.11/src/openssl.c (original)
+++ branches/1.11/src/openssl.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.

Modified: branches/1.11/src/options.h
==============================================================================
--- branches/1.11/src/options.h (original)
+++ branches/1.11/src/options.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/progress.c
==============================================================================
--- branches/1.11/src/progress.c (original)
+++ branches/1.11/src/progress.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/progress.h
==============================================================================
--- branches/1.11/src/progress.h (original)
+++ branches/1.11/src/progress.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/ptimer.c
==============================================================================
--- branches/1.11/src/ptimer.c (original)
+++ branches/1.11/src/ptimer.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/ptimer.h
==============================================================================
--- branches/1.11/src/ptimer.h (original)
+++ branches/1.11/src/ptimer.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/recur.c
==============================================================================
--- branches/1.11/src/recur.c (original)
+++ branches/1.11/src/recur.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/recur.h
==============================================================================
--- branches/1.11/src/recur.h (original)
+++ branches/1.11/src/recur.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/res.c
==============================================================================
--- branches/1.11/src/res.c (original)
+++ branches/1.11/src/res.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/res.h
==============================================================================
--- branches/1.11/src/res.h (original)
+++ branches/1.11/src/res.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/retr.c
==============================================================================
--- branches/1.11/src/retr.c (original)
+++ branches/1.11/src/retr.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/retr.h
==============================================================================
--- branches/1.11/src/retr.h (original)
+++ branches/1.11/src/retr.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/spider.c
==============================================================================
--- branches/1.11/src/spider.c (original)
+++ branches/1.11/src/spider.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/spider.h
==============================================================================
--- branches/1.11/src/spider.h (original)
+++ branches/1.11/src/spider.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/ssl.h
==============================================================================
--- branches/1.11/src/ssl.h (original)
+++ branches/1.11/src/ssl.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.

Modified: branches/1.11/src/sysdep.h
==============================================================================
--- branches/1.11/src/sysdep.h (original)
+++ branches/1.11/src/sysdep.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/test.c
==============================================================================
--- branches/1.11/src/test.c (original)
+++ branches/1.11/src/test.c Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/test.h
==============================================================================
--- branches/1.11/src/test.h (original)
+++ branches/1.11/src/test.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 

Modified: branches/1.11/src/url.c
==============================================================================
--- branches/1.11/src/url.c (original)
+++ branches/1.11/src/url.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/url.h
==============================================================================
--- branches/1.11/src/url.h (original)
+++ branches/1.11/src/url.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/utils.c
==============================================================================
--- branches/1.11/src/utils.c (original)
+++ branches/1.11/src/utils.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/utils.h
==============================================================================
--- branches/1.11/src/utils.h (original)
+++ branches/1.11/src/utils.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/wget.h
==============================================================================
--- branches/1.11/src/wget.h (original)
+++ branches/1.11/src/wget.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* 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.
 

Modified: branches/1.11/src/xmalloc.c
==============================================================================
--- branches/1.11/src/xmalloc.c (original)
+++ branches/1.11/src/xmalloc.c Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* Wrappers around malloc and memory debugging support.
-   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.
 

Modified: branches/1.11/src/xmalloc.h
==============================================================================
--- branches/1.11/src/xmalloc.h (original)
+++ branches/1.11/src/xmalloc.h Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 /* xmalloc.c declarations.
-   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.
 

Modified: branches/1.11/tests/ChangeLog
==============================================================================
--- branches/1.11/tests/ChangeLog (original)
+++ branches/1.11/tests/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,7 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* Makefile.in: Updated copyright year.
+
 2007-11-28  Micah Cowan <micah at cowan.name>
 
 	* Makefile.in: Updated license exception for OpenSSL, per the

Modified: branches/1.11/tests/Makefile.in
==============================================================================
--- branches/1.11/tests/Makefile.in (original)
+++ branches/1.11/tests/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 # 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

Modified: branches/1.11/util/Makefile.in
==============================================================================
--- branches/1.11/util/Makefile.in (original)
+++ branches/1.11/util/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 # 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

Modified: branches/1.11/util/dist-wget
==============================================================================
--- branches/1.11/util/dist-wget (original)
+++ branches/1.11/util/dist-wget Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 #!/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

Modified: branches/1.11/util/rmold.pl
==============================================================================
--- branches/1.11/util/rmold.pl (original)
+++ branches/1.11/util/rmold.pl Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 #! /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

Modified: branches/1.11/windows/ChangeLog
==============================================================================
--- branches/1.11/windows/ChangeLog (original)
+++ branches/1.11/windows/ChangeLog Fri Jan 25 23:25:33 2008
@@ -1,3 +1,9 @@
+2008-01-25  Micah Cowan  <micah at cowan.name>
+
+	* Makefile.doc, Makefile.in, Makefile.src, Makefile.top,
+	Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
+	copyright year.
+
 2007-11-28  Micah Cowan <micah at cowan.name>
 
 	* Makefile.doc, Makefile.in, Makefile.src, Makefile.top,

Modified: branches/1.11/windows/Makefile.doc
==============================================================================
--- branches/1.11/windows/Makefile.doc (original)
+++ branches/1.11/windows/Makefile.doc Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 # 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

Modified: branches/1.11/windows/Makefile.in
==============================================================================
--- branches/1.11/windows/Makefile.in (original)
+++ branches/1.11/windows/Makefile.in Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 # 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

Modified: branches/1.11/windows/Makefile.src
==============================================================================
--- branches/1.11/windows/Makefile.src (original)
+++ branches/1.11/windows/Makefile.src Fri Jan 25 23:25:33 2008
@@ -1,6 +1,6 @@
 # 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

Modified: branches/1.11/windows/Makefile.top
==============================================================================
--- branches/1.11/windows/Makefile.top (original)
+++ branches/1.11/windows/Makefile.top Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 # 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

Modified: branches/1.11/windows/Makefile.top.bor
==============================================================================
--- branches/1.11/windows/Makefile.top.bor (original)
+++ branches/1.11/windows/Makefile.top.bor Fri Jan 25 23:25:33 2008
@@ -1,5 +1,6 @@
 # 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

Modified: branches/1.11/windows/Makefile.top.mingw
==============================================================================
--- branches/1.11/windows/Makefile.top.mingw (original)
+++ branches/1.11/windows/Makefile.top.mingw Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 # 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

Modified: branches/1.11/windows/config-compiler.h
==============================================================================
--- branches/1.11/windows/config-compiler.h (original)
+++ branches/1.11/windows/config-compiler.h Fri Jan 25 23:25:33 2008
@@ -1,5 +1,5 @@
 /* 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.
 



More information about the wget-notify mailing list