From 936623f4e03ade8354d82abfeec4efc387f2ce92 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sat, 1 Jan 2022 19:03:38 +0400 Subject: [PATCH] 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. --- gdb/copyright.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2