diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-01-04 18:03:46 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-01-04 18:03:46 +0000 |
commit | aa3cec92d6671cc624ff0bc9ae01c326c1ca1eb9 (patch) | |
tree | 2a36846a002e2d3fa716f320d7412ee4a592c804 | |
parent | 825dc168ed09e440f4d1d0048d3e25a4b21f3051 (diff) | |
download | extra-cmake-modules-aa3cec92d6671cc624ff0bc9ae01c326c1ca1eb9.tar.gz extra-cmake-modules-aa3cec92d6671cc624ff0bc9ae01c326c1ca1eb9.tar.bz2 |
-add copyright notice to this one too
Alex
svn path=/trunk/KDE/kdelibs/; revision=905609
-rw-r--r-- | modules/FindKipi.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/FindKipi.cmake b/modules/FindKipi.cmake index de0d046b..ccb699f1 100644 --- a/modules/FindKipi.cmake +++ b/modules/FindKipi.cmake @@ -7,6 +7,11 @@ # KIPI_DEFINITIONS - Compiler switches required for using libkipi # +# Copyright (c) 2008, Gilles Caulier, <caulier.gilles@gmail.com> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES) message(STATUS "Found Kipi library in cache: ${KIPI_LIBRARIES}") |