aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-01-03 12:19:35 +0100
committerJakub Jelinek <jakub@redhat.com>2024-01-03 12:19:35 +0100
commita945c346f57ba40fc80c14ac59be0d43624e559d (patch)
tree916323bfe593c5d0112c224230e52c559611f5b3 /include
parent9afc19159c2947cddee0c833429da1f190fe34ca (diff)
Update copyright years.
Diffstat (limited to 'include')
-rw-r--r--include/ansidecl.h2
-rw-r--r--include/btf.h2
-rw-r--r--include/collectorAPI.h2
-rw-r--r--include/ctf.h2
-rw-r--r--include/cuda/cuda.h2
-rw-r--r--include/demangle.h2
-rw-r--r--include/dwarf2.def2
-rw-r--r--include/dwarf2.h2
-rw-r--r--include/dyn-string.h2
-rw-r--r--include/environ.h2
-rw-r--r--include/fibheap.h2
-rw-r--r--include/filenames.h2
-rw-r--r--include/floatformat.h2
-rw-r--r--include/fnmatch.h2
-rw-r--r--include/gcc-c-fe.def2
-rw-r--r--include/gcc-c-interface.h2
-rw-r--r--include/gcc-cp-fe.def2
-rw-r--r--include/gcc-cp-interface.h2
-rw-r--r--include/gcc-interface.h2
-rw-r--r--include/gdb/gdb-index.h2
-rw-r--r--include/getopt.h2
-rw-r--r--include/gomp-constants.h2
-rw-r--r--include/hashtab.h2
-rw-r--r--include/leb128.h2
-rw-r--r--include/libcollector.h2
-rw-r--r--include/libfcollector.h2
-rw-r--r--include/libiberty.h2
-rw-r--r--include/longlong.h2
-rw-r--r--include/lto-symtab.h2
-rw-r--r--include/md5.h2
-rw-r--r--include/objalloc.h2
-rw-r--r--include/obstack.h2
-rw-r--r--include/partition.h2
-rw-r--r--include/plugin-api.h2
-rw-r--r--include/safe-ctype.h2
-rw-r--r--include/sha1.h2
-rw-r--r--include/simple-object.h2
-rw-r--r--include/sort.h2
-rw-r--r--include/spincount.h2
-rw-r--r--include/splay-tree.h2
-rw-r--r--include/symcat.h2
-rw-r--r--include/timeval-utils.h2
-rw-r--r--include/vtv-change-permission.h2
-rw-r--r--include/xregex2.h2
-rw-r--r--include/xtensa-config.h2
-rw-r--r--include/xtensa-dynconfig.h2
46 files changed, 46 insertions, 46 deletions
diff --git a/include/ansidecl.h b/include/ansidecl.h
index 39375e17156..653d91869e4 100644
--- a/include/ansidecl.h
+++ b/include/ansidecl.h
@@ -1,5 +1,5 @@
/* Compiler compatibility macros
- Copyright (C) 1991-2023 Free Software Foundation, Inc.
+ Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
diff --git a/include/btf.h b/include/btf.h
index d0994ab369b..24b38bace17 100644
--- a/include/btf.h
+++ b/include/btf.h
@@ -1,5 +1,5 @@
/* Declarations and definitions relating to the BPF Type Format (BTF).
- Copyright (C) 2021-2023 Free Software Foundation, Inc.
+ Copyright (C) 2021-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/collectorAPI.h b/include/collectorAPI.h
index 010074a271f..8d8d6d579a2 100644
--- a/include/collectorAPI.h
+++ b/include/collectorAPI.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/include/ctf.h b/include/ctf.h
index 4263799f82d..f188202d120 100644
--- a/include/ctf.h
+++ b/include/ctf.h
@@ -1,5 +1,5 @@
/* CTF format description.
- Copyright (C) 2019-2023 Free Software Foundation, Inc.
+ Copyright (C) 2019-2024 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/include/cuda/cuda.h b/include/cuda/cuda.h
index 94fc64a488d..114aba4e074 100644
--- a/include/cuda/cuda.h
+++ b/include/cuda/cuda.h
@@ -1,5 +1,5 @@
/* CUDA Driver API description.
- Copyright (C) 2017-2023 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/demangle.h b/include/demangle.h
index 0d3e2bda21e..6a03f4f4f93 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -1,5 +1,5 @@
/* Defs for interface to demanglers.
- Copyright (C) 1992-2023 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 75b75d90188..66c7fa1220f 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -1,7 +1,7 @@
/* -*- c -*-
Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats.
- Copyright (C) 1992-2023 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 6d9b003b255..b3d3731ee83 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -1,6 +1,6 @@
/* Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats.
- Copyright (C) 1992-2023 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
diff --git a/include/dyn-string.h b/include/dyn-string.h
index 20750d2cdce..9052780c96d 100644
--- a/include/dyn-string.h
+++ b/include/dyn-string.h
@@ -1,5 +1,5 @@
/* An abstract string datatype.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.
diff --git a/include/environ.h b/include/environ.h
index 9e1dbd119b8..0caa1a796f4 100644
--- a/include/environ.h
+++ b/include/environ.h
@@ -1,5 +1,5 @@
/* Declare the environ system variable.
- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
diff --git a/include/fibheap.h b/include/fibheap.h
index e2e0bca0c2e..85ab4eb38ab 100644
--- a/include/fibheap.h
+++ b/include/fibheap.h
@@ -1,5 +1,5 @@
/* A Fibonacci heap datatype.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 Free Software Foundation, Inc.
Contributed by Daniel Berlin (dan@cgsoftware.com).
This file is part of GCC.
diff --git a/include/filenames.h b/include/filenames.h
index 444c5cc411c..3d76005ac37 100644
--- a/include/filenames.h
+++ b/include/filenames.h
@@ -5,7 +5,7 @@
use forward- and back-slash in path names interchangeably, and
some of them have case-insensitive file names.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/floatformat.h b/include/floatformat.h
index ee3f44688a6..ffe96a213a2 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -1,5 +1,5 @@
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
- Copyright (C) 1991-2023 Free Software Foundation, Inc.
+ Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/fnmatch.h b/include/fnmatch.h
index e74bfdd4cf3..ee5020e000f 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 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@prep.ai.mit.edu.
diff --git a/include/gcc-c-fe.def b/include/gcc-c-fe.def
index 6d41796111f..36a765484a7 100644
--- a/include/gcc-c-fe.def
+++ b/include/gcc-c-fe.def
@@ -1,6 +1,6 @@
/* Interface between GCC C FE and GDB -*- c -*-
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/gcc-c-interface.h b/include/gcc-c-interface.h
index 8e13f5debaa..feece1e38a2 100644
--- a/include/gcc-c-interface.h
+++ b/include/gcc-c-interface.h
@@ -1,6 +1,6 @@
/* Interface between GCC C FE and GDB
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/gcc-cp-fe.def b/include/gcc-cp-fe.def
index 8aa64bcbc63..b8338d85404 100644
--- a/include/gcc-cp-fe.def
+++ b/include/gcc-cp-fe.def
@@ -1,6 +1,6 @@
/* Interface between GCC C++ FE and GDB -*- c -*-
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/gcc-cp-interface.h b/include/gcc-cp-interface.h
index 889dc6623c5..2f950729b9b 100644
--- a/include/gcc-cp-interface.h
+++ b/include/gcc-cp-interface.h
@@ -1,6 +1,6 @@
/* Interface between GCC C++ FE and GDB
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/gcc-interface.h b/include/gcc-interface.h
index 1a763380788..df1dbf9dbf7 100644
--- a/include/gcc-interface.h
+++ b/include/gcc-interface.h
@@ -1,6 +1,6 @@
/* Generic interface between GCC and GDB
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h
index 5ceb09bd00b..f9fb1038a3a 100644
--- a/include/gdb/gdb-index.h
+++ b/include/gdb/gdb-index.h
@@ -1,5 +1,5 @@
/* Public attributes of the .gdb_index section.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/getopt.h b/include/getopt.h
index 80ce0d31cbd..cc69df7a3ea 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -1,5 +1,5 @@
/* Declarations for getopt.
- Copyright (C) 1989-2023 Free Software Foundation, Inc.
+ Copyright (C) 1989-2024 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/include/gomp-constants.h b/include/gomp-constants.h
index 4ab55683ada..775fc4e8f64 100644
--- a/include/gomp-constants.h
+++ b/include/gomp-constants.h
@@ -1,6 +1,6 @@
/* Communication between GCC and libgomp.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
Contributed by Mentor Embedded.
diff --git a/include/hashtab.h b/include/hashtab.h
index 2d78282d7e6..00bcdc9d24e 100644
--- a/include/hashtab.h
+++ b/include/hashtab.h
@@ -1,5 +1,5 @@
/* An expandable hash tables datatype.
- Copyright (C) 1999-2023 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify
diff --git a/include/leb128.h b/include/leb128.h
index 0580535baa7..0ce531b6fd5 100644
--- a/include/leb128.h
+++ b/include/leb128.h
@@ -1,5 +1,5 @@
/* Utilities for reading leb128 values.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
diff --git a/include/libcollector.h b/include/libcollector.h
index e1c2a440b2a..01f6f3805a0 100644
--- a/include/libcollector.h
+++ b/include/libcollector.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/include/libfcollector.h b/include/libfcollector.h
index 1dc6b144e6c..996682485dd 100644
--- a/include/libfcollector.h
+++ b/include/libfcollector.h
@@ -1,4 +1,4 @@
-! Copyright (C) 2021-2023 Free Software Foundation, Inc.
+! Copyright (C) 2021-2024 Free Software Foundation, Inc.
! Contributed by Oracle.
!
! This file is part of GNU Binutils.
diff --git a/include/libiberty.h b/include/libiberty.h
index 1d5c779fcff..32385911690 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -1,6 +1,6 @@
/* Function declarations for libiberty.
- Copyright (C) 1997-2023 Free Software Foundation, Inc.
+ Copyright (C) 1997-2024 Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the
diff --git a/include/longlong.h b/include/longlong.h
index 32d2048d353..e4fe1d24144 100644
--- a/include/longlong.h
+++ b/include/longlong.h
@@ -1,5 +1,5 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
- Copyright (C) 1991-2023 Free Software Foundation, Inc.
+ Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/include/lto-symtab.h b/include/lto-symtab.h
index fe056999186..4353d08f9f6 100644
--- a/include/lto-symtab.h
+++ b/include/lto-symtab.h
@@ -1,5 +1,5 @@
/* Data types used in the IL symbol table.
- Copyright (C) 2009-2023 Free Software Foundation, Inc.
+ Copyright (C) 2009-2024 Free Software Foundation, Inc.
Contributed by Rafael Espindola <espindola@google.com>
This file is part of GCC.
diff --git a/include/md5.h b/include/md5.h
index 96607c349b9..463d0d5afd8 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -1,6 +1,6 @@
/* md5.h - Declaration of functions and data types used for MD5 sum
computing library functions.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 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@prep.ai.mit.edu.
diff --git a/include/objalloc.h b/include/objalloc.h
index a81df6373af..2c5d170fa2a 100644
--- a/include/objalloc.h
+++ b/include/objalloc.h
@@ -1,5 +1,5 @@
/* objalloc.h -- routines to allocate memory for objects
- Copyright (C) 1997-2023 Free Software Foundation, Inc.
+ Copyright (C) 1997-2024 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Solutions.
This program is free software; you can redistribute it and/or modify it
diff --git a/include/obstack.h b/include/obstack.h
index c05718f4265..0b0e29d629f 100644
--- a/include/obstack.h
+++ b/include/obstack.h
@@ -1,5 +1,5 @@
/* obstack.h - object stack macros
- Copyright (C) 1988-2023 Free Software Foundation, Inc.
+ Copyright (C) 1988-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/partition.h b/include/partition.h
index 47fab514d60..b96dc8c4a99 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -1,5 +1,5 @@
/* List implementation of a partition of consecutive integers.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
This file is part of GCC.
diff --git a/include/plugin-api.h b/include/plugin-api.h
index f3cf2d8101b..07eb113d588 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -1,6 +1,6 @@
/* plugin-api.h -- External linker plugin API. */
-/* Copyright (C) 2009-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2024 Free Software Foundation, Inc.
Written by Cary Coutant <ccoutant@google.com>.
This file is part of binutils.
diff --git a/include/safe-ctype.h b/include/safe-ctype.h
index a3cb1858efc..93785da3f24 100644
--- a/include/safe-ctype.h
+++ b/include/safe-ctype.h
@@ -1,6 +1,6 @@
/* <ctype.h> replacement macros.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 Free Software Foundation, Inc.
Contributed by Zack Weinberg <zackw@stanford.edu>.
This file is part of the libiberty library.
diff --git a/include/sha1.h b/include/sha1.h
index 6c94a4740a5..aeb9bdbf916 100644
--- a/include/sha1.h
+++ b/include/sha1.h
@@ -1,6 +1,6 @@
/* Declarations of functions and data types used for SHA1 sum
library functions.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 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 the
diff --git a/include/simple-object.h b/include/simple-object.h
index 01f8a26f979..1135321b66f 100644
--- a/include/simple-object.h
+++ b/include/simple-object.h
@@ -1,5 +1,5 @@
/* simple-object.h -- simple routines to read and write object files
- Copyright (C) 2010-2023 Free Software Foundation, Inc.
+ Copyright (C) 2010-2024 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
This program is free software; you can redistribute it and/or modify it
diff --git a/include/sort.h b/include/sort.h
index 3a106e697e7..fc95a08ce85 100644
--- a/include/sort.h
+++ b/include/sort.h
@@ -1,5 +1,5 @@
/* Sorting algorithms.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 Free Software Foundation, Inc.
Contributed by Mark Mitchell <mark@codesourcery.com>.
This file is part of GCC.
diff --git a/include/spincount.h b/include/spincount.h
index 9eecfff198d..bd51276025e 100644
--- a/include/spincount.h
+++ b/include/spincount.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2023-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2023-2024 Free Software Foundation, Inc.
Contributed by Jun Zhang <jun.zhang@intel.com>.
This file is part of the GNU Offloading and Multi Processing Library
diff --git a/include/splay-tree.h b/include/splay-tree.h
index 540f6c99743..5993cca24fa 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -1,5 +1,5 @@
/* A splay-tree datatype.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.
diff --git a/include/symcat.h b/include/symcat.h
index 859f6b762e5..effa891eeb4 100644
--- a/include/symcat.h
+++ b/include/symcat.h
@@ -1,6 +1,6 @@
/* Symbol concatenation utilities.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 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/include/timeval-utils.h b/include/timeval-utils.h
index 90c7eb034f7..5f63c7bb072 100644
--- a/include/timeval-utils.h
+++ b/include/timeval-utils.h
@@ -1,5 +1,5 @@
/* Basic struct timeval utilities.
- Copyright (C) 2011-2023 Free Software Foundation, Inc.
+ Copyright (C) 2011-2024 Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
diff --git a/include/vtv-change-permission.h b/include/vtv-change-permission.h
index ffb5312522c..c7d48f4f318 100644
--- a/include/vtv-change-permission.h
+++ b/include/vtv-change-permission.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/include/xregex2.h b/include/xregex2.h
index af83752534b..78ae41053ba 100644
--- a/include/xregex2.h
+++ b/include/xregex2.h
@@ -1,7 +1,7 @@
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
- Copyright (C) 1985-2023 Free Software Foundation, Inc.
+ Copyright (C) 1985-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part of
the C library, however. The master source lives in /gd/gnu/lib.
diff --git a/include/xtensa-config.h b/include/xtensa-config.h
index d1df3174db3..c58af54f6e7 100644
--- a/include/xtensa-config.h
+++ b/include/xtensa-config.h
@@ -1,5 +1,5 @@
/* Xtensa configuration settings.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
This program is free software; you can redistribute it and/or modify
diff --git a/include/xtensa-dynconfig.h b/include/xtensa-dynconfig.h
index 45d54dcd0e0..a0acffea236 100644
--- a/include/xtensa-dynconfig.h
+++ b/include/xtensa-dynconfig.h
@@ -1,5 +1,5 @@
/* Xtensa configuration settings.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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