diff options
Diffstat (limited to 'gdbsupport')
149 files changed, 149 insertions, 149 deletions
diff --git a/gdbsupport/.dir-locals.el b/gdbsupport/.dir-locals.el index 89d51bd3359..eb4edbaf256 100644 --- a/gdbsupport/.dir-locals.el +++ b/gdbsupport/.dir-locals.el @@ -1,5 +1,5 @@ ;; Emacs settings. -;; Copyright (C) 2012-2023 Free Software Foundation, Inc. +;; Copyright (C) 2012-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/gdbsupport/Makefile.am b/gdbsupport/Makefile.am index fdca034ce5e..88414b4c927 100644 --- a/gdbsupport/Makefile.am +++ b/gdbsupport/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 Free Software Foundation, Inc. # # This file 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/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index 23f980d1bc1..6f8dacc157f 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 Free Software Foundation, Inc. # # This file 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/gdbsupport/agent.cc b/gdbsupport/agent.cc index 81c925dd99d..862582c7888 100644 --- a/gdbsupport/agent.cc +++ b/gdbsupport/agent.cc @@ -1,6 +1,6 @@ /* Shared utility routines for GDB to interact with agent. - Copyright (C) 2009-2023 Free Software Foundation, Inc. + Copyright (C) 2009-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/agent.h b/gdbsupport/agent.h index 7a258e267a5..e5a1fed84b9 100644 --- a/gdbsupport/agent.h +++ b/gdbsupport/agent.h @@ -1,6 +1,6 @@ /* Shared utility routines for GDB to interact with agent. - Copyright (C) 2009-2023 Free Software Foundation, Inc. + Copyright (C) 2009-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/alt-stack.h b/gdbsupport/alt-stack.h index 142479338f0..e8ec41c7040 100644 --- a/gdbsupport/alt-stack.h +++ b/gdbsupport/alt-stack.h @@ -1,6 +1,6 @@ /* Temporarily install an alternate signal stack - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/array-view.h b/gdbsupport/array-view.h index 0417f9e80a0..93842a40ec1 100644 --- a/gdbsupport/array-view.h +++ b/gdbsupport/array-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ax.def b/gdbsupport/ax.def index fd652e4d95a..2f0dafbcb49 100644 --- a/gdbsupport/ax.def +++ b/gdbsupport/ax.def @@ -1,5 +1,5 @@ /* Definition of agent opcode values. -*- c -*- - Copyright (C) 1998-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/block-signals.h b/gdbsupport/block-signals.h index fe0900bb30d..e3416f84990 100644 --- a/gdbsupport/block-signals.h +++ b/gdbsupport/block-signals.h @@ -1,6 +1,6 @@ /* Block signals used by gdb - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/break-common.h b/gdbsupport/break-common.h index 82a9b3e0546..95ab3e290ba 100644 --- a/gdbsupport/break-common.h +++ b/gdbsupport/break-common.h @@ -1,6 +1,6 @@ /* Data structures associated with breakpoints shared in both GDB and GDBserver. - Copyright (C) 1992-2023 Free Software Foundation, Inc. + Copyright (C) 1992-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/btrace-common.cc b/gdbsupport/btrace-common.cc index c09fd504270..2d54e8ba82d 100644 --- a/gdbsupport/btrace-common.cc +++ b/gdbsupport/btrace-common.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2023 Free Software Foundation, Inc. +/* Copyright (C) 2014-2024 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com> diff --git a/gdbsupport/btrace-common.h b/gdbsupport/btrace-common.h index e2649babc6d..bf57bc1615e 100644 --- a/gdbsupport/btrace-common.h +++ b/gdbsupport/btrace-common.h @@ -1,6 +1,6 @@ /* Branch trace support for GDB, the GNU debugger. - Copyright (C) 2013-2023 Free Software Foundation, Inc. + Copyright (C) 2013-2024 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com>. diff --git a/gdbsupport/buildargv.h b/gdbsupport/buildargv.h index 03e0288ca3b..8fdd085b386 100644 --- a/gdbsupport/buildargv.h +++ b/gdbsupport/buildargv.h @@ -1,6 +1,6 @@ /* RAII wrapper for buildargv - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/byte-vector.h b/gdbsupport/byte-vector.h index 6de60c91f25..54f4cc2edf2 100644 --- a/gdbsupport/byte-vector.h +++ b/gdbsupport/byte-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/check-defines.el b/gdbsupport/check-defines.el index ebfdc07d759..7603effc29d 100644 --- a/gdbsupport/check-defines.el +++ b/gdbsupport/check-defines.el @@ -1,6 +1,6 @@ ;; Verify that preprocessor symbols are defined in config.in. -;; Copyright (C) 2020-2023 Free Software Foundation, Inc. +;; Copyright (C) 2020-2024 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdbsupport/cleanups.cc b/gdbsupport/cleanups.cc index 4e49daf03b3..619db023063 100644 --- a/gdbsupport/cleanups.cc +++ b/gdbsupport/cleanups.cc @@ -1,6 +1,6 @@ /* Cleanup routines for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/cleanups.h b/gdbsupport/cleanups.h index 704482ed71c..3e64f7d1684 100644 --- a/gdbsupport/cleanups.h +++ b/gdbsupport/cleanups.h @@ -1,5 +1,5 @@ /* Cleanups. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.cc b/gdbsupport/common-debug.cc index 08d2be3fdcb..9a5309f1e72 100644 --- a/gdbsupport/common-debug.cc +++ b/gdbsupport/common-debug.cc @@ -1,6 +1,6 @@ /* Debug printing functions. - Copyright (C) 2014-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.h b/gdbsupport/common-debug.h index 8908669696c..b41d6a401cc 100644 --- a/gdbsupport/common-debug.h +++ b/gdbsupport/common-debug.h @@ -1,6 +1,6 @@ /* Declarations for debug printing functions. - Copyright (C) 2014-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index 6f0d99f949a..8ec559e9b68 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -1,6 +1,6 @@ /* Common definitions. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.cc b/gdbsupport/common-exceptions.cc index 6b2bf74ea48..0caed27434e 100644 --- a/gdbsupport/common-exceptions.cc +++ b/gdbsupport/common-exceptions.cc @@ -1,6 +1,6 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.h b/gdbsupport/common-exceptions.h index e4750211448..ffc02d2107f 100644 --- a/gdbsupport/common-exceptions.h +++ b/gdbsupport/common-exceptions.h @@ -1,6 +1,6 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-gdbthread.h b/gdbsupport/common-gdbthread.h index a0368c3f830..d149f8eed41 100644 --- a/gdbsupport/common-gdbthread.h +++ b/gdbsupport/common-gdbthread.h @@ -1,5 +1,5 @@ /* Common multi-process/thread control defs for GDB and gdbserver. - Copyright (C) 1987-2023 Free Software Foundation, Inc. + Copyright (C) 1987-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.cc b/gdbsupport/common-inferior.cc index 55149ec1f13..e9824dfcd36 100644 --- a/gdbsupport/common-inferior.cc +++ b/gdbsupport/common-inferior.cc @@ -1,7 +1,7 @@ /* Functions to deal with the inferior being executed on GDB or GDBserver. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.h b/gdbsupport/common-inferior.h index c468c7bf6a8..bc6afd65f2b 100644 --- a/gdbsupport/common-inferior.h +++ b/gdbsupport/common-inferior.h @@ -1,7 +1,7 @@ /* Functions to deal with the inferior being executed on GDB or GDBserver. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.cc b/gdbsupport/common-regcache.cc index b6f02bac16e..9baca3197d1 100644 --- a/gdbsupport/common-regcache.cc +++ b/gdbsupport/common-regcache.cc @@ -1,6 +1,6 @@ /* Cache and manage the values of registers for GDB, the GNU debugger. - Copyright (C) 2015-2023 Free Software Foundation, Inc. + Copyright (C) 2015-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.h b/gdbsupport/common-regcache.h index c40b92a83ee..f8704c16939 100644 --- a/gdbsupport/common-regcache.h +++ b/gdbsupport/common-regcache.h @@ -1,6 +1,6 @@ /* Cache and manage the values of registers - Copyright (C) 2014-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-types.h b/gdbsupport/common-types.h index 3717162b36b..19d3f49ca0f 100644 --- a/gdbsupport/common-types.h +++ b/gdbsupport/common-types.h @@ -1,6 +1,6 @@ /* Declarations for common types. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.cc b/gdbsupport/common-utils.cc index a2dde636011..99b9cb8609b 100644 --- a/gdbsupport/common-utils.cc +++ b/gdbsupport/common-utils.cc @@ -1,6 +1,6 @@ /* Shared general utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.h b/gdbsupport/common-utils.h index 1efc5bbf459..23cd40c0207 100644 --- a/gdbsupport/common-utils.h +++ b/gdbsupport/common-utils.h @@ -1,6 +1,6 @@ /* Shared general utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4 index baee66f7326..240ec008f2a 100644 --- a/gdbsupport/common.m4 +++ b/gdbsupport/common.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure snippets for common. -dnl Copyright (C) 1995-2023 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2024 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/compiler-type.m4 b/gdbsupport/compiler-type.m4 index 04b9d68d96c..d09e0ee8c54 100644 --- a/gdbsupport/compiler-type.m4 +++ b/gdbsupport/compiler-type.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 2022-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2022-2024 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac index a0986fab9cd..80e24eac479 100644 --- a/gdbsupport/configure.ac +++ b/gdbsupport/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB support library -dnl Copyright (C) 2020-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2020-2024 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gdbsupport/create-version.sh b/gdbsupport/create-version.sh index e5f2efbeb8f..540c3dc95f1 100755 --- a/gdbsupport/create-version.sh +++ b/gdbsupport/create-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1989-2023 Free Software Foundation, Inc. +# Copyright (C) 1989-2024 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdbsupport/def-vector.h b/gdbsupport/def-vector.h index 4d1df41a7a1..b9aa663c688 100644 --- a/gdbsupport/def-vector.h +++ b/gdbsupport/def-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/default-init-alloc.h b/gdbsupport/default-init-alloc.h index e2d3bd24516..5ed9715b64c 100644 --- a/gdbsupport/default-init-alloc.h +++ b/gdbsupport/default-init-alloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/eintr.h b/gdbsupport/eintr.h index f78d0ec4a2f..e440f935fcf 100644 --- a/gdbsupport/eintr.h +++ b/gdbsupport/eintr.h @@ -1,6 +1,6 @@ /* Utility for handling interrupted syscalls by signals. - Copyright (C) 2020-2023 Free Software Foundation, Inc. + Copyright (C) 2020-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/enum-flags.h b/gdbsupport/enum-flags.h index afee5afd88e..50780043477 100644 --- a/gdbsupport/enum-flags.h +++ b/gdbsupport/enum-flags.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2023 Free Software Foundation, Inc. +/* Copyright (C) 2015-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/environ.cc b/gdbsupport/environ.cc index d4d81290bf7..f7984c565cb 100644 --- a/gdbsupport/environ.cc +++ b/gdbsupport/environ.cc @@ -1,6 +1,6 @@ /* environ.c -- library for manipulating environments for GNU. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-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/gdbsupport/environ.h b/gdbsupport/environ.h index b6d30ce9046..e46050b0350 100644 --- a/gdbsupport/environ.h +++ b/gdbsupport/environ.h @@ -1,5 +1,5 @@ /* Header for environment manipulation library. - Copyright (C) 1989-2023 Free Software Foundation, Inc. + Copyright (C) 1989-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/gdbsupport/errors.cc b/gdbsupport/errors.cc index 59f934c6916..8ac3ed0da79 100644 --- a/gdbsupport/errors.cc +++ b/gdbsupport/errors.cc @@ -1,6 +1,6 @@ /* Error reporting facilities. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/errors.h b/gdbsupport/errors.h index a94debf24e6..d8daed0f5f2 100644 --- a/gdbsupport/errors.h +++ b/gdbsupport/errors.h @@ -1,6 +1,6 @@ /* Declarations for error-reporting facilities. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/event-loop.cc b/gdbsupport/event-loop.cc index 031c2ff500f..0ab6974b876 100644 --- a/gdbsupport/event-loop.cc +++ b/gdbsupport/event-loop.cc @@ -1,5 +1,5 @@ /* Event loop machinery for GDB, the GNU debugger. - Copyright (C) 1999-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdbsupport/event-loop.h b/gdbsupport/event-loop.h index c9313745b5b..9155658e8f9 100644 --- a/gdbsupport/event-loop.h +++ b/gdbsupport/event-loop.h @@ -1,5 +1,5 @@ /* Definitions used by the GDB event loop. - Copyright (C) 1999-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdbsupport/event-pipe.cc b/gdbsupport/event-pipe.cc index 99a11db22f1..7e8e8d63683 100644 --- a/gdbsupport/event-pipe.cc +++ b/gdbsupport/event-pipe.cc @@ -1,6 +1,6 @@ /* Event pipe for GDB, the GNU debugger. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/event-pipe.h b/gdbsupport/event-pipe.h index 999dd4b9151..fb5dd3a8833 100644 --- a/gdbsupport/event-pipe.h +++ b/gdbsupport/event-pipe.h @@ -1,6 +1,6 @@ /* Event pipe for GDB, the GNU debugger. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/fileio.cc b/gdbsupport/fileio.cc index 5f4a3ee2ec3..26fa6fd616e 100644 --- a/gdbsupport/fileio.cc +++ b/gdbsupport/fileio.cc @@ -1,6 +1,6 @@ /* File-I/O functions for GDB, the GNU debugger. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/fileio.h b/gdbsupport/fileio.h index 846fb66c81b..2e7469d771b 100644 --- a/gdbsupport/fileio.h +++ b/gdbsupport/fileio.h @@ -1,6 +1,6 @@ /* File-I/O functions for GDB, the GNU debugger. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filestuff.cc b/gdbsupport/filestuff.cc index 334bae88dce..c67e650c1a6 100644 --- a/gdbsupport/filestuff.cc +++ b/gdbsupport/filestuff.cc @@ -1,5 +1,5 @@ /* Low-level file-handling. - 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/gdbsupport/filestuff.h b/gdbsupport/filestuff.h index 206b51e50e9..1c43b7de0ca 100644 --- a/gdbsupport/filestuff.h +++ b/gdbsupport/filestuff.h @@ -1,5 +1,5 @@ /* Low-level file-handling. - 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/gdbsupport/filtered-iterator.h b/gdbsupport/filtered-iterator.h index aa3366942d1..12e5e6cd577 100644 --- a/gdbsupport/filtered-iterator.h +++ b/gdbsupport/filtered-iterator.h @@ -1,5 +1,5 @@ /* A forward filtered iterator for GDB, the GNU debugger. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.cc b/gdbsupport/format.cc index 85d1f9a8905..4e228a95ea8 100644 --- a/gdbsupport/format.cc +++ b/gdbsupport/format.cc @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.h b/gdbsupport/format.h index 26e327a60e8..68504b4475c 100644 --- a/gdbsupport/format.h +++ b/gdbsupport/format.h @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/forward-scope-exit.h b/gdbsupport/forward-scope-exit.h index 0552e1132f0..6dd22722595 100644 --- a/gdbsupport/forward-scope-exit.h +++ b/gdbsupport/forward-scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2023 Free Software Foundation, Inc. +/* Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/function-view.h b/gdbsupport/function-view.h index ed113c74cfd..9d852c2a378 100644 --- a/gdbsupport/function-view.h +++ b/gdbsupport/function-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-checked-static-cast.h b/gdbsupport/gdb-checked-static-cast.h index e9127b9c6e7..227010e46ea 100644 --- a/gdbsupport/gdb-checked-static-cast.h +++ b/gdbsupport/gdb-checked-static-cast.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022-2023 Free Software Foundation, Inc. +/* Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.cc b/gdbsupport/gdb-dlfcn.cc index ee17536a988..d8dbabd336d 100644 --- a/gdbsupport/gdb-dlfcn.cc +++ b/gdbsupport/gdb-dlfcn.cc @@ -1,6 +1,6 @@ /* Platform independent shared object routines for GDB. - Copyright (C) 2011-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.h b/gdbsupport/gdb-dlfcn.h index a51f9995ddc..24481d94e5c 100644 --- a/gdbsupport/gdb-dlfcn.h +++ b/gdbsupport/gdb-dlfcn.h @@ -1,6 +1,6 @@ /* Platform independent shared object routines for GDB. - Copyright (C) 2011-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-hashtab.cc b/gdbsupport/gdb-hashtab.cc index 777b30793a9..7ef41cc332d 100644 --- a/gdbsupport/gdb-hashtab.cc +++ b/gdbsupport/gdb-hashtab.cc @@ -1,5 +1,5 @@ /* Hash table wrappers for gdb. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-hashtab.h b/gdbsupport/gdb-hashtab.h index 71611a59a8d..0cdcc840425 100644 --- a/gdbsupport/gdb-hashtab.h +++ b/gdbsupport/gdb-hashtab.h @@ -1,5 +1,5 @@ /* Hash table wrappers for gdb. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-safe-ctype.h b/gdbsupport/gdb-safe-ctype.h index bec85c0014d..a91e54a3e65 100644 --- a/gdbsupport/gdb-safe-ctype.h +++ b/gdbsupport/gdb-safe-ctype.h @@ -1,6 +1,6 @@ /* Wrapper around libiberty's safe-ctype.h for GDB, the GNU debugger. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-sigmask.h b/gdbsupport/gdb-sigmask.h index 492b10ef268..45a041299aa 100644 --- a/gdbsupport/gdb-sigmask.h +++ b/gdbsupport/gdb-sigmask.h @@ -1,6 +1,6 @@ /* sigprocmask wrapper for gdb - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-xfree.h b/gdbsupport/gdb-xfree.h index 1fb326d6670..09c75395b62 100644 --- a/gdbsupport/gdb-xfree.h +++ b/gdbsupport/gdb-xfree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1986-2023 Free Software Foundation, Inc. +/* Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_assert.h b/gdbsupport/gdb_assert.h index e5da39e19aa..2b5e6557424 100644 --- a/gdbsupport/gdb_assert.h +++ b/gdbsupport/gdb_assert.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <assert.h>. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_binary_search.h b/gdbsupport/gdb_binary_search.h index b6771b920b9..c7b9824efe7 100644 --- a/gdbsupport/gdb_binary_search.h +++ b/gdbsupport/gdb_binary_search.h @@ -1,6 +1,6 @@ /* C++ implementation of a binary search. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_file.h b/gdbsupport/gdb_file.h index 096e67dfc70..645ecb9f75c 100644 --- a/gdbsupport/gdb_file.h +++ b/gdbsupport/gdb_file.h @@ -1,5 +1,5 @@ /* gdb_file_up, an RAII wrapper around FILE. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_locale.h b/gdbsupport/gdb_locale.h index f7c8cd4839f..58524857879 100644 --- a/gdbsupport/gdb_locale.h +++ b/gdbsupport/gdb_locale.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <locale.h>. - Copyright (C) 2002-2023 Free Software Foundation, Inc. + Copyright (C) 2002-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_obstack.cc b/gdbsupport/gdb_obstack.cc index a37db9684a6..8bbd64fb6fa 100644 --- a/gdbsupport/gdb_obstack.cc +++ b/gdbsupport/gdb_obstack.cc @@ -1,6 +1,6 @@ /* Obstack wrapper for GDB. - Copyright (C) 2013-2023 Free Software Foundation, Inc. + Copyright (C) 2013-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_obstack.h b/gdbsupport/gdb_obstack.h index dbd8fab54d4..20f888660f9 100644 --- a/gdbsupport/gdb_obstack.h +++ b/gdbsupport/gdb_obstack.h @@ -1,6 +1,6 @@ /* Obstack wrapper for GDB. - Copyright (C) 2002-2023 Free Software Foundation, Inc. + Copyright (C) 2002-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_proc_service.h b/gdbsupport/gdb_proc_service.h index c289e87dd76..52f77a8a5c5 100644 --- a/gdbsupport/gdb_proc_service.h +++ b/gdbsupport/gdb_proc_service.h @@ -1,5 +1,5 @@ /* <proc_service.h> replacement for systems that don't have it. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_ref_ptr.h b/gdbsupport/gdb_ref_ptr.h index 00f02b7cd48..8a90cb10b05 100644 --- a/gdbsupport/gdb_ref_ptr.h +++ b/gdbsupport/gdb_ref_ptr.h @@ -1,6 +1,6 @@ /* Reference-counted smart pointer class - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index ff9c1a1a436..4c50c4fadef 100644 --- a/gdbsupport/gdb_regex.cc +++ b/gdbsupport/gdb_regex.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2023 Free Software Foundation, Inc. +/* Copyright (C) 2011-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_regex.h b/gdbsupport/gdb_regex.h index 74c3ece62d1..aeb1bb922a9 100644 --- a/gdbsupport/gdb_regex.h +++ b/gdbsupport/gdb_regex.h @@ -1,5 +1,5 @@ /* Portable <regex.h>. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_select.h b/gdbsupport/gdb_select.h index 9928aae5a00..9f7350a904a 100644 --- a/gdbsupport/gdb_select.h +++ b/gdbsupport/gdb_select.h @@ -1,6 +1,6 @@ /* Slightly more portable version of <sys/select.h>. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_setjmp.h b/gdbsupport/gdb_setjmp.h index 5fafb9e818e..e994226cbea 100644 --- a/gdbsupport/gdb_setjmp.h +++ b/gdbsupport/gdb_setjmp.h @@ -1,5 +1,5 @@ /* Portability wrappers for setjmp and longjmp. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_signals.h b/gdbsupport/gdb_signals.h index 26bb33edb8c..7a71f0d8f99 100644 --- a/gdbsupport/gdb_signals.h +++ b/gdbsupport/gdb_signals.h @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdbsupport/gdb_splay_tree.h b/gdbsupport/gdb_splay_tree.h index 22d9bf69740..873ad8e27f3 100644 --- a/gdbsupport/gdb_splay_tree.h +++ b/gdbsupport/gdb_splay_tree.h @@ -1,6 +1,6 @@ /* GDB wrapper for splay trees. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_sys_time.h b/gdbsupport/gdb_sys_time.h index 6ea1ae769a4..63c93445121 100644 --- a/gdbsupport/gdb_sys_time.h +++ b/gdbsupport/gdb_sys_time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2023 Free Software Foundation, Inc. +/* Copyright (C) 2015-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_tilde_expand.cc b/gdbsupport/gdb_tilde_expand.cc index 6107121075a..8aa4fa02ec2 100644 --- a/gdbsupport/gdb_tilde_expand.cc +++ b/gdbsupport/gdb_tilde_expand.cc @@ -1,6 +1,6 @@ /* Perform tilde expansion on paths for GDB and gdbserver. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_tilde_expand.h b/gdbsupport/gdb_tilde_expand.h index e975a4443dc..fbd410dd133 100644 --- a/gdbsupport/gdb_tilde_expand.h +++ b/gdbsupport/gdb_tilde_expand.h @@ -1,6 +1,6 @@ /* Perform tilde expansion on paths for GDB and gdbserver. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_unique_ptr.h b/gdbsupport/gdb_unique_ptr.h index 3bef6ff34d6..19b1581dab5 100644 --- a/gdbsupport/gdb_unique_ptr.h +++ b/gdbsupport/gdb_unique_ptr.h @@ -1,6 +1,6 @@ /* std::unique_ptr specializations for GDB. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_unlinker.h b/gdbsupport/gdb_unlinker.h index 689d9bcf18a..2da65fe45e8 100644 --- a/gdbsupport/gdb_unlinker.h +++ b/gdbsupport/gdb_unlinker.h @@ -1,6 +1,6 @@ /* Unlinking class - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_vecs.cc b/gdbsupport/gdb_vecs.cc index 303d00363ca..8b7f4fb9146 100644 --- a/gdbsupport/gdb_vecs.cc +++ b/gdbsupport/gdb_vecs.cc @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - 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/gdbsupport/gdb_vecs.h b/gdbsupport/gdb_vecs.h index 1f1b69b822b..47083cead38 100644 --- a/gdbsupport/gdb_vecs.h +++ b/gdbsupport/gdb_vecs.h @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - 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/gdbsupport/gdb_wait.cc b/gdbsupport/gdb_wait.cc index c7a91ded80d..5c1c4249587 100644 --- a/gdbsupport/gdb_wait.cc +++ b/gdbsupport/gdb_wait.cc @@ -1,6 +1,6 @@ /* Support code for standard wait macros in gdb_wait.h. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_wait.h b/gdbsupport/gdb_wait.h index d1f9ccdd39b..e9e39584e6e 100644 --- a/gdbsupport/gdb_wait.h +++ b/gdbsupport/gdb_wait.h @@ -1,5 +1,5 @@ /* Standard wait macros. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/hash_enum.h b/gdbsupport/hash_enum.h index 4867c2d318a..5ef0e15c9ff 100644 --- a/gdbsupport/hash_enum.h +++ b/gdbsupport/hash_enum.h @@ -1,6 +1,6 @@ /* A hasher for enums. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/host-defs.h b/gdbsupport/host-defs.h index 8459386054d..6e7a08524f9 100644 --- a/gdbsupport/host-defs.h +++ b/gdbsupport/host-defs.h @@ -1,5 +1,5 @@ /* Basic host-specific definitions for GDB. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/intrusive_list.h b/gdbsupport/intrusive_list.h index 5e9243867d2..2262d9fb427 100644 --- a/gdbsupport/intrusive_list.h +++ b/gdbsupport/intrusive_list.h @@ -1,5 +1,5 @@ /* Intrusive double linked list for GDB, the GNU debugger. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/iterator-range.h b/gdbsupport/iterator-range.h index e934f5ebf01..4b4c767fdc6 100644 --- a/gdbsupport/iterator-range.h +++ b/gdbsupport/iterator-range.h @@ -1,5 +1,5 @@ /* A range adapter that wraps begin / end iterators. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.cc b/gdbsupport/job-control.cc index 57dc32c0345..7637cc5988f 100644 --- a/gdbsupport/job-control.cc +++ b/gdbsupport/job-control.cc @@ -1,7 +1,7 @@ /* Job control and terminal related functions, for GDB and gdbserver when running under Unix. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.h b/gdbsupport/job-control.h index 8cb6d5e1b0f..977276d95ce 100644 --- a/gdbsupport/job-control.h +++ b/gdbsupport/job-control.h @@ -1,7 +1,7 @@ /* Job control and terminal related functions, for GDB and gdbserver when running under Unix. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/libiberty.m4 b/gdbsupport/libiberty.m4 index 7e784133072..df22538195f 100644 --- a/gdbsupport/libiberty.m4 +++ b/gdbsupport/libiberty.m4 @@ -1,6 +1,6 @@ dnl Bits libiberty clients must do on their autoconf step. dnl -dnl Copyright (C) 2012-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2024 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gdbsupport/netstuff.cc b/gdbsupport/netstuff.cc index 55b142df7f5..af00f9cb860 100644 --- a/gdbsupport/netstuff.cc +++ b/gdbsupport/netstuff.cc @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/netstuff.h b/gdbsupport/netstuff.h index f9cf3fceaa5..f0df5fe7671 100644 --- a/gdbsupport/netstuff.h +++ b/gdbsupport/netstuff.h @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/new-op.cc b/gdbsupport/new-op.cc index 12bd5d263a6..3d3fa999bf1 100644 --- a/gdbsupport/new-op.cc +++ b/gdbsupport/new-op.cc @@ -1,6 +1,6 @@ /* Replace operator new/new[], for GDB, the GNU debugger. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/next-iterator.h b/gdbsupport/next-iterator.h index d4d98a058b8..772083482ee 100644 --- a/gdbsupport/next-iterator.h +++ b/gdbsupport/next-iterator.h @@ -1,5 +1,5 @@ /* A "next" iterator for GDB, the GNU debugger. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/observable.h b/gdbsupport/observable.h index f1504c860ae..41e0ba385c9 100644 --- a/gdbsupport/observable.h +++ b/gdbsupport/observable.h @@ -1,6 +1,6 @@ /* Observers - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/offset-type.h b/gdbsupport/offset-type.h index d7e079caab9..256703cab4d 100644 --- a/gdbsupport/offset-type.h +++ b/gdbsupport/offset-type.h @@ -1,6 +1,6 @@ /* Offset types for GDB. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/packed.h b/gdbsupport/packed.h index 9407b596469..8035535386b 100644 --- a/gdbsupport/packed.h +++ b/gdbsupport/packed.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022-2023 Free Software Foundation, Inc. +/* Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/parallel-for.h b/gdbsupport/parallel-for.h index 1825dbc69b1..173fe98e046 100644 --- a/gdbsupport/parallel-for.h +++ b/gdbsupport/parallel-for.h @@ -1,6 +1,6 @@ /* Parallel for loops - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.cc b/gdbsupport/pathstuff.cc index 685f8fc3e60..f40df1150e0 100644 --- a/gdbsupport/pathstuff.cc +++ b/gdbsupport/pathstuff.cc @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.h b/gdbsupport/pathstuff.h index 4a0a19ea298..170a2c5e724 100644 --- a/gdbsupport/pathstuff.h +++ b/gdbsupport/pathstuff.h @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/poison.h b/gdbsupport/poison.h index 63fccb30cb9..0d0159eb7f8 100644 --- a/gdbsupport/poison.h +++ b/gdbsupport/poison.h @@ -1,6 +1,6 @@ /* Poison symbols at compile time. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/preprocessor.h b/gdbsupport/preprocessor.h index 26711255c58..96b3b94bf35 100644 --- a/gdbsupport/preprocessor.h +++ b/gdbsupport/preprocessor.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.cc b/gdbsupport/print-utils.cc index 3cc1ed6a9cb..1fdaf4d745a 100644 --- a/gdbsupport/print-utils.cc +++ b/gdbsupport/print-utils.cc @@ -1,6 +1,6 @@ /* Cell-based print utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.h b/gdbsupport/print-utils.h index 7df9b0d9bf3..510cc63bc89 100644 --- a/gdbsupport/print-utils.h +++ b/gdbsupport/print-utils.h @@ -1,6 +1,6 @@ /* Cell-based print utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.cc b/gdbsupport/ptid.cc index 19bc2d85377..08866ef90e6 100644 --- a/gdbsupport/ptid.cc +++ b/gdbsupport/ptid.cc @@ -1,6 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.h b/gdbsupport/ptid.h index 96c7d9c8bfd..fef9749ee80 100644 --- a/gdbsupport/ptid.h +++ b/gdbsupport/ptid.h @@ -1,6 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptrace.m4 b/gdbsupport/ptrace.m4 index 097ff4e656e..41530646c2c 100644 --- a/gdbsupport/ptrace.m4 +++ b/gdbsupport/ptrace.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2012-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2024 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/range-chain.h b/gdbsupport/range-chain.h index 3cebce014ad..b6b711b4281 100644 --- a/gdbsupport/range-chain.h +++ b/gdbsupport/range-chain.h @@ -1,5 +1,5 @@ /* A range adapter that wraps multiple ranges - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/refcounted-object.h b/gdbsupport/refcounted-object.h index 294fd873df1..9cdf0f10729 100644 --- a/gdbsupport/refcounted-object.h +++ b/gdbsupport/refcounted-object.h @@ -1,5 +1,5 @@ /* Base class of intrusively reference-counted objects. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/reference-to-pointer-iterator.h b/gdbsupport/reference-to-pointer-iterator.h index 70222c227b3..6f2159563b2 100644 --- a/gdbsupport/reference-to-pointer-iterator.h +++ b/gdbsupport/reference-to-pointer-iterator.h @@ -1,5 +1,5 @@ /* An iterator wrapper that yields pointers instead of references. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.cc b/gdbsupport/rsp-low.cc index 632be265c00..37dce9d5c74 100644 --- a/gdbsupport/rsp-low.cc +++ b/gdbsupport/rsp-low.cc @@ -1,6 +1,6 @@ /* Low-level RSP routines for GDB, the GNU debugger. - Copyright (C) 1988-2023 Free Software Foundation, Inc. + Copyright (C) 1988-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.h b/gdbsupport/rsp-low.h index 1fc2572a7f5..801df0ebc0c 100644 --- a/gdbsupport/rsp-low.h +++ b/gdbsupport/rsp-low.h @@ -1,6 +1,6 @@ /* Low-level RSP routines for GDB, the GNU debugger. - Copyright (C) 1988-2023 Free Software Foundation, Inc. + Copyright (C) 1988-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/run-time-clock.cc b/gdbsupport/run-time-clock.cc index 77230d04534..4e0f9802de2 100644 --- a/gdbsupport/run-time-clock.cc +++ b/gdbsupport/run-time-clock.cc @@ -1,5 +1,5 @@ /* User/system CPU time clocks that follow the std::chrono interface. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/run-time-clock.h b/gdbsupport/run-time-clock.h index 41944b1a80e..8176151add9 100644 --- a/gdbsupport/run-time-clock.h +++ b/gdbsupport/run-time-clock.h @@ -1,5 +1,5 @@ /* User/system CPU time clocks that follow the std::chrono interface. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-iterator.h b/gdbsupport/safe-iterator.h index b4891328f1a..f69f3896758 100644 --- a/gdbsupport/safe-iterator.h +++ b/gdbsupport/safe-iterator.h @@ -1,5 +1,5 @@ /* A safe iterator for GDB, the GNU debugger. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-strerror.cc b/gdbsupport/safe-strerror.cc index 30b7bde5633..68899dfbdaa 100644 --- a/gdbsupport/safe-strerror.cc +++ b/gdbsupport/safe-strerror.cc @@ -1,6 +1,6 @@ /* Safe version of strerror for GDB, the GNU debugger. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scope-exit.h b/gdbsupport/scope-exit.h index 8fa40b1ca8a..86b2969f817 100644 --- a/gdbsupport/scope-exit.h +++ b/gdbsupport/scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2023 Free Software Foundation, Inc. +/* Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_fd.h b/gdbsupport/scoped_fd.h index 6c0d4af9991..aa214b2c1c1 100644 --- a/gdbsupport/scoped_fd.h +++ b/gdbsupport/scoped_fd.h @@ -1,6 +1,6 @@ /* scoped_fd, automatically close a file descriptor - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_ignore_signal.h b/gdbsupport/scoped_ignore_signal.h index 1c015a9f5e8..74fc69057a8 100644 --- a/gdbsupport/scoped_ignore_signal.h +++ b/gdbsupport/scoped_ignore_signal.h @@ -1,6 +1,6 @@ /* Support for ignoring signals. - Copyright (C) 2021-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_ignore_sigttou.h b/gdbsupport/scoped_ignore_sigttou.h index 558fb7f0a29..de2e40a6492 100644 --- a/gdbsupport/scoped_ignore_sigttou.h +++ b/gdbsupport/scoped_ignore_sigttou.h @@ -1,6 +1,6 @@ /* Support for ignoring SIGTTOU. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.cc b/gdbsupport/scoped_mmap.cc index e4096da95d0..4f70ac65ec7 100644 --- a/gdbsupport/scoped_mmap.cc +++ b/gdbsupport/scoped_mmap.cc @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.h b/gdbsupport/scoped_mmap.h index 456e5cefcc5..8383b8933b5 100644 --- a/gdbsupport/scoped_mmap.h +++ b/gdbsupport/scoped_mmap.h @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_restore.h b/gdbsupport/scoped_restore.h index b7f31693669..96fe5256f80 100644 --- a/gdbsupport/scoped_restore.h +++ b/gdbsupport/scoped_restore.h @@ -1,6 +1,6 @@ /* scoped_restore, a simple class for saving and restoring a value - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.cc b/gdbsupport/search.cc index ace02d7e3c8..896aed5e695 100644 --- a/gdbsupport/search.cc +++ b/gdbsupport/search.cc @@ -1,6 +1,6 @@ /* Target memory searching - Copyright (C) 2020-2023 Free Software Foundation, Inc. + Copyright (C) 2020-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.h b/gdbsupport/search.h index 8501624bd0c..42a9fd23083 100644 --- a/gdbsupport/search.h +++ b/gdbsupport/search.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 Free Software Foundation, Inc. +/* Copyright (C) 2020-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.cc b/gdbsupport/selftest.cc index 15c52421b80..1e6d07f287a 100644 --- a/gdbsupport/selftest.cc +++ b/gdbsupport/selftest.cc @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.h b/gdbsupport/selftest.h index fba6baff78a..41d1210a5a5 100644 --- a/gdbsupport/selftest.h +++ b/gdbsupport/selftest.h @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.m4 b/gdbsupport/selftest.m4 index 90777ac4850..2e7cae17b59 100644 --- a/gdbsupport/selftest.m4 +++ b/gdbsupport/selftest.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2018-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2018-2024 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc index 3ec7a259c9c..307e238307f 100644 --- a/gdbsupport/signals-state-save-restore.cc +++ b/gdbsupport/signals-state-save-restore.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2023 Free Software Foundation, Inc. +/* Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/signals-state-save-restore.h b/gdbsupport/signals-state-save-restore.h index b14324b9eea..132aaa8c522 100644 --- a/gdbsupport/signals-state-save-restore.h +++ b/gdbsupport/signals-state-save-restore.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2023 Free Software Foundation, Inc. +/* Copyright (C) 2016-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc index 0e151afb3e1..782b4904f91 100644 --- a/gdbsupport/signals.cc +++ b/gdbsupport/signals.cc @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdbsupport/symbol.h b/gdbsupport/symbol.h index 826e2dc775e..3e1dc9d29d3 100644 --- a/gdbsupport/symbol.h +++ b/gdbsupport/symbol.h @@ -1,6 +1,6 @@ /* Declarations of common symbol functions. - Copyright (C) 2014-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/task-group.cc b/gdbsupport/task-group.cc index cec63db2ba6..6844d8594e3 100644 --- a/gdbsupport/task-group.cc +++ b/gdbsupport/task-group.cc @@ -1,6 +1,6 @@ /* Task group - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/task-group.h b/gdbsupport/task-group.h index 7977c60b6a9..b1d287ad78d 100644 --- a/gdbsupport/task-group.h +++ b/gdbsupport/task-group.h @@ -1,6 +1,6 @@ /* Task group - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc index 6ecb3232a86..1ee3e1f7c2e 100644 --- a/gdbsupport/tdesc.cc +++ b/gdbsupport/tdesc.cc @@ -1,6 +1,6 @@ /* Target description support for GDB. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.h b/gdbsupport/tdesc.h index 40f0dac813c..fa9431b5b65 100644 --- a/gdbsupport/tdesc.h +++ b/gdbsupport/tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2023 Free Software Foundation, Inc. +/* Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.cc b/gdbsupport/thread-pool.cc index 0b11213729f..1b46b68e12e 100644 --- a/gdbsupport/thread-pool.cc +++ b/gdbsupport/thread-pool.cc @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.h b/gdbsupport/thread-pool.h index 6959414476f..85f2348eb74 100644 --- a/gdbsupport/thread-pool.h +++ b/gdbsupport/thread-pool.h @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/traits.h b/gdbsupport/traits.h index 277e117bead..eb97b965990 100644 --- a/gdbsupport/traits.h +++ b/gdbsupport/traits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/underlying.h b/gdbsupport/underlying.h index 736e714acad..d9c5696a4cd 100644 --- a/gdbsupport/underlying.h +++ b/gdbsupport/underlying.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2023 Free Software Foundation, Inc. +/* Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/valid-expr.h b/gdbsupport/valid-expr.h index 75734c88d22..6d2b481c6e1 100644 --- a/gdbsupport/valid-expr.h +++ b/gdbsupport/valid-expr.h @@ -1,6 +1,6 @@ /* Compile-time valid expression checker for GDB, the GNU debugger. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/version.h b/gdbsupport/version.h index e6cfc3ae438..7c60a963919 100644 --- a/gdbsupport/version.h +++ b/gdbsupport/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4 index 774f0208e9b..bdac8b3e7d2 100644 --- a/gdbsupport/warning.m4 +++ b/gdbsupport/warning.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 1995-2023 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2024 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/x86-xstate.h b/gdbsupport/x86-xstate.h index f6d618c2faa..89c1143fbe1 100644 --- a/gdbsupport/x86-xstate.h +++ b/gdbsupport/x86-xstate.h @@ -1,6 +1,6 @@ /* Common code for x86 XSAVE extended state. - Copyright (C) 2010-2023 Free Software Foundation, Inc. + Copyright (C) 2010-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.cc b/gdbsupport/xml-utils.cc index 24860319284..0490f21d763 100644 --- a/gdbsupport/xml-utils.cc +++ b/gdbsupport/xml-utils.cc @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.h b/gdbsupport/xml-utils.h index 036230f4335..c1f21b9b8ec 100644 --- a/gdbsupport/xml-utils.h +++ b/gdbsupport/xml-utils.h @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of GDB. |