mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Updated copyright year.
This commit is contained in:
parent
01dfe8a759
commit
bc8f473272
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-25 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am, NEWS, README, configure.ac, configure.bat,
|
||||||
|
m4/wget.m4, msdos/config.h, po/POTFILES.in, util/Makefile.am,
|
||||||
|
util/dist-wget, util/rmold.pl, files: Updated copyright year.
|
||||||
|
|
||||||
2008-01-24 Micah Cowan <micah@cowan.name>
|
2008-01-24 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* configure.ac: Added en_US LINGUA (generated).
|
* configure.ac: Added en_US LINGUA (generated).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile for `Wget' utility
|
# Makefile for `Wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2006, 2007,
|
||||||
# Copyright (C) 1995, 1996, 1997, 2006, 2007 Free Software Foundation, Inc.
|
# 2008 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
|
||||||
|
2
NEWS
2
NEWS
@ -1,7 +1,7 @@
|
|||||||
GNU Wget NEWS -- history of user-visible changes.
|
GNU Wget NEWS -- history of user-visible changes.
|
||||||
|
|
||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
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.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||||
|
2
README
2
README
@ -63,7 +63,7 @@ for a detailed listing of all contributions.
|
|||||||
|
|
||||||
|
|
||||||
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
||||||
2005, 2006, 2007 Free Software Foundation, Inc.
|
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
dnl Template file for GNU Autoconf
|
dnl Template file for GNU Autoconf
|
||||||
dnl Copyright (C) 1995, 1996, 1997, 2001, 2007 Free Software Foundation, Inc.
|
dnl Copyright (C) 1995, 1996, 1997, 2001, 2007,
|
||||||
|
dnl 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
dnl This program is free software; you can redistribute it and/or modify
|
dnl 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
|
||||||
|
@ -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 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 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
|
rem it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-25 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am, wget.texi: Updated copyright year.
|
||||||
|
|
||||||
2007-12-10 Micah Cowan <micah@cowan.name>
|
2007-12-10 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* wget.texi: Document the --content-disposition option (and not
|
* wget.texi: Document the --content-disposition option (and not
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for `wget' utility
|
# Makefile for `wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename wget.info
|
@setfilename wget.info
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@set UPDATED Oct 2007
|
@set UPDATED Jan 2008
|
||||||
@settitle GNU Wget @value{VERSION} Manual
|
@settitle GNU Wget @value{VERSION} Manual
|
||||||
@c Disable the monstrous rectangles beside overfull hbox-es.
|
@c Disable the monstrous rectangles beside overfull hbox-es.
|
||||||
@finalout
|
@finalout
|
||||||
@ -31,7 +31,8 @@ This file documents the GNU Wget utility for downloading network
|
|||||||
data.
|
data.
|
||||||
|
|
||||||
@c man begin COPYRIGHT
|
@c man begin COPYRIGHT
|
||||||
Copyright @copyright{} 1996--2007 Free Software Foundation, Inc.
|
Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
@ -74,7 +75,8 @@ Info entry for @file{wget}.
|
|||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1996--2007, Free Software Foundation, Inc.
|
Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.2 or
|
under the terms of the GNU Free Documentation License, Version 1.2 or
|
||||||
@ -91,7 +93,8 @@ Documentation License''.
|
|||||||
This manual documents version @value{VERSION} of GNU Wget, the freely
|
This manual documents version @value{VERSION} of GNU Wget, the freely
|
||||||
available utility for network downloads.
|
available utility for network downloads.
|
||||||
|
|
||||||
Copyright @copyright{} 1996--2007 Free Software Foundation, Inc.
|
Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Overview:: Features of Wget.
|
* Overview:: Features of Wget.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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 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 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Configuration header file for MS-DOS/Watt-32
|
/* Configuration header file for MS-DOS/Watt-32
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
Copyright (C) 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 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 Free Software Foundation, Inc.
|
# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# Package source files
|
# Package source files
|
||||||
lib/getopt.c
|
lib/getopt.c
|
||||||
|
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
* main.c: Added notes to translators regarding (C), diacritics
|
* main.c: Added notes to translators regarding (C), diacritics
|
||||||
in names.
|
in names.
|
||||||
|
* Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
|
||||||
|
cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
|
||||||
|
ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
|
||||||
|
host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
|
||||||
|
http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
|
||||||
|
main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
|
||||||
|
options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
|
||||||
|
recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
|
||||||
|
ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
|
||||||
|
utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
|
||||||
|
|
||||||
2007-12-10 Micah Cowan <micah@cowan.name>
|
2007-12-10 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 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 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
|
# 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* 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 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Establishing and handling network connections.
|
/* Establishing and handling network connections.
|
||||||
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 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for connect.
|
/* Declarations for connect.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Conversion of links to local files.
|
/* Conversion of links to local files.
|
||||||
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2003, 2004, 2005, 2006, 2007,
|
||||||
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Support for cookies.
|
/* Support for cookies.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Support for cookies.
|
/* Support for cookies.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Basic FTP routines.
|
/* Basic FTP routines.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Parsing FTP `ls' output.
|
/* Parsing FTP `ls' output.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for FTP support.
|
/* Declarations for FTP support.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* General MD5 support.
|
/* General MD5 support.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* General MD5 header file.
|
/* General MD5 header file.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SSL support via GnuTLS library.
|
/* SSL support via GnuTLS library.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Hash tables.
|
/* Hash tables.
|
||||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Hash table declarations.
|
/* Hash table declarations.
|
||||||
Copyright (C) 2000, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Host name resolution and matching.
|
/* Host name resolution and matching.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for host.c
|
/* Declarations for host.c
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* NTLM code.
|
/* NTLM code.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Stenberg.
|
Contributed by Daniel Stenberg.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
@ -1,7 +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 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996, 1997, 2000, 2007,
|
||||||
|
2008 Free 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.
|
||||||
|
@ -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, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for HTTP.
|
/* Declarations for HTTP.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for init.c.
|
/* Declarations for init.c.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
@ -675,7 +675,7 @@ print_version (void)
|
|||||||
/* TRANSLATORS: When available, an actual copyright character
|
/* TRANSLATORS: When available, an actual copyright character
|
||||||
(cirle-c) should be used in preference to "(C)". */
|
(cirle-c) should be used in preference to "(C)". */
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc.\n"), stdout);
|
Copyright (C) 2008 Free Software Foundation, Inc.\n"), stdout);
|
||||||
fputs (_("\
|
fputs (_("\
|
||||||
License GPLv3+: GNU GPL version 3 or later\n\
|
License GPLv3+: GNU GPL version 3 or later\n\
|
||||||
<http://www.gnu.org/licenses/gpl.html>.\n\
|
<http://www.gnu.org/licenses/gpl.html>.\n\
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* mswindows.c -- Windows-specific support
|
/* mswindows.c -- Windows-specific support
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for windows
|
/* Declarations for windows
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
|
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
|
||||||
Copyright (C) 1996, 2007 Free Software Foundation, Inc.
|
Copyright (C) 1996, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for netrc.c
|
/* Declarations for netrc.c
|
||||||
Copyright (C) 1996, 1996, 1997, 2007 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SSL support via OpenSSL library.
|
/* SSL support via OpenSSL library.
|
||||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Software Foundation, Inc.
|
2008 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.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* struct options.
|
/* struct options.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Download progress.
|
/* Download progress.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Download progress.
|
/* Download progress.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Portable timers.
|
/* Portable timers.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for ptimer.c.
|
/* Declarations for ptimer.c.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Handling of recursive HTTP retrieving.
|
/* Handling of recursive HTTP retrieving.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -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, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for Robot Exclusion Standard (RES).
|
/* Support for Robot Exclusion Standard (RES).
|
||||||
Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Wget.
|
This file is part of Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for res.c.
|
/* Declarations for res.c.
|
||||||
Copyright (C) 2001, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Wget.
|
This file is part of Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* File retrieval.
|
/* File retrieval.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for retr.c.
|
/* Declarations for retr.c.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Keep track of visited URLs in spider mode.
|
/* Keep track of visited URLs in spider mode.
|
||||||
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Declarations for spider.c
|
/* Declarations for spider.c
|
||||||
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SSL support.
|
/* SSL support.
|
||||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
Software Foundation, Inc.
|
2008 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.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Dirty system-dependent hacks.
|
/* Dirty system-dependent hacks.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Unit testing.
|
/* Unit testing.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Unit testing declarations.
|
/* Unit testing declarations.
|
||||||
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* URL handling.
|
/* URL handling.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for url.c.
|
/* Declarations for url.c.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Various utility functions.
|
/* Various utility functions.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Declarations for utils.c.
|
/* Declarations for utils.c.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Miscellaneous declarations.
|
/* Miscellaneous declarations.
|
||||||
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Wrappers around malloc and memory debugging support.
|
/* Wrappers around malloc and memory debugging support.
|
||||||
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
|
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
|
||||||
Inc.
|
Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* xmalloc.c declarations.
|
/* xmalloc.c declarations.
|
||||||
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
|
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
|
||||||
Inc.
|
Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-25 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am: Updated copyright year.
|
||||||
|
|
||||||
2008-01-23 Micah Cowan <micah@cowan.name>
|
2008-01-23 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.am: Add libmd5 to unit-tests.
|
* Makefile.am: Add libmd5 to unit-tests.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 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 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
|
# 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for `wget' utility
|
# Makefile for `wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2001, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/perl -w
|
#! /usr/bin/perl -w
|
||||||
|
|
||||||
# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-25 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am, Makefile.doc, Makefile.src, Makefile.top,
|
||||||
|
Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
|
||||||
|
copyright year.
|
||||||
|
|
||||||
2007-11-28 Micah Cowan <micah@cowan.name>
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
|
* Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for `wget' utility
|
# Makefile for `wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Makefile for `wget' utility
|
# Makefile for `wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2004, 2007,
|
||||||
|
# 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile for `wget' utility for MSVC
|
# Makefile for `wget' utility for MSVC
|
||||||
# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007 Free Software
|
# Copyright (C) 1995, 1996, 1997, 2004, 2006, 2007,
|
||||||
# Foundation, Inc.
|
# 2008 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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Makefile for `Wget' utility
|
# Makefile for `Wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2004, 2007,
|
||||||
|
# 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Makefile for `Wget' utility
|
# Makefile for `Wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2004, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2004, 2007,
|
||||||
|
# 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Makefile for `Wget' utility
|
# Makefile for `Wget' utility
|
||||||
# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 2007,
|
||||||
|
# 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for various Windows compilation environments.
|
/* Support for various Windows compilation environments.
|
||||||
Copyright (C) 2005, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Wget.
|
This file is part of GNU Wget.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user