summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-19 08:20:40 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-19 08:20:40 +0000
commit9e8491da61a8503b9b4a9d97248974fd16a1de48 (patch)
tree6ea940fd599efb9c23f5a6cd77422ceda7317b86
parent4710641076a90f672e96a5ece5da58a971a2eb25 (diff)
downloadgdb-9e8491da61a8503b9b4a9d97248974fd16a1de48.tar.gz
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'.
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/copyright.py2
-rw-r--r--gdb/gdbarch.c3
-rw-r--r--gdb/gdbarch.h3
-rwxr-xr-xgdb/gdbarch.sh3
5 files changed, 11 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fb571f50239..20518f7ea0c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
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>
+
* acinclude.m4: Update contact info in copyright notice.
2012-12-19 Yao Qi <yao@codesourcery.com>
diff --git a/gdb/copyright.py b/gdb/copyright.py
index 8bf058a33ea..eec6924cd46 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -172,7 +172,6 @@ def main ():
# Filenames are relative to the root directory.
EXCLUDE_LIST = (
'gdb/CONTRIBUTE',
- 'gdb/gdbarch.c', 'gdb/gdbarch.h',
'gdb/gnulib'
)
@@ -202,6 +201,7 @@ BY_HAND = (
MULTIPLE_COPYRIGHT_HEADERS = (
"gdb/doc/gdb.texinfo",
"gdb/doc/refcard.tex",
+ "gdb/gdbarch.sh",
)
# The list of file which have a copyright, but not head by the FSF.
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index e15f911d950..ce2b41b9ab2 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.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 63157fbac92..033d536d808 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -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.
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 6d7a578d69d..ec825090f8c 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -1018,8 +1018,7 @@ cat <<EOF
/* 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.