diff options
Diffstat (limited to 'modules/FindFontconfig.cmake')
-rw-r--r-- | modules/FindFontconfig.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/FindFontconfig.cmake b/modules/FindFontconfig.cmake index 541b20d8..3f588479 100644 --- a/modules/FindFontconfig.cmake +++ b/modules/FindFontconfig.cmake @@ -5,6 +5,11 @@ # FONTCONFIG_LIBRARIES - Link these to use FONTCONFIG # FONTCONFIG_DEFINITIONS - Compiler switches required for using FONTCONFIG # +# 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 (FONTCONFIG_LIBRARIES AND FONTCONFIG_DEFINITIONS) |