From: Joel Brobecker Date: Fri, 21 Jun 2013 17:54:58 +0000 (+0000) Subject: copyright.py: Handle files in gdb/gnulib owned by GDB. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3b18ee7ba56b1e49df73fc4acfb756917c3d442;p=binutils-gdb.git 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". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc234f4dfb1..3ced366c6f0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-06-21 Joel Brobecker + + * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by + "gdb/gnulib/import". + 2013-06-21 Will Newton * doublest.c (ldfrexp): Remove function. 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