From 3666a04883754298b03884222206bfe756fbc520 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 1 Jan 2021 12:03:39 +0400 Subject: Update copyright year range in all GDB files This commits the result of running gdb/copyright.py as per our Start of New Year procedure... gdb/ChangeLog Update copyright year range in copyright header of all GDB files. --- 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/gdbreplay.cc | 2 +- gdbserver/gdbthread.h | 2 +- gdbserver/hostio-errno.cc | 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-i386-ipa.cc | 2 +- gdbserver/linux-ia64-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-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.cc | 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 a69571a..94c07dc 100644 --- a/gdbserver/.dir-locals.el +++ b/gdbserver/.dir-locals.el @@ -1,5 +1,5 @@ ;; Emacs settings. -;; Copyright (C) 2012-2020 Free Software Foundation, Inc. +;; Copyright (C) 2012-2021 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 e12848c..a2fe302 100644 --- a/gdbserver/Makefile.in +++ b/gdbserver/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1989-2020 Free Software Foundation, Inc. +# Copyright (C) 1989-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdbserver/ax.cc b/gdbserver/ax.cc index 588ea61..9a968c5 100644 --- a/gdbserver/ax.cc +++ b/gdbserver/ax.cc @@ -1,5 +1,5 @@ /* Agent expression code for remote server. - Copyright (C) 2009-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/ax.h b/gdbserver/ax.h index b7ff7d8..cd507ae 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-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/configure.ac b/gdbserver/configure.ac index dd646cf..6c50477 100644 --- a/gdbserver/configure.ac +++ b/gdbserver/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB server. -dnl Copyright (C) 2000-2020 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2021 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdbserver/debug.cc b/gdbserver/debug.cc index 7bb2504..c7a1e5f 100644 --- a/gdbserver/debug.cc +++ b/gdbserver/debug.cc @@ -1,5 +1,5 @@ /* Debugging routines for the remote server for GDB. - Copyright (C) 2014-2020 Free Software Foundation, Inc. + Copyright (C) 2014-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/debug.h b/gdbserver/debug.h index b026ee7..a0774de 100644 --- a/gdbserver/debug.h +++ b/gdbserver/debug.h @@ -1,5 +1,5 @@ /* Debugging routines for the remote server for GDB. - Copyright (C) 2014-2020 Free Software Foundation, Inc. + Copyright (C) 2014-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/dll.cc b/gdbserver/dll.cc index 5f4f4e7..cb9d91f 100644 --- a/gdbserver/dll.cc +++ b/gdbserver/dll.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2020 Free Software Foundation, Inc. +/* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/dll.h b/gdbserver/dll.h index 63c1cd4..6707c52 100644 --- a/gdbserver/dll.h +++ b/gdbserver/dll.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2020 Free Software Foundation, Inc. +/* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/fork-child.cc b/gdbserver/fork-child.cc index 7a71ec0..a431e7e 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-2020 Free Software Foundation, Inc. + Copyright (C) 1989-2021 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 bf657e7..171f4f4 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-2020 Free Software Foundation, Inc. + Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/gdbreplay.cc b/gdbserver/gdbreplay.cc index d90a0be..438a6a6 100644 --- a/gdbserver/gdbreplay.cc +++ b/gdbserver/gdbreplay.cc @@ -1,5 +1,5 @@ /* Replay a remote debug session logfile for GDB. - Copyright (C) 1996-2020 Free Software Foundation, Inc. + Copyright (C) 1996-2021 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver. This file is part of GDB. diff --git a/gdbserver/gdbthread.h b/gdbserver/gdbthread.h index 6876251..0e45f9a 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-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/hostio-errno.cc b/gdbserver/hostio-errno.cc index b75e64d..4cb3922 100644 --- a/gdbserver/hostio-errno.cc +++ b/gdbserver/hostio-errno.cc @@ -1,5 +1,5 @@ /* Host file transfer support for gdbserver. - Copyright (C) 2007-2020 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. Contributed by CodeSourcery. diff --git a/gdbserver/hostio.cc b/gdbserver/hostio.cc index 0185a3b..26c0f11 100644 --- a/gdbserver/hostio.cc +++ b/gdbserver/hostio.cc @@ -1,5 +1,5 @@ /* Host file transfer support for gdbserver. - Copyright (C) 2007-2020 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. Contributed by CodeSourcery. diff --git a/gdbserver/hostio.h b/gdbserver/hostio.h index 4aca65c..61c4219 100644 --- a/gdbserver/hostio.h +++ b/gdbserver/hostio.h @@ -1,5 +1,5 @@ /* Host file transfer support for gdbserver. - Copyright (C) 1993-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/i387-fp.cc b/gdbserver/i387-fp.cc index ef7b513..6d9b62e 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-2020 Free Software Foundation, Inc. + Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/i387-fp.h b/gdbserver/i387-fp.h index e4e03e7..fbb265c 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-2020 Free Software Foundation, Inc. + Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/inferiors.cc b/gdbserver/inferiors.cc index 9a1280d..3750090 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/inferiors.h b/gdbserver/inferiors.h index 70c09d2..018a47c 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-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 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 1ca0bfa..8f733e7 100644 --- a/gdbserver/linux-aarch32-low.cc +++ b/gdbserver/linux-aarch32-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2020 Free Software Foundation, Inc. +/* Copyright (C) 1995-2021 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 85eda5c..30121b4 100644 --- a/gdbserver/linux-aarch32-low.h +++ b/gdbserver/linux-aarch32-low.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2020 Free Software Foundation, Inc. +/* Copyright (C) 1995-2021 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 b0dffe2..70ca86d 100644 --- a/gdbserver/linux-aarch32-tdesc.cc +++ b/gdbserver/linux-aarch32-tdesc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 Free Software Foundation, Inc. +/* Copyright (C) 2019-2021 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 67d3f69..4c18881 100644 --- a/gdbserver/linux-aarch32-tdesc.h +++ b/gdbserver/linux-aarch32-tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 Free Software Foundation, Inc. +/* Copyright (C) 2019-2021 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 694dfd7..24211df 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-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 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 f39d7c2..86c5f06 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-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 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 897fbb4..a7f728e 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-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 0165e63..95f115c 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 53d98f2..8f7c483 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-2020 Free Software Foundation, Inc. + Copyright (C) 2010-2021 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 d101bd2..df5cd4c 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 Free Software Foundation, Inc. + Copyright 2020-2021 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 fb5b761..cba0f07 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 2c9fac8..eb90c7f 100644 --- a/gdbserver/linux-arm-tdesc.cc +++ b/gdbserver/linux-arm-tdesc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 Free Software Foundation, Inc. +/* Copyright (C) 2019-2021 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 5e8c6a3..0da0c5a 100644 --- a/gdbserver/linux-arm-tdesc.h +++ b/gdbserver/linux-arm-tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 Free Software Foundation, Inc. +/* Copyright (C) 2019-2021 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 41f77c8..24c3b5a 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-2020 Free Software Foundation, Inc. + Copyright (C) 2010-2021 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 ee25541..30a8670 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-low.cc b/gdbserver/linux-low.cc index db3620e..4b43d17 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index 56c3533..0234df5 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 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 838ba35..bcbc841 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 d5be60e..7541ea2 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 3f1f13e..4ee4b7b 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-2020 Free Software Foundation, Inc. + Copyright (C) 2008-2021 Free Software Foundation, Inc. Contributed by Mentor Graphics, Inc. diff --git a/gdbserver/linux-ppc-ipa.cc b/gdbserver/linux-ppc-ipa.cc index b9dc81e..2632b8b 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 e5976f6..db9a882 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 3afd78b..f88e659 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 32f191e..8bf97ea 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 Free Software Foundation, Inc. + Copyright (C) 2020-2021 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 5b90302..50320c4 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 f095181..09a9662 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-2020 Free Software Foundation, Inc. + Copyright (C) 2001-2021 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 e02d853..149fc1a 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 a6d3fc6..7a6ded2 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 ae3f8c9..3931567 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-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 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 09f9748..6299d7a 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-2020 Free Software Foundation, Inc. + Copyright (C) 2010-2021 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 c283018..35dfdd7 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 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 96097ee..4682eb4 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-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 21c8dfd..8eb7d85 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-2020 Free Software Foundation, Inc. + Copyright (C) 2016-2021 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 431ed54..8a1d788 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-2020 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/mem-break.cc b/gdbserver/mem-break.cc index 6b7af3a..8f2688e 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/mem-break.h b/gdbserver/mem-break.h index bbe1ff1..89d7482 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/netbsd-aarch64-low.cc b/gdbserver/netbsd-aarch64-low.cc index ca76119..d52496c 100644 --- a/gdbserver/netbsd-aarch64-low.cc +++ b/gdbserver/netbsd-aarch64-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Free Software Foundation, Inc. +/* Copyright (C) 2020-2021 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 f3d30d7..149d686 100644 --- a/gdbserver/netbsd-amd64-low.cc +++ b/gdbserver/netbsd-amd64-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Free Software Foundation, Inc. +/* Copyright (C) 2020-2021 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 e52fde2..e63a197 100644 --- a/gdbserver/netbsd-i386-low.cc +++ b/gdbserver/netbsd-i386-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Free Software Foundation, Inc. +/* Copyright (C) 2020-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/netbsd-low.cc b/gdbserver/netbsd-low.cc index af54041..38ded94 100644 --- a/gdbserver/netbsd-low.cc +++ b/gdbserver/netbsd-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Free Software Foundation, Inc. +/* Copyright (C) 2020-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/netbsd-low.h b/gdbserver/netbsd-low.h index c229a0f..9c341c7 100644 --- a/gdbserver/netbsd-low.h +++ b/gdbserver/netbsd-low.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Free Software Foundation, Inc. +/* Copyright (C) 2020-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/notif.cc b/gdbserver/notif.cc index e18cecd..1be0974 100644 --- a/gdbserver/notif.cc +++ b/gdbserver/notif.cc @@ -1,5 +1,5 @@ /* Notification to GDB. - Copyright (C) 1989-2020 Free Software Foundation, Inc. + Copyright (C) 1989-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/notif.h b/gdbserver/notif.h index c5d48c0..7316afc 100644 --- a/gdbserver/notif.h +++ b/gdbserver/notif.h @@ -1,5 +1,5 @@ /* Notification to GDB. - Copyright (C) 1989-2020 Free Software Foundation, Inc. + Copyright (C) 1989-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/proc-service.cc b/gdbserver/proc-service.cc index 803c704..4724151 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/proc-service.list b/gdbserver/proc-service.list index 6133045..8055321 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-2020 Free Software Foundation, Inc. + Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/regcache.cc b/gdbserver/regcache.cc index 8ae195e..312f14e 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-2020 Free Software Foundation, Inc. + Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/regcache.h b/gdbserver/regcache.h index 8725707..ee56ddc 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-2020 Free Software Foundation, Inc. + Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/remote-utils.cc b/gdbserver/remote-utils.cc index 5a6ceb1..cfdf1c1 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-2020 Free Software Foundation, Inc. + Copyright (C) 1986-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/remote-utils.h b/gdbserver/remote-utils.h index 1b31456..5a8e764 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-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/server.cc b/gdbserver/server.cc index d32519d..77e89fe 100644 --- a/gdbserver/server.cc +++ b/gdbserver/server.cc @@ -1,5 +1,5 @@ /* Main code for remote server for GDB. - Copyright (C) 1989-2020 Free Software Foundation, Inc. + Copyright (C) 1989-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/server.h b/gdbserver/server.h index 2222805..416544c 100644 --- a/gdbserver/server.h +++ b/gdbserver/server.h @@ -1,5 +1,5 @@ /* Common definitions for remote server for GDB. - Copyright (C) 1993-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/symbol.cc b/gdbserver/symbol.cc index 467524f..8b894d8 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-2020 Free Software Foundation, Inc. + Copyright (C) 2014-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/target.cc b/gdbserver/target.cc index 921d26f..4c6f775 100644 --- a/gdbserver/target.cc +++ b/gdbserver/target.cc @@ -1,5 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/target.h b/gdbserver/target.h index c2245eb..336ee5a 100644 --- a/gdbserver/target.h +++ b/gdbserver/target.h @@ -1,5 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/tdesc.cc b/gdbserver/tdesc.cc index b7e6057..099e73c 100644 --- a/gdbserver/tdesc.cc +++ b/gdbserver/tdesc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2020 Free Software Foundation, Inc. +/* Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/tdesc.h b/gdbserver/tdesc.h index 681de64..b41c0cf 100644 --- a/gdbserver/tdesc.h +++ b/gdbserver/tdesc.h @@ -1,5 +1,5 @@ /* Target description definitions for remote server for GDB. - Copyright (C) 2012-2020 Free Software Foundation, Inc. + Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/thread-db.cc b/gdbserver/thread-db.cc index 32dc376..055a0fa 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-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc index 8788244..5c5dac0 100644 --- a/gdbserver/tracepoint.cc +++ b/gdbserver/tracepoint.cc @@ -1,5 +1,5 @@ /* Tracepoint code for remote server for GDB. - Copyright (C) 2009-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/tracepoint.h b/gdbserver/tracepoint.h index 030b2a9..4d70ab7 100644 --- a/gdbserver/tracepoint.h +++ b/gdbserver/tracepoint.h @@ -1,5 +1,5 @@ /* Tracepoint code for remote server for GDB. - Copyright (C) 1993-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/utils.cc b/gdbserver/utils.cc index d52d2ac..38ca282 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-2020 Free Software Foundation, Inc. + Copyright (C) 1986-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/utils.h b/gdbserver/utils.h index fc56f33..ab4b4e3 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-2020 Free Software Foundation, Inc. + Copyright (C) 1993-2021 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 410f10a..5fc4be0 100644 --- a/gdbserver/win32-i386-low.cc +++ b/gdbserver/win32-i386-low.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2020 Free Software Foundation, Inc. +/* Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/win32-low.cc b/gdbserver/win32-low.cc index e5f85a1..1f319a2 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-2020 Free Software Foundation, Inc. + Copyright (C) 2006-2021 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 8c113f8..8194661 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-2020 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/x86-low.cc b/gdbserver/x86-low.cc index 611e60b..1692b5f 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-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/x86-low.h b/gdbserver/x86-low.h index a797fc7..719a7e2 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-2020 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/x86-tdesc.h b/gdbserver/x86-tdesc.h index 8398cfd..0da7223 100644 --- a/gdbserver/x86-tdesc.h +++ b/gdbserver/x86-tdesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 Free Software Foundation, Inc. +/* Copyright (C) 2018-2021 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdbserver/xtensa-xtregs.cc b/gdbserver/xtensa-xtregs.cc index bd14679..a6f5f9f 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-2020 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of GDB. -- cgit v1.1