summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/connect.c2
-rw-r--r--src/connect.h2
-rw-r--r--src/convert.c2
-rw-r--r--src/convert.h2
-rw-r--r--src/cookies.c2
-rw-r--r--src/cookies.h2
-rw-r--r--src/css-tokens.h2
-rw-r--r--src/css-url.c2
-rw-r--r--src/css-url.h2
-rw-r--r--src/css.l2
-rw-r--r--src/exits.c2
-rw-r--r--src/exits.h2
-rw-r--r--src/ftp-basic.c2
-rw-r--r--src/ftp-ls.c2
-rw-r--r--src/ftp-opie.c2
-rw-r--r--src/ftp.c2
-rw-r--r--src/ftp.h2
-rw-r--r--src/gnutls.c2
-rw-r--r--src/hash.c2
-rw-r--r--src/hash.h2
-rw-r--r--src/host.c2
-rw-r--r--src/host.h2
-rw-r--r--src/hsts.c2
-rw-r--r--src/hsts.h2
-rw-r--r--src/html-parse.c2
-rw-r--r--src/html-parse.h2
-rw-r--r--src/html-url.c2
-rw-r--r--src/html-url.h2
-rw-r--r--src/http-ntlm.c2
-rw-r--r--src/http-ntlm.h2
-rw-r--r--src/http.c2
-rw-r--r--src/http.h2
-rw-r--r--src/init.c2
-rw-r--r--src/init.h2
-rw-r--r--src/iri.c2
-rw-r--r--src/iri.h2
-rw-r--r--src/log.c2
-rw-r--r--src/log.h2
-rw-r--r--src/main.c2
-rw-r--r--src/metalink.c2
-rw-r--r--src/metalink.h2
-rw-r--r--src/mswindows.c2
-rw-r--r--src/mswindows.h2
-rw-r--r--src/netrc.c2
-rw-r--r--src/netrc.h2
-rw-r--r--src/openssl.c2
-rw-r--r--src/options.h2
-rw-r--r--src/progress.c2
-rw-r--r--src/progress.h2
-rw-r--r--src/ptimer.c2
-rw-r--r--src/ptimer.h2
-rw-r--r--src/recur.c2
-rw-r--r--src/recur.h2
-rw-r--r--src/res.c2
-rw-r--r--src/res.h2
-rw-r--r--src/retr.c2
-rw-r--r--src/retr.h2
-rw-r--r--src/spider.c2
-rw-r--r--src/spider.h2
-rw-r--r--src/ssl.h2
-rw-r--r--src/sysdep.h2
-rw-r--r--src/url.c2
-rw-r--r--src/url.h2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--src/version.h2
-rw-r--r--src/warc.c2
-rw-r--r--src/wget.h2
-rw-r--r--src/xattr.c2
-rw-r--r--src/xattr.h2
71 files changed, 71 insertions, 71 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a072977..4b56ac92 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# Makefile for `wget' utility
-# Copyright (C) 1995-2011, 2015, 2018-2022 Free Software Foundation,
+# Copyright (C) 1995-2011, 2015, 2018-2023 Free Software Foundation,
# Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/src/connect.c b/src/connect.c
index 455b9b17..780de480 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -1,5 +1,5 @@
/* Establishing and handling network connections.
- Copyright (C) 1995-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1995-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/connect.h b/src/connect.h
index 46f05b4a..d03a1708 100644
--- a/src/connect.h
+++ b/src/connect.h
@@ -1,5 +1,5 @@
/* Declarations for connect.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/convert.c b/src/convert.c
index 43551530..b934d49b 100644
--- a/src/convert.c
+++ b/src/convert.c
@@ -1,5 +1,5 @@
/* Conversion of links to local files.
- Copyright (C) 2003-2011, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 2003-2011, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/convert.h b/src/convert.h
index 637df6e1..6697aa71 100644
--- a/src/convert.h
+++ b/src/convert.h
@@ -1,5 +1,5 @@
/* Declarations for convert.c
- Copyright (C) 2003-2006, 2009-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2003-2006, 2009-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/cookies.c b/src/cookies.c
index 8d903d7b..48ca9ee4 100644
--- a/src/cookies.c
+++ b/src/cookies.c
@@ -1,5 +1,5 @@
/* Support for cookies.
- Copyright (C) 2001-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2001-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/cookies.h b/src/cookies.h
index 308f768a..e5d50cdb 100644
--- a/src/cookies.h
+++ b/src/cookies.h
@@ -1,5 +1,5 @@
/* Support for cookies.
- Copyright (C) 2001-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2001-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/css-tokens.h b/src/css-tokens.h
index 12333d1b..5981dc50 100644
--- a/src/css-tokens.h
+++ b/src/css-tokens.h
@@ -1,5 +1,5 @@
/* Declarations for css.lex
- Copyright (C) 2006, 2009-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2006, 2009-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/css-url.c b/src/css-url.c
index c6e18bbb..20abfec2 100644
--- a/src/css-url.c
+++ b/src/css-url.c
@@ -1,5 +1,5 @@
/* Collect URLs from CSS source.
- Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018-2022 Free
+ Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018-2023 Free
Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/css-url.h b/src/css-url.h
index 52205705..6cf4cc07 100644
--- a/src/css-url.h
+++ b/src/css-url.h
@@ -1,5 +1,5 @@
/* Declarations for css-url.c.
- Copyright (C) 2006, 2009-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2006, 2009-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/css.l b/src/css.l
index 0f0a8a08..f6a14fb8 100644
--- a/src/css.l
+++ b/src/css.l
@@ -12,7 +12,7 @@
%{
/* Lex source for CSS tokenizing.
Taken from http://www.w3.org/TR/CSS21/grammar.html#q2
- Copyright (C) 2006, 2009-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2006, 2009-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/exits.c b/src/exits.c
index adce4f9f..5c380a36 100644
--- a/src/exits.c
+++ b/src/exits.c
@@ -1,5 +1,5 @@
/* Exit status handling.
- Copyright (C) 2009-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2009-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/exits.h b/src/exits.h
index f333a769..627a8dfb 100644
--- a/src/exits.h
+++ b/src/exits.h
@@ -1,5 +1,5 @@
/* Exit status related declarations.
- Copyright (C) 2009-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2009-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-basic.c b/src/ftp-basic.c
index c2fd8dc2..d999027a 100644
--- a/src/ftp-basic.c
+++ b/src/ftp-basic.c
@@ -1,5 +1,5 @@
/* Basic FTP routines.
- Copyright (C) 1996-2011, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2011, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-ls.c b/src/ftp-ls.c
index 6adcad38..86f5bbd5 100644
--- a/src/ftp-ls.c
+++ b/src/ftp-ls.c
@@ -1,5 +1,5 @@
/* Parsing FTP `ls' output.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ftp-opie.c b/src/ftp-opie.c
index e744435d..d04876e5 100644
--- a/src/ftp-opie.c
+++ b/src/ftp-opie.c
@@ -1,5 +1,5 @@
/* Opie (s/key) support for FTP.
- Copyright (C) 1998-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ftp.c b/src/ftp.c
index 7683d6f6..5296124d 100644
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1,5 +1,5 @@
/* File Transfer Protocol support.
- Copyright (C) 1996-2011, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2011, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/ftp.h b/src/ftp.h
index f3192939..91b94885 100644
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -1,5 +1,5 @@
/* Declarations for FTP support.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/gnutls.c b/src/gnutls.c
index 41e40b4e..689c9e41 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1,5 +1,5 @@
/* SSL support via GnuTLS library.
- Copyright (C) 2005-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2005-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/hash.c b/src/hash.c
index 54e39ded..25668dfa 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -1,5 +1,5 @@
/* Hash tables.
- Copyright (C) 2000-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2000-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/hash.h b/src/hash.h
index f504260c..e2b5cb21 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -1,5 +1,5 @@
/* Hash table declarations.
- Copyright (C) 2000, 2007-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2000, 2007-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/host.c b/src/host.c
index 9b9aa6b4..ae4d671b 100644
--- a/src/host.c
+++ b/src/host.c
@@ -1,5 +1,5 @@
/* Host name resolution and matching.
- Copyright (C) 1996-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/host.h b/src/host.h
index da205d93..153d1177 100644
--- a/src/host.h
+++ b/src/host.h
@@ -1,5 +1,5 @@
/* Declarations for host.c
- Copyright (C) 1996-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/hsts.c b/src/hsts.c
index 72c5e936..20eddb17 100644
--- a/src/hsts.c
+++ b/src/hsts.c
@@ -1,5 +1,5 @@
/* HTTP Strict Transport Security (HSTS) support.
- Copyright (C) 1996-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/hsts.h b/src/hsts.h
index be048944..61792cab 100644
--- a/src/hsts.h
+++ b/src/hsts.h
@@ -1,5 +1,5 @@
/* Declarations for hsts.c
- Copyright (C) 1996-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/html-parse.c b/src/html-parse.c
index e99c80ea..91a8c2b3 100644
--- a/src/html-parse.c
+++ b/src/html-parse.c
@@ -1,5 +1,5 @@
/* HTML parser for Wget.
- Copyright (C) 1998-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/html-parse.h b/src/html-parse.h
index 4176eb26..a7ad8c2e 100644
--- a/src/html-parse.h
+++ b/src/html-parse.h
@@ -1,5 +1,5 @@
/* Declarations for html-parse.c.
- Copyright (C) 1998-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/html-url.c b/src/html-url.c
index 53d3a934..4bcb1751 100644
--- a/src/html-url.c
+++ b/src/html-url.c
@@ -1,5 +1,5 @@
/* Collect URLs from HTML source.
- Copyright (C) 1998-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/html-url.h b/src/html-url.h
index 4207b789..21f53aca 100644
--- a/src/html-url.h
+++ b/src/html-url.h
@@ -1,5 +1,5 @@
/* Declarations for html-url.c.
- Copyright (C) 1995-1997, 2009-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 1995-1997, 2009-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/http-ntlm.c b/src/http-ntlm.c
index ba58a86e..072a01d9 100644
--- a/src/http-ntlm.c
+++ b/src/http-ntlm.c
@@ -1,5 +1,5 @@
/* NTLM code.
- Copyright (C) 2005-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
Contributed by Daniel Stenberg.
diff --git a/src/http-ntlm.h b/src/http-ntlm.h
index 5d1699ae..cff1fd03 100644
--- a/src/http-ntlm.h
+++ b/src/http-ntlm.h
@@ -1,7 +1,7 @@
#ifndef __HTTP_NTLM_H
#define __HTTP_NTLM_H
/* Declarations for http_ntlm.c
- Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018-2022 Free
+ Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018-2023 Free
Software Foundation, Inc.
Contributed by Daniel Stenberg.
diff --git a/src/http.c b/src/http.c
index 6ccfc3a0..e3a1a394 100644
--- a/src/http.c
+++ b/src/http.c
@@ -1,5 +1,5 @@
/* HTTP support.
- Copyright (C) 1996-2012, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2012, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/http.h b/src/http.h
index 98264470..198967a6 100644
--- a/src/http.h
+++ b/src/http.h
@@ -1,5 +1,5 @@
/* Declarations for HTTP.
- Copyright (C) 2005-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/init.c b/src/init.c
index 8cd534d7..b5e36951 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,5 +1,5 @@
/* Reading/parsing the initialization file.
- Copyright (C) 1996-2012, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2012, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/init.h b/src/init.h
index 2d32c3f2..689e78be 100644
--- a/src/init.h
+++ b/src/init.h
@@ -1,5 +1,5 @@
/* Declarations for init.c.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/iri.c b/src/iri.c
index 4bac3499..ca767637 100644
--- a/src/iri.c
+++ b/src/iri.c
@@ -1,5 +1,5 @@
/* IRI related functions.
- Copyright (C) 2008-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2008-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/iri.h b/src/iri.h
index 0ad04633..447b0113 100644
--- a/src/iri.h
+++ b/src/iri.h
@@ -1,5 +1,5 @@
/* Internationalization related declarations.
- Copyright (C) 2008-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2008-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/log.c b/src/log.c
index 91781695..f4411850 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,5 +1,5 @@
/* Messages logging.
- Copyright (C) 1998-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/log.h b/src/log.h
index c8ea3abd..11e46b76 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,5 @@
/* Declarations for log.c.
- Copyright (C) 1998-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1998-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/main.c b/src/main.c
index f9bb4074..87fa2e09 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* Command line parsing.
- Copyright (C) 1996-2015, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 1996-2015, 2018-2023 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/metalink.c b/src/metalink.c
index 12f35883..0370f80c 100644
--- a/src/metalink.c
+++ b/src/metalink.c
@@ -1,5 +1,5 @@
/* Metalink module.
- Copyright (C) 2015, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2015, 2018-2023 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/metalink.h b/src/metalink.h
index 2ca0a322..956f9727 100644
--- a/src/metalink.h
+++ b/src/metalink.h
@@ -1,5 +1,5 @@
/* Declarations for metalink.c.
- Copyright (C) 2015, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2015, 2018-2023 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/mswindows.c b/src/mswindows.c
index 455f4752..b24ff3a9 100644
--- a/src/mswindows.c
+++ b/src/mswindows.c
@@ -1,5 +1,5 @@
/* mswindows.c -- Windows-specific support
- Copyright (C) 1996-2011, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2011, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/mswindows.h b/src/mswindows.h
index f89af54b..1a0f350b 100644
--- a/src/mswindows.h
+++ b/src/mswindows.h
@@ -1,5 +1,5 @@
/* Declarations for windows
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/netrc.c b/src/netrc.c
index 44f8a81c..25a8393b 100644
--- a/src/netrc.c
+++ b/src/netrc.c
@@ -1,5 +1,5 @@
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
- Copyright (C) 1996, 2007-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 1996, 2007-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/netrc.h b/src/netrc.h
index 956dfb82..e5e6e679 100644
--- a/src/netrc.h
+++ b/src/netrc.h
@@ -1,5 +1,5 @@
/* Declarations for netrc.c
- Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018-2022 Free
+ Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018-2023 Free
Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/openssl.c b/src/openssl.c
index 4f4fea0a..c18b5050 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1,5 +1,5 @@
/* SSL support via OpenSSL library.
- Copyright (C) 2000-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2000-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
Originally contributed by Christian Fraenkel.
diff --git a/src/options.h b/src/options.h
index b044b959..d4805a98 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,5 @@
/* struct options.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/progress.c b/src/progress.c
index 0ab7e18a..4784c592 100644
--- a/src/progress.c
+++ b/src/progress.c
@@ -1,5 +1,5 @@
/* Download progress.
- Copyright (C) 2001-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2001-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/progress.h b/src/progress.h
index b740b28d..b2df28a4 100644
--- a/src/progress.h
+++ b/src/progress.h
@@ -1,5 +1,5 @@
/* Download progress.
- Copyright (C) 2001-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2001-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ptimer.c b/src/ptimer.c
index 42007e93..6f70cc0e 100644
--- a/src/ptimer.c
+++ b/src/ptimer.c
@@ -1,5 +1,5 @@
/* Portable timers.
- Copyright (C) 2005-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ptimer.h b/src/ptimer.h
index acef2aab..9c2eb845 100644
--- a/src/ptimer.h
+++ b/src/ptimer.h
@@ -1,5 +1,5 @@
/* Declarations for ptimer.c.
- Copyright (C) 2005-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/recur.c b/src/recur.c
index acbb7b9e..260307da 100644
--- a/src/recur.c
+++ b/src/recur.c
@@ -1,5 +1,5 @@
/* Handling of recursive HTTP retrieving.
- Copyright (C) 1996-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/recur.h b/src/recur.h
index a40b8acb..fc040c12 100644
--- a/src/recur.h
+++ b/src/recur.h
@@ -1,5 +1,5 @@
/* Declarations for recur.c.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/res.c b/src/res.c
index 4ff228e8..9bf34014 100644
--- a/src/res.c
+++ b/src/res.c
@@ -1,5 +1,5 @@
/* Support for Robot Exclusion Standard (RES).
- Copyright (C) 2001, 2006-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2001, 2006-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of Wget.
diff --git a/src/res.h b/src/res.h
index dcf1267f..0b2453cd 100644
--- a/src/res.h
+++ b/src/res.h
@@ -1,5 +1,5 @@
/* Declarations for res.c.
- Copyright (C) 2001, 2007-2011, 2015, 2018-2022 Free Software
+ Copyright (C) 2001, 2007-2011, 2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of Wget.
diff --git a/src/retr.c b/src/retr.c
index 615802fb..a2b819bb 100644
--- a/src/retr.c
+++ b/src/retr.c
@@ -1,5 +1,5 @@
/* File retrieval.
- Copyright (C) 1996-2011, 2014-2015, 2018-2022 Free Software
+ Copyright (C) 1996-2011, 2014-2015, 2018-2023 Free Software
Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/retr.h b/src/retr.h
index 8f977377..84814e11 100644
--- a/src/retr.h
+++ b/src/retr.h
@@ -1,5 +1,5 @@
/* Declarations for retr.c.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/spider.c b/src/spider.c
index 3045b788..726a7b35 100644
--- a/src/spider.c
+++ b/src/spider.c
@@ -1,5 +1,5 @@
/* Keep track of visited URLs in spider mode.
- Copyright (C) 2006-2011, 2015, 2019-2022 Free Software Foundation,
+ Copyright (C) 2006-2011, 2015, 2019-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/spider.h b/src/spider.h
index 36c71211..5001a8ef 100644
--- a/src/spider.h
+++ b/src/spider.h
@@ -1,5 +1,5 @@
/* Declarations for spider.c
- Copyright (C) 2006-2011, 2015, 2019-2022 Free Software Foundation,
+ Copyright (C) 2006-2011, 2015, 2019-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/ssl.h b/src/ssl.h
index 4636e3f4..02d885d9 100644
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,5 +1,5 @@
/* SSL support.
- Copyright (C) 2000-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2000-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
Originally contributed by Christian Fraenkel.
diff --git a/src/sysdep.h b/src/sysdep.h
index 9d5ff329..db6c3647 100644
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -1,5 +1,5 @@
/* Dirty system-dependent hacks.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/url.c b/src/url.c
index 5dfb91a2..63030705 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,5 +1,5 @@
/* URL handling.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/url.h b/src/url.h
index 02f0ec36..72c0079e 100644
--- a/src/url.h
+++ b/src/url.h
@@ -1,5 +1,5 @@
/* Declarations for url.c.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/utils.c b/src/utils.c
index dca9b929..794d3a57 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,5 +1,5 @@
/* Various utility functions.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/utils.h b/src/utils.h
index 678fcb52..42e4c183 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,5 +1,5 @@
/* Declarations for utils.c.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/version.h b/src/version.h
index 1ae16bc2..2011f324 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
/* Extern declarations for printing version information
- Copyright (C) 2013, 2015, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013, 2015, 2018-2023 Free Software Foundation, Inc.
This file is part of GNU Wget.
diff --git a/src/warc.c b/src/warc.c
index c545da8c..4770ffe6 100644
--- a/src/warc.c
+++ b/src/warc.c
@@ -1,5 +1,5 @@
/* Utility functions for writing WARC files.
- Copyright (C) 2011-2012, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 2011-2012, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/wget.h b/src/wget.h
index 460e7cd9..8cd212a4 100644
--- a/src/wget.h
+++ b/src/wget.h
@@ -1,5 +1,5 @@
/* Miscellaneous declarations.
- Copyright (C) 1996-2011, 2015, 2018-2022 Free Software Foundation,
+ Copyright (C) 1996-2011, 2015, 2018-2023 Free Software Foundation,
Inc.
This file is part of GNU Wget.
diff --git a/src/xattr.c b/src/xattr.c
index 98a002a0..b3bfea3d 100644
--- a/src/xattr.c
+++ b/src/xattr.c
@@ -1,6 +1,6 @@
/* xattr.h -- POSIX Extended Attribute support.
- Copyright (C) 2016, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016, 2018-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/xattr.h b/src/xattr.h
index bd4f45a8..1f7eb9c2 100644
--- a/src/xattr.h
+++ b/src/xattr.h
@@ -1,6 +1,6 @@
/* xattr.h -- POSIX Extended Attribute function mappings.
- Copyright (C) 2016, 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016, 2018-2023 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