diff options
author | Brad King <brad.king@kitware.com> | 2010-08-17 13:44:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-17 13:44:30 (GMT) |
commit | c327cbdfefb9b7a2d0c8e55288a50a961cb14454 (patch) | |
tree | 21152451fd1ba5311015cd60796934c7019240bc /Modules/CMakeParseArguments.cmake | |
parent | 9eb6cc1c9d05bb33a31bfe315e15a126f5254bde (diff) | |
download | CMake-c327cbdfefb9b7a2d0c8e55288a50a961cb14454.zip CMake-c327cbdfefb9b7a2d0c8e55288a50a961cb14454.tar.gz CMake-c327cbdfefb9b7a2d0c8e55288a50a961cb14454.tar.bz2 |
Modules: Fix CMakeParseArguments copyright notice
Fix format of the copyright notice to pass the ModuleNoticesTest.
Diffstat (limited to 'Modules/CMakeParseArguments.cmake')
-rw-r--r-- | Modules/CMakeParseArguments.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/CMakeParseArguments.cmake b/Modules/CMakeParseArguments.cmake index c7148ae..7ce4c49 100644 --- a/Modules/CMakeParseArguments.cmake +++ b/Modules/CMakeParseArguments.cmake @@ -60,7 +60,8 @@ # MY_INSTALL_DESTINATION set to "OPTIONAL", but MY_INSTALL_DESTINATION would # be empty and MY_INSTALL_OPTIONAL would be set to TRUE therefor. -# Copyright (c) 2010, Alexander Neundorf, <neundorf@kde.org> +#============================================================================= +# Copyright 2010 Alexander Neundorf <neundorf@kde.org> # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. @@ -69,7 +70,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.) |