aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-16 11:51:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-16 11:51:02 +0100
commite579dfb342aac3597741912a3ae302da9738ff88 (patch)
tree2cfb71d6a8effacd83f8700624842f9c7b7548ca /cmake/Modules
parent0c939149483a930be4cf3b46e231105488c55f5b (diff)
downloadlibssh-e579dfb342aac3597741912a3ae302da9738ff88.tar.gz
libssh-e579dfb342aac3597741912a3ae302da9738ff88.tar.xz
libssh-e579dfb342aac3597741912a3ae302da9738ff88.zip
cmake: Fixed license header of the OpenSSL module.
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/FindOpenSSL.cmake11
1 files changed, 8 insertions, 3 deletions
diff --git a/cmake/Modules/FindOpenSSL.cmake b/cmake/Modules/FindOpenSSL.cmake
index 150f197c..565190c6 100644
--- a/cmake/Modules/FindOpenSSL.cmake
+++ b/cmake/Modules/FindOpenSSL.cmake
@@ -9,14 +9,19 @@
# OPENSSL_LIBRARIES - Link these to use OpenSSL
# OPENSSL_DEFINITIONS - Compiler switches required for using OpenSSL
#
+#=============================================================================
# Copyright (c) 2006-2009 Kitware, Inc.
# Copyright (c) 2006 Alexander Neundorf <neundorf@kde.org>
# Copyright (c) 2009-2010 Mathieu Malaterre <mathieu.malaterre@gmail.com>
# Copyright (c) 2011 Andreas Schneider <asn@cryptomilk.org>
#
-# Redistribution and use is allowed according to the terms of the New
-# BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+# 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.
+#=============================================================================
#
if (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)