diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 10:37:10 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 10:37:10 +0400 |
commit | e5d78223eaf178ebb23aa20f209f71497aaae722 (patch) | |
tree | 0cb185827f13d244ba767cfdab08f485072d52e2 /gdb | |
parent | b811d2c2920ddcb1adcd438da38e90912b31f45f (diff) | |
download | binutils-e5d78223eaf178ebb23aa20f209f71497aaae722.zip binutils-e5d78223eaf178ebb23aa20f209f71497aaae722.tar.gz binutils-e5d78223eaf178ebb23aa20f209f71497aaae722.tar.bz2 |
Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex
These are files that need to be updated by hand, because the copyright.py
script isn't able to handle them automatically.
gdb/ChangeLog:
* gdbarch.sh: Update copyright year range of generated files.
gdb/doc/ChangeLog:
* gdb.texinfo, refcard.tex: Update copyright year range.
Diffstat (limited to 'gdb')
-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 9c156bc..73386a3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2020-01-01 Joel Brobecker <brobecker@adacore.com> + * gdbarch.sh: Update copyright year range of generated files. + +2020-01-01 Joel Brobecker <brobecker@adacore.com> + Update copyright year range in all GDB files. 2020-01-01 Joel Brobecker <brobecker@adacore.com> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9b7f77e..e8903d8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-01 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo, refcard.tex: Update copyright year range. + 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com> * python.texi (Symbols In Python): Remove duplicate description of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f568e8e..65137b1 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2019 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2020 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-2019 Free Software Foundation, Inc. +Copyright (C) 1988-2020 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 8afe27c..08b4cad 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-2019 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2020 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-2019 Free Software Foundation, Inc. +Copyright \copyright 1991-2020 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 e93f46b..0be3e88 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1262,7 +1262,7 @@ cat <<EOF /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998-2019 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. This file is part of GDB. |