From b8464a066ecf8b8b0c346f0230d28d85d5924458 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 21 Oct 2009 13:44:33 -0400 Subject: [PATCH] Add license. --- Modules/CMakeVerifyManifest.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Modules/CMakeVerifyManifest.cmake b/Modules/CMakeVerifyManifest.cmake index aeea71a8b..25240c09a 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