diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 08:20:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 08:20:43 +0000 |
commit | bf6be9db918c861cb7cc2b69ac0a08227b9b1708 (patch) | |
tree | 3894811dac6ffa2cfb3d22fb1fbc43f3685c3d11 /gdb/gdbarch.c | |
parent | 7785b8804f92599e62d52fb8cf61c7b5553ae2a3 (diff) | |
download | gdb-bf6be9db918c861cb7cc2b69ac0a08227b9b1708.zip gdb-bf6be9db918c861cb7cc2b69ac0a08227b9b1708.tar.gz gdb-bf6be9db918c861cb7cc2b69ac0a08227b9b1708.tar.bz2 |
Fix copyright years in gdbarch.h and gdbarch.c.
copyright.py was updating gdbarch.sh' copyright years, but not
the function that genarates the copyright headers for gdbarch.[hc].
This patch makes the following changes:
- fixes gdbarch.sh and regenerates gdbarch.[hc]
- Modify copyright.py to remind the user to update gdbarch.sh
by hand. This should also remind the user to rerun the script
and update gdbarch.[hc] - see next point;
- Allow copyright.py to update gdbarch.[hc]'c copyright years,
even though these are generated files; This should free
the user from having to update gdbarch.[hc] himself;
gdb/ChangeLog:
* gdbarch.sh (copyright): Update copyright years.
* gdbarch.h, gdbarch.c: Regenerate.
* copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
(MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index e15f911..ce2b41b 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -3,8 +3,7 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of GDB. |