diff options
author | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:01:48 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:13:23 +0400 |
commit | 2da76ea4567fb5fbb5add1074f4596e8aff6a7cd (patch) | |
tree | bea15a4ff421cc7d4c376ce4a315786352170698 /gdb | |
parent | 4a94e36819485cdbd50438f800d1e478156a4889 (diff) | |
download | gdb-2da76ea4567fb5fbb5add1074f4596e8aff6a7cd.zip gdb-2da76ea4567fb5fbb5add1074f4596e8aff6a7cd.tar.gz gdb-2da76ea4567fb5fbb5add1074f4596e8aff6a7cd.tar.bz2 |
Manual copyright year update of various GDB files
This commit updates the copyright year in some files where
we have a copyright year outside of the copyright year,
and thus are not included in gdb's copyright.py script.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 | ||||
-rw-r--r-- | gdb/doc/refcard.tex | 4 | ||||
-rwxr-xr-x | gdb/gdbarch.py | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-netbsd.sh | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index be5d438..48873aa 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2021 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2022 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -120,7 +120,7 @@ This is the @value{EDITION} Edition, for @value{GDBN} @end ifset Version @value{GDBVN}. -Copyright (C) 1988-2021 Free Software Foundation, Inc. +Copyright (C) 1988-2022 Free Software Foundation, Inc. This edition of the GDB manual is dedicated to the memory of Fred Fish. Fred was a long-standing contributor to GDB and to Free diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex index 2742d99..e1f0c66 100644 --- a/gdb/doc/refcard.tex +++ b/gdb/doc/refcard.tex @@ -307,7 +307,7 @@ shell {\it cmd}&execute arbitrary shell command string\cr \line{\smrm \opt{ } surround optional arguments \hfill $\ldots$ show one or more arguments} \vskip\baselineskip -\centerline{\smrm \copyright 1998-2021 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2022 Free Software Foundation, Inc.\qquad Permissions on back} \eject \sec Breakpoints and Watchpoints; break \opt{\it file\tt:}{\it line}\par @@ -632,7 +632,7 @@ statement.\cr \vfill {\smrm\parskip=6pt -Copyright \copyright 1991-2021 Free Software Foundation, Inc. +Copyright \copyright 1991-2022 Free Software Foundation, Inc. Author: Roland H. Pesch The author assumes no responsibility for any errors on this card. diff --git a/gdb/gdbarch.py b/gdb/gdbarch.py index 38b5eb7..c490a6c 100755 --- a/gdb/gdbarch.py +++ b/gdb/gdbarch.py @@ -166,7 +166,7 @@ copyright = """/* *INDENT-OFF* */ /* THIS FILE IS GENERATED -*- buffer-read-only /* Dynamic architecture support for GDB, the GNU debugger. - 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/gdb/syscalls/update-netbsd.sh b/gdb/syscalls/update-netbsd.sh index 076404a..befbc59 100755 --- a/gdb/syscalls/update-netbsd.sh +++ b/gdb/syscalls/update-netbsd.sh @@ -36,7 +36,7 @@ fi cat > netbsd.xml.tmp <<EOF <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- --> <!-- vi:set ro: --> -<!-- Copyright (C) 2020-2021 Free Software Foundation, Inc. +<!-- Copyright (C) 2020-2022 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |