diff options
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 8bf058a..eec6924 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. |