From 183fccdaade74ba3968905302e4b75d39fdd9b13 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Sun, 14 Jan 2018 11:24:43 +0100 Subject: [PATCH] Update Copyright years --- Makefile.am | 4 ++-- NEWS | 2 +- README.checkout | 3 ++- bootstrap | 2 +- bootstrap.conf | 3 +-- build-aux/build_info.pl | 2 +- configure.ac | 4 ++-- doc/Makefile.am | 4 ++-- doc/fdl.texi | 2 +- doc/texi2pod.pl | 4 ++-- doc/wget.texi | 5 ++--- m4/exitfail.m4 | 2 +- m4/getpagesize.m4 | 2 +- m4/wchar.m4 | 3 +-- m4/wctype.m4 | 2 +- m4/wget.m4 | 4 +--- po/POTFILES.in | 4 +--- src/Makefile.am | 4 +--- src/connect.c | 4 +--- src/connect.h | 4 +--- src/convert.c | 4 ++-- src/convert.h | 4 ++-- src/cookies.c | 3 +-- src/cookies.h | 3 +-- src/css-tokens.h | 2 +- src/css-url.c | 4 ++-- src/css-url.h | 2 +- src/css.l | 2 +- src/exits.c | 3 +-- src/exits.h | 3 +-- src/ftp-basic.c | 5 ++--- src/ftp-ls.c | 4 +--- src/ftp-opie.c | 3 +-- src/ftp.c | 5 ++--- src/ftp.h | 4 +--- src/gnutls.c | 3 +-- src/hash.c | 3 +-- src/hash.h | 4 ++-- src/host.c | 4 +--- src/host.h | 4 +--- src/hsts.c | 4 +--- src/hsts.h | 4 +--- src/html-parse.c | 3 +-- src/html-parse.h | 3 +-- src/html-url.c | 4 +--- src/html-url.h | 2 +- src/http-ntlm.c | 3 +-- src/http-ntlm.h | 4 ++-- src/http.c | 5 ++--- src/http.h | 3 +-- src/init.c | 5 ++--- src/init.h | 4 +--- src/iri.c | 3 +-- src/iri.h | 3 +-- src/log.c | 3 +-- src/log.h | 3 +-- src/main.c | 4 +--- src/metalink.c | 2 +- src/metalink.h | 2 +- src/mswindows.c | 5 ++--- src/mswindows.h | 4 +--- src/netrc.c | 4 ++-- src/netrc.h | 4 ++-- src/openssl.c | 3 +-- src/options.h | 4 +--- src/progress.c | 3 +-- src/progress.h | 3 +-- src/ptimer.c | 3 +-- src/ptimer.h | 3 +-- src/recur.c | 4 +--- src/recur.h | 4 +--- src/res.c | 4 ++-- src/res.h | 4 ++-- src/retr.c | 5 ++--- src/retr.h | 4 +--- src/ssl.h | 3 +-- src/sysdep.h | 4 +--- src/test.c | 3 +-- src/test.h | 3 +-- src/url.c | 4 +--- src/url.h | 4 +--- src/utils.c | 9 ++------- src/utils.h | 4 +--- src/version.h | 2 +- src/warc.c | 2 +- src/wget.h | 4 +--- src/xattr.c | 2 +- src/xattr.h | 2 +- testenv/Makefile.am | 2 +- tests/Makefile.am | 4 +--- util/Makefile.am | 4 ++-- util/paramcheck.pl | 3 +-- util/rmold.pl | 4 ++-- 93 files changed, 117 insertions(+), 204 deletions(-) diff --git a/Makefile.am b/Makefile.am index a3f179c0..f520a2f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997, 2006, 2007, 2008, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2006-2018 Free Software Foundation, +# Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/NEWS b/NEWS index 5e01a3c8..2735c0c4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU Wget NEWS -- history of user-visible changes. -Copyright (C) 1997-2017 Free Software Foundation, Inc. +Copyright (C) 1997-2018 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget bug reports to . diff --git a/README.checkout b/README.checkout index c37c70aa..7ba0376c 100644 --- a/README.checkout +++ b/README.checkout @@ -161,7 +161,8 @@ Testing and development that bug, which might be tedious. Tests should only be run through GDB for that purpose. - Copyright (C) 2008,2010,2014,2015 Free Software Foundation, Inc. + Copyright (C) 2008, 2010, 2014-2015, 2018 Free Software Foundation, + Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. diff --git a/bootstrap b/bootstrap index f060bab8..bf69f16c 100755 --- a/bootstrap +++ b/bootstrap @@ -4,7 +4,7 @@ scriptversion=2016-01-24.06; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2016, 2018 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bootstrap.conf b/bootstrap.conf index 6d8b02a8..85905728 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,5 @@ # bootstrap.conf - Bootstrap configuration. -# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, -# Inc. +# Copyright (C) 2007-2012, 2018 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/build-aux/build_info.pl b/build-aux/build_info.pl index f346d3d2..70df2573 100755 --- a/build-aux/build_info.pl +++ b/build-aux/build_info.pl @@ -2,7 +2,7 @@ # Generate build_info.c. -# Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2009-2011, 2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 13debe22..d9f00982 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Template file for GNU Autoconf -dnl Copyright (C) 1995, 1996, 1997, 2001, 2007, 2008, 2009, 2010, 2011, 2012, -dnl 2013, 2014 Free Software Foundation, Inc. +dnl Copyright (C) 1995-1997, 2001, 2007-2014, 2018 Free Software +dnl Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/doc/Makefile.am b/doc/Makefile.am index 0a033195..aab89abf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010, 2011, 2015 -# Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/fdl.texi b/doc/fdl.texi index a661cb85..16a8d1fd 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -5,7 +5,7 @@ @c hence no sectioning command or @node. @display -Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2015 Free Software +Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018 Free Software Foundation, Inc. @uref{http://fsf.org/} diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index f0ab9831..6dacf682 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl -# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010, 2011, 2015 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018 Free +# Software Foundation, Inc. # This file is part of GCC. diff --git a/doc/wget.texi b/doc/wget.texi index 31aef523..3ec609f9 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -31,9 +31,8 @@ This file documents the GNU Wget utility for downloading network data. @c man begin COPYRIGHT -Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software -Foundation, Inc. +Copyright @copyright{} 1996-2011, 2015, 2018 Free Software Foundation, +Inc. @iftex Permission is granted to make and distribute verbatim copies of diff --git a/m4/exitfail.m4 b/m4/exitfail.m4 index e09e9bf6..f5874c25 100644 --- a/m4/exitfail.m4 +++ b/m4/exitfail.m4 @@ -1,5 +1,5 @@ # exitfail.m4 serial 6 -dnl Copyright (C) 2002, 2003, 2005, 2006, 2010, 2011 Free Software +dnl Copyright (C) 2002-2003, 2005-2006, 2010-2011, 2018 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/getpagesize.m4 b/m4/getpagesize.m4 index 5630d36c..443d02f0 100644 --- a/m4/getpagesize.m4 +++ b/m4/getpagesize.m4 @@ -1,5 +1,5 @@ # getpagesize.m4 serial 7 -dnl Copyright (C) 2002, 2004, 2005, 2007, 2010, 2011 Free Software +dnl Copyright (C) 2002, 2004-2005, 2007, 2010-2011, 2018 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/wchar.m4 b/m4/wchar.m4 index 03159640..148ca4bd 100644 --- a/m4/wchar.m4 +++ b/m4/wchar.m4 @@ -1,7 +1,6 @@ dnl A placeholder for ISO C99 , for platforms that have issues. -dnl Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 2007-2011, 2018 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/wctype.m4 b/m4/wctype.m4 index e9bf0db5..6f54c1bf 100644 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -2,7 +2,7 @@ dnl A placeholder for ISO C99 , for platforms that lack it. -dnl Copyright (C) 2006, 2007, 2008, 2010, 2011 Free Software Foundation, +dnl Copyright (C) 2006-2008, 2010-2011, 2018 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/wget.m4 b/m4/wget.m4 index d04f55a4..1661ef0d 100644 --- a/m4/wget.m4 +++ b/m4/wget.m4 @@ -1,7 +1,5 @@ dnl Wget-specific Autoconf macros. -dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/po/POTFILES.in b/po/POTFILES.in index c7789cf4..2b5a90b3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,5 @@ # List of files which containing translatable strings. -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc. # Package source files lib/error.c diff --git a/src/Makefile.am b/src/Makefile.am index 28c0be2d..d26b014a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software -# Foundation, Inc. +# Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/connect.c b/src/connect.c index d665d6d9..37dae215 100644 --- a/src/connect.c +++ b/src/connect.c @@ -1,7 +1,5 @@ /* Establishing and handling network connections. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/connect.h b/src/connect.h index 9b08848a..fec24054 100644 --- a/src/connect.h +++ b/src/connect.h @@ -1,7 +1,5 @@ /* Declarations for connect. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/convert.c b/src/convert.c index 78cbafb3..e6ca8fbb 100644 --- a/src/convert.c +++ b/src/convert.c @@ -1,6 +1,6 @@ /* Conversion of links to local files. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2014, 2015 Free Software Foundation, Inc. + Copyright (C) 2003-2011, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/convert.h b/src/convert.h index e3ff6f07..6f45dfb2 100644 --- a/src/convert.h +++ b/src/convert.h @@ -1,6 +1,6 @@ /* Declarations for convert.c - Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2003-2006, 2009-2011, 2015, 2018 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/cookies.c b/src/cookies.c index e316ea14..ea4c7de5 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -1,6 +1,5 @@ /* Support for cookies. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/cookies.h b/src/cookies.h index b4281e1b..e174798e 100644 --- a/src/cookies.h +++ b/src/cookies.h @@ -1,6 +1,5 @@ /* Support for cookies. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-tokens.h b/src/css-tokens.h index 316d97f4..381dbd9f 100644 --- a/src/css-tokens.h +++ b/src/css-tokens.h @@ -1,5 +1,5 @@ /* Declarations for css.lex - Copyright (C) 2006, 2009, 2010, 2011, 2015 Free Software Foundation, + Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.c b/src/css-url.c index 781bbe1f..1d973a0f 100644 --- a/src/css-url.c +++ b/src/css-url.c @@ -1,6 +1,6 @@ /* Collect URLs from CSS source. - Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009, 2010, 2011, 2014, - 2015 Free Software Foundation, Inc. + Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018 Free + Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.h b/src/css-url.h index 92ce6b11..79f11664 100644 --- a/src/css-url.h +++ b/src/css-url.h @@ -1,5 +1,5 @@ /* Declarations for css-url.c. - Copyright (C) 2006, 2009, 2010, 2011, 2015 Free Software Foundation, + Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css.l b/src/css.l index 8b98f271..14c05d53 100644 --- a/src/css.l +++ b/src/css.l @@ -6,7 +6,7 @@ %{ /* Lex source for CSS tokenizing. Taken from http://www.w3.org/TR/CSS21/grammar.html#q2 - Copyright (C) 2006, 2009, 2010, 2011, 2015 Free Software Foundation, + Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/exits.c b/src/exits.c index 10aa7932..da2ac3b3 100644 --- a/src/exits.c +++ b/src/exits.c @@ -1,6 +1,5 @@ /* Exit status handling. - Copyright (C) 2009, 2010, 2011, 2012, 2015 Free Software Foundation, - Inc. + Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/exits.h b/src/exits.h index 1f1a12a3..bedfdf4a 100644 --- a/src/exits.h +++ b/src/exits.h @@ -1,6 +1,5 @@ /* Exit status related declarations. - Copyright (C) 2009, 2010, 2011, 2012, 2015 Free Software Foundation, - Inc. + Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-basic.c b/src/ftp-basic.c index 378374cc..4a112c97 100644 --- a/src/ftp-basic.c +++ b/src/ftp-basic.c @@ -1,7 +1,6 @@ /* Basic FTP routines. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 27addd45..4b33413a 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -1,7 +1,5 @@ /* Parsing FTP `ls' output. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-opie.c b/src/ftp-opie.c index ab40b299..ffd048b4 100644 --- a/src/ftp-opie.c +++ b/src/ftp-opie.c @@ -1,6 +1,5 @@ /* Opie (s/key) support for FTP. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp.c b/src/ftp.c index a0b3b0be..96527dd8 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1,7 +1,6 @@ /* File Transfer Protocol support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ftp.h b/src/ftp.h index f02e3772..d30f8d0f 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -1,7 +1,5 @@ /* Declarations for FTP support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/gnutls.c b/src/gnutls.c index 3a795941..0fd8da8c 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -1,6 +1,5 @@ /* SSL support via GnuTLS library. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 - Free Software Foundation, Inc. + Copyright (C) 2005-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hash.c b/src/hash.c index bc74c522..4466c5f5 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,6 +1,5 @@ /* Hash tables. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 2000-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hash.h b/src/hash.h index 419ae415..ae0e8e49 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ /* Hash table declarations. - Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 2000, 2007-2011, 2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/host.c b/src/host.c index ccc6349d..2ddae328 100644 --- a/src/host.c +++ b/src/host.c @@ -1,7 +1,5 @@ /* Host name resolution and matching. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/host.h b/src/host.h index 785a570c..042d44db 100644 --- a/src/host.h +++ b/src/host.h @@ -1,7 +1,5 @@ /* Declarations for host.c - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hsts.c b/src/hsts.c index 257d4e53..e449a9f7 100644 --- a/src/hsts.c +++ b/src/hsts.c @@ -1,7 +1,5 @@ /* HTTP Strict Transport Security (HSTS) support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/hsts.h b/src/hsts.h index 6e5bbc87..257f0b04 100644 --- a/src/hsts.h +++ b/src/hsts.h @@ -1,7 +1,5 @@ /* Declarations for hsts.c - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-parse.c b/src/html-parse.c index c14d73a3..658f90f4 100644 --- a/src/html-parse.c +++ b/src/html-parse.c @@ -1,6 +1,5 @@ /* HTML parser for Wget. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-parse.h b/src/html-parse.h index 829ed694..567afcd4 100644 --- a/src/html-parse.h +++ b/src/html-parse.h @@ -1,6 +1,5 @@ /* Declarations for html-parse.c. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-url.c b/src/html-url.c index 98502dd9..dd878994 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -1,7 +1,5 @@ /* Collect URLs from HTML source. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software Foundation, - Inc. + Copyright (C) 1998-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/html-url.h b/src/html-url.h index 5ee7193e..a3ca43cd 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -1,5 +1,5 @@ /* Declarations for html-url.c. - Copyright (C) 1995, 1996, 1997, 2009, 2010, 2011, 2015 Free Software + Copyright (C) 1995-1997, 2009-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/http-ntlm.c b/src/http-ntlm.c index 72f6fcd5..a614fba3 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -1,6 +1,5 @@ /* NTLM code. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. Contributed by Daniel Stenberg. This file is part of GNU Wget. diff --git a/src/http-ntlm.h b/src/http-ntlm.h index 8922f129..39a23b56 100644 --- a/src/http-ntlm.h +++ b/src/http-ntlm.h @@ -1,8 +1,8 @@ #ifndef __HTTP_NTLM_H #define __HTTP_NTLM_H /* Declarations for http_ntlm.c - Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009, 2010, 2011, - 2015 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018 Free Software + Foundation, Inc. Contributed by Daniel Stenberg. This file is part of GNU Wget. diff --git a/src/http.c b/src/http.c index 2932da2e..1cd2768c 100644 --- a/src/http.c +++ b/src/http.c @@ -1,7 +1,6 @@ /* HTTP support. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015 Free - Software Foundation, Inc. + Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/http.h b/src/http.h index 1e8218f3..f9ab352a 100644 --- a/src/http.h +++ b/src/http.h @@ -1,6 +1,5 @@ /* Declarations for HTTP. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/init.c b/src/init.c index 10648838..5c6fb7d7 100644 --- a/src/init.c +++ b/src/init.c @@ -1,7 +1,6 @@ /* Reading/parsing the initialization file. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015 Free - Software Foundation, Inc. + Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/init.h b/src/init.h index a57ca78b..58532b3b 100644 --- a/src/init.h +++ b/src/init.h @@ -1,7 +1,5 @@ /* Declarations for init.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/iri.c b/src/iri.c index af0dfb6c..ef51044b 100644 --- a/src/iri.c +++ b/src/iri.c @@ -1,6 +1,5 @@ /* IRI related functions. - Copyright (C) 2008, 2009, 2010, 2011, 2015 Free Software Foundation, - Inc. + Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/iri.h b/src/iri.h index fb994ee1..4c501846 100644 --- a/src/iri.h +++ b/src/iri.h @@ -1,6 +1,5 @@ /* Internationalization related declarations. - Copyright (C) 2008, 2009, 2010, 2011, 2015 Free Software Foundation, - Inc. + Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/log.c b/src/log.c index c3e422f5..5bff9c23 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,5 @@ /* Messages logging. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/log.h b/src/log.h index c3b7fec3..e8bd065f 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,5 @@ /* Declarations for log.c. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/main.c b/src/main.c index ff0616ba..8382ab02 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,5 @@ /* Command line parsing. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free - Software Foundation, Inc. + Copyright (C) 1996-2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/metalink.c b/src/metalink.c index f11b7c1e..93cc6159 100644 --- a/src/metalink.c +++ b/src/metalink.c @@ -1,5 +1,5 @@ /* Metalink module. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/metalink.h b/src/metalink.h index 2a8481dc..00ff4c43 100644 --- a/src/metalink.h +++ b/src/metalink.h @@ -1,5 +1,5 @@ /* Declarations for metalink.c. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/mswindows.c b/src/mswindows.c index f7e03bdd..2ce9150f 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -1,7 +1,6 @@ /* mswindows.c -- Windows-specific support - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/mswindows.h b/src/mswindows.h index 1bc2e217..17f647f5 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -1,7 +1,5 @@ /* Declarations for windows - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/netrc.c b/src/netrc.c index 8b84ea26..cdbff5de 100644 --- a/src/netrc.c +++ b/src/netrc.c @@ -1,6 +1,6 @@ /* Read and parse the .netrc file to get hosts, accounts, and passwords. - Copyright (C) 1996, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996, 2007-2011, 2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/netrc.h b/src/netrc.h index 24320018..045b522f 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -1,6 +1,6 @@ /* Declarations for netrc.c - Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009, 2010, 2011, 2015 - Free Software Foundation, Inc. + Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/openssl.c b/src/openssl.c index 6f4dc1f1..6af38dbf 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -1,6 +1,5 @@ /* SSL support via OpenSSL library. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011, 2012, 2015 Free Software Foundation, Inc. + Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc. Originally contributed by Christian Fraenkel. This file is part of GNU Wget. diff --git a/src/options.h b/src/options.h index cf945c12..2e8c8743 100644 --- a/src/options.h +++ b/src/options.h @@ -1,7 +1,5 @@ /* struct options. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/progress.c b/src/progress.c index 36037dfa..3d8ba535 100644 --- a/src/progress.c +++ b/src/progress.c @@ -1,6 +1,5 @@ /* Download progress. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/progress.h b/src/progress.h index 3fbe1978..ffd3afe9 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,6 +1,5 @@ /* Download progress. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ptimer.c b/src/ptimer.c index 17ce678a..860d0586 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -1,6 +1,5 @@ /* Portable timers. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ptimer.h b/src/ptimer.h index 49234cc0..e7d23d24 100644 --- a/src/ptimer.h +++ b/src/ptimer.h @@ -1,6 +1,5 @@ /* Declarations for ptimer.c. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/recur.c b/src/recur.c index 1b25662f..1957f003 100644 --- a/src/recur.c +++ b/src/recur.c @@ -1,7 +1,5 @@ /* Handling of recursive HTTP retrieving. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/recur.h b/src/recur.h index 1103948b..1c568113 100644 --- a/src/recur.h +++ b/src/recur.h @@ -1,7 +1,5 @@ /* Declarations for recur.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/res.c b/src/res.c index fd2a3cd9..353be8af 100644 --- a/src/res.c +++ b/src/res.c @@ -1,6 +1,6 @@ /* Support for Robot Exclusion Standard (RES). - Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2001, 2006-2011, 2015, 2018 Free Software Foundation, + Inc. This file is part of Wget. diff --git a/src/res.h b/src/res.h index 1d4986d2..e8fb934b 100644 --- a/src/res.h +++ b/src/res.h @@ -1,6 +1,6 @@ /* Declarations for res.c. - Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 2001, 2007-2011, 2015, 2018 Free Software Foundation, + Inc. This file is part of Wget. diff --git a/src/retr.c b/src/retr.c index 6555ed4f..17ed228b 100644 --- a/src/retr.c +++ b/src/retr.c @@ -1,7 +1,6 @@ /* File retrieval. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/retr.h b/src/retr.h index f133c838..dcae7b1e 100644 --- a/src/retr.h +++ b/src/retr.h @@ -1,7 +1,5 @@ /* Declarations for retr.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ssl.h b/src/ssl.h index eeb6b347..a44bd082 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -1,6 +1,5 @@ /* SSL support. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011, 2012, 2015 Free Software Foundation, Inc. + Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc. Originally contributed by Christian Fraenkel. This file is part of GNU Wget. diff --git a/src/sysdep.h b/src/sysdep.h index 8bc3d93f..bfeadf33 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,7 +1,5 @@ /* Dirty system-dependent hacks. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/test.c b/src/test.c index cb01de33..083ea0e0 100644 --- a/src/test.c +++ b/src/test.c @@ -1,6 +1,5 @@ /* Unit testing. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/test.h b/src/test.h index 4e0e1f2e..74552120 100644 --- a/src/test.h +++ b/src/test.h @@ -1,6 +1,5 @@ /* Unit testing declarations. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free - Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/url.c b/src/url.c index 0345b6d7..0ce53882 100644 --- a/src/url.c +++ b/src/url.c @@ -1,7 +1,5 @@ /* URL handling. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/url.h b/src/url.h index ad58739b..fb66a76d 100644 --- a/src/url.h +++ b/src/url.h @@ -1,7 +1,5 @@ /* Declarations for url.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/utils.c b/src/utils.c index 2f2f1076..6f41fabe 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,5 @@ /* Various utility functions. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -49,10 +47,7 @@ as that of the covered work. */ #if HAVE_UTIME # include -# ifdef HAVE_UTIME_H -# include -# endif - +# include # ifdef HAVE_SYS_UTIME_H # include # endif diff --git a/src/utils.h b/src/utils.h index 9936d97c..66838f2c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,5 @@ /* Declarations for utils.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/version.h b/src/version.h index 46e235a2..aeae086e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* Extern declarations for printing version information - Copyright (C) 2013, 2015 Free Software Foundation, Inc. + Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/warc.c b/src/warc.c index 6a4b9eb8..9cbbca39 100644 --- a/src/warc.c +++ b/src/warc.c @@ -1,5 +1,5 @@ /* Utility functions for writing WARC files. - Copyright (C) 2011, 2012, 2015 Free Software Foundation, Inc. + Copyright (C) 2011-2012, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/wget.h b/src/wget.h index ed572451..9115bb13 100644 --- a/src/wget.h +++ b/src/wget.h @@ -1,7 +1,5 @@ /* Miscellaneous declarations. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/xattr.c b/src/xattr.c index f2b208a6..66524226 100644 --- a/src/xattr.c +++ b/src/xattr.c @@ -1,6 +1,6 @@ /* xattr.h -- POSIX Extended Attribute support. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016, 2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/xattr.h b/src/xattr.h index 0488a399..10f3ed11 100644 --- a/src/xattr.h +++ b/src/xattr.h @@ -1,6 +1,6 @@ /* xattr.h -- POSIX Extended Attribute function mappings. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016, 2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testenv/Makefile.am b/testenv/Makefile.am index 4c4b5753..36639fa8 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 2013, 2015 Free Software Foundation, Inc. +# Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/Makefile.am b/tests/Makefile.am index 29c113a1..15c53c3a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software -# Foundation, Inc. +# Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/Makefile.am b/util/Makefile.am index bf8481b9..65b38416 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010, 2011, 2015 -# Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/paramcheck.pl b/util/paramcheck.pl index 83d30dad..209a63a6 100755 --- a/util/paramcheck.pl +++ b/util/paramcheck.pl @@ -1,7 +1,6 @@ #!/usr/bin/env perl -# Copyright (C) 2008, 2009, 2010, 2011, 2015 Free Software Foundation, -# Inc. +# Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/rmold.pl b/util/rmold.pl index 6ad11e68..a21be994 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl -w -# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010, 2011, 2015 -# Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 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