diff options
author | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 18:56:03 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:13:23 +0400 |
commit | 4a94e36819485cdbd50438f800d1e478156a4889 (patch) | |
tree | 03138d65b74ebd8d129ed5de07ed54a741dcc4b2 /gdbsupport | |
parent | dd10f20452c99cfb19ac9630de943ec0c1912142 (diff) | |
download | gdb-4a94e36819485cdbd50438f800d1e478156a4889.zip gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.gz gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.bz2 |
Automatic Copyright Year update after running gdb/copyright.py
This commit brings all the changes made by running gdb/copyright.py
as per GDB's Start of New Year Procedure.
For the avoidance of doubt, all changes in this commits were
performed by the script.
Diffstat (limited to 'gdbsupport')
138 files changed, 138 insertions, 138 deletions
diff --git a/gdbsupport/.dir-locals.el b/gdbsupport/.dir-locals.el index 16641bb..1915c07 100644 --- a/gdbsupport/.dir-locals.el +++ b/gdbsupport/.dir-locals.el @@ -1,5 +1,5 @@ ;; Emacs settings. -;; Copyright (C) 2012-2021 Free Software Foundation, Inc. +;; Copyright (C) 2012-2022 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 6d4678c..d8f204b 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-2021 Free Software Foundation, Inc. +# Copyright (C) 2020-2022 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 d7f2d49..c93c9d9 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -1,7 +1,7 @@ # Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2022 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/gdbsupport/agent.cc b/gdbsupport/agent.cc index 7a2c646..9dd1ddb 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-2021 Free Software Foundation, Inc. + Copyright (C) 2009-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/agent.h b/gdbsupport/agent.h index 42a2e8e..3b912d2 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-2021 Free Software Foundation, Inc. + Copyright (C) 2009-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/alt-stack.h b/gdbsupport/alt-stack.h index 056ea41..8ae229b 100644 --- a/gdbsupport/alt-stack.h +++ b/gdbsupport/alt-stack.h @@ -1,6 +1,6 @@ /* Temporarily install an alternate signal stack - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/array-view.h b/gdbsupport/array-view.h index 5f1f46b..e9e4d54 100644 --- a/gdbsupport/array-view.h +++ b/gdbsupport/array-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ax.def b/gdbsupport/ax.def index e397ce6..b369b32 100644 --- a/gdbsupport/ax.def +++ b/gdbsupport/ax.def @@ -1,5 +1,5 @@ /* Definition of agent opcode values. -*- c -*- - Copyright (C) 1998-2021 Free Software Foundation, Inc. + Copyright (C) 1998-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/block-signals.h b/gdbsupport/block-signals.h index d2b1479..cf97208 100644 --- a/gdbsupport/block-signals.h +++ b/gdbsupport/block-signals.h @@ -1,6 +1,6 @@ /* Block signals used by gdb - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/break-common.h b/gdbsupport/break-common.h index a4c7b04..74a05da 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-2021 Free Software Foundation, Inc. + Copyright (C) 1992-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/btrace-common.cc b/gdbsupport/btrace-common.cc index 4f9ef85..ace0413 100644 --- a/gdbsupport/btrace-common.cc +++ b/gdbsupport/btrace-common.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2021 Free Software Foundation, Inc. +/* Copyright (C) 2014-2022 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 26d26ec..3c55ae9 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-2021 Free Software Foundation, Inc. + Copyright (C) 2013-2022 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com>. diff --git a/gdbsupport/buffer.cc b/gdbsupport/buffer.cc index 6870ca4..fcf5990 100644 --- a/gdbsupport/buffer.cc +++ b/gdbsupport/buffer.cc @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2021 Free Software Foundation, Inc. + Copyright (C) 2009-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/buffer.h b/gdbsupport/buffer.h index 8801a9d..9dac63f 100644 --- a/gdbsupport/buffer.h +++ b/gdbsupport/buffer.h @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2021 Free Software Foundation, Inc. + Copyright (C) 2009-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/byte-vector.h b/gdbsupport/byte-vector.h index e49669f..2438781 100644 --- a/gdbsupport/byte-vector.h +++ b/gdbsupport/byte-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/check-defines.el b/gdbsupport/check-defines.el index fd3fb36..2e78366 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-2021 Free Software Foundation, Inc. +;; Copyright (C) 2020-2022 Free Software Foundation, Inc. ;; ;; This file is part of GDB. ;; diff --git a/gdbsupport/cleanups.cc b/gdbsupport/cleanups.cc index f2f15f5..c9fedc6 100644 --- a/gdbsupport/cleanups.cc +++ b/gdbsupport/cleanups.cc @@ -1,6 +1,6 @@ /* Cleanup routines for GDB, the GNU debugger. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/cleanups.h b/gdbsupport/cleanups.h index 3f05bc9..57501c7 100644 --- a/gdbsupport/cleanups.h +++ b/gdbsupport/cleanups.h @@ -1,5 +1,5 @@ /* Cleanups. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.cc b/gdbsupport/common-debug.cc index 39474c2..3d74c8e 100644 --- a/gdbsupport/common-debug.cc +++ b/gdbsupport/common-debug.cc @@ -1,6 +1,6 @@ /* Debug printing functions. - Copyright (C) 2014-2021 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-debug.h b/gdbsupport/common-debug.h index 8b9b004..00a1e15 100644 --- a/gdbsupport/common-debug.h +++ b/gdbsupport/common-debug.h @@ -1,6 +1,6 @@ /* Declarations for debug printing functions. - Copyright (C) 2014-2021 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index 5678076..e263d94 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -1,6 +1,6 @@ /* Common definitions. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.cc b/gdbsupport/common-exceptions.cc index 68895a7..2d686c4 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-exceptions.h b/gdbsupport/common-exceptions.h index 5933c73..b7e6f2d 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-gdbthread.h b/gdbsupport/common-gdbthread.h index bcf4186..8c8fc8f 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-2021 Free Software Foundation, Inc. + Copyright (C) 1987-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.cc b/gdbsupport/common-inferior.cc index aed8840..7e1a5b6 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-inferior.h b/gdbsupport/common-inferior.h index 92c880e..31ecb91 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.cc b/gdbsupport/common-regcache.cc index ae6f352..9ce1800 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-regcache.h b/gdbsupport/common-regcache.h index 76ea764..ca1a51b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-types.h b/gdbsupport/common-types.h index 23f983d..ce871c9 100644 --- a/gdbsupport/common-types.h +++ b/gdbsupport/common-types.h @@ -1,6 +1,6 @@ /* Declarations for common types. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.cc b/gdbsupport/common-utils.cc index b591537..2b69e0b 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common-utils.h b/gdbsupport/common-utils.h index 98a9dc7..8a9448a 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4 index 430d66b..838c01c 100644 --- a/gdbsupport/common.m4 +++ b/gdbsupport/common.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure snippets for common. -dnl Copyright (C) 1995-2021 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2022 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac index f10a856..4222bb7 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-2021 Free Software Foundation, Inc. +dnl Copyright (C) 2020-2022 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 1eea76a..14740a4 100755 --- a/gdbsupport/create-version.sh +++ b/gdbsupport/create-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1989-2021 Free Software Foundation, Inc. +# Copyright (C) 1989-2022 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdbsupport/def-vector.h b/gdbsupport/def-vector.h index 624aa73..1f4b856 100644 --- a/gdbsupport/def-vector.h +++ b/gdbsupport/def-vector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 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 d5af0aa..8aaf62d 100644 --- a/gdbsupport/default-init-alloc.h +++ b/gdbsupport/default-init-alloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/eintr.h b/gdbsupport/eintr.h index 99f8665..0948b06 100644 --- a/gdbsupport/eintr.h +++ b/gdbsupport/eintr.h @@ -1,6 +1,6 @@ /* Utility for handling interrupted syscalls by signals. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/enum-flags.h b/gdbsupport/enum-flags.h index be4d2be..cd500f5 100644 --- a/gdbsupport/enum-flags.h +++ b/gdbsupport/enum-flags.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2021 Free Software Foundation, Inc. +/* Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/environ.cc b/gdbsupport/environ.cc index 7a427fe..f5f6b38 100644 --- a/gdbsupport/environ.cc +++ b/gdbsupport/environ.cc @@ -1,6 +1,6 @@ /* environ.c -- library for manipulating environments for GNU. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 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 4767e8e..32e1eb5 100644 --- a/gdbsupport/environ.h +++ b/gdbsupport/environ.h @@ -1,5 +1,5 @@ /* Header for environment manipulation library. - Copyright (C) 1989-2021 Free Software Foundation, Inc. + Copyright (C) 1989-2022 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 0027504..703b221 100644 --- a/gdbsupport/errors.cc +++ b/gdbsupport/errors.cc @@ -1,6 +1,6 @@ /* Error reporting facilities. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/errors.h b/gdbsupport/errors.h index 1a23736..47965ea 100644 --- a/gdbsupport/errors.h +++ b/gdbsupport/errors.h @@ -1,6 +1,6 @@ /* Declarations for error-reporting facilities. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/event-loop.cc b/gdbsupport/event-loop.cc index 51cfaec..385b45b 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-2021 Free Software Foundation, Inc. + Copyright (C) 1999-2022 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 dc4e4d5..9ed5928 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-2021 Free Software Foundation, Inc. + Copyright (C) 1999-2022 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdbsupport/fileio.cc b/gdbsupport/fileio.cc index 27d4734..b4feb85 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/fileio.h b/gdbsupport/fileio.h index f9d9df3..2b4f977 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filestuff.cc b/gdbsupport/filestuff.cc index 7063dd6..2dfae5a 100644 --- a/gdbsupport/filestuff.cc +++ b/gdbsupport/filestuff.cc @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filestuff.h b/gdbsupport/filestuff.h index 10e9eba..4bc9249 100644 --- a/gdbsupport/filestuff.h +++ b/gdbsupport/filestuff.h @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/filtered-iterator.h b/gdbsupport/filtered-iterator.h index 2989826..496989b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.cc b/gdbsupport/format.cc index d9622c6..5429334 100644 --- a/gdbsupport/format.cc +++ b/gdbsupport/format.cc @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/format.h b/gdbsupport/format.h index 921fca5..646797d 100644 --- a/gdbsupport/format.h +++ b/gdbsupport/format.h @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 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 c98f766..19ea94e 100644 --- a/gdbsupport/forward-scope-exit.h +++ b/gdbsupport/forward-scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2021 Free Software Foundation, Inc. +/* Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/function-view.h b/gdbsupport/function-view.h index df934ec..1875cd1 100644 --- a/gdbsupport/function-view.h +++ b/gdbsupport/function-view.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.cc b/gdbsupport/gdb-dlfcn.cc index 495ae5c..758eace 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-2021 Free Software Foundation, Inc. + Copyright (C) 2011-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-dlfcn.h b/gdbsupport/gdb-dlfcn.h index 9ec6a50..58ad81b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2011-2022 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 beaf2f9..556e451 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-sigmask.h b/gdbsupport/gdb-sigmask.h index b4988cb..0c1f9ea 100644 --- a/gdbsupport/gdb-sigmask.h +++ b/gdbsupport/gdb-sigmask.h @@ -1,6 +1,6 @@ /* sigprocmask wrapper for gdb - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb-xfree.h b/gdbsupport/gdb-xfree.h index 2028698..40dbb82 100644 --- a/gdbsupport/gdb-xfree.h +++ b/gdbsupport/gdb-xfree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1986-2021 Free Software Foundation, Inc. +/* Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_assert.h b/gdbsupport/gdb_assert.h index 6628c1d..074d2e7 100644 --- a/gdbsupport/gdb_assert.h +++ b/gdbsupport/gdb_assert.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <assert.h>. - Copyright (C) 2000-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 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 60ec306..a0f38a0 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_file.h b/gdbsupport/gdb_file.h index 2f5b399..c5ec65f 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_locale.h b/gdbsupport/gdb_locale.h index 2a47f34..30e64c9 100644 --- a/gdbsupport/gdb_locale.h +++ b/gdbsupport/gdb_locale.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <locale.h>. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_optional.h b/gdbsupport/gdb_optional.h index 745b2ba..70b15bd 100644 --- a/gdbsupport/gdb_optional.h +++ b/gdbsupport/gdb_optional.h @@ -1,6 +1,6 @@ /* An optional object. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 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 1131a40..849a100 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-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 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 3300a36..29f9901 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_select.h b/gdbsupport/gdb_select.h index 331393a..5e520d7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_setjmp.h b/gdbsupport/gdb_setjmp.h index 4058c0f..7ce14a5 100644 --- a/gdbsupport/gdb_setjmp.h +++ b/gdbsupport/gdb_setjmp.h @@ -1,5 +1,5 @@ /* Portability wrappers for setjmp and longjmp. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_signals.h b/gdbsupport/gdb_signals.h index ff2c917..00cbfa5 100644 --- a/gdbsupport/gdb_signals.h +++ b/gdbsupport/gdb_signals.h @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2021 Free Software Foundation, Inc. + Copyright (C) 1990-2022 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 ad40681..f800f96 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 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 b534c5a..f815028 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-2021 Free Software Foundation, Inc. +// Copyright (C) 2013-2022 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 db77d46..b33db31 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-2021 Free Software Foundation, Inc. +// Copyright (C) 2013-2022 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 b93ab41..0707c97 100644 --- a/gdbsupport/gdb_sys_time.h +++ b/gdbsupport/gdb_sys_time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2021 Free Software Foundation, Inc. +/* Copyright (C) 2015-2022 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 d9fb115..e3f9308 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 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 a61f246..c47cd6a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 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 a4904ea..d8a87a3 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_unlinker.h b/gdbsupport/gdb_unlinker.h index bda6fe7..9a3d609 100644 --- a/gdbsupport/gdb_unlinker.h +++ b/gdbsupport/gdb_unlinker.h @@ -1,6 +1,6 @@ /* Unlinking class - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_vecs.cc b/gdbsupport/gdb_vecs.cc index 21bd3ce..086a03e 100644 --- a/gdbsupport/gdb_vecs.cc +++ b/gdbsupport/gdb_vecs.cc @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_vecs.h b/gdbsupport/gdb_vecs.h index e2451e7..d84d526 100644 --- a/gdbsupport/gdb_vecs.h +++ b/gdbsupport/gdb_vecs.h @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_wait.cc b/gdbsupport/gdb_wait.cc index 985ffed..49ab2af 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/gdb_wait.h b/gdbsupport/gdb_wait.h index 4248e75..e9ff9e9 100644 --- a/gdbsupport/gdb_wait.h +++ b/gdbsupport/gdb_wait.h @@ -1,5 +1,5 @@ /* Standard wait macros. - Copyright (C) 2000-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/hash_enum.h b/gdbsupport/hash_enum.h index a4620e8..8ec71af 100644 --- a/gdbsupport/hash_enum.h +++ b/gdbsupport/hash_enum.h @@ -1,6 +1,6 @@ /* A hasher for enums. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/host-defs.h b/gdbsupport/host-defs.h index f2d9fbe..4e0d712 100644 --- a/gdbsupport/host-defs.h +++ b/gdbsupport/host-defs.h @@ -1,5 +1,5 @@ /* Basic host-specific definitions for GDB. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/intrusive_list.h b/gdbsupport/intrusive_list.h index 58aa68f..77eeeee 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/iterator-range.h b/gdbsupport/iterator-range.h index 2a718e6..d35b03a 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.cc b/gdbsupport/job-control.cc index 991ecf9..efb8778 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/job-control.h b/gdbsupport/job-control.h index 29cfa0d..a071231 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/netstuff.cc b/gdbsupport/netstuff.cc index a056e6a..fed6f12 100644 --- a/gdbsupport/netstuff.cc +++ b/gdbsupport/netstuff.cc @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/netstuff.h b/gdbsupport/netstuff.h index 7f03fda..e4496a8 100644 --- a/gdbsupport/netstuff.h +++ b/gdbsupport/netstuff.h @@ -1,5 +1,5 @@ /* Operations on network stuff. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/new-op.cc b/gdbsupport/new-op.cc index 2fe5f64..1d066ba 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/next-iterator.h b/gdbsupport/next-iterator.h index 72b241e..4f696a6 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/observable.h b/gdbsupport/observable.h index 8ed5661..a58e23d 100644 --- a/gdbsupport/observable.h +++ b/gdbsupport/observable.h @@ -1,6 +1,6 @@ /* Observers - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/offset-type.h b/gdbsupport/offset-type.h index 38ef3dc..0a33f48 100644 --- a/gdbsupport/offset-type.h +++ b/gdbsupport/offset-type.h @@ -1,6 +1,6 @@ /* Offset types for GDB. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/parallel-for.h b/gdbsupport/parallel-for.h index e4fcb40..ca03094 100644 --- a/gdbsupport/parallel-for.h +++ b/gdbsupport/parallel-for.h @@ -1,6 +1,6 @@ /* Parallel for loops - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.cc b/gdbsupport/pathstuff.cc index ad13900..cb2dd4f 100644 --- a/gdbsupport/pathstuff.cc +++ b/gdbsupport/pathstuff.cc @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/pathstuff.h b/gdbsupport/pathstuff.h index 346cce3..38828b7 100644 --- a/gdbsupport/pathstuff.h +++ b/gdbsupport/pathstuff.h @@ -1,6 +1,6 @@ /* Path manipulation routines for GDB and gdbserver. - Copyright (C) 1986-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/poison.h b/gdbsupport/poison.h index f22dc2d..cc8cb0b 100644 --- a/gdbsupport/poison.h +++ b/gdbsupport/poison.h @@ -1,6 +1,6 @@ /* Poison symbols at compile time. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/preprocessor.h b/gdbsupport/preprocessor.h index 9494232..caa252b 100644 --- a/gdbsupport/preprocessor.h +++ b/gdbsupport/preprocessor.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.cc b/gdbsupport/print-utils.cc index 54be652..0ef8cb8 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/print-utils.h b/gdbsupport/print-utils.h index ed3983a..2b14846 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.cc b/gdbsupport/ptid.cc index e518066..d4bd715 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptid.h b/gdbsupport/ptid.h index 7cdf468..d66cd98 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-2021 Free Software Foundation, Inc. + Copyright (C) 1986-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/ptrace.m4 b/gdbsupport/ptrace.m4 index fe958cf..3f8a395 100644 --- a/gdbsupport/ptrace.m4 +++ b/gdbsupport/ptrace.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2012-2021 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2022 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbsupport/refcounted-object.h b/gdbsupport/refcounted-object.h index 364904b..98a8de9 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 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 9210426..bc4f78f 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.cc b/gdbsupport/rsp-low.cc index 8900ed4..6e0cc44 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-2021 Free Software Foundation, Inc. + Copyright (C) 1988-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/rsp-low.h b/gdbsupport/rsp-low.h index 6ef4b36..de67602 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-2021 Free Software Foundation, Inc. + Copyright (C) 1988-2022 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 9401d04..e22b881 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 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 c852443..f07b403 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-iterator.h b/gdbsupport/safe-iterator.h index 53868d3..036dbd7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/safe-strerror.cc b/gdbsupport/safe-strerror.cc index 576b309..ca7f8eb 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-2021 Free Software Foundation, Inc. + Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scope-exit.h b/gdbsupport/scope-exit.h index d03e96f..35adbe6 100644 --- a/gdbsupport/scope-exit.h +++ b/gdbsupport/scope-exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2021 Free Software Foundation, Inc. +/* Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_fd.h b/gdbsupport/scoped_fd.h index f16e811..3059f89 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 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 57dd4b6..eff240f 100644 --- a/gdbsupport/scoped_ignore_signal.h +++ b/gdbsupport/scoped_ignore_signal.h @@ -1,6 +1,6 @@ /* Support for ignoring signals. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2022 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 5695c5d..1143a91 100644 --- a/gdbsupport/scoped_ignore_sigttou.h +++ b/gdbsupport/scoped_ignore_sigttou.h @@ -1,6 +1,6 @@ /* Support for signoring SIGTTOU. - Copyright (C) 2003-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.cc b/gdbsupport/scoped_mmap.cc index 598b328..e0515ea 100644 --- a/gdbsupport/scoped_mmap.cc +++ b/gdbsupport/scoped_mmap.cc @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_mmap.h b/gdbsupport/scoped_mmap.h index 69f3aa9..6548d14 100644 --- a/gdbsupport/scoped_mmap.h +++ b/gdbsupport/scoped_mmap.h @@ -1,6 +1,6 @@ /* scoped_mmap, automatically unmap files - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/scoped_restore.h b/gdbsupport/scoped_restore.h index edc3b12..559d6cf 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.cc b/gdbsupport/search.cc index 4d63962..a2f49bf 100644 --- a/gdbsupport/search.cc +++ b/gdbsupport/search.cc @@ -1,6 +1,6 @@ /* Target memory searching - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/search.h b/gdbsupport/search.h index be0f647..766687b 100644 --- a/gdbsupport/search.h +++ b/gdbsupport/search.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2021 Free Software Foundation, Inc. +/* Copyright (C) 2020-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.cc b/gdbsupport/selftest.cc index d650638..466d7cfe 100644 --- a/gdbsupport/selftest.cc +++ b/gdbsupport/selftest.cc @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.h b/gdbsupport/selftest.h index 7275126..3c343e1 100644 --- a/gdbsupport/selftest.h +++ b/gdbsupport/selftest.h @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/selftest.m4 b/gdbsupport/selftest.m4 index 2416f79..10ed6d1 100644 --- a/gdbsupport/selftest.m4 +++ b/gdbsupport/selftest.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2018-2021 Free Software Foundation, Inc. +dnl Copyright (C) 2018-2022 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 95c156e..92e799d 100644 --- a/gdbsupport/signals-state-save-restore.cc +++ b/gdbsupport/signals-state-save-restore.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2021 Free Software Foundation, Inc. +/* Copyright (C) 2016-2022 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 a5e433e..b5ffd1b 100644 --- a/gdbsupport/signals-state-save-restore.h +++ b/gdbsupport/signals-state-save-restore.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2021 Free Software Foundation, Inc. +/* Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc index 2797874..8bec34a 100644 --- a/gdbsupport/signals.cc +++ b/gdbsupport/signals.cc @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2021 Free Software Foundation, Inc. + Copyright (C) 1990-2022 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 ee9ce91..b32c2df 100644 --- a/gdbsupport/symbol.h +++ b/gdbsupport/symbol.h @@ -1,6 +1,6 @@ /* Declarations of common symbol functions. - Copyright (C) 2014-2021 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc index c04f494..4d41d0b 100644 --- a/gdbsupport/tdesc.cc +++ b/gdbsupport/tdesc.cc @@ -1,6 +1,6 @@ /* Target description support for GDB. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/tdesc.h b/gdbsupport/tdesc.h index 7fe1e1f..403aa2c 100644 --- a/gdbsupport/tdesc.h +++ b/gdbsupport/tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2021 Free Software Foundation, Inc. +/* Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.cc b/gdbsupport/thread-pool.cc index 2bb75cc..ce19ef2 100644 --- a/gdbsupport/thread-pool.cc +++ b/gdbsupport/thread-pool.cc @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/thread-pool.h b/gdbsupport/thread-pool.h index 9bddaa9..6821066 100644 --- a/gdbsupport/thread-pool.h +++ b/gdbsupport/thread-pool.h @@ -1,6 +1,6 @@ /* Thread pool - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/traits.h b/gdbsupport/traits.h index f545edb..6487cb9 100644 --- a/gdbsupport/traits.h +++ b/gdbsupport/traits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/underlying.h b/gdbsupport/underlying.h index a711439..f04ab98 100644 --- a/gdbsupport/underlying.h +++ b/gdbsupport/underlying.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2021 Free Software Foundation, Inc. +/* Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/valid-expr.h b/gdbsupport/valid-expr.h index 384eeea..cc8b0a0 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/version.h b/gdbsupport/version.h index 05c3aa2..65bbc24 100644 --- a/gdbsupport/version.h +++ b/gdbsupport/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999-2021 Free Software Foundation, Inc. + Copyright (C) 1999-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4 index 46036fa..a6b06e8 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-2021 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2022 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 bb49aea..d484524 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-2021 Free Software Foundation, Inc. + Copyright (C) 2010-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.cc b/gdbsupport/xml-utils.cc index 4f18e23..ec5e943 100644 --- a/gdbsupport/xml-utils.cc +++ b/gdbsupport/xml-utils.cc @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2021 Free Software Foundation, Inc. + Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbsupport/xml-utils.h b/gdbsupport/xml-utils.h index 288411c..4df2f8a 100644 --- a/gdbsupport/xml-utils.h +++ b/gdbsupport/xml-utils.h @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2021 Free Software Foundation, Inc. + Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of GDB. |