diff options
author | Brad King <brad.king@kitware.com> | 2010-08-17 13:23:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-17 13:23:35 (GMT) |
commit | c088e7a341e2af45ee343fcedefa32acdba14b2e (patch) | |
tree | 89f572c2e368a4360245610167bd74093ee29581 /Tests/CMakeTests | |
parent | f4ce315301d3c09b3c8476d9bd6dcf1b38066ddb (diff) | |
download | CMake-c088e7a341e2af45ee343fcedefa32acdba14b2e.zip CMake-c088e7a341e2af45ee343fcedefa32acdba14b2e.tar.gz CMake-c088e7a341e2af45ee343fcedefa32acdba14b2e.tar.bz2 |
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.
Diffstat (limited to 'Tests/CMakeTests')
-rw-r--r-- | Tests/CMakeTests/ModuleNoticesTest.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/ModuleNoticesTest.cmake.in b/Tests/CMakeTests/ModuleNoticesTest.cmake.in index 9ad6cfb..8ecebd3 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\"\\); |