From 8b975e83d3eb04d92c9f68496f3ab0749f2ee5d2 Mon Sep 17 00:00:00 2001 From: Darshit Shah <darnir@gnu.org> Date: Sun, 10 Feb 2019 11:29:48 +0100 Subject: [PATCH] Update copyright statements --- Makefile.am | 3 +-- NEWS | 2 +- README.checkout | 4 ++-- bootstrap | 2 +- bootstrap.conf | 2 +- build-aux/build_info.pl | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/fdl.texi | 4 ++-- doc/texi2pod.pl | 2 +- doc/wget.texi | 4 ++-- fuzz/fuzzer.h | 2 +- fuzz/glob_crash.c | 18 ++++++++++++++++++ fuzz/main.c | 2 +- fuzz/run-afl.sh | 2 +- fuzz/run-clang.sh | 2 +- fuzz/wget_cookie_fuzzer.c | 2 +- fuzz/wget_css_fuzzer.c | 2 +- fuzz/wget_ftpls_fuzzer.c | 2 +- fuzz/wget_html_fuzzer.c | 2 +- fuzz/wget_netrc_fuzzer.c | 2 +- fuzz/wget_options_fuzzer.c | 2 +- fuzz/wget_robots_fuzzer.c | 2 +- fuzz/wget_url_fuzzer.c | 2 +- m4/exitfail.m4 | 4 ++-- m4/getpagesize.m4 | 4 ++-- m4/wchar.m4 | 2 +- m4/wctype.m4 | 4 ++-- m4/wget.m4 | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 3 ++- src/connect.c | 3 ++- src/connect.h | 3 ++- src/convert.c | 4 ++-- src/convert.h | 2 +- src/cookies.c | 3 ++- src/cookies.h | 3 ++- src/css-tokens.h | 4 ++-- src/css-url.c | 2 +- src/css-url.h | 4 ++-- src/css.l | 4 ++-- src/exits.c | 3 ++- src/exits.h | 3 ++- src/ftp-basic.c | 4 ++-- src/ftp-ls.c | 3 ++- src/ftp-opie.c | 3 ++- src/ftp.c | 4 ++-- src/ftp.h | 3 ++- src/gnutls.c | 3 ++- src/hash.c | 3 ++- src/hash.h | 4 ++-- src/host.c | 3 ++- src/host.h | 3 ++- src/hsts.c | 3 ++- src/hsts.h | 3 ++- src/html-parse.c | 3 ++- src/html-parse.h | 3 ++- src/html-url.c | 3 ++- src/html-url.h | 2 +- src/http-ntlm.c | 3 ++- src/http-ntlm.h | 4 ++-- src/http.c | 4 ++-- src/http.h | 3 ++- src/init.c | 4 ++-- src/init.h | 3 ++- src/iri.c | 3 ++- src/iri.h | 3 ++- src/log.c | 3 ++- src/log.h | 3 ++- src/main.c | 2 +- src/metalink.c | 2 +- src/metalink.h | 2 +- src/mswindows.c | 4 ++-- src/mswindows.h | 3 ++- src/netrc.c | 4 ++-- src/netrc.h | 4 ++-- src/openssl.c | 3 ++- src/options.h | 3 ++- src/progress.c | 3 ++- src/progress.h | 3 ++- src/ptimer.c | 3 ++- src/ptimer.h | 3 ++- src/recur.c | 3 ++- src/recur.h | 3 ++- src/res.c | 4 ++-- src/res.h | 4 ++-- src/retr.c | 4 ++-- src/retr.h | 3 ++- src/spider.c | 3 +-- src/spider.h | 3 +-- src/ssl.h | 3 ++- src/sysdep.h | 3 ++- src/url.c | 3 ++- src/url.h | 3 ++- src/utils.c | 3 ++- src/utils.h | 3 ++- src/version.h | 2 +- src/warc.c | 3 ++- src/wget.h | 3 ++- src/xattr.c | 2 +- src/xattr.h | 2 +- testenv/Makefile.am | 2 +- tests/Makefile.am | 3 ++- tests/unit-tests.c | 3 ++- tests/unit-tests.h | 3 ++- util/Makefile.am | 2 +- util/paramcheck.pl | 3 ++- util/rmold.pl | 2 +- 108 files changed, 195 insertions(+), 132 deletions(-) diff --git a/Makefile.am b/Makefile.am index 97dc91a8..ef28222d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ # Makefile for `Wget' utility -# Copyright (C) 1995-1997, 2006-2018 Free Software Foundation, -# Inc. +# Copyright (C) 1995-1997, 2006-2019 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 2c958e8c..975f6c5f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU Wget NEWS -- history of user-visible changes. -Copyright (C) 1997-2018 Free Software Foundation, Inc. +Copyright (C) 1997-2019 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget bug reports to <bug-wget@gnu.org>. diff --git a/README.checkout b/README.checkout index 7ba0376c..7f2dd340 100644 --- a/README.checkout +++ b/README.checkout @@ -161,8 +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, 2018 Free Software Foundation, - Inc. + Copyright (C) 2008, 2010, 2014-2015, 2018-2019 Free Software + Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. diff --git a/bootstrap b/bootstrap index 5264d9f1..c13b486c 100755 --- a/bootstrap +++ b/bootstrap @@ -4,7 +4,7 @@ scriptversion=2018-10-13.05; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 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 bb44dc77..2182e44a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,5 +1,5 @@ # bootstrap.conf - Bootstrap configuration. -# Copyright (C) 2007-2012, 2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2012, 2018-2019 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 70df2573..4ec5fbd3 100755 --- a/build-aux/build_info.pl +++ b/build-aux/build_info.pl @@ -2,7 +2,7 @@ # Generate build_info.c. -# Copyright (C) 2009-2011, 2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2011, 2018-2019 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 f127c639..e64e3798 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Template file for GNU Autoconf -dnl Copyright (C) 1995-1997, 2001, 2007-2014, 2018 Free Software +dnl Copyright (C) 1995-1997, 2001, 2007-2014, 2018-2019 Free Software dnl Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify diff --git a/doc/Makefile.am b/doc/Makefile.am index aab89abf..c6298371 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/doc/fdl.texi b/doc/fdl.texi index 16a8d1fd..39cc38de 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -5,8 +5,8 @@ @c hence no sectioning command or @node. @display -Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018 Free Software -Foundation, Inc. +Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018-2019 Free +Software Foundation, Inc. @uref{http://fsf.org/} Everyone is permitted to copy and distribute verbatim copies diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 6dacf682..32774841 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/env perl -# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018 Free +# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018-2019 Free # Software Foundation, Inc. # This file is part of GCC. diff --git a/doc/wget.texi b/doc/wget.texi index 591dbf72..cee23c76 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -31,8 +31,8 @@ This file documents the GNU Wget utility for downloading network data. @c man begin COPYRIGHT -Copyright @copyright{} 1996-2011, 2015, 2018 Free Software Foundation, -Inc. +Copyright @copyright{} 1996-2011, 2015, 2018-2019 Free Software +Foundation, Inc. @iftex Permission is granted to make and distribute verbatim copies of diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h index 94dcdf14..fd5e3b1a 100644 --- a/fuzz/fuzzer.h +++ b/fuzz/fuzzer.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/glob_crash.c b/fuzz/glob_crash.c index 522b3a10..acc919eb 100644 --- a/fuzz/glob_crash.c +++ b/fuzz/glob_crash.c @@ -1,4 +1,22 @@ /* + * Copyright (c) 2017-2019 Free Software Foundation, Inc. + * + * This file is part of GNU Wget. + * + * GNU Wget is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * GNU Wget is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Wget. If not, see <https://www.gnu.org/licenses/>. + + * Created 19.10.2017 by Tim Rühsen * * Call glob() using data from fuzzer crash file diff --git a/fuzz/main.c b/fuzz/main.c index e155ca64..2f340267 100644 --- a/fuzz/main.c +++ b/fuzz/main.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/run-afl.sh b/fuzz/run-afl.sh index 59aece2d..5548d3a6 100755 --- a/fuzz/run-afl.sh +++ b/fuzz/run-afl.sh @@ -1,6 +1,6 @@ #!/bin/sh -eu -# Copyright(c) 2017 Free Software Foundation, Inc. +# Copyright (c) 2017, 2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/fuzz/run-clang.sh b/fuzz/run-clang.sh index 616e2d18..db506b5f 100755 --- a/fuzz/run-clang.sh +++ b/fuzz/run-clang.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright(c) 2017 Free Software Foundation, Inc. +# Copyright (c) 2017, 2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/fuzz/wget_cookie_fuzzer.c b/fuzz/wget_cookie_fuzzer.c index 121e2e29..bd6e3b2b 100644 --- a/fuzz/wget_cookie_fuzzer.c +++ b/fuzz/wget_cookie_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_css_fuzzer.c b/fuzz/wget_css_fuzzer.c index bcdeb5e2..7ad2cf16 100644 --- a/fuzz/wget_css_fuzzer.c +++ b/fuzz/wget_css_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_ftpls_fuzzer.c b/fuzz/wget_ftpls_fuzzer.c index 138a5492..cbdce5f5 100644 --- a/fuzz/wget_ftpls_fuzzer.c +++ b/fuzz/wget_ftpls_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_html_fuzzer.c b/fuzz/wget_html_fuzzer.c index a6c4fdc5..7ce34a25 100644 --- a/fuzz/wget_html_fuzzer.c +++ b/fuzz/wget_html_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_netrc_fuzzer.c b/fuzz/wget_netrc_fuzzer.c index 97d472ef..35d627f5 100644 --- a/fuzz/wget_netrc_fuzzer.c +++ b/fuzz/wget_netrc_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_options_fuzzer.c b/fuzz/wget_options_fuzzer.c index d3dcaff4..586f1308 100644 --- a/fuzz/wget_options_fuzzer.c +++ b/fuzz/wget_options_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_robots_fuzzer.c b/fuzz/wget_robots_fuzzer.c index e6b3bd1f..f3e4c27c 100644 --- a/fuzz/wget_robots_fuzzer.c +++ b/fuzz/wget_robots_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/fuzz/wget_url_fuzzer.c b/fuzz/wget_url_fuzzer.c index ad05ff8e..d6df7495 100644 --- a/fuzz/wget_url_fuzzer.c +++ b/fuzz/wget_url_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017-2018 Free Software Foundation, Inc. + * Copyright (c) 2017-2019 Free Software Foundation, Inc. * * This file is part of GNU Wget. * diff --git a/m4/exitfail.m4 b/m4/exitfail.m4 index f5874c25..849729f9 100644 --- a/m4/exitfail.m4 +++ b/m4/exitfail.m4 @@ -1,6 +1,6 @@ # exitfail.m4 serial 6 -dnl Copyright (C) 2002-2003, 2005-2006, 2010-2011, 2018 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 2002-2003, 2005-2006, 2010-2011, 2018-2019 Free +dnl 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/getpagesize.m4 b/m4/getpagesize.m4 index 443d02f0..f503a9ca 100644 --- a/m4/getpagesize.m4 +++ b/m4/getpagesize.m4 @@ -1,6 +1,6 @@ # getpagesize.m4 serial 7 -dnl Copyright (C) 2002, 2004-2005, 2007, 2010-2011, 2018 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 2002, 2004-2005, 2007, 2010-2011, 2018-2019 Free +dnl 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/wchar.m4 b/m4/wchar.m4 index 148ca4bd..35edc7f2 100644 --- a/m4/wchar.m4 +++ b/m4/wchar.m4 @@ -1,6 +1,6 @@ dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues. -dnl Copyright (C) 2007-2011, 2018 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2011, 2018-2019 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 6f54c1bf..a61f7a14 100644 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -2,8 +2,8 @@ dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it. -dnl Copyright (C) 2006-2008, 2010-2011, 2018 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 2006-2008, 2010-2011, 2018-2019 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, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/wget.m4 b/m4/wget.m4 index 1661ef0d..b9066427 100644 --- a/m4/wget.m4 +++ b/m4/wget.m4 @@ -1,5 +1,5 @@ dnl Wget-specific Autoconf macros. -dnl Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2011, 2018-2019 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 40a633a1..bd330a36 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of files which containing translatable strings. -# Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2011, 2018-2019 Free Software Foundation, Inc. # Package source files lib/error.c diff --git a/src/Makefile.am b/src/Makefile.am index 825a1568..3af12e66 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2011, 2015, 2018-2019 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 0149cc7b..e1187555 100644 --- a/src/connect.c +++ b/src/connect.c @@ -1,5 +1,6 @@ /* Establishing and handling network connections. - Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1995-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/connect.h b/src/connect.h index fec24054..89b8cd83 100644 --- a/src/connect.h +++ b/src/connect.h @@ -1,5 +1,6 @@ /* Declarations for connect. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/convert.c b/src/convert.c index a64fd056..d712a9cb 100644 --- a/src/convert.c +++ b/src/convert.c @@ -1,6 +1,6 @@ /* Conversion of links to local files. - Copyright (C) 2003-2011, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2003-2011, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/convert.h b/src/convert.h index 6f45dfb2..ceacf885 100644 --- a/src/convert.h +++ b/src/convert.h @@ -1,5 +1,5 @@ /* Declarations for convert.c - Copyright (C) 2003-2006, 2009-2011, 2015, 2018 Free Software + Copyright (C) 2003-2006, 2009-2011, 2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/cookies.c b/src/cookies.c index d714823f..a2eacfc0 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -1,5 +1,6 @@ /* Support for cookies. - Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/cookies.h b/src/cookies.h index e174798e..87aac993 100644 --- a/src/cookies.h +++ b/src/cookies.h @@ -1,5 +1,6 @@ /* Support for cookies. - Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/css-tokens.h b/src/css-tokens.h index 109ac29a..b2cb976f 100644 --- a/src/css-tokens.h +++ b/src/css-tokens.h @@ -1,6 +1,6 @@ /* Declarations for css.lex - Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.c b/src/css-url.c index c4f77613..54909b78 100644 --- a/src/css-url.c +++ b/src/css-url.c @@ -1,5 +1,5 @@ /* Collect URLs from CSS source. - Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018 Free + Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css-url.h b/src/css-url.h index 79f11664..abbf7232 100644 --- a/src/css-url.h +++ b/src/css-url.h @@ -1,6 +1,6 @@ /* Declarations for css-url.c. - Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/css.l b/src/css.l index d6c34f6d..d33a603d 100644 --- a/src/css.l +++ b/src/css.l @@ -12,8 +12,8 @@ %{ /* Lex source for CSS tokenizing. Taken from http://www.w3.org/TR/CSS21/grammar.html#q2 - Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/exits.c b/src/exits.c index da2ac3b3..319c5664 100644 --- a/src/exits.c +++ b/src/exits.c @@ -1,5 +1,6 @@ /* Exit status handling. - Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2009-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/exits.h b/src/exits.h index bedfdf4a..ca2a6fd4 100644 --- a/src/exits.h +++ b/src/exits.h @@ -1,5 +1,6 @@ /* Exit status related declarations. - Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2009-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ftp-basic.c b/src/ftp-basic.c index 239fae47..3f77f370 100644 --- a/src/ftp-basic.c +++ b/src/ftp-basic.c @@ -1,6 +1,6 @@ /* Basic FTP routines. - Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 53a70240..4d711caa 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -1,5 +1,6 @@ /* Parsing FTP `ls' output. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ftp-opie.c b/src/ftp-opie.c index ffd048b4..fdfaf400 100644 --- a/src/ftp-opie.c +++ b/src/ftp-opie.c @@ -1,5 +1,6 @@ /* Opie (s/key) support for FTP. - Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ftp.c b/src/ftp.c index 6b8bdf8f..03d7deb9 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1,6 +1,6 @@ /* File Transfer Protocol support. - Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ftp.h b/src/ftp.h index 8f7c4c17..21449621 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -1,5 +1,6 @@ /* Declarations for FTP support. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/gnutls.c b/src/gnutls.c index b23714ca..04b50b10 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -1,5 +1,6 @@ /* SSL support via GnuTLS library. - Copyright (C) 2005-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/hash.c b/src/hash.c index a1b23dcf..04cc5f58 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,5 +1,6 @@ /* Hash tables. - Copyright (C) 2000-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2000-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/hash.h b/src/hash.h index ae0e8e49..c5bb002f 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ /* Hash table declarations. - Copyright (C) 2000, 2007-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2000, 2007-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/host.c b/src/host.c index 2bf848f3..e4f0ffb2 100644 --- a/src/host.c +++ b/src/host.c @@ -1,5 +1,6 @@ /* Host name resolution and matching. - Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/host.h b/src/host.h index 042d44db..560391dd 100644 --- a/src/host.h +++ b/src/host.h @@ -1,5 +1,6 @@ /* Declarations for host.c - Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/hsts.c b/src/hsts.c index 64149e4d..b91bc560 100644 --- a/src/hsts.c +++ b/src/hsts.c @@ -1,5 +1,6 @@ /* HTTP Strict Transport Security (HSTS) support. - Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/hsts.h b/src/hsts.h index 0065d9f6..a92b023b 100644 --- a/src/hsts.h +++ b/src/hsts.h @@ -1,5 +1,6 @@ /* Declarations for hsts.c - Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/html-parse.c b/src/html-parse.c index 658f90f4..da8fd767 100644 --- a/src/html-parse.c +++ b/src/html-parse.c @@ -1,5 +1,6 @@ /* HTML parser for Wget. - Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/html-parse.h b/src/html-parse.h index 567afcd4..1f0ea6ef 100644 --- a/src/html-parse.h +++ b/src/html-parse.h @@ -1,5 +1,6 @@ /* Declarations for html-parse.c. - Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/html-url.c b/src/html-url.c index 9691526a..8bce488d 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -1,5 +1,6 @@ /* Collect URLs from HTML source. - Copyright (C) 1998-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/html-url.h b/src/html-url.h index 6eaf360a..33ea4cfb 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -1,5 +1,5 @@ /* Declarations for html-url.c. - Copyright (C) 1995-1997, 2009-2011, 2015, 2018 Free Software + Copyright (C) 1995-1997, 2009-2011, 2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/http-ntlm.c b/src/http-ntlm.c index 1e0087a0..240fa5dc 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -1,5 +1,6 @@ /* NTLM code. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 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 39a23b56..895d5e3e 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-1997, 2000, 2007-2011, 2015, 2018 Free Software - Foundation, Inc. + Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018-2019 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 77732454..304a2f86 100644 --- a/src/http.c +++ b/src/http.c @@ -1,6 +1,6 @@ /* HTTP support. - Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2012, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/http.h b/src/http.h index f9ab352a..d6b22ea0 100644 --- a/src/http.h +++ b/src/http.h @@ -1,5 +1,6 @@ /* Declarations for HTTP. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/init.c b/src/init.c index d325c3b2..9b6665a6 100644 --- a/src/init.c +++ b/src/init.c @@ -1,6 +1,6 @@ /* Reading/parsing the initialization file. - Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2012, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/init.h b/src/init.h index 146769e8..2ec8dde4 100644 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,6 @@ /* Declarations for init.c. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/iri.c b/src/iri.c index 7dcf3ac9..7a4097ce 100644 --- a/src/iri.c +++ b/src/iri.c @@ -1,5 +1,6 @@ /* IRI related functions. - Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2008-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/iri.h b/src/iri.h index 7ca34199..50e6142f 100644 --- a/src/iri.h +++ b/src/iri.h @@ -1,5 +1,6 @@ /* Internationalization related declarations. - Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2008-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/log.c b/src/log.c index e8cca2f3..63b96c87 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,6 @@ /* Messages logging. - Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/log.h b/src/log.h index e8bd065f..e298f5c8 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,6 @@ /* Declarations for log.c. - Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/main.c b/src/main.c index 4408ffbb..65b7f3f3 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* Command line parsing. - Copyright (C) 1996-2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/metalink.c b/src/metalink.c index 47c8accb..72f7d1b6 100644 --- a/src/metalink.c +++ b/src/metalink.c @@ -1,5 +1,5 @@ /* Metalink module. - Copyright (C) 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/metalink.h b/src/metalink.h index 00ff4c43..694db84f 100644 --- a/src/metalink.h +++ b/src/metalink.h @@ -1,5 +1,5 @@ /* Declarations for metalink.c. - Copyright (C) 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/mswindows.c b/src/mswindows.c index 5be3ed8a..933d18fd 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -1,6 +1,6 @@ /* mswindows.c -- Windows-specific support - Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/mswindows.h b/src/mswindows.h index 4e9719ea..f43d745b 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -1,5 +1,6 @@ /* Declarations for windows - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/netrc.c b/src/netrc.c index 15a79a13..e38a8283 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-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996, 2007-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/netrc.h b/src/netrc.h index d7fcc64e..43f9410e 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -1,6 +1,6 @@ /* Declarations for netrc.c - Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018 Free Software - Foundation, Inc. + Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018-2019 Free + Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/openssl.c b/src/openssl.c index 73e7f0f4..ec1c82b3 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -1,5 +1,6 @@ /* SSL support via OpenSSL library. - Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2000-2012, 2015, 2018-2019 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 c3c2a2cf..881e2b2e 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,6 @@ /* struct options. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/progress.c b/src/progress.c index c6c5e395..8e5709c7 100644 --- a/src/progress.c +++ b/src/progress.c @@ -1,5 +1,6 @@ /* Download progress. - Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/progress.h b/src/progress.h index ffd3afe9..e6503717 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,5 +1,6 @@ /* Download progress. - Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ptimer.c b/src/ptimer.c index 860d0586..00a64e55 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -1,5 +1,6 @@ /* Portable timers. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/ptimer.h b/src/ptimer.h index e7d23d24..1d6187cb 100644 --- a/src/ptimer.h +++ b/src/ptimer.h @@ -1,5 +1,6 @@ /* Declarations for ptimer.c. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/recur.c b/src/recur.c index 0a173dde..b3190485 100644 --- a/src/recur.c +++ b/src/recur.c @@ -1,5 +1,6 @@ /* Handling of recursive HTTP retrieving. - Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/recur.h b/src/recur.h index 1c568113..f2b9b6da 100644 --- a/src/recur.h +++ b/src/recur.h @@ -1,5 +1,6 @@ /* Declarations for recur.c. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/res.c b/src/res.c index 0062c63a..f8281112 100644 --- a/src/res.c +++ b/src/res.c @@ -1,6 +1,6 @@ /* Support for Robot Exclusion Standard (RES). - Copyright (C) 2001, 2006-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2001, 2006-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of Wget. diff --git a/src/res.h b/src/res.h index e8fb934b..a4bd650f 100644 --- a/src/res.h +++ b/src/res.h @@ -1,6 +1,6 @@ /* Declarations for res.c. - Copyright (C) 2001, 2007-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2001, 2007-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of Wget. diff --git a/src/retr.c b/src/retr.c index ae86730c..ebea6e41 100644 --- a/src/retr.c +++ b/src/retr.c @@ -1,6 +1,6 @@ /* File retrieval. - Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. diff --git a/src/retr.h b/src/retr.h index dcae7b1e..730d8b36 100644 --- a/src/retr.h +++ b/src/retr.h @@ -1,5 +1,6 @@ /* Declarations for retr.c. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/spider.c b/src/spider.c index f34cf179..df80c146 100644 --- a/src/spider.c +++ b/src/spider.c @@ -1,6 +1,5 @@ /* Keep track of visited URLs in spider mode. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 2006-2011, 2015, 2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/spider.h b/src/spider.h index fdec3d74..d515e8fb 100644 --- a/src/spider.h +++ b/src/spider.h @@ -1,6 +1,5 @@ /* Declarations for spider.c - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software - Foundation, Inc. + Copyright (C) 2006-2011, 2015, 2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/ssl.h b/src/ssl.h index a44bd082..e0c7766d 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -1,5 +1,6 @@ /* SSL support. - Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2000-2012, 2015, 2018-2019 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 bfeadf33..c17fa01e 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,5 +1,6 @@ /* Dirty system-dependent hacks. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/url.c b/src/url.c index 4b2263c0..2c49023d 100644 --- a/src/url.c +++ b/src/url.c @@ -1,5 +1,6 @@ /* URL handling. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/url.h b/src/url.h index fb66a76d..c672f1c3 100644 --- a/src/url.h +++ b/src/url.h @@ -1,5 +1,6 @@ /* Declarations for url.c. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/utils.c b/src/utils.c index a07065d3..89a87b07 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,6 @@ /* Various utility functions. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/utils.h b/src/utils.h index 7c0e7675..3cffd2a5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,6 @@ /* Declarations for utils.c. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/version.h b/src/version.h index ee40bb1c..95ae78a2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* Extern declarations for printing version information - Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2013, 2015, 2018-2019 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/src/warc.c b/src/warc.c index d5bc6008..74c8ad9e 100644 --- a/src/warc.c +++ b/src/warc.c @@ -1,5 +1,6 @@ /* Utility functions for writing WARC files. - Copyright (C) 2011-2012, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2011-2012, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/wget.h b/src/wget.h index 50b28518..85438338 100644 --- a/src/wget.h +++ b/src/wget.h @@ -1,5 +1,6 @@ /* Miscellaneous declarations. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/src/xattr.c b/src/xattr.c index 0f20fadf..05e902dd 100644 --- a/src/xattr.c +++ b/src/xattr.c @@ -1,6 +1,6 @@ /* xattr.h -- POSIX Extended Attribute support. - Copyright (C) 2016, 2018 Free Software Foundation, Inc. + Copyright (C) 2016, 2018-2019 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 40c7a8d3..bbe0fe4f 100644 --- a/src/xattr.h +++ b/src/xattr.h @@ -1,6 +1,6 @@ /* xattr.h -- POSIX Extended Attribute function mappings. - Copyright (C) 2016, 2018 Free Software Foundation, Inc. + Copyright (C) 2016, 2018-2019 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 36639fa8..b5a39ad2 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc. +# Copyright (C) 2013, 2015, 2018-2019 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 a46ffdc6..cf967b5f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2011, 2015, 2018-2019 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/unit-tests.c b/tests/unit-tests.c index 0db434be..52018282 100644 --- a/tests/unit-tests.c +++ b/tests/unit-tests.c @@ -1,5 +1,6 @@ /* Unit testing. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/tests/unit-tests.h b/tests/unit-tests.h index 74552120..3ec00378 100644 --- a/tests/unit-tests.h +++ b/tests/unit-tests.h @@ -1,5 +1,6 @@ /* Unit testing declarations. - Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. diff --git a/util/Makefile.am b/util/Makefile.am index 65b38416..a994a3d4 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/util/paramcheck.pl b/util/paramcheck.pl index 209a63a6..b0e65952 100755 --- a/util/paramcheck.pl +++ b/util/paramcheck.pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl -# Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc. +# Copyright (C) 2008-2011, 2015, 2018-2019 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 a21be994..b425639d 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -w -# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify