ModuleNoticesTest: Do not require "Kitware" copyright
When a module is first contributed Kitware has made no modifications on which to place a copyright. Require the contributor to have a copyright notice, but not specifically by Kitware.
This commit is contained in:
parent
f4ce315301
commit
c088e7a341
|
@ -3,7 +3,7 @@
|
|||
# match any additional copyright holder notices.
|
||||
set(notice_regex "
|
||||
#=============================================================================
|
||||
# Copyright (20[0-9][0-9]-)?20[0-9][0-9] Kitware[^\n]+(
|
||||
# Copyright (20[0-9][0-9]-)?20[0-9][0-9] [^\n]+(
|
||||
# Copyright (20[0-9][0-9]-)?20[0-9][0-9] [^\n]+)*
|
||||
#
|
||||
# Distributed under the OSI-approved BSD License \\(the \"License\"\\);
|
||||
|
|
Loading…
Reference in New Issue