copyright.py: Don't update glibc_thread_db.h.

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.
This commit is contained in:
Pedro Alves 2013-04-16 18:19:14 +00:00
parent 85d494eaa5
commit 488a42b8c4
2 changed files with 5 additions and 0 deletions

View 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

View 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'
)