diff options
-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 |