diff options
Diffstat (limited to 'modules/FindFAM.cmake')
-rw-r--r-- | modules/FindFAM.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindFAM.cmake b/modules/FindFAM.cmake index e0a92b72..bdfa0e03 100644 --- a/modules/FindFAM.cmake +++ b/modules/FindFAM.cmake @@ -4,6 +4,12 @@ # FAM_FOUND - system has FAM # FAM_INCLUDE_DIR - the FAM include directory # FAM_LIBRARIES - The libraries needed to use FAM +# +# Copyright (c) 2006, Alexander Neundorf, <neundorf@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 (FAM_INCLUDE_DIR) # Already in cache, be silent |