diff options
author | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 12:08:28 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 12:13:21 +0400 |
commit | b5b5650a49f326a63fcf79db280f11c01ba7da9f (patch) | |
tree | ef11ada68e1b37fa238a23f96ae15aec68cf3f7f | |
parent | 3666a04883754298b03884222206bfe756fbc520 (diff) | |
download | gdb-b5b5650a49f326a63fcf79db280f11c01ba7da9f.zip gdb-b5b5650a49f326a63fcf79db280f11c01ba7da9f.tar.gz gdb-b5b5650a49f326a63fcf79db280f11c01ba7da9f.tar.bz2 |
Manual updates of copyright year range not covered by gdb/copyright.py
gdb/ChangeLog:
* gdbarch.sh: Update copyright year range.
gdb/doc/ChangeLog:
* gdb.texinfo, refcard.tex: Update copyright year range.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 | ||||
-rw-r--r-- | gdb/doc/refcard.tex | 4 | ||||
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
5 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 538fcd6..fb8c3c9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2021-01-01 Joel Brobecker <brobecker@adacore.com> + * gdbarch.sh: Update copyright year range. + +2021-01-01 Joel Brobecker <brobecker@adacore.com> + Update copyright year range in copyright header of all GDB files. 2021-01-01 Joel Brobecker <brobecker@adacore.com> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0220059..d718fdd 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2021-01-01 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo, refcard.tex: Update copyright year range. + 2020-12-29 Hannes Domani <ssbssa@yahoo.de> * python.texi (Frame Decorator API): Fix method name. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 08f2958..69fa6b7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2020 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2021 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-2020 Free Software Foundation, Inc. +Copyright (C) 1988-2021 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 c45b537..d9b39f8 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-2020 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2021 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-2020 Free Software Foundation, Inc. +Copyright \copyright 1991-2021 Free Software Foundation, Inc. Author: Roland H. Pesch The author assumes no responsibility for any errors on this card. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 19d6d5c..e7c9615 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1238,7 +1238,7 @@ cat <<EOF /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998-2020 Free Software Foundation, Inc. + Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of GDB. |