diff options
Diffstat (limited to 'Modules/FindJasper.cmake')
-rw-r--r-- | Modules/FindJasper.cmake | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/Modules/FindJasper.cmake b/Modules/FindJasper.cmake index 0f325f0391..748510e63c 100644 --- a/Modules/FindJasper.cmake +++ b/Modules/FindJasper.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: # FindJasper # ---------- @@ -13,21 +16,6 @@ # JASPER_LIBRARIES - the libraries needed to use Jasper # JASPER_VERSION_STRING - the version of Jasper found (since CMake 2.8.8) -#============================================================================= -# Copyright 2006-2009 Kitware, Inc. -# Copyright 2006 Alexander Neundorf <neundorf@kde.org> -# Copyright 2012 Rolf Eike Beer <eike@sf-mail.de> -# -# 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.) - find_path(JASPER_INCLUDE_DIR jasper/jasper.h) if (NOT JASPER_LIBRARIES) |