diff options
author | David Cole <david.cole@kitware.com> | 2010-11-05 13:21:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-15 19:07:30 (GMT) |
commit | 9cc8ad99c9ace52283e293ca3542b3303ce361ee (patch) | |
tree | df27038aef4397c6a2258c13bd6da363f804b62a /Modules | |
parent | abbaa123aa0bc7c1d712a7cde018dfbdcccf0c43 (diff) | |
download | CMake-9cc8ad99c9ace52283e293ca3542b3303ce361ee.zip CMake-9cc8ad99c9ace52283e293ca3542b3303ce361ee.tar.gz CMake-9cc8ad99c9ace52283e293ca3542b3303ce361ee.tar.bz2 |
Add correct module notice header.
Fixes failing ModuleNotices test.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/ProcessorCount.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/ProcessorCount.cmake b/Modules/ProcessorCount.cmake index e4aea19..b46a012 100644 --- a/Modules/ProcessorCount.cmake +++ b/Modules/ProcessorCount.cmake @@ -11,7 +11,7 @@ # code. #============================================================================= -# Copyright 2002-2009 Kitware, Inc. +# Copyright 2010 Kitware, Inc. # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. @@ -20,7 +20,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. #============================================================================= -# (To distributed this file outside of CMake, substitute the full +# (To distribute this file outside of CMake, substitute the full # License text for the above reference.) function(ProcessorCount var) |