diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-02-22 20:12:21 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-02-22 20:17:37 +0000 |
commit | c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715 (patch) | |
tree | f78e863a23bfebddb873936aa191e6843d38b3c5 /gdb | |
parent | 9600246debb2489725a76334cc237dd289f6b5de (diff) | |
download | gdb-c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715.zip gdb-c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715.tar.gz gdb-c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715.tar.bz2 |
gdb: Update copyright year range generated by gdbarch.sh
The copyright year that gdbarch.sh places into the generated files
gdbarch.{c,h} wasn't updated at the start of the year. After this
commit the gdbarch.{c,h} files regenerate as the currently are in the
tree.
gdb/ChangeLog:
* gdbarch.sh: Update the copyright year range that is placed into
generated files.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a375449..1856f48 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com> + + * gdbarch.sh: Update the copyright year range that is placed into + generated files. + 2019-02-22 Keith Seitz <keiths@redhat.com> PR symtab/23853 diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index afc4da7..d53bbcc 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1227,7 +1227,7 @@ cat <<EOF /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of GDB. |