From: Joel Brobecker Date: Sat, 1 Jan 2022 15:03:38 +0000 (+0400) Subject: gdb/copyright.py: Add update-netbsd.sh to MULTIPLE_COPYRIGHT_HEADERS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=936623f4e03ade8354d82abfeec4efc387f2ce92;p=binutils-gdb.git 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. --- diff --git a/gdb/copyright.py b/gdb/copyright.py index 560754f4983..c4e6f947fe4 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.