diff options
author | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:03:38 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:13:23 +0400 |
commit | 936623f4e03ade8354d82abfeec4efc387f2ce92 (patch) | |
tree | 480162fb4d5a768fef78d3c081411d7c9d4b6c48 /gdb/copyright.py | |
parent | 2da76ea4567fb5fbb5add1074f4596e8aff6a7cd (diff) | |
download | gdb-936623f4e03ade8354d82abfeec4efc387f2ce92.zip gdb-936623f4e03ade8354d82abfeec4efc387f2ce92.tar.gz gdb-936623f4e03ade8354d82abfeec4efc387f2ce92.tar.bz2 |
gdb/copyright.py: Add update-netbsd.sh to MULTIPLE_COPYRIGHT_HEADERS
Add gdb/syscalls/update-netbsd.sh to the reminder printed
at the end of the execution listing all the files where
a manual update of the copyright header is needed. This
scripts contains some inline code which includes a copyright
header.
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 560754f..c4e6f94 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -245,6 +245,7 @@ MULTIPLE_COPYRIGHT_HEADERS = ( "gdb/doc/gdb.texinfo", "gdb/doc/refcard.tex", "gdb/gdbarch.sh", + "gdb/syscalls/update-netbsd.sh", ) # The list of file which have a copyright, but not head by the FSF. |