diff options
Diffstat (limited to 'Modules/DeployQt4.cmake')
-rw-r--r-- | Modules/DeployQt4.cmake | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Modules/DeployQt4.cmake b/Modules/DeployQt4.cmake index f5ac95997e..8ada451a6d 100644 --- a/Modules/DeployQt4.cmake +++ b/Modules/DeployQt4.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + #.rst: # DeployQt4 # --------- @@ -99,19 +102,6 @@ # at install time. <component> is the COMPONENT used for bundle fixup # and plugin installation. See documentation of FIXUP_QT4_BUNDLE. -#============================================================================= -# Copyright 2011 Mike McQuaid <mike@mikemcquaid.com> -# -# 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 distribute this file outside of CMake, substitute the full -# License text for the above reference.) - # The functions defined in this file depend on the fixup_bundle function # (and others) found in BundleUtilities.cmake |