diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-21 17:44:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-21 17:44:33 (GMT) |
commit | b8464a066ecf8b8b0c346f0230d28d85d5924458 (patch) | |
tree | dfd06deec109e771e3bc20fc1417a988579731dd /Modules/CMakeVerifyManifest.cmake | |
parent | feb020996060a00972f919977caa39c73508a50f (diff) | |
download | CMake-b8464a066ecf8b8b0c346f0230d28d85d5924458.zip CMake-b8464a066ecf8b8b0c346f0230d28d85d5924458.tar.gz CMake-b8464a066ecf8b8b0c346f0230d28d85d5924458.tar.bz2 |
Add license.
Diffstat (limited to 'Modules/CMakeVerifyManifest.cmake')
-rw-r--r-- | Modules/CMakeVerifyManifest.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeVerifyManifest.cmake b/Modules/CMakeVerifyManifest.cmake index aeea71a..25240c0 100644 --- a/Modules/CMakeVerifyManifest.cmake +++ b/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 |