mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
copyright.py: Add gdb/CONTRIBUTE to EXCLUDE_LIST.
Normally, all files should have a copyright header, but gdb/CONTRIBUTE currently doesn't, and it adding one at the top of the file would probably be more pollution than information. So don't require a copyright header for now. gdb/ChangeLog: * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-06-05 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
|
||||||
|
|
||||||
2012-06-05 Joel Brobecker <brobecker@adacore.com>
|
2012-06-05 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* config/djgpp/djcheck.sh: Add copyright header.
|
* config/djgpp/djcheck.sh: Add copyright header.
|
||||||
|
@ -171,6 +171,7 @@ def main ():
|
|||||||
#
|
#
|
||||||
# Filenames are relative to the root directory.
|
# Filenames are relative to the root directory.
|
||||||
EXCLUDE_LIST = (
|
EXCLUDE_LIST = (
|
||||||
|
'gdb/CONTRIBUTE',
|
||||||
'gdb/gdbarch.c', 'gdb/gdbarch.h',
|
'gdb/gdbarch.c', 'gdb/gdbarch.h',
|
||||||
'gdb/gnulib'
|
'gdb/gnulib'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user