diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-02-23 16:14:23 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-02-23 16:19:57 +0400 |
commit | c97a773961ce40dfe021ff9133ed27f077cfd8eb (patch) | |
tree | f910fe8470c55b6ac0fda2551cfe70050917e2d7 /gdb/doc/ChangeLog | |
parent | 8a7a93c20aa7c7545ba5ad33e4a127cdf0dd3466 (diff) | |
download | gdb-c97a773961ce40dfe021ff9133ed27f077cfd8eb.zip gdb-c97a773961ce40dfe021ff9133ed27f077cfd8eb.tar.gz gdb-c97a773961ce40dfe021ff9133ed27f077cfd8eb.tar.bz2 |
Update copyright year range in gdb.texinfo and refcard.tex
I missed those files which need to be updated manually when I did
the copyright year range update. The copyright.py script reminds
us of that fact with the following message at the end...
REMINDER: Multiple copyright headers must be updated by hand:
gdb/doc/gdb.texinfo
gdb/doc/refcard.tex
gdb/gdbarch.sh
... and somehow I missed this. This commit makes the change for
gdb.texinfo and refcard.tex. gdbarch.sh is being updated separately
by Andrew Burgess.
gdb/doc/ChangeLog:
* gdb.texinfo: Update copyright year ranges.
* refcard.tex: Likewise.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e396bd7..fb970e9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-02-23 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo: Update copyright year ranges. + * refcard.tex: Likewise. + 2019-02-21 Alan Hayward <alan.hayward@arm.com> * gdb.texinfo: Update style defaults. |