From 213516ef315dc1785e4990ef0fc011abedb38cc0 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 1 Jan 2023 16:49:04 +0400 Subject: 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. --- gdbserver/.dir-locals.el | 2 +- gdbserver/Makefile.in | 2 +- gdbserver/ax.cc | 2 +- gdbserver/ax.h | 2 +- gdbserver/configure.ac | 2 +- gdbserver/debug.cc | 2 +- gdbserver/debug.h | 2 +- gdbserver/dll.cc | 2 +- gdbserver/dll.h | 2 +- gdbserver/fork-child.cc | 2 +- gdbserver/gdb_proc_service.h | 2 +- gdbserver/gdbthread.h | 2 +- gdbserver/hostio.cc | 2 +- gdbserver/hostio.h | 2 +- gdbserver/i387-fp.cc | 2 +- gdbserver/i387-fp.h | 2 +- gdbserver/inferiors.cc | 2 +- gdbserver/inferiors.h | 2 +- gdbserver/linux-aarch32-low.cc | 2 +- gdbserver/linux-aarch32-low.h | 2 +- gdbserver/linux-aarch32-tdesc.cc | 2 +- gdbserver/linux-aarch32-tdesc.h | 2 +- gdbserver/linux-aarch64-ipa.cc | 2 +- gdbserver/linux-aarch64-low.cc | 2 +- gdbserver/linux-aarch64-tdesc.cc | 2 +- gdbserver/linux-aarch64-tdesc.h | 2 +- gdbserver/linux-amd64-ipa.cc | 2 +- gdbserver/linux-arc-low.cc | 2 +- gdbserver/linux-arm-low.cc | 2 +- gdbserver/linux-arm-tdesc.cc | 2 +- gdbserver/linux-arm-tdesc.h | 2 +- gdbserver/linux-csky-low.cc | 2 +- gdbserver/linux-i386-ipa.cc | 2 +- gdbserver/linux-ia64-low.cc | 2 +- gdbserver/linux-loongarch-low.cc | 2 +- gdbserver/linux-low.cc | 2 +- gdbserver/linux-low.h | 2 +- gdbserver/linux-m68k-low.cc | 2 +- gdbserver/linux-mips-low.cc | 2 +- gdbserver/linux-nios2-low.cc | 2 +- gdbserver/linux-or1k-low.cc | 2 +- gdbserver/linux-ppc-ipa.cc | 2 +- gdbserver/linux-ppc-low.cc | 2 +- gdbserver/linux-ppc-tdesc-init.h | 2 +- gdbserver/linux-riscv-low.cc | 2 +- gdbserver/linux-s390-ipa.cc | 2 +- gdbserver/linux-s390-low.cc | 2 +- gdbserver/linux-s390-tdesc.h | 2 +- gdbserver/linux-sh-low.cc | 2 +- gdbserver/linux-sparc-low.cc | 2 +- gdbserver/linux-tic6x-low.cc | 2 +- gdbserver/linux-x86-low.cc | 2 +- gdbserver/linux-x86-tdesc.cc | 2 +- gdbserver/linux-x86-tdesc.h | 2 +- gdbserver/linux-xtensa-low.cc | 2 +- gdbserver/mem-break.cc | 2 +- gdbserver/mem-break.h | 2 +- gdbserver/netbsd-aarch64-low.cc | 2 +- gdbserver/netbsd-amd64-low.cc | 2 +- gdbserver/netbsd-i386-low.cc | 2 +- gdbserver/netbsd-low.cc | 2 +- gdbserver/netbsd-low.h | 2 +- gdbserver/notif.cc | 2 +- gdbserver/notif.h | 2 +- gdbserver/proc-service.cc | 2 +- gdbserver/proc-service.list | 2 +- gdbserver/regcache.cc | 2 +- gdbserver/regcache.h | 2 +- gdbserver/remote-utils.cc | 2 +- gdbserver/remote-utils.h | 2 +- gdbserver/server.h | 2 +- gdbserver/symbol.cc | 2 +- gdbserver/target.cc | 2 +- gdbserver/target.h | 2 +- gdbserver/tdesc.cc | 2 +- gdbserver/tdesc.h | 2 +- gdbserver/thread-db.cc | 2 +- gdbserver/tracepoint.cc | 2 +- gdbserver/tracepoint.h | 2 +- gdbserver/utils.cc | 2 +- gdbserver/utils.h | 2 +- gdbserver/win32-i386-low.cc | 2 +- gdbserver/win32-low.cc | 2 +- gdbserver/win32-low.h | 2 +- gdbserver/x86-low.cc | 2 +- gdbserver/x86-low.h | 2 +- gdbserver/x86-tdesc.h | 2 +- gdbserver/xtensa-xtregs.cc | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) (limited to 'gdbserver') diff --git a/gdbserver/.dir-locals.el b/gdbserver/.dir-locals.el index 1915c070e53..89d51bd3359 100644 --- a/gdbserver/.dir-locals.el +++ b/gdbserver/.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/gdbserver/Makefile.in b/gdbserver/Makefile.in index 8462d78a859..040f0b6faa0 100644 --- a/gdbserver/Makefile.in +++ b/gdbserver/Makefile.in @@ -1,4 +1,4 @@ -# 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/gdbserver/ax.cc b/gdbserver/ax.cc index e5b4542825c..38ebfbbd750 100644 --- a/gdbserver/ax.cc +++ b/gdbserver/ax.cc @@ -1,5 +1,5 @@ /* Agent expression code for remote server. - 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/gdbserver/ax.h b/gdbserver/ax.h index b4062bf24a8..8e64a7a593e 100644 --- a/gdbserver/ax.h +++ b/gdbserver/ax.h @@ -1,5 +1,5 @@ /* Data structures and functions associated with agent expressions in 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/gdbserver/configure.ac b/gdbserver/configure.ac index dc33f1a235b..12bc0090d67 100644 --- a/gdbserver/configure.ac +++ b/gdbserver/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB server. -dnl Copyright (C) 2000-2022 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2023 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbserver/debug.cc b/gdbserver/debug.cc index 195c7e9a683..2426c91f80f 100644 --- a/gdbserver/debug.cc +++ b/gdbserver/debug.cc @@ -1,5 +1,5 @@ /* Debugging routines for the remote server for GDB. - 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/gdbserver/debug.h b/gdbserver/debug.h index d9242752109..6b733ef341f 100644 --- a/gdbserver/debug.h +++ b/gdbserver/debug.h @@ -1,5 +1,5 @@ /* Debugging routines for the remote server for GDB. - 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/gdbserver/dll.cc b/gdbserver/dll.cc index 89fc67fd445..15d0c5d5d05 100644 --- a/gdbserver/dll.cc +++ b/gdbserver/dll.cc @@ -1,4 +1,4 @@ -/* 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/gdbserver/dll.h b/gdbserver/dll.h index a958678c943..a5bb2a07125 100644 --- a/gdbserver/dll.h +++ b/gdbserver/dll.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2022 Free Software Foundation, Inc. +/* Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/fork-child.cc b/gdbserver/fork-child.cc index 078612f7091..e791a8d22f7 100644 --- a/gdbserver/fork-child.cc +++ b/gdbserver/fork-child.cc @@ -1,5 +1,5 @@ /* Fork a Unix child process, and set up to debug it, for GDBserver. - 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/gdbserver/gdb_proc_service.h b/gdbserver/gdb_proc_service.h index 2ca42ed26fa..8061e40f3eb 100644 --- a/gdbserver/gdb_proc_service.h +++ b/gdbserver/gdb_proc_service.h @@ -1,5 +1,5 @@ /* 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/gdbserver/gdbthread.h b/gdbserver/gdbthread.h index 8b897e73d33..493e1dbf6cb 100644 --- a/gdbserver/gdbthread.h +++ b/gdbserver/gdbthread.h @@ -1,5 +1,5 @@ /* Multi-thread control defs for remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/hostio.cc b/gdbserver/hostio.cc index 4f763f382bb..ea70c26da0f 100644 --- a/gdbserver/hostio.cc +++ b/gdbserver/hostio.cc @@ -1,5 +1,5 @@ /* Host file transfer support for gdbserver. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. diff --git a/gdbserver/hostio.h b/gdbserver/hostio.h index faffcadd70a..555cc6bcbf3 100644 --- a/gdbserver/hostio.h +++ b/gdbserver/hostio.h @@ -1,5 +1,5 @@ /* Host file transfer support for gdbserver. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/i387-fp.cc b/gdbserver/i387-fp.cc index 674889674f1..12cb614e5d8 100644 --- a/gdbserver/i387-fp.cc +++ b/gdbserver/i387-fp.cc @@ -1,5 +1,5 @@ /* i387-specific utility functions, for the remote server for GDB. - 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/gdbserver/i387-fp.h b/gdbserver/i387-fp.h index f9b4bc75849..f536a2be15a 100644 --- a/gdbserver/i387-fp.h +++ b/gdbserver/i387-fp.h @@ -1,5 +1,5 @@ /* i387-specific utility functions, for the remote server for GDB. - 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/gdbserver/inferiors.cc b/gdbserver/inferiors.cc index 3d0a8b0e716..cbf46779088 100644 --- a/gdbserver/inferiors.cc +++ b/gdbserver/inferiors.cc @@ -1,5 +1,5 @@ /* Inferior process information for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/inferiors.h b/gdbserver/inferiors.h index 6de746cb228..a0ba9906097 100644 --- a/gdbserver/inferiors.h +++ b/gdbserver/inferiors.h @@ -1,5 +1,5 @@ /* Inferior process information for the remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-aarch32-low.cc b/gdbserver/linux-aarch32-low.cc index 2285f7007bc..990a352af74 100644 --- a/gdbserver/linux-aarch32-low.cc +++ b/gdbserver/linux-aarch32-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2022 Free Software Foundation, Inc. +/* Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-aarch32-low.h b/gdbserver/linux-aarch32-low.h index 137bcdf5f39..18edcbd0b6c 100644 --- a/gdbserver/linux-aarch32-low.h +++ b/gdbserver/linux-aarch32-low.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2022 Free Software Foundation, Inc. +/* Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-aarch32-tdesc.cc b/gdbserver/linux-aarch32-tdesc.cc index 0bc33caec27..e1380fa2a40 100644 --- a/gdbserver/linux-aarch32-tdesc.cc +++ b/gdbserver/linux-aarch32-tdesc.cc @@ -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/gdbserver/linux-aarch32-tdesc.h b/gdbserver/linux-aarch32-tdesc.h index 85f477cae21..0f23ccc13bd 100644 --- a/gdbserver/linux-aarch32-tdesc.h +++ b/gdbserver/linux-aarch32-tdesc.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/gdbserver/linux-aarch64-ipa.cc b/gdbserver/linux-aarch64-ipa.cc index 918f85f6ea9..e37bed0ccf2 100644 --- a/gdbserver/linux-aarch64-ipa.cc +++ b/gdbserver/linux-aarch64-ipa.cc @@ -1,7 +1,7 @@ /* GNU/Linux/AArch64 specific low level interface, for the in-process agent library for GDB. - 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/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc index 6f44bc6b350..3c09e086afe 100644 --- a/gdbserver/linux-aarch64-low.cc +++ b/gdbserver/linux-aarch64-low.cc @@ -1,7 +1,7 @@ /* GNU/Linux/AArch64 specific low level interface, for the remote server for GDB. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdbserver/linux-aarch64-tdesc.cc b/gdbserver/linux-aarch64-tdesc.cc index 93f2bedde0d..633134955e5 100644 --- a/gdbserver/linux-aarch64-tdesc.cc +++ b/gdbserver/linux-aarch64-tdesc.cc @@ -1,6 +1,6 @@ /* GNU/Linux/aarch64 specific target description, for the remote server 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/gdbserver/linux-aarch64-tdesc.h b/gdbserver/linux-aarch64-tdesc.h index 30bcd24d13d..9650479e22a 100644 --- a/gdbserver/linux-aarch64-tdesc.h +++ b/gdbserver/linux-aarch64-tdesc.h @@ -1,6 +1,6 @@ /* Low level support for aarch64, shared between gdbserver and IPA. - 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/gdbserver/linux-amd64-ipa.cc b/gdbserver/linux-amd64-ipa.cc index 46c2578b81c..ae2bd155f8a 100644 --- a/gdbserver/linux-amd64-ipa.cc +++ b/gdbserver/linux-amd64-ipa.cc @@ -1,7 +1,7 @@ /* GNU/Linux/x86-64 specific low level interface, for the in-process agent library for GDB. - 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/gdbserver/linux-arc-low.cc b/gdbserver/linux-arc-low.cc index fee1dd33eb2..f02884753e2 100644 --- a/gdbserver/linux-arc-low.cc +++ b/gdbserver/linux-arc-low.cc @@ -1,6 +1,6 @@ /* Target dependent code for the remote server for GNU/Linux ARC. - Copyright 2020-2022 Free Software Foundation, Inc. + Copyright 2020-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-arm-low.cc b/gdbserver/linux-arm-low.cc index a458b0f14a6..98ba0e02524 100644 --- a/gdbserver/linux-arm-low.cc +++ b/gdbserver/linux-arm-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/ARM specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-arm-tdesc.cc b/gdbserver/linux-arm-tdesc.cc index c636e6e5ea2..5f84ccba337 100644 --- a/gdbserver/linux-arm-tdesc.cc +++ b/gdbserver/linux-arm-tdesc.cc @@ -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/gdbserver/linux-arm-tdesc.h b/gdbserver/linux-arm-tdesc.h index 1de1b2ecc58..857eb810886 100644 --- a/gdbserver/linux-arm-tdesc.h +++ b/gdbserver/linux-arm-tdesc.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/gdbserver/linux-csky-low.cc b/gdbserver/linux-csky-low.cc index 708a8725d33..809a4ed867c 100644 --- a/gdbserver/linux-csky-low.cc +++ b/gdbserver/linux-csky-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/MIPS specific low level interface, for the remote server for GDB. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-i386-ipa.cc b/gdbserver/linux-i386-ipa.cc index 33909d5c54b..21e690e6adf 100644 --- a/gdbserver/linux-i386-ipa.cc +++ b/gdbserver/linux-i386-ipa.cc @@ -1,7 +1,7 @@ /* GNU/Linux/x86 specific low level interface, for the in-process agent library for GDB. - 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/gdbserver/linux-ia64-low.cc b/gdbserver/linux-ia64-low.cc index 4530a283b37..2586e576b8e 100644 --- a/gdbserver/linux-ia64-low.cc +++ b/gdbserver/linux-ia64-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/IA64 specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-loongarch-low.cc b/gdbserver/linux-loongarch-low.cc index cccf1ba780b..ead2e76d25d 100644 --- a/gdbserver/linux-loongarch-low.cc +++ b/gdbserver/linux-loongarch-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux/LoongArch specific low level interface, for the remote server for GDB. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-low.cc b/gdbserver/linux-low.cc index 5e412315e6d..7e1de397893 100644 --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc @@ -1,5 +1,5 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index 1594f063f47..aebfe05707e 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -1,5 +1,5 @@ /* Internal interfaces for the GNU/Linux specific target code for gdbserver. - 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/gdbserver/linux-m68k-low.cc b/gdbserver/linux-m68k-low.cc index 7a433ffab5e..6094fd914f5 100644 --- a/gdbserver/linux-m68k-low.cc +++ b/gdbserver/linux-m68k-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/m68k specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-mips-low.cc b/gdbserver/linux-mips-low.cc index e72403bd91c..2cbe52214d3 100644 --- a/gdbserver/linux-mips-low.cc +++ b/gdbserver/linux-mips-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/MIPS specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-nios2-low.cc b/gdbserver/linux-nios2-low.cc index e850fcfc1ef..448a2ef5025 100644 --- a/gdbserver/linux-nios2-low.cc +++ b/gdbserver/linux-nios2-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux/Nios II specific low level interface, for the remote server for GDB. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Mentor Graphics, Inc. diff --git a/gdbserver/linux-or1k-low.cc b/gdbserver/linux-or1k-low.cc index 4c6d69496fb..498955a9629 100644 --- a/gdbserver/linux-or1k-low.cc +++ b/gdbserver/linux-or1k-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/OR1K specific low level interface for the GDB server. - 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/gdbserver/linux-ppc-ipa.cc b/gdbserver/linux-ppc-ipa.cc index 362ae0edfd7..ab89e44a3a0 100644 --- a/gdbserver/linux-ppc-ipa.cc +++ b/gdbserver/linux-ppc-ipa.cc @@ -1,7 +1,7 @@ /* GNU/Linux/PowerPC specific low level interface, for the in-process agent library 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/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc index 08824887003..fdf74727e39 100644 --- a/gdbserver/linux-ppc-low.cc +++ b/gdbserver/linux-ppc-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux/PowerPC specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-ppc-tdesc-init.h b/gdbserver/linux-ppc-tdesc-init.h index e1f27863749..b9cc1b18ce9 100644 --- a/gdbserver/linux-ppc-tdesc-init.h +++ b/gdbserver/linux-ppc-tdesc-init.h @@ -1,6 +1,6 @@ /* Low level support for ppc, shared between gdbserver and IPA. - 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/gdbserver/linux-riscv-low.cc b/gdbserver/linux-riscv-low.cc index 6b2902e422d..129bc3b138b 100644 --- a/gdbserver/linux-riscv-low.cc +++ b/gdbserver/linux-riscv-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux/RISC-V specific low level interface, for the remote server for GDB. - 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/gdbserver/linux-s390-ipa.cc b/gdbserver/linux-s390-ipa.cc index 3305eead698..b8e1af9c2d5 100644 --- a/gdbserver/linux-s390-ipa.cc +++ b/gdbserver/linux-s390-ipa.cc @@ -1,7 +1,7 @@ /* GNU/Linux S/390 specific low level interface, for the in-process agent library 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/gdbserver/linux-s390-low.cc b/gdbserver/linux-s390-low.cc index 5adc2807057..b3ccdff3e57 100644 --- a/gdbserver/linux-s390-low.cc +++ b/gdbserver/linux-s390-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux S/390 specific low level interface, for the remote server for GDB. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-s390-tdesc.h b/gdbserver/linux-s390-tdesc.h index f44d39dc1e7..71ed366f4b1 100644 --- a/gdbserver/linux-s390-tdesc.h +++ b/gdbserver/linux-s390-tdesc.h @@ -1,6 +1,6 @@ /* Low level support for s390, shared between gdbserver and IPA. - 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/gdbserver/linux-sh-low.cc b/gdbserver/linux-sh-low.cc index 966bdeb8ba7..782b8292010 100644 --- a/gdbserver/linux-sh-low.cc +++ b/gdbserver/linux-sh-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/SH specific low level interface, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-sparc-low.cc b/gdbserver/linux-sparc-low.cc index d4826d029a9..660e8329f57 100644 --- a/gdbserver/linux-sparc-low.cc +++ b/gdbserver/linux-sparc-low.cc @@ -1,5 +1,5 @@ /* Low level interface to ptrace, for the remote server for GDB. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-tic6x-low.cc b/gdbserver/linux-tic6x-low.cc index 893b5f795ac..9f4682df33a 100644 --- a/gdbserver/linux-tic6x-low.cc +++ b/gdbserver/linux-tic6x-low.cc @@ -1,6 +1,6 @@ /* Target dependent code for GDB on TI C6x systems. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Yao Qi diff --git a/gdbserver/linux-x86-low.cc b/gdbserver/linux-x86-low.cc index b24791f2127..4a538b107be 100644 --- a/gdbserver/linux-x86-low.cc +++ b/gdbserver/linux-x86-low.cc @@ -1,6 +1,6 @@ /* GNU/Linux/x86-64 specific low level interface, for the remote server 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/gdbserver/linux-x86-tdesc.cc b/gdbserver/linux-x86-tdesc.cc index b7cc307a764..ba81daa8089 100644 --- a/gdbserver/linux-x86-tdesc.cc +++ b/gdbserver/linux-x86-tdesc.cc @@ -1,6 +1,6 @@ /* GNU/Linux/x86-64 specific target description, for the remote server 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/gdbserver/linux-x86-tdesc.h b/gdbserver/linux-x86-tdesc.h index 4c7aebc2065..a12d28d9cd9 100644 --- a/gdbserver/linux-x86-tdesc.h +++ b/gdbserver/linux-x86-tdesc.h @@ -1,7 +1,7 @@ /* Low level support for x86 (i386 and x86-64), shared between gdbserver and IPA. - 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/gdbserver/linux-xtensa-low.cc b/gdbserver/linux-xtensa-low.cc index 8e7c4c08b7b..9d213db1120 100644 --- a/gdbserver/linux-xtensa-low.cc +++ b/gdbserver/linux-xtensa-low.cc @@ -1,5 +1,5 @@ /* GNU/Linux/Xtensa specific low level interface, for the remote server for GDB. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/mem-break.cc b/gdbserver/mem-break.cc index 47dace492bb..c669842228d 100644 --- a/gdbserver/mem-break.cc +++ b/gdbserver/mem-break.cc @@ -1,5 +1,5 @@ /* Memory breakpoint operations for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/mem-break.h b/gdbserver/mem-break.h index dc8742f844f..9bf7aa84932 100644 --- a/gdbserver/mem-break.h +++ b/gdbserver/mem-break.h @@ -1,5 +1,5 @@ /* Memory breakpoint interfaces for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/netbsd-aarch64-low.cc b/gdbserver/netbsd-aarch64-low.cc index f8447b0d1ee..da572b2be27 100644 --- a/gdbserver/netbsd-aarch64-low.cc +++ b/gdbserver/netbsd-aarch64-low.cc @@ -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/gdbserver/netbsd-amd64-low.cc b/gdbserver/netbsd-amd64-low.cc index d08e3489f58..490a090ffd3 100644 --- a/gdbserver/netbsd-amd64-low.cc +++ b/gdbserver/netbsd-amd64-low.cc @@ -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/gdbserver/netbsd-i386-low.cc b/gdbserver/netbsd-i386-low.cc index f6fa40c144e..a482a341ece 100644 --- a/gdbserver/netbsd-i386-low.cc +++ b/gdbserver/netbsd-i386-low.cc @@ -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/gdbserver/netbsd-low.cc b/gdbserver/netbsd-low.cc index af2c6c82b90..15afa36d115 100644 --- a/gdbserver/netbsd-low.cc +++ b/gdbserver/netbsd-low.cc @@ -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/gdbserver/netbsd-low.h b/gdbserver/netbsd-low.h index 06b4fd61357..daefc302785 100644 --- a/gdbserver/netbsd-low.h +++ b/gdbserver/netbsd-low.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/gdbserver/notif.cc b/gdbserver/notif.cc index 3be733f76f9..9b323b4a869 100644 --- a/gdbserver/notif.cc +++ b/gdbserver/notif.cc @@ -1,5 +1,5 @@ /* Notification to GDB. - 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/gdbserver/notif.h b/gdbserver/notif.h index 3c3929cc0b6..bb93619e0a9 100644 --- a/gdbserver/notif.h +++ b/gdbserver/notif.h @@ -1,5 +1,5 @@ /* Notification to GDB. - 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/gdbserver/proc-service.cc b/gdbserver/proc-service.cc index f86c0e99923..2d516a0cad7 100644 --- a/gdbserver/proc-service.cc +++ b/gdbserver/proc-service.cc @@ -1,5 +1,5 @@ /* libthread_db helper functions for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/proc-service.list b/gdbserver/proc-service.list index 940bbd67c3d..0a3594d0a21 100644 --- a/gdbserver/proc-service.list +++ b/gdbserver/proc-service.list @@ -1,6 +1,6 @@ /* -Wl,--dynamic-list symbols exported for libthread_db. - 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/gdbserver/regcache.cc b/gdbserver/regcache.cc index 1c84ef674bf..3aeefcc79a3 100644 --- a/gdbserver/regcache.cc +++ b/gdbserver/regcache.cc @@ -1,5 +1,5 @@ /* Register support routines for the remote server for GDB. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/regcache.h b/gdbserver/regcache.h index b67eefbe04b..7248bcf5808 100644 --- a/gdbserver/regcache.h +++ b/gdbserver/regcache.h @@ -1,5 +1,5 @@ /* Register support routines for the remote server for GDB. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/remote-utils.cc b/gdbserver/remote-utils.cc index 2ddb275bd15..80310bc2c70 100644 --- a/gdbserver/remote-utils.cc +++ b/gdbserver/remote-utils.cc @@ -1,5 +1,5 @@ /* Remote utility routines for the remote server 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/gdbserver/remote-utils.h b/gdbserver/remote-utils.h index 51b4e2da021..cb2d6c346c9 100644 --- a/gdbserver/remote-utils.h +++ b/gdbserver/remote-utils.h @@ -1,5 +1,5 @@ /* Remote utility routines for the remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/server.h b/gdbserver/server.h index 6c64fe1ad80..7997d1a32e6 100644 --- a/gdbserver/server.h +++ b/gdbserver/server.h @@ -1,5 +1,5 @@ /* Common definitions for remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/symbol.cc b/gdbserver/symbol.cc index fb01abe2bf3..2f57fbb89ae 100644 --- a/gdbserver/symbol.cc +++ b/gdbserver/symbol.cc @@ -1,6 +1,6 @@ /* Symbol manipulating routines for the remote server for GDB. - 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/gdbserver/target.cc b/gdbserver/target.cc index c06a67600b1..24b8e216013 100644 --- a/gdbserver/target.cc +++ b/gdbserver/target.cc @@ -1,5 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/target.h b/gdbserver/target.h index 18ab969dda7..eea651c30b4 100644 --- a/gdbserver/target.h +++ b/gdbserver/target.h @@ -1,5 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/tdesc.cc b/gdbserver/tdesc.cc index 5693cc6626f..2c7257c458f 100644 --- a/gdbserver/tdesc.cc +++ b/gdbserver/tdesc.cc @@ -1,4 +1,4 @@ -/* 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/gdbserver/tdesc.h b/gdbserver/tdesc.h index c4f9cf3f77b..7fe7d0d8eb3 100644 --- a/gdbserver/tdesc.h +++ b/gdbserver/tdesc.h @@ -1,5 +1,5 @@ /* Target description definitions for remote server for GDB. - 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/gdbserver/thread-db.cc b/gdbserver/thread-db.cc index bf98ca9557a..ed274055391 100644 --- a/gdbserver/thread-db.cc +++ b/gdbserver/thread-db.cc @@ -1,5 +1,5 @@ /* Thread management interface, for the remote server for GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc index d82b8e2c3ce..fa4cd8abb5e 100644 --- a/gdbserver/tracepoint.cc +++ b/gdbserver/tracepoint.cc @@ -1,5 +1,5 @@ /* Tracepoint code for remote server 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/gdbserver/tracepoint.h b/gdbserver/tracepoint.h index bbffb6228f4..a30f540d130 100644 --- a/gdbserver/tracepoint.h +++ b/gdbserver/tracepoint.h @@ -1,5 +1,5 @@ /* Tracepoint code for remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/utils.cc b/gdbserver/utils.cc index d24057c6012..a6f5bd7b600 100644 --- a/gdbserver/utils.cc +++ b/gdbserver/utils.cc @@ -1,5 +1,5 @@ /* General utility routines for the remote server 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/gdbserver/utils.h b/gdbserver/utils.h index cb0dd5653b3..46a462dd05b 100644 --- a/gdbserver/utils.h +++ b/gdbserver/utils.h @@ -1,5 +1,5 @@ /* General utility routines for the remote server for GDB. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/win32-i386-low.cc b/gdbserver/win32-i386-low.cc index 856040801e8..f78e0120678 100644 --- a/gdbserver/win32-i386-low.cc +++ b/gdbserver/win32-i386-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2022 Free Software Foundation, Inc. +/* Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/win32-low.cc b/gdbserver/win32-low.cc index af132f60215..756507709d8 100644 --- a/gdbserver/win32-low.cc +++ b/gdbserver/win32-low.cc @@ -1,5 +1,5 @@ /* Low level interface to Windows debugging, for gdbserver. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Leo Zayas. Based on "win32-nat.c" from GDB. diff --git a/gdbserver/win32-low.h b/gdbserver/win32-low.h index d7bb76b6a98..6a0b8cf9c84 100644 --- a/gdbserver/win32-low.h +++ b/gdbserver/win32-low.h @@ -1,5 +1,5 @@ /* Internal interfaces for the Win32 specific target code for gdbserver. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/x86-low.cc b/gdbserver/x86-low.cc index 47367027cd2..f6f7a3c2d2f 100644 --- a/gdbserver/x86-low.cc +++ b/gdbserver/x86-low.cc @@ -1,6 +1,6 @@ /* Low level support for x86 (i386 and x86-64). - 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/gdbserver/x86-low.h b/gdbserver/x86-low.h index 7e0c748cdb3..18ed2fe319e 100644 --- a/gdbserver/x86-low.h +++ b/gdbserver/x86-low.h @@ -1,6 +1,6 @@ /* Low level support for x86 (i386 and x86-64). - 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/gdbserver/x86-tdesc.h b/gdbserver/x86-tdesc.h index 6823c737578..96103228856 100644 --- a/gdbserver/x86-tdesc.h +++ b/gdbserver/x86-tdesc.h @@ -1,4 +1,4 @@ -/* 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/gdbserver/xtensa-xtregs.cc b/gdbserver/xtensa-xtregs.cc index 448695fa289..12a4a25b729 100644 --- a/gdbserver/xtensa-xtregs.cc +++ b/gdbserver/xtensa-xtregs.cc @@ -1,5 +1,5 @@ /* Table mapping between kernel xtregset and GDB register cache. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GDB. -- cgit v1.2.3