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'.
This commit is contained in:
parent
7785b8804f
commit
bf6be9db91
@ -1,3 +1,10 @@
|
|||||||
|
2012-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* 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'.
|
||||||
|
|
||||||
2012-12-19 Joel Brobecker <brobecker@adacore.com>
|
2012-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* acinclude.m4: Update contact info in copyright notice.
|
* acinclude.m4: Update contact info in copyright notice.
|
||||||
|
@ -172,7 +172,6 @@ def main ():
|
|||||||
# Filenames are relative to the root directory.
|
# Filenames are relative to the root directory.
|
||||||
EXCLUDE_LIST = (
|
EXCLUDE_LIST = (
|
||||||
'gdb/CONTRIBUTE',
|
'gdb/CONTRIBUTE',
|
||||||
'gdb/gdbarch.c', 'gdb/gdbarch.h',
|
|
||||||
'gdb/gnulib'
|
'gdb/gnulib'
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -202,6 +201,7 @@ BY_HAND = (
|
|||||||
MULTIPLE_COPYRIGHT_HEADERS = (
|
MULTIPLE_COPYRIGHT_HEADERS = (
|
||||||
"gdb/doc/gdb.texinfo",
|
"gdb/doc/gdb.texinfo",
|
||||||
"gdb/doc/refcard.tex",
|
"gdb/doc/refcard.tex",
|
||||||
|
"gdb/gdbarch.sh",
|
||||||
)
|
)
|
||||||
|
|
||||||
# The list of file which have a copyright, but not head by the FSF.
|
# The list of file which have a copyright, but not head by the FSF.
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/* Dynamic architecture support for GDB, the GNU debugger.
|
/* Dynamic architecture support for GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
Copyright (C) 1998-2012 Free Software Foundation, Inc.
|
||||||
2007, 2008, 2009 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/* Dynamic architecture support for GDB, the GNU debugger.
|
/* Dynamic architecture support for GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
Copyright (C) 1998-2012 Free Software Foundation, Inc.
|
||||||
2007, 2008, 2009 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -1018,8 +1018,7 @@ cat <<EOF
|
|||||||
|
|
||||||
/* Dynamic architecture support for GDB, the GNU debugger.
|
/* Dynamic architecture support for GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
Copyright (C) 1998-2012 Free Software Foundation, Inc.
|
||||||
2007, 2008, 2009 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user