summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-17 09:23:35 -0400
committerBrad King <brad.king@kitware.com>2010-08-17 09:23:35 -0400
commitc088e7a341e2af45ee343fcedefa32acdba14b2e (patch)
tree89f572c2e368a4360245610167bd74093ee29581
parentf4ce315301d3c09b3c8476d9bd6dcf1b38066ddb (diff)
downloadcmake-c088e7a341e2af45ee343fcedefa32acdba14b2e.tar.gz
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.
-rw-r--r--Tests/CMakeTests/ModuleNoticesTest.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/ModuleNoticesTest.cmake.in b/Tests/CMakeTests/ModuleNoticesTest.cmake.in
index 9ad6cfb771..8ecebd338f 100644
--- a/Tests/CMakeTests/ModuleNoticesTest.cmake.in
+++ b/Tests/CMakeTests/ModuleNoticesTest.cmake.in
@@ -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\"\\);