diff options
Diffstat (limited to 'modules/FindQCA2.cmake')
-rw-r--r-- | modules/FindQCA2.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindQCA2.cmake b/modules/FindQCA2.cmake index 72de27c5..c9ba1bf7 100644 --- a/modules/FindQCA2.cmake +++ b/modules/FindQCA2.cmake @@ -8,6 +8,12 @@ # # use pkg-config to get the directories and then use these values # in the FIND_PATH() and FIND_LIBRARY() calls +# +# Copyright (c) 2006, Michael Larouche, <michael.larouche@kdemail.net> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + INCLUDE(UsePkgConfig) |