1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00

cmake: Fixed license header of the OpenSSL module.

This commit is contained in:
Andreas Schneider
2011-01-16 11:51:02 +01:00
parent 0c93914948
commit e579dfb342

View File

@ -9,14 +9,19 @@
# OPENSSL_LIBRARIES - Link these to use OpenSSL # OPENSSL_LIBRARIES - Link these to use OpenSSL
# OPENSSL_DEFINITIONS - Compiler switches required for using OpenSSL # OPENSSL_DEFINITIONS - Compiler switches required for using OpenSSL
# #
#=============================================================================
# Copyright (c) 2006-2009 Kitware, Inc. # Copyright (c) 2006-2009 Kitware, Inc.
# Copyright (c) 2006 Alexander Neundorf <neundorf@kde.org> # Copyright (c) 2006 Alexander Neundorf <neundorf@kde.org>
# Copyright (c) 2009-2010 Mathieu Malaterre <mathieu.malaterre@gmail.com> # Copyright (c) 2009-2010 Mathieu Malaterre <mathieu.malaterre@gmail.com>
# Copyright (c) 2011 Andreas Schneider <asn@cryptomilk.org> # Copyright (c) 2011 Andreas Schneider <asn@cryptomilk.org>
# #
# Redistribution and use is allowed according to the terms of the New # Distributed under the OSI-approved BSD License (the "License");
# BSD license. # see accompanying file Copyright.txt for details.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file. #
# 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) if (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)