diff --git a/NEWS b/NEWS index bcf9a131..9bcf0c7f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ GNU Wget2 NEWS -- history of user-visible changes. Copyright (C) 2012-2015 Tim Ruehsen -Copyright (C) 2015-2018 Free Software Foundation, Inc. +Copyright (C) 2015-2019 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget2 bug reports to . diff --git a/benchmarks/benches/convert.gp b/benchmarks/benches/convert.gp index a70e4a63..f8274ea4 100644 --- a/benchmarks/benches/convert.gp +++ b/benchmarks/benches/convert.gp @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/benches/http1.sh b/benchmarks/benches/http1.sh index e97ab3c3..fe54dcab 100644 --- a/benchmarks/benches/http1.sh +++ b/benchmarks/benches/http1.sh @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/benches/http2.sh b/benchmarks/benches/http2.sh index 6471ab4d..9b07986c 100644 --- a/benchmarks/benches/http2.sh +++ b/benchmarks/benches/http2.sh @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/benchmark.sh b/benchmarks/benchmark.sh index 13eef442..2c1ab793 100755 --- a/benchmarks/benchmark.sh +++ b/benchmarks/benchmark.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/sources/curl.bench.sh b/benchmarks/sources/curl.bench.sh index 433dbb5e..aa66eb27 100644 --- a/benchmarks/sources/curl.bench.sh +++ b/benchmarks/sources/curl.bench.sh @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/sources/wget.bench.sh b/benchmarks/sources/wget.bench.sh index 4c86cfa5..513e7a2e 100644 --- a/benchmarks/sources/wget.bench.sh +++ b/benchmarks/sources/wget.bench.sh @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/benchmarks/sources/wget2.bench.sh b/benchmarks/sources/wget2.bench.sh index b3af9b03..d66a6b76 100644 --- a/benchmarks/sources/wget2.bench.sh +++ b/benchmarks/sources/wget2.bench.sh @@ -1,4 +1,4 @@ -# Copyright(c) 2018 Free Software Foundation, Inc. +# Copyright(c) 2018-2019 Free Software Foundation, Inc. # # This file is part of GNU Wget. # diff --git a/bootstrap b/bootstrap index d96515bb..646b6e11 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 7730c03c..58093941 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,5 +1,5 @@ # bootstrap.conf - Bootstrap configuration. -# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, +# Copyright (C) 2007-2019 Free Software Foundation, # Inc. # # This file is part of GNU Wget. diff --git a/contrib/update_copyright b/contrib/update_copyright index f7825780..619bedf2 100755 --- a/contrib/update_copyright +++ b/contrib/update_copyright @@ -1,6 +1,6 @@ #!/bin/sh files=`git ls-files|egrep -v 'COPYING|gnulib|fuzz/.*.in/|update_copyright'` -sed -i "s/ 2016 Free Soft/ 2016-2018 Free Soft/g" $files -sed -i "s/ 2017 Free Soft/ 2017-2018 Free Soft/g" $files -sed -i "s/-201. Free Soft/-2018 Free Soft/g" $files +sed -i "s/ 2017 Free Soft/ 2017-2019 Free Soft/g" $files +sed -i "s/ 2018 Free Soft/ 2018-2019 Free Soft/g" $files +sed -i "s/-201. Free Soft/-2019 Free Soft/g" $files diff --git a/docs/wget2.md b/docs/wget2.md index 3841e74d..c2655bf3 100644 --- a/docs/wget2.md +++ b/docs/wget2.md @@ -1988,7 +1988,7 @@ Go to background immediately after startup. If no output file is specified via t Copyright (C) 2012-2015 Tim Rühsen - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with diff --git a/examples/batch_loader.c b/examples/batch_loader.c index 6e020af6..51980cc3 100644 --- a/examples/batch_loader.c +++ b/examples/batch_loader.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/check_url_types.c b/examples/check_url_types.c index d43b7f37..c1308cc6 100644 --- a/examples/check_url_types.c +++ b/examples/check_url_types.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 libwget. * diff --git a/examples/getstream.c b/examples/getstream.c index 84cc77f1..c4bad596 100644 --- a/examples/getstream.c +++ b/examples/getstream.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/http_get.c b/examples/http_get.c index 747ee2de..c6ad0002 100644 --- a/examples/http_get.c +++ b/examples/http_get.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/http_get2.c b/examples/http_get2.c index d7149216..9628c1c8 100644 --- a/examples/http_get2.c +++ b/examples/http_get2.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/http_multi_get.c b/examples/http_multi_get.c index 3ac6dbe3..26471faf 100644 --- a/examples/http_multi_get.c +++ b/examples/http_multi_get.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/print_css_urls.c b/examples/print_css_urls.c index babed571..12e7d3d9 100644 --- a/examples/print_css_urls.c +++ b/examples/print_css_urls.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/print_css_urls2.c b/examples/print_css_urls2.c index 4ae9a547..423fc96d 100644 --- a/examples/print_css_urls2.c +++ b/examples/print_css_urls2.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/print_css_urls3.c b/examples/print_css_urls3.c index ea2a3868..b791d3b0 100644 --- a/examples/print_css_urls3.c +++ b/examples/print_css_urls3.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/print_html_urls.c b/examples/print_html_urls.c index 9171ab77..c735b6cf 100644 --- a/examples/print_html_urls.c +++ b/examples/print_html_urls.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/websequencediagram.c b/examples/websequencediagram.c index c89e1e40..65733a74 100644 --- a/examples/websequencediagram.c +++ b/examples/websequencediagram.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/websequencediagram_high.c b/examples/websequencediagram_high.c index cbf13ee5..7ac07656 100644 --- a/examples/websequencediagram_high.c +++ b/examples/websequencediagram_high.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h index 93fae96a..7c5e3015 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 libwget. * diff --git a/fuzz/libwget_atom_url_fuzzer.c b/fuzz/libwget_atom_url_fuzzer.c index d2eef798..730c0b4a 100644 --- a/fuzz/libwget_atom_url_fuzzer.c +++ b/fuzz/libwget_atom_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 libwget. * diff --git a/fuzz/libwget_bar_fuzzer.c b/fuzz/libwget_bar_fuzzer.c index b290eb89..88079c38 100644 --- a/fuzz/libwget_bar_fuzzer.c +++ b/fuzz/libwget_bar_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 libwget. * diff --git a/fuzz/libwget_base64_fuzzer.c b/fuzz/libwget_base64_fuzzer.c index e887ebc8..90b33137 100644 --- a/fuzz/libwget_base64_fuzzer.c +++ b/fuzz/libwget_base64_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 libwget. * diff --git a/fuzz/libwget_cookie_fuzzer.c b/fuzz/libwget_cookie_fuzzer.c index c9a2a2ac..15f6640d 100644 --- a/fuzz/libwget_cookie_fuzzer.c +++ b/fuzz/libwget_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 libwget. * diff --git a/fuzz/libwget_css_url_fuzzer.c b/fuzz/libwget_css_url_fuzzer.c index 5554df6f..c61b3a97 100644 --- a/fuzz/libwget_css_url_fuzzer.c +++ b/fuzz/libwget_css_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 libwget. * diff --git a/fuzz/libwget_hpkp_fuzzer.c b/fuzz/libwget_hpkp_fuzzer.c index 59a7563c..70bc1564 100644 --- a/fuzz/libwget_hpkp_fuzzer.c +++ b/fuzz/libwget_hpkp_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 libwget. * diff --git a/fuzz/libwget_hsts_fuzzer.c b/fuzz/libwget_hsts_fuzzer.c index cc7b2787..7dd2e3c7 100644 --- a/fuzz/libwget_hsts_fuzzer.c +++ b/fuzz/libwget_hsts_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 libwget. * diff --git a/fuzz/libwget_html_url_fuzzer.c b/fuzz/libwget_html_url_fuzzer.c index ca9abf53..69a1dfdd 100644 --- a/fuzz/libwget_html_url_fuzzer.c +++ b/fuzz/libwget_html_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 libwget. * diff --git a/fuzz/libwget_http_client_fuzzer.c b/fuzz/libwget_http_client_fuzzer.c index 05aeac79..55744f21 100644 --- a/fuzz/libwget_http_client_fuzzer.c +++ b/fuzz/libwget_http_client_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 libwget. * diff --git a/fuzz/libwget_http_parse_fuzzer.c b/fuzz/libwget_http_parse_fuzzer.c index 5bc947ac..adce0fd7 100644 --- a/fuzz/libwget_http_parse_fuzzer.c +++ b/fuzz/libwget_http_parse_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 libwget. * diff --git a/fuzz/libwget_iri_fuzzer.c b/fuzz/libwget_iri_fuzzer.c index a83cc232..9f2ad66d 100644 --- a/fuzz/libwget_iri_fuzzer.c +++ b/fuzz/libwget_iri_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 libwget. * diff --git a/fuzz/libwget_metalink_parse_fuzzer.c b/fuzz/libwget_metalink_parse_fuzzer.c index 1fa63b84..7df11180 100644 --- a/fuzz/libwget_metalink_parse_fuzzer.c +++ b/fuzz/libwget_metalink_parse_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 libwget. * diff --git a/fuzz/libwget_netrc_fuzzer.c b/fuzz/libwget_netrc_fuzzer.c index 836aa9e7..cd279744 100644 --- a/fuzz/libwget_netrc_fuzzer.c +++ b/fuzz/libwget_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 libwget. * diff --git a/fuzz/libwget_ocsp_fuzzer.c b/fuzz/libwget_ocsp_fuzzer.c index 4bb21fd5..487872fa 100644 --- a/fuzz/libwget_ocsp_fuzzer.c +++ b/fuzz/libwget_ocsp_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 libwget. * diff --git a/fuzz/libwget_robots_parse_fuzzer.c b/fuzz/libwget_robots_parse_fuzzer.c index c93ca8c7..e7ec6632 100644 --- a/fuzz/libwget_robots_parse_fuzzer.c +++ b/fuzz/libwget_robots_parse_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 libwget. * diff --git a/fuzz/libwget_sitemap_url_fuzzer.c b/fuzz/libwget_sitemap_url_fuzzer.c index 7d681b46..e9ddfeb0 100644 --- a/fuzz/libwget_sitemap_url_fuzzer.c +++ b/fuzz/libwget_sitemap_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 libwget. * diff --git a/fuzz/libwget_tlssess_fuzzer.c b/fuzz/libwget_tlssess_fuzzer.c index 5a684280..d890dad1 100644 --- a/fuzz/libwget_tlssess_fuzzer.c +++ b/fuzz/libwget_tlssess_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 libwget. * diff --git a/fuzz/libwget_utils_fuzzer.c b/fuzz/libwget_utils_fuzzer.c index ad88e936..de8a7059 100644 --- a/fuzz/libwget_utils_fuzzer.c +++ b/fuzz/libwget_utils_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 libwget. * diff --git a/fuzz/libwget_xml_parse_buffer_fuzzer.c b/fuzz/libwget_xml_parse_buffer_fuzzer.c index 68f71ae2..0e2ac3f3 100644 --- a/fuzz/libwget_xml_parse_buffer_fuzzer.c +++ b/fuzz/libwget_xml_parse_buffer_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 libwget. * diff --git a/fuzz/main.c b/fuzz/main.c index 433d6e17..a7dd2aba 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 libwget. * diff --git a/fuzz/run-afl.sh b/fuzz/run-afl.sh index 1f05793b..87014de4 100755 --- a/fuzz/run-afl.sh +++ b/fuzz/run-afl.sh @@ -1,6 +1,6 @@ #!/bin/sh -eu -# Copyright(c) 2017-2018 Free Software Foundation, Inc. +# Copyright(c) 2017-2019 Free Software Foundation, Inc. # # This file is part of libwget. # diff --git a/fuzz/run-clang.sh b/fuzz/run-clang.sh index 9ed56bc3..abf7f5ff 100755 --- a/fuzz/run-clang.sh +++ b/fuzz/run-clang.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright(c) 2017-2018 Free Software Foundation, Inc. +# Copyright(c) 2017-2019 Free Software Foundation, Inc. # # This file is part of libwget. # diff --git a/fuzz/wget_options_fuzzer.c b/fuzz/wget_options_fuzzer.c index 251af7a0..1d5b19c7 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 libwget. * diff --git a/gnulib b/gnulib index 6c3b072e..4652c7ba 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 6c3b072e6a48d45455b37420caf14b804cbba23c +Subproject commit 4652c7bafa60332145f1e05a7de5f48e1bc56226 diff --git a/include/wget/wget.h b/include/wget/wget.h index c10978e7..6caad63f 100644 --- a/include/wget/wget.h +++ b/include/wget/wget.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/include/wget/wgetver.h.in b/include/wget/wgetver.h.in index 2372f92b..c60c580c 100644 --- a/include/wget/wgetver.h.in +++ b/include/wget/wgetver.h.in @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/atom_url.c b/libwget/atom_url.c index ed1bba01..ce32808d 100644 --- a/libwget/atom_url.c +++ b/libwget/atom_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/bar.c b/libwget/bar.c index 7445d130..bfd5e21b 100644 --- a/libwget/bar.c +++ b/libwget/bar.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/base64.c b/libwget/base64.c index 8af6c1ea..9e809522 100644 --- a/libwget/base64.c +++ b/libwget/base64.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/bitmap.c b/libwget/bitmap.c index 25e34e11..0f8cf7eb 100644 --- a/libwget/bitmap.c +++ b/libwget/bitmap.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/buffer.c b/libwget/buffer.c index 0dda3ba6..7c05414b 100644 --- a/libwget/buffer.c +++ b/libwget/buffer.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/buffer_printf.c b/libwget/buffer_printf.c index 81a9188a..339db223 100644 --- a/libwget/buffer_printf.c +++ b/libwget/buffer_printf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/console.c b/libwget/console.c index 60b8eeaf..c52703c6 100644 --- a/libwget/console.c +++ b/libwget/console.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/cookie.c b/libwget/cookie.c index ba7ebe9e..6f313616 100644 --- a/libwget/cookie.c +++ b/libwget/cookie.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/css.c b/libwget/css.c index e19cd3ff..a389e3a0 100644 --- a/libwget/css.c +++ b/libwget/css.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/css_url.c b/libwget/css_url.c index a8128129..e8907d58 100644 --- a/libwget/css_url.c +++ b/libwget/css_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/decompressor.c b/libwget/decompressor.c index 84b26f92..fabcc43b 100644 --- a/libwget/decompressor.c +++ b/libwget/decompressor.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/dns_cache.c b/libwget/dns_cache.c index d6422170..7d0ad375 100644 --- a/libwget/dns_cache.c +++ b/libwget/dns_cache.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 libwget. * diff --git a/libwget/encoding.c b/libwget/encoding.c index 77e7b279..5c6762ba 100644 --- a/libwget/encoding.c +++ b/libwget/encoding.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/error.c b/libwget/error.c index ba4ed340..eb4f47fb 100644 --- a/libwget/error.c +++ b/libwget/error.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hash_printf.c b/libwget/hash_printf.c index 2d9de10d..8fb3e2b9 100644 --- a/libwget/hash_printf.c +++ b/libwget/hash_printf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hashfile.c b/libwget/hashfile.c index 9ed9e783..3b67365a 100644 --- a/libwget/hashfile.c +++ b/libwget/hashfile.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/libwget/hashmap.c b/libwget/hashmap.c index 2a5605d0..61f7a462 100644 --- a/libwget/hashmap.c +++ b/libwget/hashmap.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hpkp.c b/libwget/hpkp.c index 6d4d81c2..e60d7e9c 100644 --- a/libwget/hpkp.c +++ b/libwget/hpkp.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hsts.c b/libwget/hsts.c index 672b9a78..420ebe3a 100644 --- a/libwget/hsts.c +++ b/libwget/hsts.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/html_url.c b/libwget/html_url.c index 61d83880..fed5929f 100644 --- a/libwget/html_url.c +++ b/libwget/html_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http.c b/libwget/http.c index c43b40bb..eef1e7a6 100644 --- a/libwget/http.c +++ b/libwget/http.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http.h b/libwget/http.h index a1571119..235355c8 100644 --- a/libwget/http.h +++ b/libwget/http.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 libwget. * diff --git a/libwget/http_highlevel.c b/libwget/http_highlevel.c index 2d1b1b59..ad93d4f9 100644 --- a/libwget/http_highlevel.c +++ b/libwget/http_highlevel.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http_parse.c b/libwget/http_parse.c index fb1d9706..2d6114ce 100644 --- a/libwget/http_parse.c +++ b/libwget/http_parse.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 libwget. * diff --git a/libwget/init.c b/libwget/init.c index ae8cf57b..4c66b42d 100644 --- a/libwget/init.c +++ b/libwget/init.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/io.c b/libwget/io.c index e9c7c2c0..d253a470 100644 --- a/libwget/io.c +++ b/libwget/io.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ip.c b/libwget/ip.c index bab62f34..b2ae53bd 100644 --- a/libwget/ip.c +++ b/libwget/ip.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/iri.c b/libwget/iri.c index 4f15eb6f..e4b6c1be 100644 --- a/libwget/iri.c +++ b/libwget/iri.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/list.c b/libwget/list.c index 31022d6f..f5a773b9 100644 --- a/libwget/list.c +++ b/libwget/list.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/log.c b/libwget/log.c index f67b18c9..f2ab5b1b 100644 --- a/libwget/log.c +++ b/libwget/log.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/logger.c b/libwget/logger.c index c38e85bc..56b1d6d2 100644 --- a/libwget/logger.c +++ b/libwget/logger.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/logger.h b/libwget/logger.h index 3e35949c..1d3f7f3b 100644 --- a/libwget/logger.h +++ b/libwget/logger.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 libwget. * diff --git a/libwget/mem.c b/libwget/mem.c index 9c8f2b65..787efc09 100644 --- a/libwget/mem.c +++ b/libwget/mem.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/metalink.c b/libwget/metalink.c index 015269cf..f88c599e 100644 --- a/libwget/metalink.c +++ b/libwget/metalink.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/net.c b/libwget/net.c index 9ef9ef4a..964afcdc 100644 --- a/libwget/net.c +++ b/libwget/net.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/net.h b/libwget/net.h index f15e3c4a..d0bb77ee 100644 --- a/libwget/net.h +++ b/libwget/net.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2015 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/netrc.c b/libwget/netrc.c index 8282777a..a0574f68 100644 --- a/libwget/netrc.c +++ b/libwget/netrc.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ocsp.c b/libwget/ocsp.c index 9842253d..0ff48d3d 100644 --- a/libwget/ocsp.c +++ b/libwget/ocsp.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/pipe.c b/libwget/pipe.c index 1db6d362..5effb2af 100644 --- a/libwget/pipe.c +++ b/libwget/pipe.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/plugin.c b/libwget/plugin.c index a49153ae..5f00e6ab 100644 --- a/libwget/plugin.c +++ b/libwget/plugin.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 libwget. * diff --git a/libwget/printf.c b/libwget/printf.c index 97e2794a..f8e4c054 100644 --- a/libwget/printf.c +++ b/libwget/printf.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/private.h b/libwget/private.h index c54587e8..80257b54 100644 --- a/libwget/private.h +++ b/libwget/private.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/random.c b/libwget/random.c index 59dfe3af..e9f1d0e5 100644 --- a/libwget/random.c +++ b/libwget/random.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/robots.c b/libwget/robots.c index ed46b683..bcee9db0 100644 --- a/libwget/robots.c +++ b/libwget/robots.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/rss_url.c b/libwget/rss_url.c index cd2969a1..b0dead0e 100644 --- a/libwget/rss_url.c +++ b/libwget/rss_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/sitemap_url.c b/libwget/sitemap_url.c index 0eb6d3c6..7fdaa749 100644 --- a/libwget/sitemap_url.c +++ b/libwget/sitemap_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ssl_gnutls.c b/libwget/ssl_gnutls.c index d9fe794e..c8ebe828 100644 --- a/libwget/ssl_gnutls.c +++ b/libwget/ssl_gnutls.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/stringmap.c b/libwget/stringmap.c index 84763db0..20129976 100644 --- a/libwget/stringmap.c +++ b/libwget/stringmap.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/strlcpy.c b/libwget/strlcpy.c index 29f4458b..c1cf2cb8 100644 --- a/libwget/strlcpy.c +++ b/libwget/strlcpy.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/strscpy.c b/libwget/strscpy.c index 4af70e15..1a8fa80d 100644 --- a/libwget/strscpy.c +++ b/libwget/strscpy.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 libwget. * diff --git a/libwget/thread.c b/libwget/thread.c index 5240bdc0..05bd3c33 100644 --- a/libwget/thread.c +++ b/libwget/thread.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/tls_session.c b/libwget/tls_session.c index 53b483c0..b2b14d83 100644 --- a/libwget/tls_session.c +++ b/libwget/tls_session.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/utils.c b/libwget/utils.c index fade00f5..bcaf23c6 100644 --- a/libwget/utils.c +++ b/libwget/utils.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/vector.c b/libwget/vector.c index c7eb7f92..d23543f1 100644 --- a/libwget/vector.c +++ b/libwget/vector.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/xalloc.c b/libwget/xalloc.c index 3ea0aa9c..8bc295fa 100644 --- a/libwget/xalloc.c +++ b/libwget/xalloc.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/xml.c b/libwget/xml.c index 6aeeb6f7..b5ffb2e5 100644 --- a/libwget/xml.c +++ b/libwget/xml.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/m4/wget_manywarnings.m4 b/m4/wget_manywarnings.m4 index 91947426..d9c81b18 100644 --- a/m4/wget_manywarnings.m4 +++ b/m4/wget_manywarnings.m4 @@ -1,5 +1,5 @@ # wget_manywarnings.m4 serial 1 -dnl Copyright (C) 2016-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2016-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/pthread_sigmask.c.mingw b/pthread_sigmask.c.mingw index ff0a514f..86e91bc3 100644 --- a/pthread_sigmask.c.mingw +++ b/pthread_sigmask.c.mingw @@ -1,5 +1,5 @@ /* POSIX compatible signal blocking for threads. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-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/bar.c b/src/bar.c index 85933c12..f518df7f 100644 --- a/src/bar.c +++ b/src/bar.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/blacklist.c b/src/blacklist.c index 9da35eee..de90af65 100644 --- a/src/blacklist.c +++ b/src/blacklist.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/dl.c b/src/dl.c index 850651b5..eed69d19 100644 --- a/src/dl.c +++ b/src/dl.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 Wget. * diff --git a/src/gpgme.c b/src/gpgme.c index 30412f1e..34504cd8 100644 --- a/src/gpgme.c +++ b/src/gpgme.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 Wget. * diff --git a/src/host.c b/src/host.c index bb7b7c63..52f9c22d 100644 --- a/src/host.c +++ b/src/host.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/job.c b/src/job.c index 551f918a..fa927abe 100644 --- a/src/job.c +++ b/src/job.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/log.c b/src/log.c index 781c6d01..d1ffb3d7 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/options.c b/src/options.c index aac74ca3..663d16d0 100644 --- a/src/options.c +++ b/src/options.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/plugin.c b/src/plugin.c index cbb2ffca..fac8160d 100644 --- a/src/plugin.c +++ b/src/plugin.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 Wget. * diff --git a/src/stats.c b/src/stats.c index c79b55d3..77097c04 100644 --- a/src/stats.c +++ b/src/stats.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 Wget. * diff --git a/src/stats_dns.c b/src/stats_dns.c index 6448e9e4..e6418047 100644 --- a/src/stats_dns.c +++ b/src/stats_dns.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/stats_ocsp.c b/src/stats_ocsp.c index 7c580c21..12e68d09 100644 --- a/src/stats_ocsp.c +++ b/src/stats_ocsp.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/stats_server.c b/src/stats_server.c index b786ead0..b38864a5 100644 --- a/src/stats_server.c +++ b/src/stats_server.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 Wget. * diff --git a/src/stats_site.c b/src/stats_site.c index b7ef1f71..70f7f47a 100644 --- a/src/stats_site.c +++ b/src/stats_site.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/stats_tls.c b/src/stats_tls.c index c940347c..b997c772 100644 --- a/src/stats_tls.c +++ b/src/stats_tls.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/testing.c b/src/testing.c index d0910685..5d48f8c5 100644 --- a/src/testing.c +++ b/src/testing.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 Wget. * diff --git a/src/utils.c b/src/utils.c index 69051704..396fa84d 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget.c b/src/wget.c index 6e167de1..87145e8b 100644 --- a/src/wget.c +++ b/src/wget.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_bar.h b/src/wget_bar.h index ea8bf745..d984603d 100644 --- a/src/wget_bar.h +++ b/src/wget_bar.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_blacklist.h b/src/wget_blacklist.h index a13e1700..530bc5b3 100644 --- a/src/wget_blacklist.h +++ b/src/wget_blacklist.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_dl.h b/src/wget_dl.h index 66347490..f4ca0876 100644 --- a/src/wget_dl.h +++ b/src/wget_dl.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 Wget. * diff --git a/src/wget_gpgme.h b/src/wget_gpgme.h index 5516c80a..54cfef31 100644 --- a/src/wget_gpgme.h +++ b/src/wget_gpgme.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 Wget. * diff --git a/src/wget_host.h b/src/wget_host.h index 91e61b76..6e8a7dc5 100644 --- a/src/wget_host.h +++ b/src/wget_host.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_job.h b/src/wget_job.h index 97921a0f..4f81d48d 100644 --- a/src/wget_job.h +++ b/src/wget_job.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_log.h b/src/wget_log.h index fc2a4c92..f1106fd4 100644 --- a/src/wget_log.h +++ b/src/wget_log.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_main.h b/src/wget_main.h index c340941c..a41044f9 100644 --- a/src/wget_main.h +++ b/src/wget_main.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_options.h b/src/wget_options.h index 70756c3c..7fadeb42 100644 --- a/src/wget_options.h +++ b/src/wget_options.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_plugin.h b/src/wget_plugin.h index 00bcce7d..e274bba1 100644 --- a/src/wget_plugin.h +++ b/src/wget_plugin.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 Wget. * diff --git a/src/wget_stats.h b/src/wget_stats.h index be044767..88c6bdff 100644 --- a/src/wget_stats.h +++ b/src/wget_stats.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 Wget. * diff --git a/src/wget_testing.h b/src/wget_testing.h index c2fbca5d..2f22aa54 100644 --- a/src/wget_testing.h +++ b/src/wget_testing.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 Wget. * diff --git a/src/wget_utils.h b/src/wget_utils.h index 4c98634f..57ab7394 100644 --- a/src/wget_utils.h +++ b/src/wget_utils.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_xattr.h b/src/wget_xattr.h index d1dcdeef..606d40ec 100644 --- a/src/wget_xattr.h +++ b/src/wget_xattr.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/tests/gpg-test-util.h b/tests/gpg-test-util.h index 2896cce4..3fdcbcba 100644 --- a/tests/gpg-test-util.h +++ b/tests/gpg-test-util.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 libwget. * diff --git a/tests/libtest.c b/tests/libtest.c index 7e755e31..94541075 100644 --- a/tests/libtest.c +++ b/tests/libtest.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013-2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/libtest.h b/tests/libtest.h index 5ba4295d..4fec0712 100644 --- a/tests/libtest.h +++ b/tests/libtest.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2013-2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/stats-test-util.h b/tests/stats-test-util.h index 7e267904..5d036a25 100644 --- a/tests/stats-test-util.h +++ b/tests/stats-test-util.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 libwget. * diff --git a/tests/test--accept.c b/tests/test--accept.c index 3f1d61ad..05be8ec6 100644 --- a/tests/test--accept.c +++ b/tests/test--accept.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--filter-mime-type.c b/tests/test--filter-mime-type.c index bc7740da..330468c6 100644 --- a/tests/test--filter-mime-type.c +++ b/tests/test--filter-mime-type.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--follow-tags.c b/tests/test--follow-tags.c index 12363ed2..d1058e3d 100644 --- a/tests/test--follow-tags.c +++ b/tests/test--follow-tags.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-hard1.c b/tests/test--https-enforce-hard1.c index 0724339d..1484d7a9 100644 --- a/tests/test--https-enforce-hard1.c +++ b/tests/test--https-enforce-hard1.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-hard2.c b/tests/test--https-enforce-hard2.c index 160ddcb8..1766eddb 100644 --- a/tests/test--https-enforce-hard2.c +++ b/tests/test--https-enforce-hard2.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-hard3.c b/tests/test--https-enforce-hard3.c index affb8507..75684161 100644 --- a/tests/test--https-enforce-hard3.c +++ b/tests/test--https-enforce-hard3.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-soft1.c b/tests/test--https-enforce-soft1.c index a466497a..5446ef12 100644 --- a/tests/test--https-enforce-soft1.c +++ b/tests/test--https-enforce-soft1.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-soft2.c b/tests/test--https-enforce-soft2.c index 1daf9b0d..eb5a3fc6 100644 --- a/tests/test--https-enforce-soft2.c +++ b/tests/test--https-enforce-soft2.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--https-enforce-soft3.c b/tests/test--https-enforce-soft3.c index 05bf9dcd..ee2d420b 100644 --- a/tests/test--https-enforce-soft3.c +++ b/tests/test--https-enforce-soft3.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--page-requisites.c b/tests/test--page-requisites.c index e92fcaa2..fec3990d 100644 --- a/tests/test--page-requisites.c +++ b/tests/test--page-requisites.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--post-file.c b/tests/test--post-file.c index d39c1f7e..21b61083 100644 --- a/tests/test--post-file.c +++ b/tests/test--post-file.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--save-content-on.c b/tests/test--save-content-on.c index 2d791ae4..81d07281 100644 --- a/tests/test--save-content-on.c +++ b/tests/test--save-content-on.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--spider-r.c b/tests/test--spider-r.c index 7d02ca14..0d72edab 100644 --- a/tests/test--spider-r.c +++ b/tests/test--spider-r.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-E-k.c b/tests/test-E-k.c index db76dcac..6fb5446b 100644 --- a/tests/test-E-k.c +++ b/tests/test-E-k.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-auth-basic.c b/tests/test-auth-basic.c index 140b7c25..ad12ead3 100644 --- a/tests/test-auth-basic.c +++ b/tests/test-auth-basic.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-auth-digest.c b/tests/test-auth-digest.c index cc3fdcab..53f3b7d5 100644 --- a/tests/test-auth-digest.c +++ b/tests/test-auth-digest.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 libwget. * diff --git a/tests/test-bad-chunk.c b/tests/test-bad-chunk.c index 4571d83a..ee09da0c 100644 --- a/tests/test-bad-chunk.c +++ b/tests/test-bad-chunk.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-base.c b/tests/test-base.c index a25fa0e3..f46ed49b 100644 --- a/tests/test-base.c +++ b/tests/test-base.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-c-r.c b/tests/test-c-r.c index 44ce7f2b..1968f2af 100644 --- a/tests/test-c-r.c +++ b/tests/test-c-r.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 libwget. * diff --git a/tests/test-chunked.c b/tests/test-chunked.c index 2da9258d..66e09ba0 100644 --- a/tests/test-chunked.c +++ b/tests/test-chunked.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-compression.c b/tests/test-compression.c index fb95b9f6..2df7027d 100644 --- a/tests/test-compression.c +++ b/tests/test-compression.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-cookies-http_state.c b/tests/test-cookies-http_state.c index 739c5594..5d61e336 100644 --- a/tests/test-cookies-http_state.c +++ b/tests/test-cookies-http_state.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/tests/test-cut-dirs.c b/tests/test-cut-dirs.c index 846fd180..95087011 100644 --- a/tests/test-cut-dirs.c +++ b/tests/test-cut-dirs.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 libwget. * diff --git a/tests/test-cut-get-vars.c b/tests/test-cut-get-vars.c index df1b5cc8..d382fac8 100644 --- a/tests/test-cut-get-vars.c +++ b/tests/test-cut-get-vars.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 libwget. * diff --git a/tests/test-directory-clash.c b/tests/test-directory-clash.c index 2be68593..c729857e 100644 --- a/tests/test-directory-clash.c +++ b/tests/test-directory-clash.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-ftp.c b/tests/test-ftp.c index 653bbf4c..a2ecbae7 100644 --- a/tests/test-ftp.c +++ b/tests/test-ftp.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-ftps.c b/tests/test-ftps.c index 5319e4e3..4ed82b51 100644 --- a/tests/test-ftps.c +++ b/tests/test-ftps.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-gpg-bad.c b/tests/test-gpg-bad.c index ec0cded7..18874fbe 100644 --- a/tests/test-gpg-bad.c +++ b/tests/test-gpg-bad.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 libwget. * diff --git a/tests/test-gpg-invalid.c b/tests/test-gpg-invalid.c index 08a1f6dd..ea8ac5bf 100644 --- a/tests/test-gpg-invalid.c +++ b/tests/test-gpg-invalid.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 libwget. * diff --git a/tests/test-gpg-missing.c b/tests/test-gpg-missing.c index f019c9dd..e11d3ade 100644 --- a/tests/test-gpg-missing.c +++ b/tests/test-gpg-missing.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 libwget. * diff --git a/tests/test-gpg-save-failed.c b/tests/test-gpg-save-failed.c index af78c7e5..1cdd4048 100644 --- a/tests/test-gpg-save-failed.c +++ b/tests/test-gpg-save-failed.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 libwget. * diff --git a/tests/test-gpg-styles.c b/tests/test-gpg-styles.c index 1d3b933b..0c3e7e49 100644 --- a/tests/test-gpg-styles.c +++ b/tests/test-gpg-styles.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 libwget. * diff --git a/tests/test-gpg-valid.c b/tests/test-gpg-valid.c index 0b0baecf..2c980cc6 100644 --- a/tests/test-gpg-valid.c +++ b/tests/test-gpg-valid.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 libwget. * diff --git a/tests/test-gpg-verify-no-file.c b/tests/test-gpg-verify-no-file.c index af1e235e..51f0670f 100644 --- a/tests/test-gpg-verify-no-file.c +++ b/tests/test-gpg-verify-no-file.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 libwget. * diff --git a/tests/test-gzip.c b/tests/test-gzip.c index b8bb5031..ab83fe9b 100644 --- a/tests/test-gzip.c +++ b/tests/test-gzip.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-i-http.c b/tests/test-i-http.c index cd5c684a..ad55f8ac 100644 --- a/tests/test-i-http.c +++ b/tests/test-i-http.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-i-https.c b/tests/test-i-https.c index d7cef73e..75fffabe 100644 --- a/tests/test-i-https.c +++ b/tests/test-i-https.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-idn-cmd.c b/tests/test-idn-cmd.c index e6792d6e..8b12f385 100644 --- a/tests/test-idn-cmd.c +++ b/tests/test-idn-cmd.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-idn-meta.c b/tests/test-idn-meta.c index 70f97bac..addce3f4 100644 --- a/tests/test-idn-meta.c +++ b/tests/test-idn-meta.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-idn-robots.c b/tests/test-idn-robots.c index 638ab4ae..0d0fe045 100644 --- a/tests/test-idn-robots.c +++ b/tests/test-idn-robots.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-include-and-exclude-directories.c b/tests/test-include-and-exclude-directories.c index d289942d..c767aa03 100644 --- a/tests/test-include-and-exclude-directories.c +++ b/tests/test-include-and-exclude-directories.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2018 Free Software Foundation, Inc. + * Copyright(c) 2018-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri-disabled.c b/tests/test-iri-disabled.c index ec04a4b7..18cc21e1 100644 --- a/tests/test-iri-disabled.c +++ b/tests/test-iri-disabled.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri-forced-remote.c b/tests/test-iri-forced-remote.c index f064f84a..03ccd048 100644 --- a/tests/test-iri-forced-remote.c +++ b/tests/test-iri-forced-remote.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri-list.c b/tests/test-iri-list.c index 7ea9aa4e..f1f57eb1 100644 --- a/tests/test-iri-list.c +++ b/tests/test-iri-list.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri-percent.c b/tests/test-iri-percent.c index aa08b980..51491806 100644 --- a/tests/test-iri-percent.c +++ b/tests/test-iri-percent.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri-subdir.c b/tests/test-iri-subdir.c index cd8e71ee..66a12b3d 100644 --- a/tests/test-iri-subdir.c +++ b/tests/test-iri-subdir.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 libwget. * diff --git a/tests/test-iri.c b/tests/test-iri.c index a1734f42..7ddc9a38 100644 --- a/tests/test-iri.c +++ b/tests/test-iri.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-k.c b/tests/test-k.c index 6a5abbeb..4bbcad99 100644 --- a/tests/test-k.c +++ b/tests/test-k.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-meta-robots.c b/tests/test-meta-robots.c index ebc1c7ce..e0759969 100644 --- a/tests/test-meta-robots.c +++ b/tests/test-meta-robots.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-metalink.c b/tests/test-metalink.c index e760ca14..c009b94a 100644 --- a/tests/test-metalink.c +++ b/tests/test-metalink.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-np.c b/tests/test-np.c index f5b5ea41..d1858c87 100644 --- a/tests/test-np.c +++ b/tests/test-np.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-parse-css.c b/tests/test-parse-css.c index 24ac6ae9..ea6880c3 100644 --- a/tests/test-parse-css.c +++ b/tests/test-parse-css.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-parse-html-css.c b/tests/test-parse-html-css.c index d9caf94d..8f30af23 100644 --- a/tests/test-parse-html-css.c +++ b/tests/test-parse-html-css.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 libwget. * diff --git a/tests/test-parse-rss.c b/tests/test-parse-rss.c index f5c1edcc..353116ea 100644 --- a/tests/test-parse-rss.c +++ b/tests/test-parse-rss.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-plugin-dummy.c b/tests/test-plugin-dummy.c index 1782f131..c0acebfc 100644 --- a/tests/test-plugin-dummy.c +++ b/tests/test-plugin-dummy.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 libwget. * diff --git a/tests/test-plugin-failure.c b/tests/test-plugin-failure.c index 81d9eee9..6ccedd9f 100644 --- a/tests/test-plugin-failure.c +++ b/tests/test-plugin-failure.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 libwget. * diff --git a/tests/test-plugin-interception.c b/tests/test-plugin-interception.c index bdfd6144..aa1ea732 100644 --- a/tests/test-plugin-interception.c +++ b/tests/test-plugin-interception.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 libwget. * diff --git a/tests/test-plugin-nonexistance.c b/tests/test-plugin-nonexistance.c index c4f4fe06..1dea5d56 100644 --- a/tests/test-plugin-nonexistance.c +++ b/tests/test-plugin-nonexistance.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 libwget. * diff --git a/tests/test-plugin.c b/tests/test-plugin.c index a6eac7fe..0340666b 100644 --- a/tests/test-plugin.c +++ b/tests/test-plugin.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 libwget. * diff --git a/tests/test-redirection.c b/tests/test-redirection.c index 10ae060d..65ab0125 100644 --- a/tests/test-redirection.c +++ b/tests/test-redirection.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-restrict-ascii.c b/tests/test-restrict-ascii.c index 08d6cb92..1a6c069f 100644 --- a/tests/test-restrict-ascii.c +++ b/tests/test-restrict-ascii.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-robots.c b/tests/test-robots.c index 602026ff..8d87bebd 100644 --- a/tests/test-robots.c +++ b/tests/test-robots.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-stats-all.c b/tests/test-stats-all.c index 20ef1e8c..ac3d791d 100644 --- a/tests/test-stats-all.c +++ b/tests/test-stats-all.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 libwget. * diff --git a/tests/test-stats-dns.c b/tests/test-stats-dns.c index 9395fc4c..1d9d20ed 100644 --- a/tests/test-stats-dns.c +++ b/tests/test-stats-dns.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 libwget. * diff --git a/tests/test-stats-ocsp.c b/tests/test-stats-ocsp.c index 16f93b41..d00723f7 100644 --- a/tests/test-stats-ocsp.c +++ b/tests/test-stats-ocsp.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 libwget. * diff --git a/tests/test-stats-server.c b/tests/test-stats-server.c index 6bc11308..1898a1d3 100644 --- a/tests/test-stats-server.c +++ b/tests/test-stats-server.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 libwget. * diff --git a/tests/test-stats-site.c b/tests/test-stats-site.c index ce399b67..05f65031 100644 --- a/tests/test-stats-site.c +++ b/tests/test-stats-site.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 libwget. * diff --git a/tests/test-stats-tls.c b/tests/test-stats-tls.c index 4e427f52..bcb393d4 100644 --- a/tests/test-stats-tls.c +++ b/tests/test-stats-tls.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 libwget. * diff --git a/tests/test-wget-1.c b/tests/test-wget-1.c index 521b17bd..68b6f8f1 100644 --- a/tests/test-wget-1.c +++ b/tests/test-wget-1.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/unit-tests/buffer_printf_perf.c b/unit-tests/buffer_printf_perf.c index d9d696c2..1e3d5b8b 100644 --- a/unit-tests/buffer_printf_perf.c +++ b/unit-tests/buffer_printf_perf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/unit-tests/stringmap_perf.c b/unit-tests/stringmap_perf.c index 811e749e..22801938 100644 --- a/unit-tests/stringmap_perf.c +++ b/unit-tests/stringmap_perf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/unit-tests/test-cond.c b/unit-tests/test-cond.c index 666a63bd..05690859 100644 --- a/unit-tests/test-cond.c +++ b/unit-tests/test-cond.c @@ -1,5 +1,5 @@ /* Test of condition variables in multithreaded situations. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-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/unit-tests/test-cookies-http_state.c b/unit-tests/test-cookies-http_state.c index 739c5594..5d61e336 100644 --- a/unit-tests/test-cookies-http_state.c +++ b/unit-tests/test-cookies-http_state.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016-2018 Free Software Foundation, Inc. + * Copyright(c) 2016-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/unit-tests/test-dl-dummy.c b/unit-tests/test-dl-dummy.c index 48324c8d..be715f00 100644 --- a/unit-tests/test-dl-dummy.c +++ b/unit-tests/test-dl-dummy.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 libwget. * diff --git a/unit-tests/test-dl.c b/unit-tests/test-dl.c index d3127f8a..0889b1a1 100644 --- a/unit-tests/test-dl.c +++ b/unit-tests/test-dl.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 Wget. * diff --git a/unit-tests/test-parse-html.c b/unit-tests/test-parse-html.c index db4198ce..1a9dcb18 100644 --- a/unit-tests/test-parse-html.c +++ b/unit-tests/test-parse-html.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/unit-tests/test.c b/unit-tests/test.c index 582f01c5..ac81630a 100644 --- a/unit-tests/test.c +++ b/unit-tests/test.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2018 Free Software Foundation, Inc. + * Copyright(c) 2015-2019 Free Software Foundation, Inc. * * This file is part of Wget. *