summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-01-01 10:04:37 -0500
committerPaul Smith <psmith@gnu.org>2023-01-01 10:06:01 -0500
commit56d297814145d1a2ed9d2ab0e120759d47778c24 (patch)
treee35628d51bbd7fbe69a4d111a3d8ca8cc0757414 /src
parentc91b269f66126ae88cec99c25c39816be97aeaa0 (diff)
downloadmake-git-56d297814145d1a2ed9d2ab0e120759d47778c24.tar.gz
Update the copyright year on all files
Diffstat (limited to 'src')
-rw-r--r--src/amiga.c2
-rw-r--r--src/amiga.h2
-rw-r--r--src/ar.c2
-rw-r--r--src/arscan.c2
-rw-r--r--src/commands.c2
-rw-r--r--src/commands.h2
-rw-r--r--src/config.ami2
-rw-r--r--src/config.h-vms2
-rw-r--r--src/config.h.W322
-rw-r--r--src/configh.dos2
-rw-r--r--src/debug.h2
-rw-r--r--src/default.c2
-rw-r--r--src/dep.h2
-rw-r--r--src/dir.c2
-rw-r--r--src/expand.c2
-rw-r--r--src/file.c2
-rw-r--r--src/filedef.h2
-rw-r--r--src/function.c2
-rw-r--r--src/getopt.c2
-rw-r--r--src/getopt.h2
-rw-r--r--src/getopt1.c2
-rw-r--r--src/gettext.h2
-rw-r--r--src/gmk-default.scm2
-rw-r--r--src/gnumake.h2
-rw-r--r--src/guile.c2
-rw-r--r--src/implicit.c2
-rw-r--r--src/job.c2
-rw-r--r--src/job.h2
-rw-r--r--src/load.c2
-rw-r--r--src/loadapi.c2
-rw-r--r--src/main.c4
-rw-r--r--src/makeint.h2
-rw-r--r--src/misc.c2
-rw-r--r--src/mkconfig.h.in2
-rw-r--r--src/os.h2
-rw-r--r--src/output.c2
-rw-r--r--src/output.h2
-rw-r--r--src/posixos.c2
-rw-r--r--src/read.c2
-rw-r--r--src/remake.c2
-rw-r--r--src/remote-cstms.c2
-rw-r--r--src/remote-stub.c2
-rw-r--r--src/rule.c2
-rw-r--r--src/rule.h2
-rw-r--r--src/shuffle.c2
-rw-r--r--src/signame.c2
-rw-r--r--src/strcache.c2
-rw-r--r--src/variable.c2
-rw-r--r--src/variable.h2
-rw-r--r--src/version.c2
-rw-r--r--src/vms_exit.c2
-rw-r--r--src/vms_export_symbol.c2
-rw-r--r--src/vms_progname.c2
-rw-r--r--src/vmsdir.h2
-rw-r--r--src/vmsfunctions.c2
-rw-r--r--src/vmsify.c2
-rw-r--r--src/vmsjobs.c2
-rw-r--r--src/vpath.c2
-rw-r--r--src/w32/compat/dirent.c2
-rw-r--r--src/w32/compat/posixfcn.c2
-rw-r--r--src/w32/include/dirent.h2
-rw-r--r--src/w32/include/dlfcn.h2
-rw-r--r--src/w32/include/pathstuff.h2
-rw-r--r--src/w32/include/sub_proc.h2
-rw-r--r--src/w32/include/w32err.h2
-rw-r--r--src/w32/pathstuff.c2
-rw-r--r--src/w32/subproc/misc.c2
-rw-r--r--src/w32/subproc/proc.h2
-rw-r--r--src/w32/subproc/sub_proc.c2
-rw-r--r--src/w32/subproc/w32err.c2
-rw-r--r--src/w32/w32os.c2
71 files changed, 72 insertions, 72 deletions
diff --git a/src/amiga.c b/src/amiga.c
index 2304716e..ed1a84d7 100644
--- a/src/amiga.c
+++ b/src/amiga.c
@@ -1,5 +1,5 @@
/* Running commands on Amiga
-Copyright (C) 1995-2022 Free Software Foundation, Inc.
+Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/amiga.h b/src/amiga.h
index bef5087f..dd0bb570 100644
--- a/src/amiga.h
+++ b/src/amiga.h
@@ -1,5 +1,5 @@
/* Definitions for amiga specific things
-Copyright (C) 1995-2022 Free Software Foundation, Inc.
+Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/ar.c b/src/ar.c
index 7b607dcd..73fc0956 100644
--- a/src/ar.c
+++ b/src/ar.c
@@ -1,5 +1,5 @@
/* Interface to 'ar' archives for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
diff --git a/src/arscan.c b/src/arscan.c
index b6ed45a8..75d678bf 100644
--- a/src/arscan.c
+++ b/src/arscan.c
@@ -1,5 +1,5 @@
/* Library function for scanning an archive file.
-Copyright (C) 1987-2022 Free Software Foundation, Inc.
+Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/commands.c b/src/commands.c
index 9bb4eb6e..3ff45ed3 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -1,5 +1,5 @@
/* Command processing for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/commands.h b/src/commands.h
index 1a717516..97d1c15f 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -1,5 +1,5 @@
/* Definition of data structures describing shell commands for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/config.ami b/src/config.ami
index 775a4d71..1470f443 100644
--- a/src/config.ami
+++ b/src/config.ami
@@ -1,5 +1,5 @@
/* config.h -- hand-massaged for Amiga -*-C-*-
-Copyright (C) 1995-2022 Free Software Foundation, Inc.
+Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/config.h-vms b/src/config.h-vms
index 53e6b90a..6031bbd8 100644
--- a/src/config.h-vms
+++ b/src/config.h-vms
@@ -1,6 +1,6 @@
/* config.h-vms. Generated by hand by Klaus Kämpf <kkaempf@rmi.de> -*-C-*-
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/config.h.W32 b/src/config.h.W32
index 369e897d..1fc88309 100644
--- a/src/config.h.W32
+++ b/src/config.h.W32
@@ -1,6 +1,6 @@
/* config.h.W32 -- hand-massaged config.h file for Windows builds -*-C-*-
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/configh.dos b/src/configh.dos
index 5e20616e..a00fecde 100644
--- a/src/configh.dos
+++ b/src/configh.dos
@@ -1,6 +1,6 @@
/* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*-
-Copyright (C) 1994-2022 Free Software Foundation, Inc.
+Copyright (C) 1994-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/debug.h b/src/debug.h
index 63cc4b5d..21068916 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,5 +1,5 @@
/* Debugging macros and interface.
-Copyright (C) 1999-2022 Free Software Foundation, Inc.
+Copyright (C) 1999-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/default.c b/src/default.c
index b4cfdf71..1082b41d 100644
--- a/src/default.c
+++ b/src/default.c
@@ -1,5 +1,5 @@
/* Data base of default implicit rules for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/dep.h b/src/dep.h
index 89c8639e..7157d459 100644
--- a/src/dep.h
+++ b/src/dep.h
@@ -1,5 +1,5 @@
/* Definitions of dependency data structures for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/dir.c b/src/dir.c
index 1e6e7397..855dc3d5 100644
--- a/src/dir.c
+++ b/src/dir.c
@@ -1,5 +1,5 @@
/* Directory hashing for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/expand.c b/src/expand.c
index 2509009e..c7233e8c 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -1,5 +1,5 @@
/* Variable expansion functions for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/file.c b/src/file.c
index ea28c33a..d07af4e5 100644
--- a/src/file.c
+++ b/src/file.c
@@ -1,5 +1,5 @@
/* Target file management for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/filedef.h b/src/filedef.h
index ae2f26dd..94abcff5 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -1,5 +1,5 @@
/* Definition of target file data structures for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/function.c b/src/function.c
index e4a3af86..00d09f3a 100644
--- a/src/function.c
+++ b/src/function.c
@@ -1,5 +1,5 @@
/* Builtin function expansion for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/getopt.c b/src/getopt.c
index 9f31a70d..bc1f1caf 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -3,7 +3,7 @@ NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org
before changing it!
-Copyright (C) 1987-2022 Free Software Foundation, Inc.
+Copyright (C) 1987-2023 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
diff --git a/src/getopt.h b/src/getopt.h
index f96172d0..df18ceeb 100644
--- a/src/getopt.h
+++ b/src/getopt.h
@@ -1,5 +1,5 @@
/* Declarations for getopt.
-Copyright (C) 1989-2022 Free Software Foundation, Inc.
+Copyright (C) 1989-2023 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
diff --git a/src/getopt1.c b/src/getopt1.c
index 481a358b..86e4d6ad 100644
--- a/src/getopt1.c
+++ b/src/getopt1.c
@@ -1,5 +1,5 @@
/* getopt_long and getopt_long_only entry points for GNU getopt.
-Copyright (C) 1987-1994, 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1987-1994, 1996-2023 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
diff --git a/src/gettext.h b/src/gettext.h
index 9498fada..949d0a17 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -1,5 +1,5 @@
/* Convenience header for conditional use of GNU <libintl.h>.
-Copyright (C) 1995-2022 Free Software Foundation, Inc.
+Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/gmk-default.scm b/src/gmk-default.scm
index 033a32e6..8c0af759 100644
--- a/src/gmk-default.scm
+++ b/src/gmk-default.scm
@@ -1,5 +1,5 @@
;; Contents of the (gnu make) Guile module
-;; Copyright (C) 2011-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2023 Free Software Foundation, Inc.
;; This file is part of GNU Make.
;;
;; GNU Make is free software; you can redistribute it and/or modify it under
diff --git a/src/gnumake.h b/src/gnumake.h
index 4e796e58..9bc7a66c 100644
--- a/src/gnumake.h
+++ b/src/gnumake.h
@@ -1,7 +1,7 @@
/* External interfaces usable by dynamic objects loaded into GNU Make.
--THIS API IS A "TECHNOLOGY PREVIEW" ONLY. IT IS NOT A STABLE INTERFACE--
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/guile.c b/src/guile.c
index 32f63176..c8489269 100644
--- a/src/guile.c
+++ b/src/guile.c
@@ -1,5 +1,5 @@
/* GNU Guile interface for GNU Make.
-Copyright (C) 2011-2022 Free Software Foundation, Inc.
+Copyright (C) 2011-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/implicit.c b/src/implicit.c
index 0d7197db..22e8276d 100644
--- a/src/implicit.c
+++ b/src/implicit.c
@@ -1,5 +1,5 @@
/* Implicit rule searching for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/job.c b/src/job.c
index 1ac64ebc..35fbda00 100644
--- a/src/job.c
+++ b/src/job.c
@@ -1,5 +1,5 @@
/* Job execution and handling for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/job.h b/src/job.h
index 14a9984d..00fac998 100644
--- a/src/job.h
+++ b/src/job.h
@@ -1,5 +1,5 @@
/* Definitions for managing subprocesses in GNU Make.
-Copyright (C) 1992-2022 Free Software Foundation, Inc.
+Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/load.c b/src/load.c
index e343a2ee..0f8d1860 100644
--- a/src/load.c
+++ b/src/load.c
@@ -1,5 +1,5 @@
/* Loading dynamic objects for GNU Make.
-Copyright (C) 2012-2022 Free Software Foundation, Inc.
+Copyright (C) 2012-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/loadapi.c b/src/loadapi.c
index 3c1fdb0a..06277668 100644
--- a/src/loadapi.c
+++ b/src/loadapi.c
@@ -1,5 +1,5 @@
/* API for GNU Make dynamic objects.
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/main.c b/src/main.c
index 4f1c40ba..6fcb42e3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* Argument parsing and main program of GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
@@ -3724,7 +3724,7 @@ print_version (void)
year, and none of the rest of it should be translated (including the
word "Copyright"), so it hardly seems worth it. */
- printf ("%sCopyright (C) 1988-2022 Free Software Foundation, Inc.\n",
+ printf ("%sCopyright (C) 1988-2023 Free Software Foundation, Inc.\n",
precede);
printf (_("%sLicense GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n\
diff --git a/src/makeint.h b/src/makeint.h
index 4076928b..4bcf7b77 100644
--- a/src/makeint.h
+++ b/src/makeint.h
@@ -1,5 +1,5 @@
/* Miscellaneous global declarations and portability cruft for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/misc.c b/src/misc.c
index d51f94b3..192187e4 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,5 +1,5 @@
/* Miscellaneous generic support functions for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/mkconfig.h.in b/src/mkconfig.h.in
index cc49aee7..d737da6d 100644
--- a/src/mkconfig.h.in
+++ b/src/mkconfig.h.in
@@ -1,5 +1,5 @@
/* Autoconf values for use on non-POSIX systems.
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2022-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/os.h b/src/os.h
index fe0a9976..05777a60 100644
--- a/src/os.h
+++ b/src/os.h
@@ -1,5 +1,5 @@
/* Declarations for operating system interfaces for GNU Make.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/output.c b/src/output.c
index 9122fee8..5a82cada 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,5 @@
/* Output to stdout / stderr for GNU make
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/output.h b/src/output.h
index 59576059..d12bd2b7 100644
--- a/src/output.h
+++ b/src/output.h
@@ -1,5 +1,5 @@
/* Output to stdout / stderr for GNU make
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/posixos.c b/src/posixos.c
index 78358dd8..3e865cfd 100644
--- a/src/posixos.c
+++ b/src/posixos.c
@@ -1,5 +1,5 @@
/* POSIX-based operating system interface for GNU Make.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/read.c b/src/read.c
index e8ad1234..b0fc1e1f 100644
--- a/src/read.c
+++ b/src/read.c
@@ -1,5 +1,5 @@
/* Reading and parsing of makefiles for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/remake.c b/src/remake.c
index cac8e7e8..a1f1d1d9 100644
--- a/src/remake.c
+++ b/src/remake.c
@@ -1,5 +1,5 @@
/* Basic dependency engine for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/remote-cstms.c b/src/remote-cstms.c
index c8543f9f..bc98a23b 100644
--- a/src/remote-cstms.c
+++ b/src/remote-cstms.c
@@ -3,7 +3,7 @@
Please do not send bug reports or questions about it to
the Make maintainers.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/remote-stub.c b/src/remote-stub.c
index d7cc260c..7815f737 100644
--- a/src/remote-stub.c
+++ b/src/remote-stub.c
@@ -1,5 +1,5 @@
/* Template for the remote job exportation interface to GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/rule.c b/src/rule.c
index 0fc64bc8..74031dfa 100644
--- a/src/rule.c
+++ b/src/rule.c
@@ -1,5 +1,5 @@
/* Pattern and suffix rule internals for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/rule.h b/src/rule.h
index cadac3f3..03e2e3f1 100644
--- a/src/rule.h
+++ b/src/rule.h
@@ -1,5 +1,5 @@
/* Definitions for using pattern rules in GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/shuffle.c b/src/shuffle.c
index d1a52a0d..d57acef0 100644
--- a/src/shuffle.c
+++ b/src/shuffle.c
@@ -1,5 +1,5 @@
/* Provide prerequisite shuffle support.
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2022-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/signame.c b/src/signame.c
index d4374a30..50134c45 100644
--- a/src/signame.c
+++ b/src/signame.c
@@ -1,5 +1,5 @@
/* Convert between signal names and numbers.
-Copyright (C) 1990-2022 Free Software Foundation, Inc.
+Copyright (C) 1990-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/strcache.c b/src/strcache.c
index f081ea75..5c8caa9c 100644
--- a/src/strcache.c
+++ b/src/strcache.c
@@ -1,5 +1,5 @@
/* Constant string caching for GNU Make.
-Copyright (C) 2006-2022 Free Software Foundation, Inc.
+Copyright (C) 2006-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/variable.c b/src/variable.c
index 48593305..3c02cbe9 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1,5 +1,5 @@
/* Internals of variables for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/variable.h b/src/variable.h
index d0cb775d..c7bbe8f5 100644
--- a/src/variable.h
+++ b/src/variable.h
@@ -1,5 +1,5 @@
/* Definitions for using variables in GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/version.c b/src/version.c
index b96e0303..fb707796 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,5 +1,5 @@
/* Record version and build host architecture for GNU make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/vms_exit.c b/src/vms_exit.c
index ebcebcde..3c57e9ce 100644
--- a/src/vms_exit.c
+++ b/src/vms_exit.c
@@ -7,7 +7,7 @@
* Author: John E. Malmberg
*/
-/* Copyright (C) 2014-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
diff --git a/src/vms_export_symbol.c b/src/vms_export_symbol.c
index a1a7c16b..6344205d 100644
--- a/src/vms_export_symbol.c
+++ b/src/vms_export_symbol.c
@@ -4,7 +4,7 @@
* DCL symbols.
*/
-/* Copyright (C) 2014-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
diff --git a/src/vms_progname.c b/src/vms_progname.c
index 1d6edbdf..0cc59309 100644
--- a/src/vms_progname.c
+++ b/src/vms_progname.c
@@ -36,7 +36,7 @@
*
*/
-/* Copyright (C) 2014-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
diff --git a/src/vmsdir.h b/src/vmsdir.h
index 0f8fe3ad..4e1ac1b8 100644
--- a/src/vmsdir.h
+++ b/src/vmsdir.h
@@ -1,5 +1,5 @@
/* dirent.h for vms
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/vmsfunctions.c b/src/vmsfunctions.c
index 499f3393..355f989c 100644
--- a/src/vmsfunctions.c
+++ b/src/vmsfunctions.c
@@ -1,5 +1,5 @@
/* VMS functions
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/vmsify.c b/src/vmsify.c
index 7c3426ed..d539f94f 100644
--- a/src/vmsify.c
+++ b/src/vmsify.c
@@ -1,5 +1,5 @@
/* vmsify.c -- Module for vms <-> unix file name conversion
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/vmsjobs.c b/src/vmsjobs.c
index 0a420669..0c67226e 100644
--- a/src/vmsjobs.c
+++ b/src/vmsjobs.c
@@ -1,7 +1,7 @@
/* --------------- Moved here from job.c ---------------
This file must be #included in job.c, as it accesses static functions.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/vpath.c b/src/vpath.c
index 9af4213c..9c303bfb 100644
--- a/src/vpath.c
+++ b/src/vpath.c
@@ -1,5 +1,5 @@
/* Implementation of pattern-matching file search paths for GNU Make.
-Copyright (C) 1988-2022 Free Software Foundation, Inc.
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/compat/dirent.c b/src/w32/compat/dirent.c
index e9cb1d2f..7e32e336 100644
--- a/src/w32/compat/dirent.c
+++ b/src/w32/compat/dirent.c
@@ -1,5 +1,5 @@
/* Directory entry code for Window platforms.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/compat/posixfcn.c b/src/w32/compat/posixfcn.c
index f1013ae2..a89c0657 100644
--- a/src/w32/compat/posixfcn.c
+++ b/src/w32/compat/posixfcn.c
@@ -1,6 +1,6 @@
/* Replacements for Posix functions and Posix functionality for MS-Windows.
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/include/dirent.h b/src/w32/include/dirent.h
index 2712e51d..32e352ca 100644
--- a/src/w32/include/dirent.h
+++ b/src/w32/include/dirent.h
@@ -1,5 +1,5 @@
/* Windows version of dirent.h
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/include/dlfcn.h b/src/w32/include/dlfcn.h
index dc1d5297..4fa059a3 100644
--- a/src/w32/include/dlfcn.h
+++ b/src/w32/include/dlfcn.h
@@ -1,5 +1,5 @@
/* dlfcn.h replacement for MS-Windows build.
-Copyright (C) 2013-2022 Free Software Foundation, Inc.
+Copyright (C) 2013-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/include/pathstuff.h b/src/w32/include/pathstuff.h
index 374d8056..02a4ae6b 100644
--- a/src/w32/include/pathstuff.h
+++ b/src/w32/include/pathstuff.h
@@ -1,5 +1,5 @@
/* Definitions for Windows path manipulation.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/include/sub_proc.h b/src/w32/include/sub_proc.h
index 83f71f61..c00c43c7 100644
--- a/src/w32/include/sub_proc.h
+++ b/src/w32/include/sub_proc.h
@@ -1,5 +1,5 @@
/* Definitions for Windows process invocation.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/include/w32err.h b/src/w32/include/w32err.h
index d67e84bd..a28d565e 100644
--- a/src/w32/include/w32err.h
+++ b/src/w32/include/w32err.h
@@ -1,5 +1,5 @@
/* Definitions for Windows error handling.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/pathstuff.c b/src/w32/pathstuff.c
index b0c5c4bd..efde4540 100644
--- a/src/w32/pathstuff.c
+++ b/src/w32/pathstuff.c
@@ -1,5 +1,5 @@
/* Path conversion for Windows pathnames.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/subproc/misc.c b/src/w32/subproc/misc.c
index c611e090..87031daf 100644
--- a/src/w32/subproc/misc.c
+++ b/src/w32/subproc/misc.c
@@ -1,5 +1,5 @@
/* Process handling for Windows
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/subproc/proc.h b/src/w32/subproc/proc.h
index 4133813c..90c55dd9 100644
--- a/src/w32/subproc/proc.h
+++ b/src/w32/subproc/proc.h
@@ -1,5 +1,5 @@
/* Definitions for Windows
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/subproc/sub_proc.c b/src/w32/subproc/sub_proc.c
index 5352bf4a..4331973a 100644
--- a/src/w32/subproc/sub_proc.c
+++ b/src/w32/subproc/sub_proc.c
@@ -1,5 +1,5 @@
/* Process handling for Windows.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/subproc/w32err.c b/src/w32/subproc/w32err.c
index ad9049cd..e947a5b2 100644
--- a/src/w32/subproc/w32err.c
+++ b/src/w32/subproc/w32err.c
@@ -1,5 +1,5 @@
/* Error handling for Windows
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/src/w32/w32os.c b/src/w32/w32os.c
index 213bbf12..33828010 100644
--- a/src/w32/w32os.c
+++ b/src/w32/w32os.c
@@ -1,5 +1,5 @@
/* Windows32-based operating system interface for GNU Make.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the