diff options
author | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:07:37 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:07:37 +0400 |
commit | a493ca9ec0e38d839f6a89e55390187bfdbdbdec (patch) | |
tree | 4174770ad542d3c98b6af9288160cbb7fbf2425c /gdbsupport | |
parent | 1806fe04b0baa57539ee756842b6069b109d4487 (diff) | |
download | gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.zip gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.tar.gz gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.tar.bz2 |
Update copyright year range in header of all files managed by GDB
This commit is the result of running the gdb/copyright.py script,
which automated the update of the copyright year range for all
source files managed by the GDB project to be updated to include
year 2023.
Diffstat (limited to 'gdbsupport')
151 files changed, 151 insertions, 151 deletions
diff --git a/gdbsupport/.dir-locals.el b/gdbsupport/.dir-locals.el index 1915c07..89d51bd 100644 --- a/gdbsupport/.dir-locals.el +++ b/gdbsupport/.dir-locals.el @@ -1,5 +1,5 @@ ;; Emacs settings. -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am index 1416027..83eb6c3 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 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 9dd1ddb..531807b 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-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/agent.h b/gdbsupport/agent.h index 3b912d2..dceb33f 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-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/alt-stack.h b/gdbsupport/alt-stack.h index 8ae229b..1424793 100644 --- a/gdbsupport/alt-stack.h +++ b/gdbsupport/alt-stack.h @@ -1,6 +1,6 @@ /* Temporarily install an alternate signal stack - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/array-view.h b/gdbsupport/array-view.h index e9e4d54..3d8248b 100644 --- a/gdbsupport/array-view.h +++ b/gdbsupport/array-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ax.def b/gdbsupport/ax.def index b369b32..fd652e4 100644 --- a/gdbsupport/ax.def +++ b/gdbsupport/ax.def @@ -1,5 +1,5 @@ /* Definition of agent opcode values. -*- c -*- - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/block-signals.h b/gdbsupport/block-signals.h index 4703690..fe0900b 100644 --- a/gdbsupport/block-signals.h +++ b/gdbsupport/block-signals.h @@ -1,6 +1,6 @@ /* Block signals used by gdb - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/break-common.h b/gdbsupport/break-common.h index 74a05da..82a9b3e 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-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/btrace-common.cc b/gdbsupport/btrace-common.cc index d3f4fa4..932a118 100644 --- a/gdbsupport/btrace-common.cc +++ b/gdbsupport/btrace-common.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2022 Free Software Foundation, Inc. +/* Copyright (C) 2014-2023 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 3c55ae9..e287c93 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-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com>. diff --git a/gdbsupport/buffer.cc b/gdbsupport/buffer.cc index fcf5990..da6f3af6 100644 --- a/gdbsupport/buffer.cc +++ b/gdbsupport/buffer.cc @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/buffer.h b/gdbsupport/buffer.h index 9dac63f..7323c3a 100644 --- a/gdbsupport/buffer.h +++ b/gdbsupport/buffer.h @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/buildargv.h b/gdbsupport/buildargv.h index 7a34d9b..03e0288 100644 --- a/gdbsupport/buildargv.h +++ b/gdbsupport/buildargv.h @@ -1,6 +1,6 @@ /* RAII wrapper for buildargv - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/byte-vector.h b/gdbsupport/byte-vector.h index 2438781..6de60c9 100644 --- a/gdbsupport/byte-vector.h +++ b/gdbsupport/byte-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/check-defines.el b/gdbsupport/check-defines.el index 2e78366..ebfdc07 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-2022 Free Software Foundation, Inc. +;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdbsupport/cleanups.cc b/gdbsupport/cleanups.cc index c9fedc6..4e49daf 100644 --- a/gdbsupport/cleanups.cc +++ b/gdbsupport/cleanups.cc @@ -1,6 +1,6 @@ /* Cleanup routines for GDB, the GNU debugger. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/cleanups.h b/gdbsupport/cleanups.h index 57501c7..704482e 100644 --- a/gdbsupport/cleanups.h +++ b/gdbsupport/cleanups.h @@ -1,5 +1,5 @@ /* Cleanups. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.cc b/gdbsupport/common-debug.cc index 3d74c8e..08d2be3 100644 --- a/gdbsupport/common-debug.cc +++ b/gdbsupport/common-debug.cc @@ -1,6 +1,6 @@ /* Debug printing functions. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.h b/gdbsupport/common-debug.h index 904c1a1..ec36d88 100644 --- a/gdbsupport/common-debug.h +++ b/gdbsupport/common-debug.h @@ -1,6 +1,6 @@ /* Declarations for debug printing functions. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index e498533..bcebd71 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -1,6 +1,6 @@ /* Common definitions. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.cc b/gdbsupport/common-exceptions.cc index a9bda75..d0dd808 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.h b/gdbsupport/common-exceptions.h index 543afda..a2a4f5a 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-gdbthread.h b/gdbsupport/common-gdbthread.h index 8c8fc8f..a0368c3 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-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.cc b/gdbsupport/common-inferior.cc index 7e1a5b6..55149ec 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.h b/gdbsupport/common-inferior.h index 31ecb91..c468c7b 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.cc b/gdbsupport/common-regcache.cc index 9ce1800..3515bed 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-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.h b/gdbsupport/common-regcache.h index ca1a51b..e462f53 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-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-types.h b/gdbsupport/common-types.h index ce871c9..e863d65 100644 --- a/gdbsupport/common-types.h +++ b/gdbsupport/common-types.h @@ -1,6 +1,6 @@ /* Declarations for common types. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.cc b/gdbsupport/common-utils.cc index 3658ffc..e382fb2 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.h b/gdbsupport/common-utils.h index 92d7caa..530817f 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4 index 0fed186..7b10026 100644 --- a/gdbsupport/common.m4 +++ b/gdbsupport/common.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure snippets for common. -dnl Copyright (C) 1995-2022 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2023 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 f943a98..04b9d68 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 Free Software Foundation, Inc. +dnl Copyright (C) 2022-2023 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac index 3b461bc..2cb382b 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-2022 Free Software Foundation, Inc. +dnl Copyright (C) 2020-2023 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 14740a4..e5f2efb 100755 --- a/gdbsupport/create-version.sh +++ b/gdbsupport/create-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1989-2022 Free Software Foundation, Inc. +# Copyright (C) 1989-2023 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdbsupport/def-vector.h b/gdbsupport/def-vector.h index 1f4b856..4d1df41 100644 --- a/gdbsupport/def-vector.h +++ b/gdbsupport/def-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 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 8aaf62d..9c8b5a2 100644 --- a/gdbsupport/default-init-alloc.h +++ b/gdbsupport/default-init-alloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/eintr.h b/gdbsupport/eintr.h index 0948b06..f78d0ec 100644 --- a/gdbsupport/eintr.h +++ b/gdbsupport/eintr.h @@ -1,6 +1,6 @@ /* Utility for handling interrupted syscalls by signals. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/enum-flags.h b/gdbsupport/enum-flags.h index cd500f5..440ffe0 100644 --- a/gdbsupport/enum-flags.h +++ b/gdbsupport/enum-flags.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2022 Free Software Foundation, Inc. +/* Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/environ.cc b/gdbsupport/environ.cc index 2d8e3ea..d4d8129 100644 --- a/gdbsupport/environ.cc +++ b/gdbsupport/environ.cc @@ -1,6 +1,6 @@ /* environ.c -- library for manipulating environments for GNU. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdbsupport/environ.h b/gdbsupport/environ.h index 32e1eb5..b6d30ce 100644 --- a/gdbsupport/environ.h +++ b/gdbsupport/environ.h @@ -1,5 +1,5 @@ /* Header for environment manipulation library. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdbsupport/errors.cc b/gdbsupport/errors.cc index 93fc70a..566be37 100644 --- a/gdbsupport/errors.cc +++ b/gdbsupport/errors.cc @@ -1,6 +1,6 @@ /* Error reporting facilities. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/errors.h b/gdbsupport/errors.h index d67d692..2304bc1 100644 --- a/gdbsupport/errors.h +++ b/gdbsupport/errors.h @@ -1,6 +1,6 @@ /* Declarations for error-reporting facilities. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/event-loop.cc b/gdbsupport/event-loop.cc index b1a5c1a..52e7fd2 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-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 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 c82493e..c931374 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-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 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 ed3b63e..99a11db 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 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/event-pipe.h b/gdbsupport/event-pipe.h index 9a41089..999dd4b 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 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/fileio.cc b/gdbsupport/fileio.cc index 60a08f6..5f4a3ee 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-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/fileio.h b/gdbsupport/fileio.h index 203e671..690ee21 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-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filestuff.cc b/gdbsupport/filestuff.cc index cf5fb13b..d733210 100644 --- a/gdbsupport/filestuff.cc +++ b/gdbsupport/filestuff.cc @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filestuff.h b/gdbsupport/filestuff.h index 3336290..48bef51 100644 --- a/gdbsupport/filestuff.h +++ b/gdbsupport/filestuff.h @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filtered-iterator.h b/gdbsupport/filtered-iterator.h index 496989b..d87484c 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-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.cc b/gdbsupport/format.cc index 5429334..19f37ec 100644 --- a/gdbsupport/format.cc +++ b/gdbsupport/format.cc @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.h b/gdbsupport/format.h index 646797d..342b473 100644 --- a/gdbsupport/format.h +++ b/gdbsupport/format.h @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 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 19ea94e..bf591dd 100644 --- a/gdbsupport/forward-scope-exit.h +++ b/gdbsupport/forward-scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2022 Free Software Foundation, Inc. +/* Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/function-view.h b/gdbsupport/function-view.h index cc2cdc3..cd62d40 100644 --- a/gdbsupport/function-view.h +++ b/gdbsupport/function-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 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 7f28125..cc29873 100644 --- a/gdbsupport/gdb-checked-static-cast.h +++ b/gdbsupport/gdb-checked-static-cast.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 Free Software Foundation, Inc. +/* Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.cc b/gdbsupport/gdb-dlfcn.cc index 758eace..ee17536 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-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.h b/gdbsupport/gdb-dlfcn.h index 58ad81b..a51f999 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-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-hashtab.cc b/gdbsupport/gdb-hashtab.cc index c42e8fe..777b307 100644 --- a/gdbsupport/gdb-hashtab.cc +++ b/gdbsupport/gdb-hashtab.cc @@ -1,5 +1,5 @@ /* Hash table wrappers for gdb. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-hashtab.h b/gdbsupport/gdb-hashtab.h index 65c2dc5..71611a5 100644 --- a/gdbsupport/gdb-hashtab.h +++ b/gdbsupport/gdb-hashtab.h @@ -1,5 +1,5 @@ /* Hash table wrappers for gdb. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2023 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 556e451..f9743ba 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-sigmask.h b/gdbsupport/gdb-sigmask.h index 0c1f9ea..492b10e 100644 --- a/gdbsupport/gdb-sigmask.h +++ b/gdbsupport/gdb-sigmask.h @@ -1,6 +1,6 @@ /* sigprocmask wrapper for gdb - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-xfree.h b/gdbsupport/gdb-xfree.h index 40dbb82..1fb326d 100644 --- a/gdbsupport/gdb-xfree.h +++ b/gdbsupport/gdb-xfree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1986-2022 Free Software Foundation, Inc. +/* Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_assert.h b/gdbsupport/gdb_assert.h index e1444d5..f399036 100644 --- a/gdbsupport/gdb_assert.h +++ b/gdbsupport/gdb_assert.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <assert.h>. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 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 a0f38a0..b6771b9 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_file.h b/gdbsupport/gdb_file.h index c5ec65f..096e67d 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-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_locale.h b/gdbsupport/gdb_locale.h index 30e64c9..f7c8cd4 100644 --- a/gdbsupport/gdb_locale.h +++ b/gdbsupport/gdb_locale.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <locale.h>. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_obstack.cc b/gdbsupport/gdb_obstack.cc index 571f34a..a37db96 100644 --- a/gdbsupport/gdb_obstack.cc +++ b/gdbsupport/gdb_obstack.cc @@ -1,6 +1,6 @@ /* Obstack wrapper for GDB. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_obstack.h b/gdbsupport/gdb_obstack.h index 5e870cb..dbd8fab 100644 --- a/gdbsupport/gdb_obstack.h +++ b/gdbsupport/gdb_obstack.h @@ -1,6 +1,6 @@ /* Obstack wrapper for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_optional.h b/gdbsupport/gdb_optional.h index 1ea6164..9b7b7b2 100644 --- a/gdbsupport/gdb_optional.h +++ b/gdbsupport/gdb_optional.h @@ -1,6 +1,6 @@ /* An optional object. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 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 849a100..19d40e0 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-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 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 29f9901..00f02b7 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_regex.cc b/gdbsupport/gdb_regex.cc index ac4f055..ff9c1a1 100644 --- a/gdbsupport/gdb_regex.cc +++ b/gdbsupport/gdb_regex.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2022 Free Software Foundation, Inc. +/* Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_regex.h b/gdbsupport/gdb_regex.h index 1b31f5b..74c3ece 100644 --- a/gdbsupport/gdb_regex.h +++ b/gdbsupport/gdb_regex.h @@ -1,5 +1,5 @@ /* Portable <regex.h>. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_select.h b/gdbsupport/gdb_select.h index 5e520d7..9928aae 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-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_setjmp.h b/gdbsupport/gdb_setjmp.h index 7ce14a5..5fafb9e 100644 --- a/gdbsupport/gdb_setjmp.h +++ b/gdbsupport/gdb_setjmp.h @@ -1,5 +1,5 @@ /* Portability wrappers for setjmp and longjmp. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_signals.h b/gdbsupport/gdb_signals.h index 00cbfa5..a70d455 100644 --- a/gdbsupport/gdb_signals.h +++ b/gdbsupport/gdb_signals.h @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 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 f800f96..22d9bf6 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-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_string_view.h b/gdbsupport/gdb_string_view.h index f815028..26a3a9f 100644 --- a/gdbsupport/gdb_string_view.h +++ b/gdbsupport/gdb_string_view.h @@ -7,7 +7,7 @@ // Note: This file has been stolen from the gcc repo // (libstdc++-v3/include/experimental/string_view) and has local modifications. -// Copyright (C) 2013-2022 Free Software Foundation, Inc. +// Copyright (C) 2013-2023 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/gdbsupport/gdb_string_view.tcc b/gdbsupport/gdb_string_view.tcc index b33db31..0798105 100644 --- a/gdbsupport/gdb_string_view.tcc +++ b/gdbsupport/gdb_string_view.tcc @@ -4,7 +4,7 @@ // (libstdc++-v3/include/experimental/bits/string_view.tcc) and has local // modifications. -// Copyright (C) 2013-2022 Free Software Foundation, Inc. +// Copyright (C) 2013-2023 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/gdbsupport/gdb_sys_time.h b/gdbsupport/gdb_sys_time.h index 0707c97..6ea1ae7 100644 --- a/gdbsupport/gdb_sys_time.h +++ b/gdbsupport/gdb_sys_time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2022 Free Software Foundation, Inc. +/* Copyright (C) 2015-2023 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 177d296..d6bdb87 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-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 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 06b9651..e975a44 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-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 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 51ee7a4..a3ab624 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_unlinker.h b/gdbsupport/gdb_unlinker.h index 9a3d609..689d9bc 100644 --- a/gdbsupport/gdb_unlinker.h +++ b/gdbsupport/gdb_unlinker.h @@ -1,6 +1,6 @@ /* Unlinking class - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_vecs.cc b/gdbsupport/gdb_vecs.cc index 086a03e..303d003 100644 --- a/gdbsupport/gdb_vecs.cc +++ b/gdbsupport/gdb_vecs.cc @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_vecs.h b/gdbsupport/gdb_vecs.h index d84d526..1f1b69b 100644 --- a/gdbsupport/gdb_vecs.h +++ b/gdbsupport/gdb_vecs.h @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_wait.cc b/gdbsupport/gdb_wait.cc index 49ab2af..c7a91de 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_wait.h b/gdbsupport/gdb_wait.h index e9ff9e9..f8d44c9 100644 --- a/gdbsupport/gdb_wait.h +++ b/gdbsupport/gdb_wait.h @@ -1,5 +1,5 @@ /* Standard wait macros. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/hash_enum.h b/gdbsupport/hash_enum.h index 8ec71af..4867c2d 100644 --- a/gdbsupport/hash_enum.h +++ b/gdbsupport/hash_enum.h @@ -1,6 +1,6 @@ /* A hasher for enums. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/host-defs.h b/gdbsupport/host-defs.h index 4e0d712..8459386 100644 --- a/gdbsupport/host-defs.h +++ b/gdbsupport/host-defs.h @@ -1,5 +1,5 @@ /* Basic host-specific definitions for GDB. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/intrusive_list.h b/gdbsupport/intrusive_list.h index 6812266..5c95f70 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-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/invoke-result.h b/gdbsupport/invoke-result.h index 5d5ffa0..c9bb55e 100644 --- a/gdbsupport/invoke-result.h +++ b/gdbsupport/invoke-result.h @@ -1,6 +1,6 @@ /* Compatibility wrapper around std::result_of and std::invoke_result. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/iterator-range.h b/gdbsupport/iterator-range.h index c99bdc8..e934f5e 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-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.cc b/gdbsupport/job-control.cc index efb8778..57dc32c 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.h b/gdbsupport/job-control.h index a071231..8cb6d5e 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/netstuff.cc b/gdbsupport/netstuff.cc index fed6f12..55b142d 100644 --- a/gdbsupport/netstuff.cc +++ b/gdbsupport/netstuff.cc @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/netstuff.h b/gdbsupport/netstuff.h index e4496a8..f9cf3fc 100644 --- a/gdbsupport/netstuff.h +++ b/gdbsupport/netstuff.h @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/new-op.cc b/gdbsupport/new-op.cc index 1d066ba..6a056ef 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/next-iterator.h b/gdbsupport/next-iterator.h index 4f696a6..d4d98a0 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/observable.h b/gdbsupport/observable.h index c7475e5..1a009ef 100644 --- a/gdbsupport/observable.h +++ b/gdbsupport/observable.h @@ -1,6 +1,6 @@ /* Observers - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/offset-type.h b/gdbsupport/offset-type.h index 0a33f48..d7e079c 100644 --- a/gdbsupport/offset-type.h +++ b/gdbsupport/offset-type.h @@ -1,6 +1,6 @@ /* Offset types for GDB. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/packed.h b/gdbsupport/packed.h index dbece2a..b18146c 100644 --- a/gdbsupport/packed.h +++ b/gdbsupport/packed.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 Free Software Foundation, Inc. +/* Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/parallel-for.h b/gdbsupport/parallel-for.h index acd9137..b565676 100644 --- a/gdbsupport/parallel-for.h +++ b/gdbsupport/parallel-for.h @@ -1,6 +1,6 @@ /* Parallel for loops - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.cc b/gdbsupport/pathstuff.cc index 390f10b..d1a61f4 100644 --- a/gdbsupport/pathstuff.cc +++ b/gdbsupport/pathstuff.cc @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.h b/gdbsupport/pathstuff.h index e0b5bc4..b22a521 100644 --- a/gdbsupport/pathstuff.h +++ b/gdbsupport/pathstuff.h @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/poison.h b/gdbsupport/poison.h index cc8cb0b..956c3d8 100644 --- a/gdbsupport/poison.h +++ b/gdbsupport/poison.h @@ -1,6 +1,6 @@ /* Poison symbols at compile time. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/preprocessor.h b/gdbsupport/preprocessor.h index caa252b..2671125 100644 --- a/gdbsupport/preprocessor.h +++ b/gdbsupport/preprocessor.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.cc b/gdbsupport/print-utils.cc index a1b245e..3cc1ed6 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.h b/gdbsupport/print-utils.h index 2b14846..7df9b0d 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.cc b/gdbsupport/ptid.cc index d4bd715..19bc2d8 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.h b/gdbsupport/ptid.h index d66cd98..365e11c 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-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptrace.m4 b/gdbsupport/ptrace.m4 index 3f8a395..097ff4e 100644 --- a/gdbsupport/ptrace.m4 +++ b/gdbsupport/ptrace.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2012-2022 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2023 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 5742737..01d6cf0 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/refcounted-object.h b/gdbsupport/refcounted-object.h index 98a8de9..d8fdb95 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-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 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 bc4f78f..792659b 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-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.cc b/gdbsupport/rsp-low.cc index 6e0cc44..3d8c200 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-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.h b/gdbsupport/rsp-low.h index de67602..327d5f3 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-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 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 e22b881..77230d0 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 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 f07b403..41944b1 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-iterator.h b/gdbsupport/safe-iterator.h index 036dbd7..bc8b435 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-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-strerror.cc b/gdbsupport/safe-strerror.cc index ca7f8eb..30b7bde 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-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scope-exit.h b/gdbsupport/scope-exit.h index 35adbe6..cb8d925 100644 --- a/gdbsupport/scope-exit.h +++ b/gdbsupport/scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2022 Free Software Foundation, Inc. +/* Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_fd.h b/gdbsupport/scoped_fd.h index 3059f89..6c0d4af 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-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 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 cb46812..1c015a9 100644 --- a/gdbsupport/scoped_ignore_signal.h +++ b/gdbsupport/scoped_ignore_signal.h @@ -1,6 +1,6 @@ /* Support for ignoring signals. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 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 1143a91..aa01df2 100644 --- a/gdbsupport/scoped_ignore_sigttou.h +++ b/gdbsupport/scoped_ignore_sigttou.h @@ -1,6 +1,6 @@ /* Support for signoring SIGTTOU. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.cc b/gdbsupport/scoped_mmap.cc index e0515ea..e4096da 100644 --- a/gdbsupport/scoped_mmap.cc +++ b/gdbsupport/scoped_mmap.cc @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.h b/gdbsupport/scoped_mmap.h index 6548d14..456e5ce 100644 --- a/gdbsupport/scoped_mmap.h +++ b/gdbsupport/scoped_mmap.h @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_restore.h b/gdbsupport/scoped_restore.h index 559d6cf..b7f3169 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.cc b/gdbsupport/search.cc index a2f49bf..ace02d7 100644 --- a/gdbsupport/search.cc +++ b/gdbsupport/search.cc @@ -1,6 +1,6 @@ /* Target memory searching - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.h b/gdbsupport/search.h index 766687b..8501624 100644 --- a/gdbsupport/search.h +++ b/gdbsupport/search.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 Free Software Foundation, Inc. +/* Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.cc b/gdbsupport/selftest.cc index 1b862bb..c2e3936 100644 --- a/gdbsupport/selftest.cc +++ b/gdbsupport/selftest.cc @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.h b/gdbsupport/selftest.h index 661431d..fba6baf 100644 --- a/gdbsupport/selftest.h +++ b/gdbsupport/selftest.h @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.m4 b/gdbsupport/selftest.m4 index 10ed6d1..90777ac 100644 --- a/gdbsupport/selftest.m4 +++ b/gdbsupport/selftest.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2018-2022 Free Software Foundation, Inc. +dnl Copyright (C) 2018-2023 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 92e799d..3ec7a25 100644 --- a/gdbsupport/signals-state-save-restore.cc +++ b/gdbsupport/signals-state-save-restore.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 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 b5ffd1b..b14324b 100644 --- a/gdbsupport/signals-state-save-restore.h +++ b/gdbsupport/signals-state-save-restore.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc index 8bec34a..0d700c0 100644 --- a/gdbsupport/signals.cc +++ b/gdbsupport/signals.cc @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 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 b32c2df..826e2dc 100644 --- a/gdbsupport/symbol.h +++ b/gdbsupport/symbol.h @@ -1,6 +1,6 @@ /* Declarations of common symbol functions. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc index 4d41d0b..6ecb323 100644 --- a/gdbsupport/tdesc.cc +++ b/gdbsupport/tdesc.cc @@ -1,6 +1,6 @@ /* Target description support for GDB. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.h b/gdbsupport/tdesc.h index 403aa2c..40f0dac 100644 --- a/gdbsupport/tdesc.h +++ b/gdbsupport/tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2022 Free Software Foundation, Inc. +/* Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.cc b/gdbsupport/thread-pool.cc index ddb76b69..1c871ed 100644 --- a/gdbsupport/thread-pool.cc +++ b/gdbsupport/thread-pool.cc @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.h b/gdbsupport/thread-pool.h index 4db35ba..013c6ab 100644 --- a/gdbsupport/thread-pool.h +++ b/gdbsupport/thread-pool.h @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/traits.h b/gdbsupport/traits.h index 6487cb9..f6bb649 100644 --- a/gdbsupport/traits.h +++ b/gdbsupport/traits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/underlying.h b/gdbsupport/underlying.h index f04ab98..736e714 100644 --- a/gdbsupport/underlying.h +++ b/gdbsupport/underlying.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/valid-expr.h b/gdbsupport/valid-expr.h index cc8b0a0..75734c8 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-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/version.h b/gdbsupport/version.h index 65bbc24..e6cfc3a 100644 --- a/gdbsupport/version.h +++ b/gdbsupport/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4 index e9025db..ea573c6 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-2022 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2023 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 d484524..b8740fd 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-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.cc b/gdbsupport/xml-utils.cc index c74bcdd..2486031 100644 --- a/gdbsupport/xml-utils.cc +++ b/gdbsupport/xml-utils.cc @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.h b/gdbsupport/xml-utils.h index 0971402..036230f 100644 --- a/gdbsupport/xml-utils.h +++ b/gdbsupport/xml-utils.h @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GDB. |