1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Mass update copyright years.

This commit is contained in:
Giuseppe Scrivano 2010-05-08 21:56:15 +02:00
parent b76ef3f452
commit 293008f682
120 changed files with 416 additions and 146 deletions

View File

@ -1,3 +1,83 @@
2010-05-08 Giuseppe Scrivano <gscrivano@gnu.org>
* Makefile.am: Update copyright years.
* build-aux/build_info.pl: Likewise.
* configure.ac: Likewise.
* configure.bat: Likewise.
* doc/Makefile.am: Likewise.
* doc/fdl.texi: Likewise.
* doc/texi2pod.pl: Likewise.
* doc/wget.texi: Likewise.
* m4/exitfail.m4: Likewise.
* m4/getpagesize.m4: Likewise.
* m4/wchar.m4: Likewise.
* m4/wctype.m4: Likewise.
* m4/wget.m4: Likewise.
* md5/Makefile.am: Likewise.
* md5/dummy.c: Likewise.
* md5/m4/00gnulib.m4: Likewise.
* md5/m4/gnulib-cache.m4: Likewise.
* md5/m4/gnulib-common.m4: Likewise.
* md5/m4/gnulib-comp.m4: Likewise.
* md5/m4/gnulib-tool.m4: Likewise.
* md5/m4/include_next.m4: Likewise.
* md5/m4/longlong.m4: Likewise.
* md5/m4/md5.m4: Likewise.
* md5/m4/multiarch.m4: Likewise.
* md5/m4/stddef_h.m4: Likewise.
* md5/m4/stdint.m4: Likewise.
* md5/m4/wchar.m4: Likewise.
* md5/m4/wchar_t.m4: Likewise.
* md5/m4/wint_t.m4: Likewise.
* md5/md5.h: Likewise.
* md5/stddef.in.h: Likewise.
* md5/stdint.in.h: Likewise.
* md5/wchar.in.h: Likewise.
* msdos/config.h: Likewise.
* msdos/msdos.c: Likewise.
* po/POTFILES.in: Likewise.
* util/Makefile.am: Likewise.
* util/paramcheck.pl: Likewise.
* util/rmold.pl: Likewise.
2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org> 2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org>
* configure.ac: Don't call macro WGET_SOCKLEN_T. * configure.ac: Don't call macro WGET_SOCKLEN_T.

View File

@ -1,6 +1,6 @@
# Makefile for `Wget' utility # Makefile for `Wget' utility
# Copyright (C) 1995, 1996, 1997, 2006, 2007, # Copyright (C) 1995, 1996, 1997, 2006, 2007, 2008, 2009, 2010 Free
# 2008, 2009 Free Software Foundation, Inc. # Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
# Generate build_info.c. # Generate build_info.c.
# Copyright (C) 2009 Free Software Foundation, Inc. # Copyright (C) 2009, 2010 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
dnl Template file for GNU Autoconf dnl Template file for GNU Autoconf
dnl Copyright (C) 1995, 1996, 1997, 2001, 2007, 2008, 2009 Free Software dnl Copyright (C) 1995, 1996, 1997, 2001, 2007, 2008, 2009, 2010 Free
dnl Foundation, Inc. dnl Software Foundation, Inc.
dnl This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
@echo off @echo off
rem Configure batch file for `Wget' utility rem Configure batch file for `Wget' utility
rem Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software rem Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software
rem Foundation, Inc. rem Foundation, Inc.
rem This program is free software; you can redistribute it and/or modify rem This program is free software; you can redistribute it and/or modify

View File

@ -1,3 +1,13 @@
2010-05-08 Giuseppe Scrivano <gscrivano@gnu.org>
* Makefile.am: Update copyright years.
* fdl.texi: Likewise.
* texi2pod.pl: Likewise.
* wget.texi: Likewise.
2010-01-09 Micah Cowan <micah@cowan.name> 2010-01-09 Micah Cowan <micah@cowan.name>
* wget.texi (Download Options): Documented * wget.texi (Download Options): Documented

View File

@ -1,5 +1,5 @@
# Makefile for `wget' utility # Makefile for `wget' utility
# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software # Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc. # Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -5,8 +5,8 @@
@c hence no sectioning command or @node. @c hence no sectioning command or @node.
@display @display
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009, 2010 Free
Foundation, Inc. Software Foundation, Inc.
@uref{http://fsf.org/} @uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies

View File

@ -1,6 +1,6 @@
#! /usr/bin/env perl #! /usr/bin/env perl
# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009 Free Software # Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010 Free Software
# Foundation, Inc. # Foundation, Inc.
# This file is part of GCC. # This file is part of GCC.

View File

@ -31,7 +31,7 @@ data.
@c man begin COPYRIGHT @c man begin COPYRIGHT
Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
@iftex @iftex
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of

View File

@ -1,5 +1,6 @@
# exitfail.m4 serial 6 # exitfail.m4 serial 6
dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. dnl Copyright (C) 2002, 2003, 2005, 2006, 2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# getpagesize.m4 serial 7 # getpagesize.m4 serial 7
dnl Copyright (C) 2002, 2004-2005, 2007 Free Software Foundation, Inc. dnl Copyright (C) 2002, 2004, 2005, 2007, 2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,6 +1,6 @@
dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues. dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -2,7 +2,7 @@
dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it. dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
dnl Copyright (C) 2006-2008 Free Software Foundation, Inc. dnl Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,6 +1,7 @@
dnl Wget-specific Autoconf macros. dnl Wget-specific Autoconf macros.
dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
dnl 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
dnl Inc.
dnl This program is free software; you can redistribute it and/or modify dnl 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 it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,7 @@
## DO NOT EDIT! GENERATED AUTOMATICALLY! ## DO NOT EDIT! GENERATED AUTOMATICALLY!
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
# Copyright (C) 2002-2009 Free Software Foundation, Inc. # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# #
# This file is free software, distributed under the terms of the GNU # This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General # General Public License. As a special exception to the GNU General

View File

@ -1,5 +1,5 @@
/* A dummy file, to prevent empty libraries from breaking builds. /* A dummy file, to prevent empty libraries from breaking builds.
Copyright (C) 2004, 2007, 2009 Free Software Foundation, Inc. Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
# 00gnulib.m4 serial 2 # 00gnulib.m4 serial 2
dnl Copyright (C) 2009 Free Software Foundation, Inc. dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,4 +1,5 @@
# Copyright (C) 2002-2009 Free Software Foundation, Inc. # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# #
# This file is free software, distributed under the terms of the GNU # This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General # General Public License. As a special exception to the GNU General

View File

@ -1,5 +1,5 @@
# gnulib-common.m4 serial 11 # gnulib-common.m4 serial 11
dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# DO NOT EDIT! GENERATED AUTOMATICALLY! # DO NOT EDIT! GENERATED AUTOMATICALLY!
# Copyright (C) 2002-2009 Free Software Foundation, Inc. # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# #
# This file is free software, distributed under the terms of the GNU # This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General # General Public License. As a special exception to the GNU General

View File

@ -1,5 +1,5 @@
# gnulib-tool.m4 serial 2 # gnulib-tool.m4 serial 2
dnl Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. dnl Copyright (C) 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# include_next.m4 serial 14 # include_next.m4 serial 14
dnl Copyright (C) 2006-2009 Free Software Foundation, Inc. dnl Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# longlong.m4 serial 14 # longlong.m4 serial 14
dnl Copyright (C) 1999-2007, 2009 Free Software Foundation, Inc. dnl Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
dnl 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# md5.m4 serial 11 # md5.m4 serial 11
dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 Free
dnl Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,5 @@
# multiarch.m4 serial 5 # multiarch.m4 serial 5
dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,6 +1,6 @@
dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues. dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues.
# stddef_h.m4 serial 1 # stddef_h.m4 serial 1
dnl Copyright (C) 2009 Free Software Foundation, Inc. dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# stdint.m4 serial 34 # stdint.m4 serial 34
dnl Copyright (C) 2001-2009 Free Software Foundation, Inc. dnl Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
dnl 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,6 +1,6 @@
dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues. dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. dnl Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# wchar_t.m4 serial 3 (gettext-0.18) # wchar_t.m4 serial 3 (gettext-0.18)
dnl Copyright (C) 2002-2003, 2008, 2009 Free Software Foundation, Inc. dnl Copyright (C) 2002, 2003, 2008, 2009, 2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,5 +1,6 @@
# wint_t.m4 serial 4 (gettext-0.18) # wint_t.m4 serial 4 (gettext-0.18)
dnl Copyright (C) 2003, 2007-2009 Free Software Foundation, Inc. dnl Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@ -1,7 +1,7 @@
/* Declaration of functions and data types used for MD5 sum computing /* Declaration of functions and data types used for MD5 sum computing
library functions. library functions.
Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006,2008,2009 Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2004, 2005, 2006,
Free Software Foundation, Inc. 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,5 @@
/* Copyright (C) 2001-2002, 2004-2009 Free Software Foundation, Inc. /* Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
This file is part of gnulib. This file is part of gnulib.

View File

@ -1,6 +1,6 @@
/* A substitute for ISO C99 <wchar.h>, for platforms that have issues. /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
Copyright (C) 2007-2009 Free Software Foundation, Inc. Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/* Configuration header file for MS-DOS/Watt-32 /* Configuration header file for MS-DOS/Watt-32
Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* MSDOS utility functions. /* MSDOS utility functions.
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,7 @@
# List of files which containing translatable strings. # List of files which containing translatable strings.
# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
# Inc.
# Package source files # Package source files
lib/error.c lib/error.c

View File

@ -1,3 +1,139 @@
2010-05-08 Giuseppe Scrivano <gscrivano@gnu.org>
* Makefile.am: Update copyright years.
* cmpt.c: Likewise.
* connect.h: Likewise.
* convert.c: Likewise.
* convert.h: Likewise.
* cookies.c: Likewise.
* cookies.h: Likewise.
* css-tokens.h: Likewise.
* css-url.c: Likewise.
* css-url.h: Likewise.
* css.l: Likewise.
* exits.c: Likewise.
* exits.h: Likewise.
* ftp-basic.c: Likewise.
* ftp-ls.c: Likewise.
* ftp-opie.c: Likewise.
* ftp.c: Likewise.
* ftp.h: Likewise.
* gen-md5.c: Likewise.
* gen-md5.h: Likewise.
* gettext.h: Likewise.
* gnutls.c: Likewise.
* hash.c: Likewise.
* hash.h: Likewise.
* host.c: Likewise.
* host.h: Likewise.
* html-parse.c: Likewise.
* html-parse.h: Likewise.
* html-url.c: Likewise.
* html-url.h: Likewise.
* http-ntlm.c: Likewise.
* http-ntlm.h: Likewise.
* http.c: Likewise.
* http.h: Likewise.
* init.c: Likewise.
* init.h: Likewise.
* iri.c: Likewise.
* iri.h: Likewise.
* log.c: Likewise.
* log.h: Likewise.
* main.c: Likewise.
* mswindows.c: Likewise.
* mswindows.h: Likewise.
* netrc.c: Likewise.
* netrc.h: Likewise.
* openssl.c: Likewise.
* options.h: Likewise.
* progress.c: Likewise.
* progress.h: Likewise.
* ptimer.c: Likewise.
* ptimer.h: Likewise.
* recur.c: Likewise.
* recur.h: Likewise.
* res.c: Likewise.
* res.h: Likewise.
* retr.c: Likewise.
* retr.h: Likewise.
* spider.c: Likewise.
* spider.h: Likewise.
* ssl.h: Likewise.
* sysdep.h: Likewise.
* test.c: Likewise.
* test.h: Likewise.
* url.c: Likewise.
* url.h: Likewise.
* utils.c: Likewise.
* utils.h: Likewise.
* wget.h: Likewise.
2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org> 2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org>
* gnutls.c (wgnutls_close): Use always `close', not `closesocket'. * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.

View File

@ -1,6 +1,7 @@
# Makefile for `wget' utility # Makefile for `wget' utility
# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
# Inc.
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,7 @@
/* Replacements for routines missing on some systems. /* Replacements for routines missing on some systems.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for connect. /* Declarations for connect.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Conversion of links to local files. /* Conversion of links to local files.
Copyright (C) 2003, 2004, 2005, 2006, 2007, Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
2008, 2009 Free Software Foundation, Inc. Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for convert.c /* Declarations for convert.c
Copyright (C) 2003, 2004, 2005, 2006, 2009 Free Software Foundation, Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Support for cookies. /* Support for cookies.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Support for cookies. /* Support for cookies.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Declarations for css.lex /* Declarations for css.lex
Copyright (C) 2006, 2009 Free Software Foundation, Inc. Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Collect URLs from CSS source. /* Collect URLs from CSS source.
Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009 Free Software Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009, 2010 Free Software
Foundation, Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Declarations for css-url.c. /* Declarations for css-url.c.
Copyright (C) 2006, 2009 Free Software Foundation, Inc. Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -5,7 +5,7 @@
%{ %{
/* Lex source for CSS tokenizing. /* Lex source for CSS tokenizing.
Taken from http://www.w3.org/TR/CSS21/grammar.html#q2 Taken from http://www.w3.org/TR/CSS21/grammar.html#q2
Copyright (C) 2006, 2009 Free Software Foundation, Inc. Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Command line parsing. /* Command line parsing.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Internationalization related declarations. /* Internationalization related declarations.
Copyright (C) 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Basic FTP routines. /* Basic FTP routines.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Parsing FTP `ls' output. /* Parsing FTP `ls' output.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Opie (s/key) support for FTP. /* Opie (s/key) support for FTP.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* File Transfer Protocol support. /* File Transfer Protocol support.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for FTP support. /* Declarations for FTP support.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* General MD5 support. /* General MD5 support.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* General MD5 header file. /* General MD5 header file.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Convenience header for conditional use of GNU <libintl.h>. /* Convenience header for conditional use of GNU <libintl.h>.
Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005,
2006, 2009 Free Software Foundation, Inc. 2006, 2009, 2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published under the terms of the GNU General Public License as published

View File

@ -1,6 +1,6 @@
/* SSL support via GnuTLS library. /* SSL support via GnuTLS library.
Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Hash tables. /* Hash tables.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009 Free Software Foundation, Inc. 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,6 @@
/* Hash table declarations. /* Hash table declarations.
Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Host name resolution and matching. /* Host name resolution and matching.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for host.c /* Declarations for host.c
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* HTML parser for Wget. /* HTML parser for Wget.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for html-parse.c. /* Declarations for html-parse.c.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Collect URLs from HTML source. /* Collect URLs from HTML source.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,6 @@
/* Declarations for html-url.c. /* Declarations for html-url.c.
Copyright (C) 1995, 1996, 1997, 2009 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* NTLM code. /* NTLM code.
Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
Contributed by Daniel Stenberg. Contributed by Daniel Stenberg.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,8 +1,8 @@
#ifndef __HTTP_NTLM_H #ifndef __HTTP_NTLM_H
#define __HTTP_NTLM_H #define __HTTP_NTLM_H
/* Declarations for http_ntlm.c /* Declarations for http_ntlm.c
Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009 Free Software Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009, 2010 Free
Foundation, Inc. Software Foundation, Inc.
Contributed by Daniel Stenberg. Contributed by Daniel Stenberg.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* HTTP support. /* HTTP support.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for HTTP. /* Declarations for HTTP.
Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Reading/parsing the initialization file. /* Reading/parsing the initialization file.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for init.c. /* Declarations for init.c.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* IRI related functions. /* IRI related functions.
Copyright (C) 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Internationalization related declarations. /* Internationalization related declarations.
Copyright (C) 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Messages logging. /* Messages logging.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for log.c. /* Declarations for log.c.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Command line parsing. /* Command line parsing.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* mswindows.c -- Windows-specific support /* mswindows.c -- Windows-specific support
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for windows /* Declarations for windows
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,6 @@
/* 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, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 1996, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,5 @@
/* Declarations for netrc.c /* Declarations for netrc.c
Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009 Free Software Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009, 2010 Free Software
Foundation, Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View 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, 2008, Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009 Free Software Foundation, Inc. 2009, 2010 Free Software Foundation, Inc.
Originally contributed by Christian Fraenkel. Originally contributed by Christian Fraenkel.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* struct options. /* struct options.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Download progress. /* Download progress.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Download progress. /* Download progress.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
Free Software Foundation, Inc. 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Portable timers. /* Portable timers.
Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for ptimer.c. /* Declarations for ptimer.c.
Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Handling of recursive HTTP retrieving. /* Handling of recursive HTTP retrieving.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for recur.c. /* Declarations for recur.c.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Support for Robot Exclusion Standard (RES). /* Support for Robot Exclusion Standard (RES).
Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software Foundation, Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software
Inc. Foundation, Inc.
This file is part of Wget. This file is part of Wget.

View File

@ -1,5 +1,6 @@
/* Declarations for res.c. /* Declarations for res.c.
Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of Wget. This file is part of Wget.

View File

@ -1,6 +1,6 @@
/* File retrieval. /* File retrieval.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Declarations for retr.c. /* Declarations for retr.c.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,6 @@
/* Keep track of visited URLs in spider mode. /* Keep track of visited URLs in spider mode.
Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,5 +1,6 @@
/* Declarations for spider.c /* Declarations for spider.c
Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* SSL support. /* SSL support.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009 Free Software Foundation, Inc. 2009, 2010 Free Software Foundation, Inc.
Originally contributed by Christian Fraenkel. Originally contributed by Christian Fraenkel.
This file is part of GNU Wget. This file is part of GNU Wget.

View File

@ -1,6 +1,6 @@
/* Dirty system-dependent hacks. /* Dirty system-dependent hacks.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.

Some files were not shown because too many files have changed in this diff Show More