Browse Source

Add license.

Bill Hoffman 16 years ago
parent
commit
b8464a066e
1 changed files with 14 additions and 0 deletions
  1. 14 0
      Modules/CMakeVerifyManifest.cmake

+ 14 - 0
Modules/CMakeVerifyManifest.cmake

@@ -16,6 +16,20 @@
 # of CRT are compared to those found in the .manifest files
 # from the first glob.
 
+#=============================================================================
+# Copyright 2008-2009 Kitware, Inc.
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# 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
+#  License text for the above reference.)
+
+
 # crt_version:
 # function to extract the CRT version from a file
 # this can be passed a .exe, .dll, or a .manifest file