diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindLibXml2.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindLibXml2.cmake b/modules/FindLibXml2.cmake index 29682e07..037ab383 100644 --- a/modules/FindLibXml2.cmake +++ b/modules/FindLibXml2.cmake @@ -5,6 +5,9 @@ # LIBXML2_INCLUDE_DIR - the LibXml2 include directory # LIBXML2_LIBRARIES - the libraries needed to use LibXml2 # LIBXML2_DEFINITIONS - Compiler switches required for using LibXml2 +# +# Copyright (c) 2006, Alexander Neundorf <neundorf@kde.org> +# This code is available under the BSD license, see licenses/BSD for details. if (LIBXML2_INCLUDE_DIR AND LIBXML2_LIBRARIES) |