From: Pedro Alves Date: Tue, 16 Apr 2013 18:19:14 +0000 (+0000) Subject: copyright.py: Don't update glibc_thread_db.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=488a42b8c4330b6de178cadc089b1d551dd7f974;p=binutils-gdb.git 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 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c616eeb0778..b6e547b8614 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-16 Pedro Alves + + * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h. + 2013-04-16 Pedro Alves * common/glibc_thread_db.h: Update from upstream glibc diff --git a/gdb/copyright.py b/gdb/copyright.py index 1af0f4816ed..039106cc86c 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -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' )