diff options
Diffstat (limited to 'modules/FindSasl2.cmake')
-rw-r--r-- | modules/FindSasl2.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake index b790f57d..88a32bc0 100644 --- a/modules/FindSasl2.cmake +++ b/modules/FindSasl2.cmake @@ -4,6 +4,12 @@ # SASL2_FOUND - system has SASL2 # SASL2_INCLUDE_DIR - the SASL2 include directory # SASL2_LIBRARIES - The libraries needed to use SASL2 +# +# Copyright (c) 2006, Laurent Montel, <montel@kde.org> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (SASL2_INCLUDE_DIR) # Already in cache, be silent |