mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
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".
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user