gdb: Update copyright year range generated by gdbarch.sh
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 22 Feb 2019 20:12:21 +0000 (20:12 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 22 Feb 2019 20:17:37 +0000 (20:17 +0000)
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.

gdb/ChangeLog
gdb/gdbarch.sh

index a375449..1856f48 100644 (file)
@@ -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
index afc4da7..d53bbcc 100755 (executable)
@@ -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.