diff options
author | Pedro Alves <palves@redhat.com> | 2013-04-16 18:19:14 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-04-16 18:19:14 +0000 |
commit | 488a42b8c4330b6de178cadc089b1d551dd7f974 (patch) | |
tree | 5b34d03d121b914c11c9f4e0254cff0942c0e4b2 /gdb/copyright.py | |
parent | 85d494eaa5d8718a5950770db8054456efe6edbe (diff) | |
download | binutils-gdb-488a42b8c4330b6de178cadc089b1d551dd7f974.tar.gz |
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.
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' ) |