diff options
Diffstat (limited to 'modules/FindLibXml2.cmake')
-rw-r--r-- | modules/FindLibXml2.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindLibXml2.cmake b/modules/FindLibXml2.cmake index 037ab383..a1fb8b42 100644 --- a/modules/FindLibXml2.cmake +++ b/modules/FindLibXml2.cmake @@ -8,6 +8,12 @@ # # Copyright (c) 2006, Alexander Neundorf <neundorf@kde.org> # This code is available under the BSD license, see licenses/BSD for details. +# +# 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 (LIBXML2_INCLUDE_DIR AND LIBXML2_LIBRARIES) |