]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 c616eeb0778621f317dbd864b22addab40406048..b6e547b86147efce8b1da1517ede75a4879fe657 100644 (file)
@@ -1,3 +1,7 @@
+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
index 1af0f4816edb2dd668a5a0d96ff4055e3650ef34..039106cc86c750aa6aaf39b4c2ebe75bdc7eae39 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'
 )