copyright.py: Don't update glibc_thread_db.h.
authorPedro Alves <palves@redhat.com>
Tue, 16 Apr 2013 18:19:14 +0000 (18:19 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 16 Apr 2013 18:19:14 +0000 (18:19 +0000)
As glibc_thread_db.h is a 3rd party imported file, we should not
update its copyright year range in the new year process.

gdb/
2013-04-16  Pedro Alves  <palves@redhat.com>

* copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.

gdb/ChangeLog
gdb/copyright.py

index c616eeb..b6e547b 100644 (file)
@@ -1,5 +1,9 @@
 2013-04-16  Pedro Alves  <palves@redhat.com>
 
+       * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
+
+2013-04-16  Pedro Alves  <palves@redhat.com>
+
        * common/glibc_thread_db.h: Update from upstream glibc
        (git 568035b7874a099087b77f7bba3e36a1173787b0).
 
index 1af0f48..039106c 100644 (file)
@@ -171,6 +171,7 @@ def main ():
 #
 # Filenames are relative to the root directory.
 EXCLUDE_LIST = (
+    'gdb/common/glibc_thread_db.h',
     'gdb/CONTRIBUTE',
     'gdb/gnulib'
 )