From 3688ffb941a5b6676792dc0806471439750303e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 30 Apr 2018 20:52:11 +0200 Subject: [PATCH] Update copyright to 2018 --- examples/check_url_types.c | 2 +- examples/getstream.c | 2 +- examples/http_get.c | 2 +- examples/http_get2.c | 2 +- examples/http_multi_get.c | 2 +- examples/print_css_urls.c | 2 +- examples/print_css_urls2.c | 2 +- examples/print_css_urls3.c | 2 +- examples/print_html_urls.c | 2 +- examples/websequencediagram.c | 2 +- examples/websequencediagram_high.c | 2 +- fuzz/fuzzer.h | 2 +- fuzz/libwget_atom_url_fuzzer.c | 2 +- fuzz/libwget_bar_fuzzer.c | 2 +- fuzz/libwget_base64_fuzzer.c | 2 +- fuzz/libwget_cookie_fuzzer.c | 2 +- fuzz/libwget_css_url_fuzzer.c | 2 +- fuzz/libwget_hpkp_fuzzer.c | 2 +- fuzz/libwget_hsts_fuzzer.c | 2 +- fuzz/libwget_html_url_fuzzer.c | 2 +- fuzz/libwget_http_client_fuzzer.c | 2 +- fuzz/libwget_http_parse_fuzzer.c | 2 +- fuzz/libwget_iri_fuzzer.c | 2 +- fuzz/libwget_metalink_parse_fuzzer.c | 2 +- fuzz/libwget_netrc_fuzzer.c | 2 +- fuzz/libwget_ocsp_fuzzer.c | 2 +- fuzz/libwget_robots_parse_fuzzer.c | 2 +- fuzz/libwget_sitemap_url_fuzzer.c | 2 +- fuzz/libwget_tlssess_fuzzer.c | 2 +- fuzz/libwget_utils_fuzzer.c | 2 +- fuzz/libwget_xml_parse_buffer_fuzzer.c | 2 +- fuzz/main.c | 2 +- fuzz/run-afl.sh | 2 +- fuzz/run-clang.sh | 2 +- fuzz/wget_options_fuzzer.c | 2 +- include/wget/wget.h | 2 +- include/wget/wgetver.h.in | 2 +- libwget/atom_url.c | 2 +- libwget/bar.c | 2 +- libwget/base64.c | 2 +- libwget/buffer.c | 2 +- libwget/buffer_printf.c | 2 +- libwget/console.c | 2 +- libwget/cookie.c | 2 +- libwget/css.c | 2 +- libwget/css_url.c | 2 +- libwget/decompressor.c | 2 +- libwget/dns_cache.c | 2 +- libwget/encoding.c | 2 +- libwget/hash_printf.c | 2 +- libwget/hashfile.c | 2 +- libwget/hpkp.c | 2 +- libwget/hsts.c | 2 +- libwget/html_url.c | 2 +- libwget/http.c | 2 +- libwget/http.h | 2 +- libwget/http_highlevel.c | 2 +- libwget/http_parse.c | 2 +- libwget/init.c | 2 +- libwget/io.c | 2 +- libwget/ip.c | 2 +- libwget/iri.c | 2 +- libwget/list.c | 2 +- libwget/log.c | 2 +- libwget/logger.c | 2 +- libwget/logger.h | 2 +- libwget/mem.c | 2 +- libwget/metalink.c | 2 +- libwget/net.c | 2 +- libwget/net.h | 2 +- libwget/netrc.c | 2 +- libwget/ocsp.c | 2 +- libwget/pipe.c | 2 +- libwget/plugin.c | 2 +- libwget/printf.c | 2 +- libwget/private.h | 2 +- libwget/random.c | 2 +- libwget/robots.c | 2 +- libwget/rss_url.c | 2 +- libwget/sitemap_url.c | 2 +- libwget/ssl_gnutls.c | 2 +- libwget/strlcpy.c | 2 +- libwget/strscpy.c | 2 +- libwget/thread.c | 2 +- libwget/tls_session.c | 2 +- libwget/utils.c | 2 +- libwget/xalloc.c | 2 +- m4/wget_manywarnings.m4 | 2 +- pthread_sigmask.c.mingw | 2 +- src/bar.c | 2 +- src/blacklist.c | 2 +- src/dl.c | 2 +- src/gpgme.c | 2 +- src/host.c | 2 +- src/log.c | 2 +- src/options.c | 2 +- src/plugin.c | 2 +- src/stats.c | 2 +- src/stats_server.c | 2 +- src/testing.c | 2 +- src/wget.c | 2 +- src/wget_bar.h | 2 +- src/wget_blacklist.h | 2 +- src/wget_dl.h | 2 +- src/wget_gpgme.h | 2 +- src/wget_log.h | 2 +- src/wget_main.h | 2 +- src/wget_options.h | 2 +- src/wget_plugin.h | 2 +- src/wget_stats.h | 2 +- src/wget_testing.h | 2 +- src/wget_xattr.h | 2 +- tests/gpg-test-util.h | 2 +- tests/libtest.c | 2 +- tests/libtest.h | 2 +- tests/stats-test-util.h | 2 +- tests/test--accept.c | 2 +- tests/test--follow-tags.c | 2 +- tests/test--page-requisites.c | 2 +- tests/test--post-file.c | 2 +- tests/test--spider-r.c | 2 +- tests/test-E-k.c | 2 +- tests/test-auth-basic.c | 2 +- tests/test-auth-digest.c | 2 +- tests/test-bad-chunk.c | 2 +- tests/test-base.c | 2 +- tests/test-c-r.c | 2 +- tests/test-chunked.c | 2 +- tests/test-cookies-http_state.c | 2 +- tests/test-cut-dirs.c | 2 +- tests/test-cut-get-vars.c | 2 +- tests/test-directory-clash.c | 2 +- tests/test-ftp.c | 2 +- tests/test-ftps.c | 2 +- tests/test-gpg-bad.c | 2 +- tests/test-gpg-invalid.c | 2 +- tests/test-gpg-missing.c | 2 +- tests/test-gpg-save-failed.c | 2 +- tests/test-gpg-styles.c | 2 +- tests/test-gpg-valid.c | 2 +- tests/test-i-http.c | 2 +- tests/test-i-https.c | 2 +- tests/test-idn-cmd.c | 2 +- tests/test-idn-meta.c | 2 +- tests/test-idn-robots.c | 2 +- tests/test-iri-disabled.c | 2 +- tests/test-iri-forced-remote.c | 2 +- tests/test-iri-list.c | 2 +- tests/test-iri-percent.c | 2 +- tests/test-iri-subdir.c | 2 +- tests/test-iri.c | 2 +- tests/test-k.c | 2 +- tests/test-meta-robots.c | 2 +- tests/test-metalink.c | 2 +- tests/test-np.c | 2 +- tests/test-parse-css.c | 2 +- tests/test-parse-html-css.c | 2 +- tests/test-parse-rss.c | 2 +- tests/test-plugin-dummy.c | 2 +- tests/test-plugin-failure.c | 2 +- tests/test-plugin-interception.c | 2 +- tests/test-plugin-nonexistance.c | 2 +- tests/test-plugin.c | 2 +- tests/test-redirection.c | 2 +- tests/test-restrict-ascii.c | 2 +- tests/test-robots.c | 2 +- tests/test-stats-all.c | 2 +- tests/test-stats-dns.c | 2 +- tests/test-stats-ocsp.c | 2 +- tests/test-stats-server.c | 2 +- tests/test-stats-site.c | 2 +- tests/test-stats-tls.c | 2 +- tests/test-wget-1.c | 2 +- unit-tests/buffer_printf_perf.c | 2 +- unit-tests/stringmap_perf.c | 2 +- unit-tests/test-cond.c | 2 +- unit-tests/test-cookies-http_state.c | 2 +- unit-tests/test-dl-dummy.c | 2 +- unit-tests/test-dl.c | 2 +- unit-tests/test-parse-html.c | 2 +- unit-tests/test.c | 2 +- 181 files changed, 181 insertions(+), 181 deletions(-) diff --git a/examples/check_url_types.c b/examples/check_url_types.c index d37c359f4..d43b7f37d 100644 --- a/examples/check_url_types.c +++ b/examples/check_url_types.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/getstream.c b/examples/getstream.c index 1db30cfae..84cc77f14 100644 --- a/examples/getstream.c +++ b/examples/getstream.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/http_get.c b/examples/http_get.c index bde6188c1..747ee2dec 100644 --- a/examples/http_get.c +++ b/examples/http_get.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/http_get2.c b/examples/http_get2.c index 4a6c4494c..d71492168 100644 --- a/examples/http_get2.c +++ b/examples/http_get2.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 dfe7ba948..3ac6dbe3c 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 acbed09ea..babed5718 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 9d782e4a2..4ae9a547d 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 c7fadc703..ea2a3868b 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 055a71ad8..9171ab774 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/websequencediagram.c b/examples/websequencediagram.c index 91ceeab11..c89e1e403 100644 --- a/examples/websequencediagram.c +++ b/examples/websequencediagram.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/examples/websequencediagram_high.c b/examples/websequencediagram_high.c index b86d9f636..cbf13ee55 100644 --- a/examples/websequencediagram_high.c +++ b/examples/websequencediagram_high.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/fuzz/fuzzer.h b/fuzz/fuzzer.h index 3ede2870f..91d256a64 100644 --- a/fuzz/fuzzer.h +++ b/fuzz/fuzzer.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 c2fa55b88..d2eef798a 100644 --- a/fuzz/libwget_atom_url_fuzzer.c +++ b/fuzz/libwget_atom_url_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 ddb381aa6..4ccb2c673 100644 --- a/fuzz/libwget_bar_fuzzer.c +++ b/fuzz/libwget_bar_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 c0f2b0e80..cee899b7f 100644 --- a/fuzz/libwget_base64_fuzzer.c +++ b/fuzz/libwget_base64_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 d4944c1bc..c9a2a2acf 100644 --- a/fuzz/libwget_cookie_fuzzer.c +++ b/fuzz/libwget_cookie_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 5577d3536..5554df6fa 100644 --- a/fuzz/libwget_css_url_fuzzer.c +++ b/fuzz/libwget_css_url_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 d04b45d2e..59a7563c8 100644 --- a/fuzz/libwget_hpkp_fuzzer.c +++ b/fuzz/libwget_hpkp_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 b1aae2825..cc7b2787a 100644 --- a/fuzz/libwget_hsts_fuzzer.c +++ b/fuzz/libwget_hsts_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 bf86bb80b..ca9abf530 100644 --- a/fuzz/libwget_html_url_fuzzer.c +++ b/fuzz/libwget_html_url_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 a542f40c7..05aeac79b 100644 --- a/fuzz/libwget_http_client_fuzzer.c +++ b/fuzz/libwget_http_client_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 afb2799ae..5bc947acd 100644 --- a/fuzz/libwget_http_parse_fuzzer.c +++ b/fuzz/libwget_http_parse_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 517ff6c8b..a83cc2320 100644 --- a/fuzz/libwget_iri_fuzzer.c +++ b/fuzz/libwget_iri_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 8ef0c6cde..1fa63b841 100644 --- a/fuzz/libwget_metalink_parse_fuzzer.c +++ b/fuzz/libwget_metalink_parse_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 4ee815d9c..836aa9e7f 100644 --- a/fuzz/libwget_netrc_fuzzer.c +++ b/fuzz/libwget_netrc_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 90681ce42..4bb21fd58 100644 --- a/fuzz/libwget_ocsp_fuzzer.c +++ b/fuzz/libwget_ocsp_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 dfc128158..c93ca8c77 100644 --- a/fuzz/libwget_robots_parse_fuzzer.c +++ b/fuzz/libwget_robots_parse_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 7d42f8635..7d681b469 100644 --- a/fuzz/libwget_sitemap_url_fuzzer.c +++ b/fuzz/libwget_sitemap_url_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 cdf8d346d..5a684280f 100644 --- a/fuzz/libwget_tlssess_fuzzer.c +++ b/fuzz/libwget_tlssess_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 3d6e2b0f8..ad88e936b 100644 --- a/fuzz/libwget_utils_fuzzer.c +++ b/fuzz/libwget_utils_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 53545fd25..68f71ae27 100644 --- a/fuzz/libwget_xml_parse_buffer_fuzzer.c +++ b/fuzz/libwget_xml_parse_buffer_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/fuzz/main.c b/fuzz/main.c index 01831dcfa..14a0da8aa 100644 --- a/fuzz/main.c +++ b/fuzz/main.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/fuzz/run-afl.sh b/fuzz/run-afl.sh index 5588f7894..1f05793bf 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-2018 Free Software Foundation, Inc. # # This file is part of libwget. # diff --git a/fuzz/run-clang.sh b/fuzz/run-clang.sh index 7cbea12e0..9ed56bc36 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-2018 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 afda57592..251af7a0d 100644 --- a/fuzz/wget_options_fuzzer.c +++ b/fuzz/wget_options_fuzzer.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/include/wget/wget.h b/include/wget/wget.h index a4bf77f4e..c299e5da4 100644 --- a/include/wget/wget.h +++ b/include/wget/wget.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 42bd41ac6..2372f92bf 100644 --- a/include/wget/wgetver.h.in +++ b/include/wget/wgetver.h.in @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/atom_url.c b/libwget/atom_url.c index 84dfef6f9..ed1bba017 100644 --- a/libwget/atom_url.c +++ b/libwget/atom_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/bar.c b/libwget/bar.c index 5c0e0dd9f..207480bc2 100644 --- a/libwget/bar.c +++ b/libwget/bar.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/base64.c b/libwget/base64.c index 4d7af87b8..9ab39e92b 100644 --- a/libwget/base64.c +++ b/libwget/base64.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/buffer.c b/libwget/buffer.c index 63cf4f629..0dda3ba67 100644 --- a/libwget/buffer.c +++ b/libwget/buffer.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/buffer_printf.c b/libwget/buffer_printf.c index bb0197357..81a9188af 100644 --- a/libwget/buffer_printf.c +++ b/libwget/buffer_printf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/console.c b/libwget/console.c index 49aaed4fd..60b8eeaf9 100644 --- a/libwget/console.c +++ b/libwget/console.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/cookie.c b/libwget/cookie.c index 447a40c19..5ec221813 100644 --- a/libwget/cookie.c +++ b/libwget/cookie.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/css.c b/libwget/css.c index f37551a01..e19cd3ff9 100644 --- a/libwget/css.c +++ b/libwget/css.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/css_url.c b/libwget/css_url.c index 2c2b9d2a0..c0dc05cf6 100644 --- a/libwget/css_url.c +++ b/libwget/css_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/decompressor.c b/libwget/decompressor.c index bbbfea1ef..f0d3b7ce5 100644 --- a/libwget/decompressor.c +++ b/libwget/decompressor.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/dns_cache.c b/libwget/dns_cache.c index ac143ce2b..1b637e5d8 100644 --- a/libwget/dns_cache.c +++ b/libwget/dns_cache.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/encoding.c b/libwget/encoding.c index 58998fa87..253efc69c 100644 --- a/libwget/encoding.c +++ b/libwget/encoding.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hash_printf.c b/libwget/hash_printf.c index 775444a18..2d9de10d4 100644 --- a/libwget/hash_printf.c +++ b/libwget/hash_printf.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hashfile.c b/libwget/hashfile.c index 8ffb2f953..9ed9e783a 100644 --- a/libwget/hashfile.c +++ b/libwget/hashfile.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/libwget/hpkp.c b/libwget/hpkp.c index 361c7f340..188d5fe30 100644 --- a/libwget/hpkp.c +++ b/libwget/hpkp.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/hsts.c b/libwget/hsts.c index f89cb8cd8..641541689 100644 --- a/libwget/hsts.c +++ b/libwget/hsts.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/html_url.c b/libwget/html_url.c index 1ab6ca244..370063633 100644 --- a/libwget/html_url.c +++ b/libwget/html_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http.c b/libwget/http.c index 3626e5b5e..e332276a7 100644 --- a/libwget/http.c +++ b/libwget/http.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http.h b/libwget/http.h index dc591b7cf..a15711198 100644 --- a/libwget/http.h +++ b/libwget/http.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http_highlevel.c b/libwget/http_highlevel.c index 3b429754c..2d1b1b59a 100644 --- a/libwget/http_highlevel.c +++ b/libwget/http_highlevel.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/http_parse.c b/libwget/http_parse.c index ba91b8890..ba24472d0 100644 --- a/libwget/http_parse.c +++ b/libwget/http_parse.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/init.c b/libwget/init.c index db06a05e2..ae8cf57b0 100644 --- a/libwget/init.c +++ b/libwget/init.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/io.c b/libwget/io.c index e3f235f6b..62ef9922c 100644 --- a/libwget/io.c +++ b/libwget/io.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ip.c b/libwget/ip.c index ff39d6957..bab62f345 100644 --- a/libwget/ip.c +++ b/libwget/ip.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/iri.c b/libwget/iri.c index c6cb75bc6..b646165e6 100644 --- a/libwget/iri.c +++ b/libwget/iri.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/list.c b/libwget/list.c index 7fb9c802e..f90ac4622 100644 --- a/libwget/list.c +++ b/libwget/list.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/log.c b/libwget/log.c index 7f78148bd..f67b18c9c 100644 --- a/libwget/log.c +++ b/libwget/log.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/logger.c b/libwget/logger.c index 873f3c4b8..c38e85bc4 100644 --- a/libwget/logger.c +++ b/libwget/logger.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/logger.h b/libwget/logger.h index 8a60fb116..3e35949cc 100644 --- a/libwget/logger.h +++ b/libwget/logger.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/mem.c b/libwget/mem.c index 0e0dea8e3..9c8f2b65c 100644 --- a/libwget/mem.c +++ b/libwget/mem.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/metalink.c b/libwget/metalink.c index 460709885..015269cfc 100644 --- a/libwget/metalink.c +++ b/libwget/metalink.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/net.c b/libwget/net.c index 57b4daa71..fb2073e8a 100644 --- a/libwget/net.c +++ b/libwget/net.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/net.h b/libwget/net.h index d8e72fb34..f15e3c4a4 100644 --- a/libwget/net.h +++ b/libwget/net.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2015 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/netrc.c b/libwget/netrc.c index b269dc98e..8282777ad 100644 --- a/libwget/netrc.c +++ b/libwget/netrc.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ocsp.c b/libwget/ocsp.c index 5fe56800b..08ffbb655 100644 --- a/libwget/ocsp.c +++ b/libwget/ocsp.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/pipe.c b/libwget/pipe.c index 149a3a0cd..1a6aa0590 100644 --- a/libwget/pipe.c +++ b/libwget/pipe.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/plugin.c b/libwget/plugin.c index 59a500d39..a49153ae0 100644 --- a/libwget/plugin.c +++ b/libwget/plugin.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/printf.c b/libwget/printf.c index cbda1bf9b..97e2794a4 100644 --- a/libwget/printf.c +++ b/libwget/printf.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/private.h b/libwget/private.h index 149d1314c..c54587e82 100644 --- a/libwget/private.h +++ b/libwget/private.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/random.c b/libwget/random.c index 7cd57c66b..200f93afc 100644 --- a/libwget/random.c +++ b/libwget/random.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/robots.c b/libwget/robots.c index 592f16d49..ed46b683e 100644 --- a/libwget/robots.c +++ b/libwget/robots.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/rss_url.c b/libwget/rss_url.c index e981ccda0..cd2969a1b 100644 --- a/libwget/rss_url.c +++ b/libwget/rss_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/sitemap_url.c b/libwget/sitemap_url.c index dd3c1517c..0eb6d3c61 100644 --- a/libwget/sitemap_url.c +++ b/libwget/sitemap_url.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/ssl_gnutls.c b/libwget/ssl_gnutls.c index f25f9090a..a4927793a 100644 --- a/libwget/ssl_gnutls.c +++ b/libwget/ssl_gnutls.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2015 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/strlcpy.c b/libwget/strlcpy.c index d3987d615..29f4458ba 100644 --- a/libwget/strlcpy.c +++ b/libwget/strlcpy.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/strscpy.c b/libwget/strscpy.c index 53901b137..4af70e15f 100644 --- a/libwget/strscpy.c +++ b/libwget/strscpy.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/thread.c b/libwget/thread.c index 0b126c30d..5240bdc0c 100644 --- a/libwget/thread.c +++ b/libwget/thread.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/tls_session.c b/libwget/tls_session.c index fbe466b3d..3a7d4cf64 100644 --- a/libwget/tls_session.c +++ b/libwget/tls_session.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/utils.c b/libwget/utils.c index a62232d45..0afedbc7c 100644 --- a/libwget/utils.c +++ b/libwget/utils.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/libwget/xalloc.c b/libwget/xalloc.c index 8f39bcd75..d22cd1321 100644 --- a/libwget/xalloc.c +++ b/libwget/xalloc.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/m4/wget_manywarnings.m4 b/m4/wget_manywarnings.m4 index 646cd9abe..91947426e 100644 --- a/m4/wget_manywarnings.m4 +++ b/m4/wget_manywarnings.m4 @@ -1,5 +1,5 @@ # wget_manywarnings.m4 serial 1 -dnl Copyright (C) 2016 Free Software Foundation, Inc. +dnl Copyright (C) 2016-2018 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/pthread_sigmask.c.mingw b/pthread_sigmask.c.mingw index 254a6d2b3..ff0a514f0 100644 --- a/pthread_sigmask.c.mingw +++ b/pthread_sigmask.c.mingw @@ -1,5 +1,5 @@ /* POSIX compatible signal blocking for threads. - Copyright (C) 2011-2017 Free Software Foundation, Inc. + Copyright (C) 2011-2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/bar.c b/src/bar.c index fe4a8eaa3..e1267d339 100644 --- a/src/bar.c +++ b/src/bar.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/blacklist.c b/src/blacklist.c index 1c2d89c7e..1e2bcd059 100644 --- a/src/blacklist.c +++ b/src/blacklist.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/dl.c b/src/dl.c index 5bc3c76ae..850651b56 100644 --- a/src/dl.c +++ b/src/dl.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/gpgme.c b/src/gpgme.c index 8a8ad8d81..b843ed49d 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/host.c b/src/host.c index f6734c9e0..bb7b7c631 100644 --- a/src/host.c +++ b/src/host.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/log.c b/src/log.c index c39160ee8..781c6d01d 100644 --- a/src/log.c +++ b/src/log.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/options.c b/src/options.c index df3d1ae6e..a42200260 100644 --- a/src/options.c +++ b/src/options.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/plugin.c b/src/plugin.c index 935917a5e..85bebf0dc 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/stats.c b/src/stats.c index 275c51d28..c79b55d30 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/stats_server.c b/src/stats_server.c index 360c8da03..b786ead02 100644 --- a/src/stats_server.c +++ b/src/stats_server.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/testing.c b/src/testing.c index ac133fde6..d0910685b 100644 --- a/src/testing.c +++ b/src/testing.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget.c b/src/wget.c index 991e16bf6..f4121ef7c 100644 --- a/src/wget.c +++ b/src/wget.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_bar.h b/src/wget_bar.h index 4f044a192..8f3eaba63 100644 --- a/src/wget_bar.h +++ b/src/wget_bar.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_blacklist.h b/src/wget_blacklist.h index 7d4bd2d9a..a13e1700d 100644 --- a/src/wget_blacklist.h +++ b/src/wget_blacklist.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_dl.h b/src/wget_dl.h index f00475d91..663474905 100644 --- a/src/wget_dl.h +++ b/src/wget_dl.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_gpgme.h b/src/wget_gpgme.h index 113575ee1..2d86ff1f7 100644 --- a/src/wget_gpgme.h +++ b/src/wget_gpgme.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_log.h b/src/wget_log.h index e27adb1b0..fc2a4c927 100644 --- a/src/wget_log.h +++ b/src/wget_log.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_main.h b/src/wget_main.h index 809e6bde3..c340941c3 100644 --- a/src/wget_main.h +++ b/src/wget_main.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_options.h b/src/wget_options.h index 81b744161..f661d8020 100644 --- a/src/wget_options.h +++ b/src/wget_options.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_plugin.h b/src/wget_plugin.h index ea799645d..00bcce7d3 100644 --- a/src/wget_plugin.h +++ b/src/wget_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_stats.h b/src/wget_stats.h index 949a6e1e0..be044767d 100644 --- a/src/wget_stats.h +++ b/src/wget_stats.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_testing.h b/src/wget_testing.h index be64d46b7..c2fbca5df 100644 --- a/src/wget_testing.h +++ b/src/wget_testing.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/src/wget_xattr.h b/src/wget_xattr.h index b01435e6c..3a8466004 100644 --- a/src/wget_xattr.h +++ b/src/wget_xattr.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 3ad87448e..2896cce4f 100644 --- a/tests/gpg-test-util.h +++ b/tests/gpg-test-util.h @@ -1,5 +1,5 @@ /* - * copyright(c) 2017 Free Software Foundation, Inc. + * copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/libtest.c b/tests/libtest.c index 5345057b1..6f69938cc 100644 --- a/tests/libtest.c +++ b/tests/libtest.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013-2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/libtest.h b/tests/libtest.h index b4ff54247..5ba4295d9 100644 --- a/tests/libtest.h +++ b/tests/libtest.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2013-2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 d42972259..7e2679044 100644 --- a/tests/stats-test-util.h +++ b/tests/stats-test-util.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test--accept.c b/tests/test--accept.c index 787047552..3f1d61ad7 100644 --- a/tests/test--accept.c +++ b/tests/test--accept.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 aedcb0a3d..12363ed2c 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 12648c4b6..24eba2d99 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-2017 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 2a0c28fbe..d39c1f7ef 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 ebeacfeed..7d02ca148 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 d35119c73..db76dcac9 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 5e71ae576..140b7c25c 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 6557b128b..cc3fdcabb 100644 --- a/tests/test-auth-digest.c +++ b/tests/test-auth-digest.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 8b24bce58..4571d83a4 100644 --- a/tests/test-bad-chunk.c +++ b/tests/test-bad-chunk.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-base.c b/tests/test-base.c index 497dd5e5d..a25fa0e37 100644 --- a/tests/test-base.c +++ b/tests/test-base.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 3cb04c535..44ce7f2bc 100644 --- a/tests/test-c-r.c +++ b/tests/test-c-r.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-chunked.c b/tests/test-chunked.c index c80496970..2da9258d2 100644 --- a/tests/test-chunked.c +++ b/tests/test-chunked.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 2eec6fd61..cbfff8935 100644 --- a/tests/test-cookies-http_state.c +++ b/tests/test-cookies-http_state.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 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 1df0c0189..846fd1808 100644 --- a/tests/test-cut-dirs.c +++ b/tests/test-cut-dirs.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 72be1920b..df1b5cc8c 100644 --- a/tests/test-cut-get-vars.c +++ b/tests/test-cut-get-vars.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 8966d05e3..2be685930 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-ftp.c b/tests/test-ftp.c index d85d138db..653bbf4c2 100644 --- a/tests/test-ftp.c +++ b/tests/test-ftp.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-ftps.c b/tests/test-ftps.c index f973c4173..5319e4e38 100644 --- a/tests/test-ftps.c +++ b/tests/test-ftps.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 43548f859..ec0cded7e 100644 --- a/tests/test-gpg-bad.c +++ b/tests/test-gpg-bad.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 665f1c6b4..08a1f6dd7 100644 --- a/tests/test-gpg-invalid.c +++ b/tests/test-gpg-invalid.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 d8440001e..f019c9dd7 100644 --- a/tests/test-gpg-missing.c +++ b/tests/test-gpg-missing.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 208eb86a4..af78c7e52 100644 --- a/tests/test-gpg-save-failed.c +++ b/tests/test-gpg-save-failed.c @@ -1,5 +1,5 @@ /* - * copyright(c) 2017 Free Software Foundation, Inc. + * copyright(c) 2017-2018 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 b4783f162..1d3b933ba 100644 --- a/tests/test-gpg-styles.c +++ b/tests/test-gpg-styles.c @@ -1,5 +1,5 @@ /* - * copyright(c) 2017 Free Software Foundation, Inc. + * copyright(c) 2017-2018 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 fbb9ac8ba..0b0baecf6 100644 --- a/tests/test-gpg-valid.c +++ b/tests/test-gpg-valid.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 41d8089a1..cd5c684ae 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 7a751bca4..d7cef73eb 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 980cab30f..e6792d6e7 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 623f6d215..70f97bacd 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 e79bbcd85..638ab4ae0 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 74e91bb5b..ec04a4b79 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 ff8a8edb4..f064f84a4 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 192bde445..7ea9aa4e2 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 2a0fa78ec..aa08b9807 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 3e93edd12..cd8e71eec 100644 --- a/tests/test-iri-subdir.c +++ b/tests/test-iri-subdir.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-iri.c b/tests/test-iri.c index b9e93c1c2..a1734f42b 100644 --- a/tests/test-iri.c +++ b/tests/test-iri.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-k.c b/tests/test-k.c index 5fdb28d92..6a5abbebb 100644 --- a/tests/test-k.c +++ b/tests/test-k.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2013 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 563bca750..ebc1c7cea 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-metalink.c b/tests/test-metalink.c index f39a7ccfc..e760ca149 100644 --- a/tests/test-metalink.c +++ b/tests/test-metalink.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-np.c b/tests/test-np.c index 94a7966d0..cf36cbcf0 100644 --- a/tests/test-np.c +++ b/tests/test-np.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2014 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 5cbda11d8..24ac6ae96 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 2a8705990..d9caf94d5 100644 --- a/tests/test-parse-html-css.c +++ b/tests/test-parse-html-css.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 8497c87b9..f5c1edccf 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 84c0d012b..1782f1312 100644 --- a/tests/test-plugin-dummy.c +++ b/tests/test-plugin-dummy.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 33e48ee6d..8c9dd628a 100644 --- a/tests/test-plugin-failure.c +++ b/tests/test-plugin-failure.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 2d998644c..17b5a1b5b 100644 --- a/tests/test-plugin-interception.c +++ b/tests/test-plugin-interception.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 91d462898..e78334cb3 100644 --- a/tests/test-plugin-nonexistance.c +++ b/tests/test-plugin-nonexistance.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-plugin.c b/tests/test-plugin.c index 40ddc03e5..f99555505 100644 --- a/tests/test-plugin.c +++ b/tests/test-plugin.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-redirection.c b/tests/test-redirection.c index b433cd2ab..5477b6f10 100644 --- a/tests/test-redirection.c +++ b/tests/test-redirection.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 dc841bc9e..08d6cb92b 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of libwget. * diff --git a/tests/test-robots.c b/tests/test-robots.c index 05886fe48..22928090d 100644 --- a/tests/test-robots.c +++ b/tests/test-robots.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 78d9e805e..20ef1e8c6 100644 --- a/tests/test-stats-all.c +++ b/tests/test-stats-all.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 774c60be3..9395fc4c4 100644 --- a/tests/test-stats-dns.c +++ b/tests/test-stats-dns.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 b15ffc72c..16f93b415 100644 --- a/tests/test-stats-ocsp.c +++ b/tests/test-stats-ocsp.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 db55e6347..6bc113087 100644 --- a/tests/test-stats-server.c +++ b/tests/test-stats-server.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 63431dd8e..ce399b677 100644 --- a/tests/test-stats-site.c +++ b/tests/test-stats-site.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 2355d4339..4e427f52d 100644 --- a/tests/test-stats-tls.c +++ b/tests/test-stats-tls.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 c13e860bd..521b17bd5 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 aac9ac83d..d9d696c23 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 38d690b47..811e749e7 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 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 f22d8ff27..666a63bdb 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-2017 Free Software Foundation, Inc. + Copyright (C) 2008-2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/unit-tests/test-cookies-http_state.c b/unit-tests/test-cookies-http_state.c index 2eec6fd61..cbfff8935 100644 --- a/unit-tests/test-cookies-http_state.c +++ b/unit-tests/test-cookies-http_state.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2016 Free Software Foundation, Inc. + * Copyright(c) 2016-2018 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 6437a405c..48324c8d1 100644 --- a/unit-tests/test-dl-dummy.c +++ b/unit-tests/test-dl-dummy.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 5aa790ee1..d3127f8a8 100644 --- a/unit-tests/test-dl.c +++ b/unit-tests/test-dl.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2017 Free Software Foundation, Inc. + * Copyright(c) 2017-2018 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 7203e715e..db4198cea 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-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. * diff --git a/unit-tests/test.c b/unit-tests/test.c index 3072df150..3ae7f28d7 100644 --- a/unit-tests/test.c +++ b/unit-tests/test.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012 Tim Ruehsen - * Copyright(c) 2015-2016 Free Software Foundation, Inc. + * Copyright(c) 2015-2018 Free Software Foundation, Inc. * * This file is part of Wget. *