diff options
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index bb21b21..119f69f 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -200,9 +200,7 @@ EXCLUDE_ALL_LIST = ( # The list of files to update by hand. BY_HAND = ( - # These files are sensitive to line numbering. - "gdb/testsuite/gdb.base/step-line.inp", - "gdb/testsuite/gdb.base/step-line.c", + # Nothing at the moment :-). ) # Files containing multiple copyright headers. This script is only |