diff options
Diffstat (limited to 'modules/FindGSSAPI.cmake')
-rw-r--r-- | modules/FindGSSAPI.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindGSSAPI.cmake b/modules/FindGSSAPI.cmake index 8fd65a18..daf16113 100644 --- a/modules/FindGSSAPI.cmake +++ b/modules/FindGSSAPI.cmake @@ -5,6 +5,12 @@ # GSSAPI_INCS - the GSSAPI include directory # GSSAPI_LIBS - the libraries needed to use GSSAPI # GSSAPI_FLAVOR - the type of API - MIT or HEIMDAL +# +# Copyright (c) 2006, Pino Toscano, <toscano.pino@tiscali.it> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + IF(GSSAPI_LIBS AND GSSAPI_FLAVOR) |