summaryrefslogtreecommitdiff
path: root/gdb/copyright.py
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-06-21 17:54:57 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-06-21 17:54:57 +0000
commita0c4c670d30fa23fefb93e9ab898cb936fe0f11b (patch)
tree1c62f5337dca2f7e9ab2f2d8c6f55c7236ace267 /gdb/copyright.py
parent750bfa3fc6490159aacf30e9ad55e16fa49beb1a (diff)
downloadgdb-a0c4c670d30fa23fefb93e9ab898cb936fe0f11b.tar.gz
copyright.py: Handle files in gdb/gnulib owned by GDB.
The script was excluding all of gdb/gnulib but this is no longer correct, ever since we moved the imported files to gdb/gnulib/import. As a result, a number of files (Makefile, etc, including this script itself) did not have their copyright header updated. This fixes the problem. gdb/ChangeLog: * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by "gdb/gnulib/import".
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r--gdb/copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py
index 039106cc86c..e45425570df 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -173,7 +173,7 @@ def main ():
EXCLUDE_LIST = (
'gdb/common/glibc_thread_db.h',
'gdb/CONTRIBUTE',
- 'gdb/gnulib'
+ 'gdb/gnulib/import'
)
# Files which should not be modified, either because they are