diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-02-20 21:00:39 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-02-20 21:00:39 (GMT) |
commit | 747f135d2c8bb13c4ed1327798bf85a3ab71457b (patch) | |
tree | 4682fa37b13817e1094ca10448268d2d1315445a | |
parent | 531f110323c6d191e6a7252173f54b96c77ccf0f (diff) | |
download | CMake-747f135d2c8bb13c4ed1327798bf85a3ab71457b.zip CMake-747f135d2c8bb13c4ed1327798bf85a3ab71457b.tar.gz CMake-747f135d2c8bb13c4ed1327798bf85a3ab71457b.tar.bz2 |
STYLE: don't put the copyright notice twice in the file
Alex
-rw-r--r-- | Modules/FindLibXml2.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindLibXml2.cmake b/Modules/FindLibXml2.cmake index b45d729..47136df 100644 --- a/Modules/FindLibXml2.cmake +++ b/Modules/FindLibXml2.cmake @@ -5,9 +5,6 @@ # 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. # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> # |