Browse Source

Modules: Fix CMakeParseArguments copyright notice

Fix format of the copyright notice to pass the ModuleNoticesTest.
Brad King 15 years ago
parent
commit
c327cbdfef
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Modules/CMakeParseArguments.cmake

+ 3 - 2
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, <[email protected]>
+#=============================================================================
+# Copyright 2010 Alexander Neundorf <[email protected]>
 #
 # 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.)