rev 11874 - branches/kde4/packages/kdevplatform/debian

Fathi Boudra fabo at alioth.debian.org
Fri Aug 8 14:50:32 UTC 2008


Author: fabo
Date: 2008-08-08 14:50:32 +0000 (Fri, 08 Aug 2008)
New Revision: 11874

Added:
   branches/kde4/packages/kdevplatform/debian/kdevplatform-bin.install
   branches/kde4/packages/kdevplatform/debian/kdevplatform-data.install
   branches/kde4/packages/kdevplatform/debian/kdevplatform-dev.install
   branches/kde4/packages/kdevplatform/debian/kdevplatform-libs.install
Removed:
   branches/kde4/packages/kdevplatform/debian/libkdevplatform-dev.install
   branches/kde4/packages/kdevplatform/debian/libkdevplatform1.install
   branches/kde4/packages/kdevplatform/debian/libsublime1-dev.install
   branches/kde4/packages/kdevplatform/debian/patches/
   branches/kde4/packages/kdevplatform/debian/symbols/
Modified:
   branches/kde4/packages/kdevplatform/debian/changelog
   branches/kde4/packages/kdevplatform/debian/control
   branches/kde4/packages/kdevplatform/debian/copyright
   branches/kde4/packages/kdevplatform/debian/libsublime-dev.install
   branches/kde4/packages/kdevplatform/debian/libsublime1.install
Log:
Review kdevplatform completely.


Modified: branches/kde4/packages/kdevplatform/debian/changelog
===================================================================
--- branches/kde4/packages/kdevplatform/debian/changelog	2008-08-08 14:20:32 UTC (rev 11873)
+++ branches/kde4/packages/kdevplatform/debian/changelog	2008-08-08 14:50:32 UTC (rev 11874)
@@ -1,6 +1,7 @@
-kdevplatform (0.91+svn839874-1) UNRELEASED; urgency=low
+kdevplatform (0.91+svn839852-1) UNRELEASED; urgency=low
 
+  WARNING: since kdevplatform r839875, requirement is kdelibs/kross/core > 4.1
+
   * Initial release. (Closes: #XXXXXX)
-  * Warning : older versions require kdelibs > 4.1
 
  -- Xavier Vello <xavier.vello at gmail.com>  Fri, 18 Jul 2008 17:32:43 +0200

Modified: branches/kde4/packages/kdevplatform/debian/control
===================================================================
--- branches/kde4/packages/kdevplatform/debian/control	2008-08-08 14:20:32 UTC (rev 11873)
+++ branches/kde4/packages/kdevplatform/debian/control	2008-08-08 14:50:32 UTC (rev 11874)
@@ -2,48 +2,58 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Xavier Vello <xavier.vello at gmail.com>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, cmake (>= 2.4.5), kdelibs5-dev (>= 4:4.0.98), libcommoncpp2-dev, libboost1.35-dev, libsvn-dev
-Standards-Version: 3.7.3
+Uploaders: Fathi Boudra <fabo at debian.org>, Xavier Vello <xavier.vello at gmail.com>
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, cmake (>= 2.6),
+ kdelibs5-dev (>= 4:4.1.0), libcommoncpp2-dev, libboost1.35-dev, libsvn-dev
+Standards-Version: 3.8.0
 Homepage: http://www.kdevelop.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/kdevplatform
 Vcs-Svn: svn://svn.debian.org/pkg-kde/branches/kde4/packages/kdevplatform
 
 Package: kdevplatform
-Section: libs
+Section: kde
+Architecture: all
+Depends: kdevplatform-bin (>= ${source:Version})
+Description: bla
+
+Package: kdevplatform-bin
+Section: kde
 Architecture: any
-Depends: libkdevplatform1 (>= ${source:Version})
+Depends: ${shlibs:Depends}, kdevplatform-data (= ${source:Version})
 Description: bla
 
-
-Package: libsublime1
+Package: kdevplatform-libs
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, kdelibs5 (>= 4:4.0.98)
+Depends: ${shlibs:Depends}, libsublime1 (>= ${source:Version}), kdelibs5 (>= 4:4.1.0)
 Description: bla
 
-Package: libsublime-dev
-Section: libdevel
-Architecture: any
-Depends: libsublime1 (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:libsublime1-Depends-kdelibs5}
+Package: kdevplatform-data
+Section: kde
+Architecture: all
 Description: bla
 
-Package: libkdevplatform-dev
+Package: kdevplatform-dev
 Section: libdevel
 Architecture: any
-Depends: libkdevplatform1 (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:libkdevplatform1-Depends-kdelibs5}
+Depends: kdevplatform-libs (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:kdevplatform-libs}
 Description: bla
 
 Package: kdevplatform-dbg
-Section: libdevel
+Section: devel
 Architecture: any
 Priority: extra
-Depends: libkdevplatform1 (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
+Depends: kdevplatform-libs (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
 Description: bla
 
-Package: libkdevplatform1
+Package: libsublime1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libsublime1 (>= ${source:Version}), kdelibs5 (>= 4:4.0.98)
+Depends: ${shlibs:Depends}, kdelibs5 (>= 4:4.1.0)
 Description: bla
 
+Package: libsublime-dev
+Section: libdevel
+Architecture: any
+Depends: libsublime1 (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:libsublime1}
+Description: bla

Modified: branches/kde4/packages/kdevplatform/debian/copyright
===================================================================
--- branches/kde4/packages/kdevplatform/debian/copyright	2008-08-08 14:20:32 UTC (rev 11873)
+++ branches/kde4/packages/kdevplatform/debian/copyright	2008-08-08 14:50:32 UTC (rev 11874)
@@ -1,2142 +1,5 @@
 This package was debianized by the Debian Qt/KDE Maintainers on
 Fri, 11 May 2007 17:23:33 +0200.
 
-It was downloaded from ftp://ftp.kde.org
-
-Maintainers:
-
-kpimutils       Matt Douhan <matt at fruitsalad.org>
-kabc            Cornelius Schumacher <schumacher at kde.org>
-kblog           Christian Weilbach <christian_weilbach at web.de>
-kcal            Cornelius Schumacher <schumacher at kde.org>
-                Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/libical    Allen Winter <winter at kde.org>
-                Cornelius Schumacher <schumacher at kde.org>
-                Reinhold Kainhofer <reinhold at kainhofer.com>
-kimap           Allen Winter <winter at kde.org>
-                Tom Albers <tomalbers at kde.nl>
-                Volker Krause <vkrause at kde.org>
-kldap           Szombathelyi György <gyurco at freemail.hu>
-kleo            Marc Mutz <mutz at kde.org>
-kmime           Volker Krause <vkrause at kde.org>
-                Marc Mutz <mutz at kde.org>
-kpimidenties    Tom Albers <tomalbers at kde.nl>
-kresources      Cornelius Schumacher <schumacher at kde.org>
-                Tobias Koenig <tokoe at kde.org>
-ktnef           Michael Goffioul <goffioul at imec.be>
-kxmlrpcclient   Narayan Newton <narayannewton at gmail.com>
-mailtransport   Tom Albers <tomalbers at kde.nl>
-syndication     Frank Osterfeld <frank.osterfeld at kdemail.net>
-qgpgme          Marc Mutz <mutz at kde.org>
-
-License:
-
-The libraries themselves are covered by the GNU Library General Public
-License (LGPL). Any other programs (such as the examples) are covered
-by the GNU General Public License (GPL). All the gory details for the
-LGPL reside in COPYING.LIB, and for the GPL reside in COPYING.
-
-Various parts are also covered under a BSD style license, detailed in
-COPYING.BSD. Currently, code covered under such license is copyrighted by
-Theo de Raadt.
-
-When in doubt, check the individual file, they should all have license
-headings and other identifying marks.
-
-Files under cmake/
-
-cmake/CMakeLists.txt ~ unspec ~ unspec
-cmake/modules/CheckTimezone.cmake ~ unspec ~ unspec
-cmake/modules/CMakeLists.txt ~ unspec ~ unspec
-cmake/modules/FindGpgme.cmake ~ unspec ~ unspec
-cmake/modules/FindLdap.cmake ~ unspec ~ unspec
-
-Files under doc/
-
-doc/api/Doxyfile.local ~ unspec ~ unspec
-
-Files under gpgme++/
-
-    This library is licensed under the GNU Library General Public
-    License (LGPL), just as gpgme is. We feel that using a different
-    license than the one gpgme itself uses doesn't make sense.
-
-gpgme++/callbacks.cpp ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/callbacks.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/CMakeLists.txt ~ unspec ~ unspec
-gpgme++/config-gpgme++.h.cmake ~ unspec ~ unspec
-gpgme++/ConfigureChecks.cmake ~ unspec ~ unspec
-gpgme++/context.cpp ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/context.h ~ LGPLv2 ~   Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB
-gpgme++/context_p.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/data.cpp ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/data.h ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/data_p.h ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/decryptionresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/decryptionresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/encryptionresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/encryptionresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/engineinfo.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/engineinfo.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/error.h ~ LGPLv2 ~   Copyright (C) 2003, 2007 Klarälvdalens Datakonsult AB
-gpgme++/eventloopinteractor.cpp ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/eventloopinteractor.h ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/gpgme++_export.h ~ LGPLv2 ~     Copyright (C) 2007 David Faure <faure at kde.org>
-gpgme++/gpgmefw.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/importresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/importresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/interfaces/CMakeLists.txt ~ unspec ~ unspec
-gpgme++/interfaces/dataprovider.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/interfaces/passphraseprovider.h ~ LGPLv2 ~   Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
-gpgme++/interfaces/progressprovider.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/key.cpp ~ LGPLv2 ~   Copyright (C) 2003, 2005 Klarälvdalens Datakonsult AB
-gpgme++/keygenerationresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/keygenerationresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/key.h ~ LGPLv2 ~   Copyright (C) 2003, 2005 Klarälvdalens Datakonsult AB
-gpgme++/keylistresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/keylistresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/Mainpage.dox ~ unspec ~ unspec
-gpgme++/notation.h ~ LGPLv2 ~   Copyright (C) 2004, 2007 Klarälvdalens Datakonsult AB
-gpgme++/README.gpgme++ ~ LGPLv2 ~     Copyright (c) 2003, 2004 Klarälvdalens Datakonsult AB
-gpgme++/result.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/result_p.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/shared.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/signingresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/signingresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/trustitem.cpp ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/trustitem.h ~ LGPLv2 ~   Copyright (C) 2003 Klarälvdalens Datakonsult AB
-gpgme++/util.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/verificationresult.cpp ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-gpgme++/verificationresult.h ~ LGPLv2 ~   Copyright (C) 2004 Klarälvdalens Datakonsult AB
-
-Files under kabc/
-
-AUTHOR: Cornelius Schumacher <schumacher at kde.org>
-LICENCE: LGPL
-
-kabc/addressbook.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/addressbook.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/address.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/addresseedialog.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/addresseedialog.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/addresseehelper.cpp ~ LGPLv2 ~     Copyright (C) 2003 Carsten Pfeiffer <pfeiffer at kde.org>
-kabc/addresseehelper.h ~ LGPLv2 ~     Copyright (C) 2003 Carsten Pfeiffer <pfeiffer at kde.org>
-kabc/addresseelist.cpp ~ LGPLv2 ~     Copyright (c) 2002 Jost Schenck <jost at schenck.de>
-kabc/addresseelist.h ~ LGPLv2 ~     Copyright (c) 2002 Jost Schenck <jost at schenck.de>
-kabc/address.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/addresslineedit.cpp ~ LGPLv2 ~     Copyright (c) 2002 Helge Deller <deller at gmx.de>
-kabc/addresslineedit.h ~ LGPLv2 ~     Copyright (c) 2002 Helge Deller <deller at gmx.de>
-kabc/CMakeLists.txt ~ unspec ~ unspec
-kabc/countrytransl.map ~ unspec ~ unspec
-kabc/distributionlist.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/distributionlistdialog.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/distributionlistdialog.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/distributionlist.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/emailselectdialog.cpp ~ LGPLv2 ~   Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/emailselectdialog.h ~ LGPLv2 ~   Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/errorhandler.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/errorhandler.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                   Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/field.h ~ LGPLv2 ~     Copyright (c) 2002 Cornelius Schumacher <schumacher at kde.org>
-kabc/formatfactory.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/formatfactory.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/format.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/formats/binary.desktop ~ unspec ~ unspec
-kabc/formats/binaryformat.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/formats/binaryformat.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/formats/CMakeLists.txt ~ unspec ~ unspec
-kabc/formats/Messages.sh ~ unspec ~ unspec
-kabc/geo.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/geo.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/HACKING ~ unspec ~ unspec
-kabc/HOWTO ~ unspec ~ unspec
-kabc/kabc_export.h ~ LGPLv2 ~   Copyright (c) 2006-2007 Allen Winter <winter at kde.org>
-kabc/kabc_manager.desktop ~ unspec ~ unspec
-kabc/key.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/key.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/.krazy ~ unspec ~ unspec
-kabc/ldifconverter.cpp ~ LGPLv2 ~     Copyright (c) 2003  Helge Deller <deller at kde.org>
-kabc/ldifconverter.h ~ LGPLv2 ~     Copyright (c) 2003 Helge Deller <deller at kde.org>
-kabc/lock.cpp ~ LGPLv2 ~     Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/lock.h ~ LGPLv2 ~     Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/locknull.cpp ~ LGPLv2 ~     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/locknull.h ~ LGPLv2 ~     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/Mainpage.dox ~ unspec ~ unspec
-kabc/Messages.sh ~ unspec ~ unspec
-kabc/phonenumber.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/phonenumber.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/picture.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/picture.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugin.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugin.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/CMakeLists.txt ~ unspec ~ unspec
-kabc/plugins/dir/CMakeLists.txt ~ unspec ~ unspec
-kabc/plugins/dir/dir.desktop ~ unspec ~ unspec
-kabc/plugins/dir/Messages.sh ~ unspec ~ unspec
-kabc/plugins/dir/resourcedirconfig.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/dir/resourcedirconfig.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/dir/resourcedir.cpp ~ LGPLv2 ~     Copyright (c) 2002 - 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/dir/resourcedir.h ~ LGPLv2 ~     Copyright (c) 2002 - 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/dir/resourcedirplugin.cpp ~ LGPLv2 ~     Copyright (c) 2002 - 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/file/CMakeLists.txt ~ unspec ~ unspec
-kabc/plugins/file/file.desktop ~ unspec ~ unspec
-kabc/plugins/file/Messages.sh ~ unspec ~ unspec
-kabc/plugins/file/resourcefileconfig.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/file/resourcefileconfig.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/file/resourcefile.cpp ~ LGPLv2 ~     Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/plugins/file/resourcefile.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/plugins/file/resourcefileplugin.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/plugins/ldapkio/CMakeLists.txt ~ unspec ~ unspec
-kabc/plugins/ldapkio/ldapkio.desktop ~ unspec ~ unspec
-kabc/plugins/ldapkio/Messages.sh ~ unspec ~ unspec
-kabc/plugins/ldapkio/resourceldapkioconfig.cpp ~ LGPLv2 ~     Copyright (c) 2002 - 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/ldapkio/resourceldapkioconfig.h ~ LGPLv2 ~     Copyright (c) 2002 - 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/ldapkio/resourceldapkio.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-                                                        Copyright (c) 2004 Szombathelyi György <gyurco at freemail.hu>
-kabc/plugins/ldapkio/resourceldapkio.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-                                                      Copyright (c) 2004 Szombathelyi György <gyurco at freemail.hu>
-kabc/plugins/ldapkio/resourceldapkioplugin.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/net/CMakeLists.txt ~ unspec ~ unspec
-kabc/plugins/net/Messages.sh ~ unspec ~ unspec
-kabc/plugins/net/net.desktop ~ unspec ~ unspec
-kabc/plugins/net/resourcenetconfig.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/net/resourcenetconfig.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/net/resourcenet.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/net/resourcenet.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/plugins/net/resourcenetplugin.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/README ~ unspec ~ unspec
-kabc/README.AddressFormat ~ unspec ~ unspec
-kabc/resourcecached.cpp ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kabc/resourcecached.h ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kabc/resource.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/resource.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/scripts/addressee.src.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                              Copyright (c) 2003 Carsten Pfeiffer <pfeiffer at kde.org>
-                                              Copyright (c) 2005 Ingo Kloecker <kloecker at kde.org>
-kabc/scripts/addressee.src.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/scripts/createisomap.pl ~ unspec ~ unspec
-kabc/scripts/doxygen-preprocess-addressee.sh ~ unspec ~ unspec
-kabc/scripts/entrylist ~ unspec ~ unspec
-kabc/scripts/field.src.cpp ~ LGPLv2 ~     Copyright (c) 2002 Cornelius Schumacher <schumacher at kde.org>
-kabc/scripts/makeaddressee ~ unspec ~ unspec
-kabc/secrecy.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/secrecy.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/sortmode.cpp ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kabc/sortmode.h ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kabc/sound.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/sound.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/stdaddressbook.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/stdaddressbook.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/tests/addresseetest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/addresseetest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/addresstest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/addresstest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/bigread.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/bigwrite.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/CMakeLists.txt ~ unspec ~ unspec
-kabc/tests/geotest.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/geotest.h ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/kabcargl.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/tests/keytest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/keytest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/phonenumbertest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/phonenumbertest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/picturetest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/picturetest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/secrecytest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/secrecytest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/soundtest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/soundtest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/testaddresseelist.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/testaddresslineedit.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/testkabc.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/testkabcdlg.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/tests/testlock.cpp ~ LGPLv2 ~     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/tests/testlock.h ~ LGPLv2 ~     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kabc/tests/timezonetest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/tests/timezonetest.h ~ LGPLv2 ~     Copyright (c) 2007 Tobias Koenig <tokoe at kde.org>
-kabc/timezone.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/timezone.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/TODO ~ unspec ~ unspec
-kabc/vcardconverter.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/vcardconverter.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-kabc/vcardformat.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/vcardformat.h ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kabc/vcardparser/checkvcard.pl ~ unspec ~ unspec
-kabc/vcardparser/CMakeLists.txt ~ unspec ~ unspec
-kabc/vcardparser/README.testing ~ unspec ~ unspec
-kabc/vcardparser/testread2.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/vcardparser/testread.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/vcardparser/tests/vcard1.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard1.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard2.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard2.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard3.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard3.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard4.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard4.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard5.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard5.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard6.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard6.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard7.vcf ~ unspec ~ unspec
-kabc/vcardparser/tests/vcard7.vcf.ref ~ unspec ~ unspec
-kabc/vcardparser/testutils.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/vcardparser/testutils.h ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/vcardparser/testwrite.cpp ~ LGPLv2 ~     Copyright (c) 2007 KDE-PIM team <kde-pim at kde.org>
-kabc/vcardparser/vcard.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardparser/vcard.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardparser/vcardline.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardparser/vcardline.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardparser/vcardparser.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardparser/vcardparser.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardtool.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kabc/vcardtool.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-
-Files under kblog/
-
-kblog/blog.cpp ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                            Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                            Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogger1.cpp ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                                Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogger1.h ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                              Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/blogger1_p.cpp ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-                                  Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogger1_p.h ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/blog.h ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                          Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                          Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogmedia.cpp ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                 Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                                 Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogmedia.h ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                               Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                               Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blog_p.h ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/blogpostingcomment.cpp ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogpostingcomment.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogpostingcomment_p.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogposting.cpp ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                   Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                                   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogposting.h ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                 Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-                                 Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/blogposting_p.h ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/CMakeLists.txt ~ unspec ~ unspec
-kblog/gdata.cpp ~ LGPLv2 ~     Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/gdata.h ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/gdata_p.cpp ~ LGPLv2 ~     Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/gdata_p.h ~ LGPLv2 ~     Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/kblog_export.h ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/livejournal.cpp ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/livejournal.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/livejournal_p.cpp ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/livejournal_p.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/Mainpage.dox ~ unspec ~ unspec
-kblog/Messages.sh ~ unspec ~ unspec
-kblog/metaweblog.cpp ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                  Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-                                  Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/metaweblog.h ~ LGPLv2 ~   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                Copyright (c) 2006 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/metaweblog_p.cpp ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-                                    Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/metaweblog_p.h ~ LGPLv2 ~     Copyright (c) 2007 Christian Weilbach <christian at whiletaker.homeip.net>
-kblog/movabletype.cpp ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/movabletype.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/movabletype_p.cpp ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/movabletype_p.h ~ LGPLv2 ~   Copyright (c) 2007 Mike Arthur <mike at mikearthur.co.uk>
-kblog/tests/CMakeLists.txt ~ unspec ~ unspec
-kblog/tests/testblogger1.cpp ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian_weilbach at web.de>
-kblog/tests/testblogger1.h ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian_weilbach at web.de>
-kblog/tests/testgdata.cpp ~ LGPLv2 ~   Copyright (c) 2007 Christian Weilbach <christian_weilbach at web.de>
-kblog/tests/testgdata.h ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian_weilbach at web.de>
-kblog/tests/testmetaweblog.cpp ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian_weilbach at web.de>
-kblog/tests/testmetaweblog.h ~ LGPLv2 ~   Copyright (c) 2006 Christian Weilbach <christian_weilbach at web.de>
-
-Files under kcal/
-
-kcal/alarm.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                           Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                           Copyright (c) 2003 David Jarvie <software at astrojar.org.uk>
-kcal/alarm.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                         Copyright (c) 2003 David Jarvie <software at astrojar.org.uk>
-kcal/attachment.cpp ~ LGPLv2h ~ Copyright (c) 2002 Michael Brade <brade at kde.org>
-kcal/attachment.h ~ LGPLv2h ~ Copyright (c) 2002 Michael Brade <brade at kde.org>
-kcal/attendee.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/attendee.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/calendar.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                              Copyright (c) 2000-2004 Cornelius Schumacher <schumacher at kde.org>
-                              Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                              Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/calendar.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                            Copyright (c) 2001,2003,2004 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                            Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/calendarlocal.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                  Copyright (c) 2001,2003,2004 Cornelius Schumacher <schumacher at kde.org>
-                                  Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/calendarlocal.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                 Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/calendarnull.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/calendarnull.h ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/calendarresources.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                       Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/calendarresources.h ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                     Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/calfilter.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                               Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                               Copyright (C) 2004 Bram Schoenmakers <bramschoenmakers at kde.nl>
-kcal/calfilter.h ~ LGPLv2h ~   Copyright (c) 2001,2003,2004 Cornelius Schumacher <schumacher at kde.org>
-                               Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/calformat.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/calformat.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/calstorage.h ~ LGPLv2h ~ Copyright (c) 2002,2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/CHECKLIST ~ unspec ~ unspec
-kcal/CMakeLists.txt ~ unspec ~ unspec
-kcal/compat.cpp ~ LGPLv2h ~ Copyright (c) 2002 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/compat.h ~ LGPLv2h ~ Copyright (c) 2002 Cornelius Schumacher <schumacher at kde.org>
-                          Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/ConfigureChecks.cmake ~ unspec ~ unspec
-kcal/confirmsavedialog.cpp ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/confirmsavedialog.h ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/customproperties.cpp ~ LGPLv2h ~ Copyright (c) 2002,2006 David Jarvie <software at astrojar.org.uk>
-kcal/customproperties.h ~ LGPLv2h ~ Copyright (c) 2002,2006 David Jarvie <software at astrojar.org.uk>
-kcal/DESIGN ~ unspec ~ unspec
-kcal/dndfactory.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                Copyright (c) 2001,2002 Cornelius Schumacher <schumacher at kde.org>
-                                Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                Copyright (c) 2005 Rafal Rzepecki <divide at users.sourceforge.net>
-kcal/dndfactory.h ~ LGPLv2h ~   Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                Copyright (c) 2001,2002,2003 Cornelius Schumacher <schumacher at kde.org>
-                                Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/dummyscheduler.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/dummyscheduler.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/duration.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                              Copyright (c) 2007 David Jarvie <software at astrojar.org.uk>
-kcal/duration.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (c) 2007 David Jarvie <software at astrojar.org.uk>
-kcal/event.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/event.h ~ LGPLv2h ~  Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/exceptions.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/exceptions.h ~ LGPLv2h ~  Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/filestorage.cpp ~ LGPLv2h ~ Copyright (c) 2002 Cornelius Schumacher <schumacher at kde.org>
-kcal/filestorage.h ~ LGPLv2h ~ Copyright (c) 2002,2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/freebusycache.h ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/freebusy.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                              Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/freebusy.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/freebusyurlstore.cpp ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/freebusyurlstore.h ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/htmlexport.cpp ~ LGPLv2h ~ Copyright (c) 2000,2001 Cornelius Schumacher <schumacher at kde.org>
-                                Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/htmlexport.h ~ LGPLv2h ~ Copyright (c) 2000-2003 Cornelius Schumacher <schumacher at kde.org>
-                              Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/htmlexportsettings.kcfg ~ unspec ~ unspec
-kcal/htmlexportsettings.kcfgc ~ unspec ~ unspec
-kcal/icaldrag.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                              Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/icaldrag.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                            Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/ical_file.cmake ~ unspec ~ unspec
-kcal/icalformat.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/icalformat.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/icalformat_p.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                  Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                  Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/icalformat_p.h ~ LGPLv2h ~  Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                                 Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                 Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/icalss_file.cmake ~ unspec ~ unspec
-kcal/icaltimezones.cpp ~ LGPLv2h ~ Copyright (c) 2005-2007 David Jarvie <software at astrojar.org.uk>
-kcal/icaltimezones.h ~ LGPLv2h ~ Copyright (c) 2005-2007 David Jarvie <software at astrojar.org.uk>
-kcal/imipscheduler.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/imipscheduler.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/incidencebase.cpp ~ LGPLv2h ~ Copyright (c) 2001,2004 Cornelius Schumacher <schumacher at kde.org>
-                                   Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/incidencebase.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                                 Copyright (c) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                 Copyright (c) 2005 Rafal Rzepecki <divide at users.sourceforge.net>
-kcal/incidence.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                               Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/incidenceformatter.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                        Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                        Copyright (c) 2005 Rafal Rzepecki <divide at users.sourceforge.net>
-kcal/incidenceformatter.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                                      Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/incidence.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                             Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/journal.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/journal.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                           Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/kcal_export.h ~ LGPLv2h ~ Copyright (C) 2004 Dirk Mueller <mueller at kde.org>
-kcal/kcal_manager.desktop ~ unspec ~ unspec
-kcal/kcalversion.h ~ LGPLv2h ~ Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/.krazy ~ unspec ~ unspec
-kcal/kresult.cpp ~ LGPLv2h ~ Copyright (c) 2005 Cornelius Schumacher <schumacher at kde.org>
-kcal/kresult.h ~ LGPLv2h ~ Copyright (c) 2005 Cornelius Schumacher <schumacher at kde.org>
-kcal/listbase.h ~ LGPLv2hh ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/local.desktop ~ unspec ~ unspec
-kcal/localdir.desktop ~ unspec ~ unspec
-kcal/Mainpage.dox ~ unspec ~ unspec
-kcal/Messages.sh ~ unspec ~ unspec
-kcal/period.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (c) 2007 David Jarvie <software at astrojar.org.uk>
-kcal/period.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/person.cpp ~ LGPLv2h ~ Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                            Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/person.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                          Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/qtopiaformat.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/qtopiaformat.h ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/README ~ unspec ~ unspec
-kcal/recurrence.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                Copyright (c) 2002,2006 David Jarvie <software at astrojar.org.uk>
-                                Copyright (C) 2005 Reinhold Kainhofer <kainhofer at kde.org>
-kcal/recurrence.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                              Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-                              Copyright (c) 2002,2006 David Jarvie <software at astrojar.org.uk>
-                              Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/recurrencerule.cpp ~ LGPLv2h ~ Copyright (c) 2005 Reinhold Kainhofer <reinhold at kainhofe.com>
-                                    Copyright (c) 2006,2007 David Jarvie <software at astrojar.org.uk>
-kcal/recurrencerule.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                  Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-                                  Copyright (c) 2002,2006,2007 David Jarvie <software at astrojar.org.uk>
-                                  Copyright (c) 2005, Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/resourcecachedconfig.cpp ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcecachedconfig.h ~ LGPLv2h ~ Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcecached.cpp ~ LGPLv2h ~ Copyright © 2006 by David Jarvie <software at astrojar.org.uk>
-                                    Copyright (c) 2003,2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcecached.h ~ LGPLv2h ~ Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-                                  Copyright (c) 2003,2004 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcecalendar.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                      Copyright (c) 2001-2004 Cornelius Schumacher <schumacher at kde.org>
-                                      Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                      Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/resourcecalendar.h ~ LGPLv2h ~  Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                     Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-                                     Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                     Copyright (C) 2003-2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/resourcelocalconfig.cpp ~ LGPLv2h ~ Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                         Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kcal/resourcelocalconfig.h ~ LGPLv2h ~ Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                       Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kcal/resourcelocal.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                   Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocaldirconfig.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocaldirconfig.h ~ LGPLv2h ~ Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                          Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kcal/resourcelocaldir.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocaldir.h ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocaldir_plugin.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocal.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                 Copyright (c) 2001,2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/resourcelocal_plugin.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                          Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/scheduler.cpp ~ LGPLv2h ~ Copyright (c) 2001,2004 Cornelius Schumacher <schumacher at kde.org>
-                               Copyright (C) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/scheduler.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/sortablelist.h ~ LGPLv2h ~ Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/tests/cal ~ unspec ~ unspec
-kcal/tests/CMakeLists.txt ~ unspec ~ unspec
-kcal/tests/convertqtopia.cpp ~ LGPLv2 ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/tests/createref.sh ~ unspec ~ unspec
-kcal/tests/createtestcases.pl ~ public domain
-kcal/tests/data/Compat/* ~ unspec ~ unspec
-kcal/tests/data/RecurrenceRule/* ~ unspec ~ unspec
-kcal/tests/data/resource_test_config ~ unspec ~ unspec
-kcal/tests/data/test_pilot.ics ~ unspec ~ unspec
-kcal/tests/data/vCalendar/* ~ unspec ~ unspec
-kcal/tests/incidencestest.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/tests/loadcalendar.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/tests/readandwrite.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/tests/README ~ unspec ~ unspec
-kcal/tests/runsingletestcase.pl ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                           Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/tests/testalarm.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testalarm.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testattachment.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testattachment.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testattendee.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testattendee.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalendarlocal.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalendarlocal.h ~ LGPLv2h ~     Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalendarnull.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalendarnull.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalfilter.cpp ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testcalfilter.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testduration.cpp ~ LGPLv2h ~     Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testduration.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testerrorformat.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testerrorformat.h ~ LGPLv2h ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testevent.cpp ~ LGPLv2h ~   Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testevent.h ~ LGPLv2h ~   Copyright (c) 2006-2007 Allen Winter <winter at kde.org>
-kcal/tests/testfields.cpp ~ LGPLv2h ~     Copyright (c) 2005 Adriaan de Groot <groot at kde.org>
-kcal/tests/testicaltimezones.cpp ~ LGPLv2h ~     Copyright (c) 2005-2007 David Jarvie <software at astrojar.org.uk>
-kcal/tests/testicaltimezones.h ~ LGPLv2h ~   Copyright (c) 2005 David Jarvie <software at astrojar.org.uk>
-kcal/tests/testincidencegenerator.h ~ LGPLv2 ~    Copyright (C) 2004 Till Adam <adam at kde.org>
-kcal/tests/testjournal.cpp ~ LGPLv2h ~ Copyright (C) 2007 Allen Winter <winter at kde.org>
-kcal/tests/testjournal.h ~ LGPLv2h ~ Copyright (c) 2007 Allen Winter <winter at kde.org>
-kcal/tests/testperiod.cpp ~ LGPLv2h ~ Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com>
-kcal/tests/testperiod.h ~ LGPLv2h ~ Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com>
-kcal/tests/testperson.cpp ~ LGPLv2h ~ Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testperson.h ~ LGPLv2h ~ Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testrecurprevious.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                             Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofe.com>
-kcal/tests/testrecurrence.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                          Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofe.com>
-kcal/tests/testrecurrencetype.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                              Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofe.com>
-kcal/tests/testrecurson.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                        Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofe.com>
-kcal/tests/testresource.cpp ~ LGPLv2 ~    Copyright (C) 2004 Till Adam <adam at kde.org>
-kcal/tests/testresource.h ~ LGPLv2 ~    Copyright (C) 2004 Till Adam <adam at kde.org>
-kcal/tests/testsortablelist.cpp ~ LGPLv2h ~ Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/tests/testsortablelist.h ~ LGPLv2h ~ Copyright (c) 2006 David Jarvie <software at astrojar.org.uk>
-kcal/tests/testtodo.cpp ~ LGPLv2h ~ Copyright (C) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testtodo.h ~ LGPLv2h ~ Copyright (c) 2006 Allen Winter <winter at kde.org>
-kcal/tests/testtostring.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/tests/testvcalexport.cpp ~ LGPLv2h ~ Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-                                          Copyright (C) 2005 Reinhold Kainhofer <reinhold at kainhofer.com>
-kcal/todo.cpp ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/todo.h ~ LGPLv2h ~ Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/vcaldrag.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                              Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/vcaldrag.h ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                            Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/vcalformat.cpp ~ LGPLv2h ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                                Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-kcal/vcalformat.h ~ LGPLv2 ~ Copyright (c) 1998 Preston Brown <pbrown at kde.org>
-                             Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-kcal/versit/port.h ~ Apple ~ (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-kcal/versit/readme.txt ~ unspec ~ unspec
-kcal/versit/vcc.c ~ Apple ~ (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
-                             (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-kcal/versit/vcc.h ~ LGPLv2 ~ (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-kcal/versit/vcc.y ~ Apple ~ (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-kcal/versit/vobject.c ~ LGPLv2 ~ (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-kcal/versit/vobject.h ~ Apple ~ (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-
-Files under kcal/libical/
-
-John Gray <gray at agora-net.com>
-Andrea Campi <a.campi at inet.it>
-Original author May 1998-December 2001, Eric Busboom  <eric at softwarestudio.org>
-
-The code and datafiles in this distribution are licensed under the
-Mozilla Public License. See http://www.mozilla.org/NPL/MPL-1.0.html
-for a copy of the license. Alternately, you may use libical under the
-terms of the GNU Library General Public License. See
-http://www.fsf.org/copyleft/lesser.html for a copy of the LGPL.
-
-This dual license ensures that the library can be incorporated into
-both proprietary code and GPL'd programs, and will benefit from
-improvements made by programmers in both realms. I will only accept
-changes into my version of the library if they are similarly
-dual-licensed.
-
-Portions of this distribution are (C) Copyright 1996 Apple Computer,
-Inc., AT&T Corp., International Business Machines Corporation and
-Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for
-details.
-
-Portions of this distribution are Copyright (c) 1997 Theo de
-Raadt. See the header for src/libical/vsnprintf.c for the full
-copyright statement.
-
-The directory kcal/libical contains version 0.24 of libical with KDE local
-modifications to fix some bugs and let it compile in the kdepimlibs module.
-You may obtain the original distribution from
-  http://sourceforge.net/projects/freeassociation/
-
-kcal/libical/AUTHORS ~ unspec ~ unspec
-kcal/libical/ChangeLog ~ unspec ~ unspec
-kcal/libical/CMakeLists.txt ~ unspec ~ unspec
-kcal/libical/config.h.cmake ~ unspec ~ unspec
-kcal/libical/COPYING ~ unspec ~ unspec
-kcal/libical/design-data/* ~ unspec ~ unspec
-kcal/libical/doc/* ~ unspec ~ unspec
-kcal/libical/examples/* ~ unspec ~ unspec
-kcal/libical/INSTALL ~ unspec ~ unspec
-kcal/libical/NEWS ~ unspec ~ unspec
-kcal/libical/README ~ unspec ~ unspec
-kcal/libical/README.zoneinfo ~ unspec ~ unspec
-kcal/libical/scripts/mkderivedcomponents.pl ~ MPLv1 ~   (C) COPYRIGHT 1999 Eric Busboom 
-kcal/libical/scripts/mkderivedparameters.pl ~ unspec ~ unspec
-kcal/libical/scripts/mkderivedproperties.pl ~ unspec ~ unspec
-kcal/libical/scripts/mkderivedvalues.pl ~ unspec ~ unspec
-kcal/libical/scripts/mkparameterrestrictions.pl ~ MPLv1 ~  (C) COPYRIGHT 1999 Graham Davison
-kcal/libical/scripts/mkrestrictionrecords.pl ~ MPLv1 ~  (C) COPYRIGHT 1999 Graham Davison
-kcal/libical/scripts/mkrestrictiontable.pl ~ unspec ~ unspec
-kcal/libical/scripts/readvaluesfile.pl ~ unspec ~ unspec
-kcal/libical/src/CMakeLists.txt ~ unspec ~ unspec
-kcal/libical/src/libical/astime.h ~ BSD ~ Copyright (c) 1986-2000, Hiram Clawson 
-kcal/libical/src/libical/caldate.c ~ BSD ~ Copyright (c) 1986-2000, Hiram Clawson 
-kcal/libical/src/libical/icalarray.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2001, Ximian, Inc.
-kcal/libical/src/libical/icalarray.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2001, Ximian, Inc.
-kcal/libical/src/libical/icalattach.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Andrea Campi <a.campi at inet.it>
-kcal/libical/src/libical/icalattach.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2002, Andrea Campi <a.campi at inet.it>
-kcal/libical/src/libical/icalattachimpl.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Andrea Campi <a.campi at inet.it>
-kcal/libical/src/libical/icalcomponent.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalcomponent.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalderivedparameter.c.in ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom
-kcal/libical/src/libical/icalderivedparameter.h.in ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom
-kcal/libical/src/libical/icalderivedproperty.c.in ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom, 
-kcal/libical/src/libical/icalderivedproperty.h.in ~ unspec ~  (C) COPYRIGHT 2000, Eric Busboom
-kcal/libical/src/libical/icalderivedvalue.c.in ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom
-kcal/libical/src/libical/icalderivedvalue.h.in ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom
-kcal/libical/src/libical/icalduration.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalduration.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalenums.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalenums.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalerror.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalerror.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalmemory.c ~ LGPLv2.1 ~  (C) COPYRIGHT 1999, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalmemory.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalmime.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalmime.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalparameter.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalparameter.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalparameterimpl.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalparser.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalparser.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalperiod.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalperiod.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalproperty.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalproperty.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalrecur.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalrecur.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalrestriction.c.in ~ unspec ~  (C) COPYRIGHT 2000, Eric Busboom, 
-kcal/libical/src/libical/icalrestriction.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icaltime.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icaltime.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icaltimezone.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2001, Damon Chaplin
-kcal/libical/src/libical/icaltimezone.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2001, Damon Chaplin
-kcal/libical/src/libical/icaltypes.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icaltypes.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalvalue.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalvalue.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalvalueimpl.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/icalversion.h ~ unspec ~ unspec
-kcal/libical/src/libical/pvl.c ~ unspec ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/pvl.h ~ unspec ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libicalss/icalclassify.c ~ LGPLv2.1 ~     (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libicalss/icalclassify.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>
-kcal/libical/src/libical/sspm.c ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org>, 
-                                           Copyright (c) 1994 Gisle Hannemyr.
-kcal/libical/src/libical/sspm.h ~ LGPLv2.1 ~  (C) COPYRIGHT 2000, Eric Busboom <eric at softwarestudio.org> 
-kcal/libical/src/libical/vsnprintf.c ~ BSD ~  * Copyright (c) 1997 Theo de Raadt
-kcal/libical/TEST ~ unspec ~ unspec
-kcal/libical/THANKS ~ LGPLv2 ~ are based on the decode() routine in the mimelite program, Copyright
-kcal/libical/TODO ~ unspec ~ unspec
-kcal/libical/tzdata/* ~ unspec ~ unspec
-kcal/libical/vzic-1.3/ChangeLog ~ unspec ~ unspec
-kcal/libical/vzic-1.3/Makefile ~ unspec ~ unspec
-kcal/libical/vzic-1.3/Makefile.org ~ unspec ~ unspec
-kcal/libical/vzic-1.3/README ~ unspec ~ unspec
-kcal/libical/vzic-1.3/test-vzic.c ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                              Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic.c ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                              Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-dump.c ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                              Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-dump.h ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                              Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-dump.pl ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                               Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic.h ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                         Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-merge.pl ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                                Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-output.c ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                                Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-output.h ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                                Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-parse.c ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                               Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-parse.h ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                               Copyright (C) 2003 Damon Chaplin.
-kcal/libical/vzic-1.3/vzic-test.pl ~ LGPLv2h ~ Copyright (C) 2000-2001 Ximian, Inc.
-                                               Copyright (C) 2003 Damon Chaplin.
-kcal/libical/zoneinfo/* ~ unspec ~ unspec
-
-Files under kimap/
-
-kimap/CMakeLists.txt ~ unspec ~ unspec
-kimap/kimap_export.h ~ LGPLv2 ~   Copyright (c) 2007 Allen Winter <winter at kde.org>
-kimap/Mainpage.dox ~ unspec ~ unspec
-kimap/rfccodecs.cpp ~ LGPLv2 ~  *   Copyright (C) 2000 s.carstens at gmx.de
-kimap/rfccodecs.h ~ LGPLv2 ~  *   Copyright (C) 2000 s.carstens at gmx.de
-kimap/tests/CMakeLists.txt ~ unspec ~ unspec
-kimap/tests/testrfccodecs.cpp ~ LGPLv2 ~    Copyright (C) 2007 Tom Albers <tomalbers at kde.nl>
-                                            Copyright (c) 2007 Allen Winter <winter at kde.org>
-kimap/tests/testrfccodecs.h ~ LGPLv2 ~     Copyright (c) 2007 Allen Winter <winter at kde.org>
-
-Files under kldap/
-
-kldap/ber.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ber.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/CMakeLists.txt ~ unspec ~ unspec
-kldap/kldap_config.h.cmake ~ unspec ~ unspec
-kldap/kldap_export.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapconfigwidget.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapconfigwidget.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapconnection.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapconnection.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapcontrol.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapcontrol.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapdefs.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapdn.cpp ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapdn.h ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodel.cpp ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodel.h ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodel_p.cpp ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodel_p.h ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodeltreeitem_p.cpp ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapmodeltreeitem_p.h ~ LGPLv2 ~   Copyright (c) 2006 Sean Harmer <sh at theharmers.co.uk>
-kldap/ldapobject.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapobject.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapoperation.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapoperation.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapsearch.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapsearch.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapserver.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapserver.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapurl.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldapurl.h ~ LGPLv2 ~     Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldif.cpp ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/ldif.h ~ LGPLv2 ~   Copyright (c) 2004-2006 Szombathelyi György <gyurco at freemail.hu>
-kldap/Mainpage.dox ~ unspec ~ unspec
-kldap/Messages.sh ~ unspec ~ unspec
-kldap/tests/CMakeLists.txt ~ unspec ~ unspec
-kldap/tests/testkldap.cpp ~ LGPLv2 ~   Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kldap/tests/testkldap.h ~ LGPLv2 ~   Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kldap/tests/testurl.txt.tmpl ~ unspec ~ unspec
-
-Files under kmime/
-
-Developers:
-* Marc Mutz <mutz at kde.org>
-  Current maintainer
-
-* Christian Thurner <cthurner at freepage.de>
-  Original author of KNode
-
-* Christian Gebauer
-  Original author
-
-Current Contributers:
-* Tom Albers <tomalbers at kde.nl>
-
-Developers, which may have contributed code:
-(please tell me)
-* Mathias Waack <mathias at atoll-net.de>
-* Dirk Mueller <mueller at kde.org>
-* Matthias Kalle Dalheimer <kalle at kde.org>
-
-Maintainers: Marc Mutz <mutz at kde.org>
-             Christian Gebauer
-             Christian Thurner
-
-License: LGPL
-
-kmime/AUTHORS ~ unspec ~ unspec
-kmime/boolflags.cpp ~ LGPLv2 ~   Copyright (c) 1999-2001 the KMime authors.
-kmime/boolflags.h ~ LGPLv2 ~     Copyright (c) 1999-2001 the KMime authors.
-kmime/CLASSTREE.bodyparts ~ unspec ~ unspec
-kmime/CLASSTREE.headers ~ unspec ~ unspec
-kmime/CMakeLists.txt ~ unspec ~ unspec
-kmime/config-kmime.h.cmake ~ unspec ~ unspec
-kmime/DESIGN.kmime ~ unspec ~ unspec
-kmime/kautodeletehash.cpp ~ LGPLv2 ~     Copyright (c) 2005 Ingo Kloecker <kloecker at kde.org>
-kmime/kautodeletehash.h ~ LGPLv2 ~     Copyright (c) 2005 Ingo Kloecker <kloecker at kde.org>
-kmime/kmime_charfreq.cpp ~ LGPLv2 ~   Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_charfreq.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_base64.cpp ~ LGPLv2 ~     Copyright (c) 2001 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_base64.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_identity.cpp ~ LGPLv2 ~     Copyright (c) 2004 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_identity.h ~ LGPLv2 ~     Copyright (c) 2004 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_qp.cpp ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_qp.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codecs.cpp ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codecs.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_uuencode.cpp ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_codec_uuencode.h ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_content.cpp ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-                                       Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/kmime_content.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-                                     Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/kmime_contentindex.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-kmime/kmime_contentindex.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-kmime/kmime_content_p.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-kmime/kmime_dateformatter.cpp ~ LGPLv2 ~   Copyright (c) 2001 the KMime authors.
-kmime/kmime_dateformatter.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_export.h ~ LGPLv2 ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kmime/kmime_header_parsing.cpp ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_header_parsing.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_headers.cpp ~ LGPLv2 ~     Copyright (c) 2001-2002 the KMime authors.
-                                       Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/kmime_headers.h ~ LGPLv2 ~     Copyright (c) 2001-2002 the KMime authors.
-                                     Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/kmime_headers_p.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-kmime/kmime_mdn.cpp ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_mdn.h ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_message.cpp ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_message.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_message_p.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-kmime/kmime_newsarticle.cpp ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_newsarticle.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_parsers.cpp ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_parsers.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_util.cpp ~ LGPLv2 ~   Copyright (c) 2001 the KMime authors.
-kmime/kmime_util.h ~ LGPLv2 ~     Copyright (c) 2001 the KMime authors.
-kmime/kmime_version.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/kmime_warning.h ~ LGPLv2 ~     Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
-kmime/Mainpage.dox ~ unspec ~ unspec
-kmime/Messages.sh ~ unspec ~ unspec
-kmime/README ~ unspec ~ unspec
-kmime/tests/CMakeLists.txt ~ unspec ~ unspec
-kmime/tests/contentindextest.cpp ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/contentindextest.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/data/codec_base64/basic-decode.base64 ~ unspec ~ unspec
-kmime/tests/data/codec_base64/basic-decode.base64.expected ~ unspec ~ unspec
-kmime/tests/data/codec_base64/basic-encode ~ unspec ~ unspec
-kmime/tests/data/codec_base64/basic-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_base64/corrupt.base64 ~ unspec ~ unspec
-kmime/tests/data/codec_base64/corrupt.base64.expected ~ unspec ~ unspec
-kmime/tests/data/codec_base64/very_small ~ unspec ~ unspec
-kmime/tests/data/codec_base64/very_small.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/basic-decode.b ~ unspec ~ unspec
-kmime/tests/data/codec_b/basic-decode.b.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/basic-encode ~ unspec ~ unspec
-kmime/tests/data/codec_b/basic-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/null-decode.b ~ unspec ~ unspec
-kmime/tests/data/codec_b/null-decode.b.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/null-encode ~ unspec ~ unspec
-kmime/tests/data/codec_b/null-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding0 ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding0.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding1 ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding1.expected ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding2 ~ unspec ~ unspec
-kmime/tests/data/codec_b/padding2.expected ~ unspec ~ unspec
-kmime/tests/data/codec_q/all-encoded.q ~ unspec ~ unspec
-kmime/tests/data/codec_q/all-encoded.q.expected ~ unspec ~ unspec
-kmime/tests/data/codec_q/basic-encode ~ unspec ~ unspec
-kmime/tests/data/codec_q/basic-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_q/nothing-encoded.q ~ unspec ~ unspec
-kmime/tests/data/codec_q/nothing-encoded.q.expected ~ unspec ~ unspec
-kmime/tests/data/codec_q/null-decode.q ~ unspec ~ unspec
-kmime/tests/data/codec_q/null-decode.q.expected ~ unspec ~ unspec
-kmime/tests/data/codec_q/null-encode ~ unspec ~ unspec
-kmime/tests/data/codec_q/null-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/basic-decode.quoted-printable ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/basic-decode.quoted-printable.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/basic-encode ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/basic-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt2.quoted-printable ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt2.quoted-printable.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt3.quoted-printable ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt3.quoted-printable.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt4.quoted-printable ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt4.quoted-printable.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt.quoted-printable ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/corrupt.quoted-printable.expected ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/wrap ~ unspec ~ unspec
-kmime/tests/data/codec_quoted-printable/wrap.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/all-encoded.x-kmime-rfc2231 ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/all-encoded.x-kmime-rfc2231.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/basic-encode ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/basic-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/nothing-encoded.x-kmime-rfc2231 ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/nothing-encoded.x-kmime-rfc2231.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/null-decode.x-kmime-rfc2231 ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/null-decode.x-kmime-rfc2231.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/null-encode ~ unspec ~ unspec
-kmime/tests/data/codec_x-kmime-rfc2231/null-encode.expected ~ unspec ~ unspec
-kmime/tests/data/codec_x-uuencode/basic-decode.x-uuencode ~ unspec ~ unspec
-kmime/tests/data/codec_x-uuencode/basic-decode.x-uuencode.expected ~ unspec ~ unspec
-kmime/tests/gen_decode_map.pl ~ unspec ~ unspec
-kmime/tests/headertest.cpp ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/tests/headertest.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-kmime/tests/kmime_content_test.cpp ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/kmime_content_test.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/kmime_message_test.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-kmime/tests/kmime_message_test.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-kmime/tests/kmime_util_test.cpp ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/kmime_util_test.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/rfc2047test.cpp ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/rfc2047test.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kmime/tests/run_codec_tests ~ unspec ~ unspec
-kmime/tests/test_charfreq.cpp ~ unspec ~ unspec
-kmime/tests/test_dates.cpp ~ unspec ~ unspec
-kmime/tests/test_kmime_codec.cpp ~ unspec ~ unspec
-kmime/tests/test_kmime_header_parsing.cpp ~ unspec ~ unspec
-kmime/tests/test_mdn.cpp ~ unspec ~ unspec
-kmime/TODO ~ unspec ~ unspec
-
-Files under kpimidentities/
-
-kpimidentities/CMakeLists.txt ~ unspec ~ unspec
-kpimidentities/identitycombo.cpp ~ LGPLv2 ~   Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kpimidentities/identitycombo.h ~ LGPLv2 ~   Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kpimidentities/identity.cpp ~ LGPLv2 ~     Copyright (c) 2002-2004 Marc Mutz <mutz at kde.org>
-                                           Copyright (c) 2007 Tom Albers <tomalbers at kde.nl>
-kpimidentities/identity.h ~ LGPLv2 ~     Copyright (c) 2002-2004 Marc Mutz <mutz at kde.org>
-                                         Copyright (c) 2007 Tom Albers <tomalbers at kde.nl>
-kpimidentities/identitymanager.cpp ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kpimidentities/identitymanager.h ~ LGPLv2 ~     Copyright (c) 2002 Marc Mutz <mutz at kde.org>
-kpimidentities/kpimidentities_export.h ~ LGPLv2 ~     Copyright (C) 2007 David Faure <faure at kde.org>
-kpimidentities/Mainpage.dox ~ unspec ~ unspec
-kpimidentities/Messages.sh ~ unspec ~ unspec
-kpimidentities/org.kde.pim.IdentityManager.xml ~ unspec ~ unspec
-kpimidentities/PORT ~ unspec ~ unspec
-kpimidentities/signature.cpp ~ LGPLv2 ~     Copyright (c) 2002-2004 Marc Mutz <mutz at kde.org>
-                                            Copyright (c) 2007 Tom Albers <tomalbers at kde.nl>
-kpimidentities/signature.h ~ LGPLv2 ~     Copyright (c) 2002-2004 Marc Mutz <mutz at kde.org>
-                                          Copyright (c) 2007 Tom Albers <tomalbers at kde.nl>
-
-Files under kpimutils/
-
-kpimutils/CMakeLists.txt ~ unspec ~ unspec
-kpimutils/email.cpp ~ LGPLv2 ~   Copyright (c) 2004 Matt Douhan <matt at fruitsalad.org>
-kpimutils/email.h ~ LGPLv2 ~   Copyright (c) 2004 Matt Douhan <matt at fruitsalad.org>
-kpimutils/kfileio.cpp ~ LGPLv2 ~   Copyright (c) 2005 Tom Albers <tomalbers at kde.nl>
-                                   Copyright (c) 1997-1999 Stefan Taferner <taferner at kde.org>
-kpimutils/kfileio.h ~ LGPLv2 ~   Copyright (c) 2005 Tom Albers <tomalbers at kde.nl>
-                                 Copyright (c) 1997-1999 Stefan Taferner <taferner at kde.org>
-kpimutils/kpimutils_export.h ~ LGPLv2 ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kpimutils/linklocator.cpp ~ LGPLv2 ~   Copyright (c) 2002 Dave Corrie <kde at davecorrie.com>
-kpimutils/linklocator.h ~ LGPLv2 ~   Copyright (c) 2002 Dave Corrie <kde at davecorrie.com>
-kpimutils/Mainpage.dox ~ unspec ~ unspec
-kpimutils/Messages.sh ~ unspec ~ unspec
-kpimutils/pimemoticons.kcfg ~ LGPLv2 ~ unspec
-kpimutils/pimemoticons.kcfgc ~ unspec ~ unspec
-kpimutils/spellingfilter.cpp ~ LGPLv2 ~  * Copyright (c) 2002 Dave Corrie <kde at davecorrie.com>
-kpimutils/spellingfilter.h ~ LGPLv2 ~  * Copyright (c) 2002 Dave Corrie <kde at davecorrie.com>
-kpimutils/tests/CMakeLists.txt ~ unspec ~ unspec
-kpimutils/tests/testemail.cpp ~ LGPLv2 ~    Copyright (C) 2004 David Faure <faure at kde.org>
-kpimutils/tests/testlinklocator.cpp ~ LGPLv2 ~   Copyright (C) 2005 Ingo Kloecker <kloecker at kde.org>
-                                                 Copyright (C) 2007 Allen Winter <winter at kde.org>
-kpimutils/tests/testlinklocator.h ~ LGPLv2 ~   Copyright (c) 2007 Allen Winter <winter at kde.org>
-
-Files under kresources/
-
-kresources/CHECKLIST ~ unspec ~ unspec
-kresources/CMakeLists.txt ~ unspec ~ unspec
-kresources/configdialog.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                           Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                           Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/configdialog.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                         Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kresources/configpage.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                         Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                         Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/configpage.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                       Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                       Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/configwidget.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                           Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                           Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/configwidget.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                         Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kresources/factory.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                      Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                      Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/factory.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                    Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                    Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/idmapper.cpp ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-                                       Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kresources/idmapper.h ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-                                     Copyright (c) 2004 Cornelius Schumacher <schumacher at kde.org>
-kresources/kcmkresources.cpp ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kresources/kcmkresources.h ~ LGPLv2 ~     Copyright (c) 2003 Tobias Koenig <tokoe at kde.org>
-kresources/kresources.desktop ~ unspec ~ unspec
-kresources/kresources_export.h ~ LGPLv2 ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-kresources/kresources_manager.desktop ~ unspec ~ unspec
-kresources/kresources_plugin.desktop ~ unspec ~ unspec
-kresources/Mainpage.dox ~ unspec ~ unspec
-kresources/manager.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                    Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                    Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/managerimpl.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                          Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                          Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/managerimpl.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                        Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                        Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/Messages.sh ~ unspec ~ unspec
-kresources/org.kde.KResourcesManager.xml ~ unspec ~ unspec
-kresources/README.design ~ unspec ~ unspec
-kresources/resource.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                       Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                       Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/resource.h ~ LGPLv2 ~     Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                                     Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-kresources/selectdialog.cpp ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                           Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                           Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/selectdialog.h ~ LGPLv2 ~     Copyright (c) 2002 Tobias Koenig <tokoe at kde.org>
-                                         Copyright (c) 2002 Jan-Pascal van Best <janpascal at vanbest.org>
-                                         Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/tests/CMakeLists.txt ~ unspec ~ unspec
-kresources/tests/idmappertest.cpp ~ LGPLv2 ~     Copyright (c) 2004 Tobias Koenig <tokoe at kde.org>
-kresources/tests/idmappertest.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <volker.krause at rwth-aachen.de>
-kresources/tests/testresources.cpp ~ LGPLv2 ~     Copyright (c) 2003 Cornelius Schumacher <schumacher at kde.org>
-kresources/TODO ~ unspec ~ unspec
-
-Files under ktnef/
-
-Authors: Michael Goffioul <kdeprint at swing.be>
-         Bo Thorsen <bo at sonofthor.dk>
-
-ktnef/AUTHORS ~ unspec ~ unspec
-ktnef/CMakeLists.txt ~ unspec ~ unspec
-ktnef/formatter.cpp ~ LGPLv2 ~     Copyright (c) 2001 Cornelius Schumacher <schumacher at kde.org>
-                                   Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-                                   Copyright (c) 2005 Rafal Rzepecki <divide at users.sourceforge.net>
-ktnef/formatter.h ~ LGPLv2 ~     Copyright (c) 2001-2003 Cornelius Schumacher <schumacher at kde.org>
-                                 Copyright (c) 2004 Reinhold Kainhofer <reinhold at kainhofer.com>
-ktnef/ktnefattach.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefattach.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefdefs.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnef_export.h ~ LGPLv2 ~   Copyright (c) 2006 Allen Winter <winter at kde.org>
-ktnef/ktnefmessage.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefmessage.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefparser.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefparser.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefproperty.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefproperty.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefpropertyset.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefpropertyset.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/ktnefwriter.cpp ~ LGPLv2 ~     Copyright (C) 2002 Bo Thorsen  <bo at sonofthor.dk>
-ktnef/ktnefwriter.h ~ LGPLv2 ~     Copyright (C) 2002 Bo Thorsen  <bo at sonofthor.dk>
-ktnef/lzfu.cpp ~ LGPLv2 ~     Copyright (C) 2003 Michael Goffioul <kdeprint at swing.be>
-ktnef/lzfu.h ~ LGPLv2 ~     Copyright (C) 2003 Michael Goffioul <kdeprint at swing.be>
-ktnef/Mainpage.dox ~ unspec ~ unspec
-ktnef/mapi.cpp ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/mapi.h ~ LGPLv2 ~     Copyright (C) 2002 Michael Goffioul <kdeprint at swing.be>
-ktnef/Messages.sh ~ unspec ~ unspec
-ktnef/tests/CMakeLists.txt ~ unspec ~ unspec
-ktnef/tests/config-ktnef-tests.h.cmake ~ unspec ~ unspec
-ktnef/tests/mapi_attach_data_obj.tnef ~ LGPLv2 ~ Fichier binaire ktnef/tests/mapi_attach_data_obj.tnef concorde
-ktnef/tests/one-file.tnef ~ unspec ~ unspec
-ktnef/tests/parsertest.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-ktnef/tests/parsertest.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-ktnef/tests/README ~ unspec ~ unspec
-ktnef/tests/two-files.tnef ~ LGPLv2 ~ unspec
-
-Files under kxmlrpcclient/
-
-kxmlrpcclient is BSD licensed.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-kxmlrpcclient/client.cpp ~ BSD ~  *   Copyright (C) 2003 - 2004 by Frerich Raabe <raabe at kde.org>               *
-                                  *   Copyright (C) 2006 by Narayan Newton <narayannewton at gmail.com>           *
-kxmlrpcclient/client.h ~ BSD ~  *   Copyright (C) 2003 - 2004 by Frerich Raabe <raabe at kde.org>               *
-                                *   Copyright (C) 2006 by Narayan Newton <narayannewton at gmail.com>           *
-kxmlrpcclient/CMakeLists.txt ~ unspec ~ unspec
-kxmlrpcclient/kxmlrpcclient_export.h ~ BSD ~  *   Copyright (C) 2006 by Narayan Newton <narayannewton at gmail.com>           *
-kxmlrpcclient/Mainpage.dox ~ unspec ~ unspec
-kxmlrpcclient/Messages.sh ~ unspec ~ unspec
-kxmlrpcclient/query.cpp ~ BSD ~  *   Copyright (C) 2003 - 2004 by Frerich Raabe <raabe at kde.org>               *
-                                 *   Copyright (C) 2006 by Narayan Newton <narayannewton at gmail.com>           *
-kxmlrpcclient/query.h ~ BSD ~  *   Copyright (C) 2003 - 2004 by Frerich Raabe <raabe at kde.org>               *
-                               *   Copyright (C) 2006 by Narayan Newton <narayannewton at gmail.com>           *
-kxmlrpcclient/tests/CMakeLists.txt ~ unspec ~ unspec
-kxmlrpcclient/tests/testclient.cpp ~ BSD ~     Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com> 
-kxmlrpcclient/tests/testclient.h ~ BSD ~     Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com> 
-kxmlrpcclient/tests/testquery.cpp ~ BSD ~     Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com> 
-kxmlrpcclient/tests/testquery.h ~ BSD ~     Copyright (c) 2006 Narayan Newton <narayannewton at gmail.com> 
-
-Files under mailtransport/
-
-mailtransport/CMakeLists.txt ~ unspec ~ unspec
-mailtransport/configmodule.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-mailtransport/configmodule.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-mailtransport/kcm_mailtransport.desktop ~ unspec ~ unspec
-mailtransport/kconf_update/CMakeLists.txt ~ unspec ~ unspec
-mailtransport/kconf_update/mailtransports.upd ~ unspec ~ unspec
-mailtransport/kconf_update/migrate-transports.pl ~ LGPLv2 ~ # Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-mailtransport/legacydecrypt.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                               Copyright (c) 1999-2005 the KNode authors. // krazy:exclude=copyright
-mailtransport/legacydecrypt.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                             Copyright (c) 1999-2005 the KNode authors. // krazy:exclude=copyright
-mailtransport/mailtransport_defs.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/mailtransport_export.h ~ LGPLv2 ~     Copyright (c) 2006 Volker Krause <vkrause at kde.org>
-mailtransport/mailtransport.kcfg ~ unspec ~ unspec
-mailtransport/Mainpage.dox ~ unspec ~ unspec
-mailtransport/Messages.sh ~ unspec ~ unspec
-mailtransport/precommandjob.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                               Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-                                               Copyright (c) 2000-2002 Michael Haeckel <haeckel at kde.org>
-mailtransport/precommandjob.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                             Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-                                             Copyright (c) 2000-2002 Michael Haeckel <haeckel at kde.org>
-mailtransport/sendmailjob.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                             Copyright (c) 2007 KovoKs <kovoks at kovoks.nl>
-                                             Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-mailtransport/sendmailjob.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                           Copyright (c) 2007 KovoKs <kovoks at kovoks.nl>
-                                           Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-mailtransport/sendmailsettings.ui ~ unspec ~ unspec
-mailtransport/servertest.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                            Copyright (C) 2007 KovoKs <info at kovoks.nl>
-mailtransport/servertest.h ~ LGPLv2 ~     Copyright (C) 2007 KovoKs <info at kovoks.nl>
-mailtransport/smtpjob.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                         Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-mailtransport/smtpjob.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-                                       Copyright (c) 1996-1998 Stefan Taferner <taferner at kde.org>
-mailtransport/smtpsettings.ui ~ unspec ~ unspec
-mailtransport/socket.cpp ~ LGPLv2 ~     Copyright (C) 2006-2007 KovoKs <info at kovoks.nl>
-mailtransport/socket.h ~ LGPLv2 ~     Copyright (C) 2006-2007 KovoKs <info at kovoks.nl>
-mailtransport/tests/CMakeLists.txt ~ unspec ~ unspec
-mailtransport/tests/transportmgr.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/tests/transportmgr.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/TODO ~ unspec ~ unspec
-mailtransport/transportbase.kcfgc ~ unspec ~ unspec
-mailtransport/transportcombobox.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportcombobox.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportconfigdialog.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                       Copyright (c) 2007 KovoKs <kovoks at kovoks.nl>
-                                                       Copyright (c) 2001-2002 Michael Haeckel <haeckel at kde.org>
-mailtransport/transportconfigdialog.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                     Copyright (c) 2001-2002 Michael Haeckel <haeckel at kde.org>
-mailtransport/transport.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transport.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportjob.cpp ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportjob.h ~ LGPLv2 ~     Copyright (c) 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportmanagementwidget.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                           Copyright (C) 2001-2003 Marc Mutz <mutz at kde.org>
-mailtransport/transportmanagementwidget.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                         Copyright (C) 2001-2003 Marc Mutz <mutz at kde.org>
-mailtransport/transportmanagementwidget.ui ~ unspec ~ unspec
-mailtransport/transportmanager.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transportmanager.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-mailtransport/transporttypedialog.cpp ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                     Copyright (C) 2001-2003 Marc Mutz <mutz at kde.org>
-mailtransport/transporttypedialog.h ~ LGPLv2 ~     Copyright (c) 2006 - 2007 Volker Krause <vkrause at kde.org>
-                                                   Copyright (C) 2001-2003 Marc Mutz <mutz at kde.org>
-mailtransport/transporttypedialog.ui ~ unspec ~ unspec
-
-Files under qgpgme/
-
-qgpgme/CMakeLists.txt ~ unspec ~ unspec
-qgpgme/dataprovider.cpp ~ LGPLv2 ~    Copyright (C) 2004 Klar�vdalens Datakonsult AB
-qgpgme/dataprovider.h ~ LGPLv2 ~    Copyright (C) 2004 Klarälvdalens Datakonsult AB
-qgpgme/eventloopinteractor.cpp ~ LGPLv2 ~    Copyright (C) 2003 Klarälvdalens Datakonsult AB
-qgpgme/eventloopinteractor.h ~ LGPLv2 ~    Copyright (C) 2003 Klarälvdalens Datakonsult AB
-qgpgme/Mainpage.dox ~ unspec ~ unspec
-qgpgme/Messages.sh ~ unspec ~ unspec
-qgpgme/qgpgme_export.h ~ LGPLv2 ~     Copyright (C) 2007 David Faure <faure at kde.org>
-qgpgme/tests/CMakeLists.txt ~ unspec ~ unspec
-qgpgme/tests/dataprovidertest.cpp ~ LGPLv2 ~    Copyright (C) 2004 Klarälvdalens Datakonsult AB
-
-Files under syndication/
-
-The unit tests are partially based on the feedparser test suite by Mark Pilgrim.
-In these test files, the copyright holder is mentioned as 
-
-"Copyright: Mark Pilgrim (feed parser test suite)".
-
-The following copyright and license block applies:
-
------ begin license block -----
-
-Copyright (c) 2002-2005, Mark Pilgrim
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
------ end license block -----
-
-For test cases with copyright header 
-
-"Copyright: Frank Osterfeld (libsyndication)"
-
-the following license applies:
-
------ begin license block -----
-
-Copyright (c) 2006, Frank Osterfeld
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
------ end license block -----
-
-For all other unit tests without explicit copyright headers,
-where the content is taken from real-world feeds,
-the copyright holders are the respective feed authors.
-See the respective <copyright>, <rights> and <dc:rights> tags for details.
-
-syndication/abstractparser.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/abstractparser.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/atom.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/atomtools.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/atomtools.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/category.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/category.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/CMakeLists.txt ~ unspec ~ unspec
-syndication/atom/constants.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/constants.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/content.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/content.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/document.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/document.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/entry.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/entry.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/generator.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/generator.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/link.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/link.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/Mainpage.dox ~ unspec ~ unspec
-syndication/atom/parser.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/parser.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/person.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/person.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/source.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/atom/source.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/category.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/category.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/CMakeLists.txt ~ unspec ~ unspec
-syndication/constants.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/constants.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/dataretriever.cpp ~ LGPLv2 ~  * Copyright (c) 2001, 2002, 2003 Frerich Raabe <raabe at kde.org>
-syndication/dataretriever.h ~ LGPLv2 ~  * Copyright (c) 2001, 2002, 2003 Frerich Raabe <raabe at kde.org>
-syndication/documentsource.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/documentsource.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/documentvisitor.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/documentvisitor.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/elementwrapper.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/elementwrapper.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/enclosure.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/enclosure.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/feed.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/feed.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/global.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/global.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/image.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/image.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/item.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/item.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/ksyndication_export.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/loader.cpp ~ LGPLv2 ~  * Copyright (c) 2001, 2002, 2003 Frerich Raabe <raabe at kde.org>
-syndication/loader.h ~ LGPLv2 ~  * Copyright (c) 2001, 2002, 2003 Frerich Raabe <raabe at kde.org>
-syndication/Mainpage.dox ~ unspec ~ unspec
-syndication/mapper/categoryatomimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/categoryatomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/categoryrss2impl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/categoryrss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/CMakeLists.txt ~ unspec ~ unspec
-syndication/mapper/enclosureatomimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/enclosureatomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/enclosurerss2impl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/enclosurerss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedatomimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedatomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedrdfimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedrdfimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedrss2impl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/feedrss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/imageatomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/imagerdfimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/imagerdfimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/imagerss2impl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/imagerss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itematomimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itematomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itemrdfimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itemrdfimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itemrss2impl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/itemrss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/mapperatomimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/mapperrdfimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/mapper/mapperrss2impl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/parsercollection.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/parsercollectionimpl.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/person.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/person.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/personimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/personimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/CMakeLists.txt ~ unspec ~ unspec
-syndication/rdf/contentvocab.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/contentvocab.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/document.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/document.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/dublincore.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/dublincore.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/dublincorevocab.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/dublincorevocab.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/image.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/image.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/item.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/item.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/literal.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/literal.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/Mainpage.dox ~ unspec ~ unspec
-syndication/rdf/model.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/model.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/modelmaker.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/modelmaker.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/node.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/node.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/nodevisitor.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/nodevisitor.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/parser.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/parser.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/property.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/property.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/rdf.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/rdfvocab.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/rdfvocab.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/resource.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/resource.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/resourcewrapper.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/resourcewrapper.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/rssvocab.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/rssvocab.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/sequence.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/sequence.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/statement.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/statement.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/syndicationinfo.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/syndicationinfo.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/syndicationvocab.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/syndicationvocab.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/textinput.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rdf/textinput.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/category.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/category.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/cloud.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/cloud.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/CMakeLists.txt ~ unspec ~ unspec
-syndication/rss2/document.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/document.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/enclosure.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/enclosure.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/image.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/image.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/item.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/item.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/Mainpage.dox ~ unspec ~ unspec
-syndication/rss2/parser.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/parser.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/rss2.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/source.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/source.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/textinput.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/textinput.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/tools_p.cpp ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/rss2/tools_p.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificdocument.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificdocument.h ~ LGPLv2 ~  * Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificitem.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificitem.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificitemvisitor.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/specificitemvisitor.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/syndication.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/additional/README ~ unspec ~ unspec
-syndication/tests/atom/atom10_authors_and_contributors.xml ~ LGPLv2 ~ <!-- Copyright: Frank Osterfeld (libsyndication). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_authors_and_contributors.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_category.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_category.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_content.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_content.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_id.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_id.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_link.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_link.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_summary.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_summary.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_entry_title.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_entry_title.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_feed_generator.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_generator.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_feed_icon.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_icon.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_feed_logo.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_logo.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/atom10_feed_rights_escaped_markup.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_rights_escaped_markup.xml.expected ~ LGPLv2 ~ copyright: #Example <b>Atom</b>#
-syndication/tests/atom/atom10_feed_rights_inline_markup_2.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_rights_inline_markup_2.xml.expected ~ LGPLv2 ~ copyright: #<div xmlns="http://www.w3.org/1999/xhtml">History of the &lt;blink> tag</div>#
-syndication/tests/atom/atom10_feed_rights_inline_markup.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_rights_inline_markup.xml.expected ~ LGPLv2 ~ copyright: #<div xmlns="http://www.w3.org/1999/xhtml">Example <b xmlns="http://www.w3.org/1999/xhtml">Atom</b>
-syndication/tests/atom/atom10_feed_rights_text.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_rights_text.xml.expected ~ LGPLv2 ~ copyright: #A &amp; B. The history of the &lt;blink&gt; tag#
-syndication/tests/atom/atom10_feed_rights.xml ~ LGPLv2 ~ <!-- Copyright: Mark Pilgrim (feed parser test suite). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_feed_rights.xml.expected ~ LGPLv2 ~ copyright: #A &amp; B. The history of the &lt;blink&gt; tag#
-syndication/tests/atom/atom10_relative_uris.xml ~ LGPLv2 ~ <!-- Copyright: Frank Osterfeld (libsyndication). See LICENSE.UNITTESTS for details. -->
-syndication/tests/atom/atom10_relative_uris.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/bildblog.xml ~ LGPLv2 ~ 	<copyright>Copyright 2006</copyright>
-syndication/tests/atom/bildblog.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2006#
-syndication/tests/atom/blogspot.com_heimwege.xml ~ unspec ~ unspec
-syndication/tests/atom/blogspot.com_heimwege.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/blogspot.com-plaintext.xml ~ unspec ~ unspec
-syndication/tests/atom/blogspot.com-plaintext.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/qtblog.xml ~ unspec ~ unspec
-syndication/tests/atom/qtblog.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/rssowl.org.xml ~ unspec ~ unspec
-syndication/tests/atom/rssowl.org.xml.expected ~ unspec ~ unspec
-syndication/tests/atom/wordpress2_atom03_example.xml ~ LGPLv2 ~ 	<copyright>Copyright 2006</copyright>
-syndication/tests/atom/wordpress2_atom03_example.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2006#
-syndication/tests/benchmark.cpp ~ LGPLv2 ~     Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/CMakeLists.txt ~ unspec ~ unspec
-syndication/tests/fetchFeeds.rb ~ unspec ~ unspec
-syndication/tests/getUrlsFromOPML.rb ~ unspec ~ unspec
-syndication/tests/LICENSE.UNITTESTS ~ unspec ~ unspec
-syndication/tests/rdf/don.antville.org.xml ~ LGPLv2 ~     <dc:rights>Copyright &#169; 2006 DonDahlmann</dc:rights>
-syndication/tests/rdf/don.antville.org.xml.expected ~ unspec ~ unspec
-syndication/tests/rdf/heise.de-newsticker.xml ~ unspec ~ unspec
-syndication/tests/rdf/heise.de-newsticker.xml.expected ~ unspec ~ unspec
-syndication/tests/rdf/laut.de.xml ~ LGPLv2 ~ <dc:rights>Copyright &#169; 2004 laut.de</dc:rights>
-syndication/tests/rdf/laut.de.xml.expected ~ LGPLv2 ~ copyright: #Copyright © 2004 laut.de#
-syndication/tests/rdf/rss090_channel_title.xml ~ unspec ~ unspec
-syndication/tests/rdf/rss090_channel_title.xml.expected ~ unspec ~ unspec
-syndication/tests/rdf/rss090_item_title.xml ~ unspec ~ unspec
-syndication/tests/rdf/rss090_item_title.xml.expected ~ unspec ~ unspec
-syndication/tests/rdf/security_debian.rdf.xml ~ unspec ~ unspec
-syndication/tests/rdf/security_debian.rdf.xml.expected ~ unspec ~ unspec
-syndication/tests/rdf/slashdot.xml ~ LGPLv2 ~ <dc:rights>Copyright 1997-2004, OSTG - Open Source Technology Group, Inc.  All Rights Reserved.</dc:rights>
-syndication/tests/rdf/slashdot.xml.expected ~ LGPLv2 ~ copyright: #Copyright 1997-2004, OSTG - Open Source Technology Group, Inc.  All Rights Reserved.#
-syndication/tests/rdf/tagesschau.de.xml ~ unspec ~ unspec
-syndication/tests/rdf/tagesschau.de.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/akregator_blog_rss2.xml ~ unspec ~ unspec
-syndication/tests/rss2/akregator_blog_rss2.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/arstechnica.xml ~ LGPLv2 ~     <copyright>Copyright 1997-2006 Ars Technica, LLC</copyright>
-syndication/tests/rss2/arstechnica.xml.expected ~ LGPLv2 ~ copyright: #Copyright 1997-2006 Ars Technica, LLC#
-syndication/tests/rss2/chaosradio-podcast.xml ~ LGPLv2 ~     <copyright>Chaos Computer Club</copyright>
-syndication/tests/rss2/chaosradio-podcast.xml.expected ~ LGPLv2 ~ copyright: #Chaos Computer Club#
-syndication/tests/rss2/cia_osterfeld.xml ~ unspec ~ unspec
-syndication/tests/rss2/cia_osterfeld.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/content-f.xml ~ unspec ~ unspec
-syndication/tests/rss2/content-f.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/content-g.xml ~ unspec ~ unspec
-syndication/tests/rss2/content-g.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/corante.com_many.xml ~ LGPLv2 ~ <copyright>Copyright 2006</copyright>
-syndication/tests/rss2/corante.com_many.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2006#
-syndication/tests/rss2/desc-a.xml ~ unspec ~ unspec
-syndication/tests/rss2/desc-a.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/desc-b.xml ~ unspec ~ unspec
-syndication/tests/rss2/desc-b.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/desc-c.xml ~ unspec ~ unspec
-syndication/tests/rss2/desc-c.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/desc-d.xml ~ unspec ~ unspec
-syndication/tests/rss2/desc-d.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/desc-e.xml ~ unspec ~ unspec
-syndication/tests/rss2/desc-e.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/enclosure.xml ~ unspec ~ unspec
-syndication/tests/rss2/enclosure.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/feedster_search_akregator.xml ~ unspec ~ unspec
-syndication/tests/rss2/feedster_search_akregator.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/inhabitat.xml ~ LGPLv2 ~     <dc:rights>Copyright 2006</dc:rights>
-syndication/tests/rss2/inhabitat.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2006#
-syndication/tests/rss2/kde-apps.rss2.xml ~ unspec ~ unspec
-syndication/tests/rss2/kde-apps.rss2.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/livejournal.com_madfire.xml ~ unspec ~ unspec
-syndication/tests/rss2/livejournal.com_madfire.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/lunatic_fringe.xml ~ unspec ~ unspec
-syndication/tests/rss2/lunatic_fringe.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/pro-linux.rss091.xml ~ LGPLv2 ~     <copyright>Copyright 2001-2004 Pro-Linux</copyright>
-syndication/tests/rss2/pro-linux.rss091.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2001-2004 Pro-Linux#
-syndication/tests/rss2/reddit.com.xml ~ unspec ~ unspec
-syndication/tests/rss2/reddit.com.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/schockwellenreiter.xml ~ LGPLv2 ~ <?xml version="1.0" encoding="iso-8859-1"?>
-syndication/tests/rss2/schockwellenreiter.xml.expected ~ LGPLv2 ~ copyright: #Copyright 2000 - 2006#
-syndication/tests/rss2/spreeblick.xml ~ unspec ~ unspec
-syndication/tests/rss2/spreeblick.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/stefandecker.org.xml ~ unspec ~ unspec
-syndication/tests/rss2/stefandecker.org.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/sueddeutsche.rss2.xml ~ LGPLv2 ~ 		<copyright>sueddeutsche.de GmbH/S�ddeutsche Zeitung GmbH</copyright>
-syndication/tests/rss2/sueddeutsche.rss2.xml.expected ~ LGPLv2 ~ copyright: #sueddeutsche.de GmbH/Süddeutsche Zeitung GmbH#
-syndication/tests/rss2/xhtml-h.xml ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-h.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-i.xml ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-i.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-j.xml ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-j.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-k.xml ~ unspec ~ unspec
-syndication/tests/rss2/xhtml-k.xml.expected ~ unspec ~ unspec
-syndication/tests/rss2/zeit.de.xml ~ unspec ~ unspec
-syndication/tests/rss2/zeit.de.xml.expected ~ unspec ~ unspec
-syndication/tests/testfeeds.rb ~ LGPLv2 ~ # Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/testlibsyndication.cpp ~ LGPLv2 ~     Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/testloader.cpp ~ LGPLv2 ~     Copyright (C) 2005 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/testloader.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/testpersonimpl.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tests/testpersonimpl.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tools.cpp ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-syndication/tools.h ~ LGPLv2 ~  * Copyright (C) 2006 Frank Osterfeld <osterfeld at kde.org>
-
--------------------------------------------------------------------------------
-
-Legend:
- - "unspec":    The file contains no specific copyright/license notice. This
-                means that the copyright holder is the KDE Development Team (as
-                listed above) and the license is GPL2, unless specified otherwise.
- - "GPL":       The GNU General Public License, without versioning constraints.
- - "GPLv2":     The GNU General Public License, version 2.
- - "GPLv2h":    The GNU General Public License, version 2 or (at your
-                option) higher.
- - "LGPLv2h":   The Lesser (or Library) GNU General Public License, version
-                2 or (at your option).
- - "BSD"        Files under the BSD license.
- - "GFDL1.1":   The GNU Free Documentation License, version 1.1 or (at your
-                option) higher. The listed documents use the GFDL with no
-                Invariant Sections, no Front-Cover Texts, and no Back-Cover
-                Texts.
- - "MPLv1":     The Mozilla Public License, version 1. See full text below.
- - "DTD":             Permission to use, copy, modify and distribute this DTD
-            and its accompanying documentation for any purpose and without fee
-            is hereby granted in perpetuity, provided that the above copyright
-            notice and this paragraph appear in all copies.  The copyright
-            holders make no representation about the suitability of the DTD for
-            any purpose. It is provided "as is" without expressed or implied
-            warranty.
-  - "Apple":
-            For purposes of this license notice, the term Licensors shall mean,
-            collectively, Apple Computer, Inc., AT&T Corp., International
-            Business Machines Corporation and Siemens Rolm Communications Inc.
-            The term Licensor shall mean any of the Licensors.
-
-            Subject to acceptance of the following conditions, permission is hereby
-            granted by Licensors without the need for written agreement and without
-            license or royalty fees, to use, copy, modify and distribute this
-            software for any purpose.
-
-            The above copyright notice and the following four paragraphs must be
-            reproduced in all copies of this software and any software including
-            this software.
-
-            THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE
-            ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR
-            MODIFICATIONS.
-
-            IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT,
-            INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT
-            OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-            DAMAGE.
-
-            EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED,
-            INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE
-            IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-            PURPOSE.
-
-            The software is provided with RESTRICTED RIGHTS.  Use, duplication, or
-            disclosure by the government are subject to restrictions set forth in
-            DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
-
-On Debian systems, you can find the complete texts of these licenses at:
-  - GPL:      /usr/share/common-licenses/GPL
-  - GPLv2:    /usr/share/common-licenses/GPL-2
-  - LGPLv2:   /usr/share/common-licenses/LGPL-2
-  - GFDL:     /usr/share/common-licenses/GFDL
-  - BSD:      /usr/share/common-licenses/BSD
--------------------------------------------------------------------------------
-                          MOZILLA PUBLIC LICENSE
-                                Version 1.1
-
-                              ---------------
-
-1. Definitions.
-
-     1.0.1. "Commercial Use" means distribution or otherwise making the
-     Covered Code available to a third party.
-
-     1.1. "Contributor" means each entity that creates or contributes to
-     the creation of Modifications.
-
-     1.2. "Contributor Version" means the combination of the Original
-     Code, prior Modifications used by a Contributor, and the Modifications
-     made by that particular Contributor.
-
-     1.3. "Covered Code" means the Original Code or Modifications or the
-     combination of the Original Code and Modifications, in each case
-     including portions thereof.
-
-     1.4. "Electronic Distribution Mechanism" means a mechanism generally
-     accepted in the software development community for the electronic
-     transfer of data.
-
-     1.5. "Executable" means Covered Code in any form other than Source
-     Code.
-
-     1.6. "Initial Developer" means the individual or entity identified
-     as the Initial Developer in the Source Code notice required by Exhibit
-     A.
-
-     1.7. "Larger Work" means a work which combines Covered Code or
-     portions thereof with code not governed by the terms of this License.
-
-     1.8. "License" means this document.
-
-     1.8.1. "Licensable" means having the right to grant, to the maximum
-     extent possible, whether at the time of the initial grant or
-     subsequently acquired, any and all of the rights conveyed herein.
-
-     1.9. "Modifications" means any addition to or deletion from the
-     substance or structure of either the Original Code or any previous
-     Modifications. When Covered Code is released as a series of files, a
-     Modification is:
-          A. Any addition to or deletion from the contents of a file
-          containing Original Code or previous Modifications.
-
-          B. Any new file that contains any part of the Original Code or
-          previous Modifications.
-
-     1.10. "Original Code" means Source Code of computer software code
-     which is described in the Source Code notice required by Exhibit A as
-     Original Code, and which, at the time of its release under this
-     License is not already Covered Code governed by this License.
-
-     1.10.1. "Patent Claims" means any patent claim(s), now owned or
-     hereafter acquired, including without limitation,  method, process,
-     and apparatus claims, in any patent Licensable by grantor.
-
-     1.11. "Source Code" means the preferred form of the Covered Code for
-     making modifications to it, including all modules it contains, plus
-     any associated interface definition files, scripts used to control
-     compilation and installation of an Executable, or source code
-     differential comparisons against either the Original Code or another
-     well known, available Covered Code of the Contributor's choice. The
-     Source Code can be in a compressed or archival form, provided the
-     appropriate decompression or de-archiving software is widely available
-     for no charge.
-
-     1.12. "You" (or "Your")  means an individual or a legal entity
-     exercising rights under, and complying with all of the terms of, this
-     License or a future version of this License issued under Section 6.1.
-     For legal entities, "You" includes any entity which controls, is
-     controlled by, or is under common control with You. For purposes of
-     this definition, "control" means (a) the power, direct or indirect,
-     to cause the direction or management of such entity, whether by
-     contract or otherwise, or (b) ownership of more than fifty percent
-     (50%) of the outstanding shares or beneficial ownership of such
-     entity.
-
-2. Source Code License.
-
-     2.1. The Initial Developer Grant.
-     The Initial Developer hereby grants You a world-wide, royalty-free,
-     non-exclusive license, subject to third party intellectual property
-     claims:
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Initial Developer to use, reproduce,
-          modify, display, perform, sublicense and distribute the Original
-          Code (or portions thereof) with or without Modifications, and/or
-          as part of a Larger Work; and
-
-          (b) under Patents Claims infringed by the making, using or
-          selling of Original Code, to make, have made, use, practice,
-          sell, and offer for sale, and/or otherwise dispose of the
-          Original Code (or portions thereof).
-
-          (c) the licenses granted in this Section 2.1(a) and (b) are
-          effective on the date Initial Developer first distributes
-          Original Code under the terms of this License.
-
-          (d) Notwithstanding Section 2.1(b) above, no patent license is
-          granted: 1) for code that You delete from the Original Code; 2)
-          separate from the Original Code;  or 3) for infringements caused
-          by: i) the modification of the Original Code or ii) the
-          combination of the Original Code with other software or devices.
-
-     2.2. Contributor Grant.
-     Subject to third party intellectual property claims, each Contributor
-     hereby grants You a world-wide, royalty-free, non-exclusive license
-
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Contributor, to use, reproduce, modify,
-          display, perform, sublicense and distribute the Modifications
-          created by such Contributor (or portions thereof) either on an
-          unmodified basis, with other Modifications, as Covered Code
-          and/or as part of a Larger Work; and
-
-          (b) under Patent Claims infringed by the making, using, or
-          selling of  Modifications made by that Contributor either alone
-          and/or in combination with its Contributor Version (or portions
-          of such combination), to make, use, sell, offer for sale, have
-          made, and/or otherwise dispose of: 1) Modifications made by that
-          Contributor (or portions thereof); and 2) the combination of
-          Modifications made by that Contributor with its Contributor
-          Version (or portions of such combination).
-
-          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
-          effective on the date Contributor first makes Commercial Use of
-          the Covered Code.
-
-          (d)    Notwithstanding Section 2.2(b) above, no patent license is
-          granted: 1) for any code that Contributor has deleted from the
-          Contributor Version; 2)  separate from the Contributor Version;
-          3)  for infringements caused by: i) third party modifications of
-          Contributor Version or ii)  the combination of Modifications made
-          by that Contributor with other software  (except as part of the
-          Contributor Version) or other devices; or 4) under Patent Claims
-          infringed by Covered Code in the absence of Modifications made by
-          that Contributor.
-
-3. Distribution Obligations.
-
-     3.1. Application of License.
-     The Modifications which You create or to which You contribute are
-     governed by the terms of this License, including without limitation
-     Section 2.2. The Source Code version of Covered Code may be
-     distributed only under the terms of this License or a future version
-     of this License released under Section 6.1, and You must include a
-     copy of this License with every copy of the Source Code You
-     distribute. You may not offer or impose any terms on any Source Code
-     version that alters or restricts the applicable version of this
-     License or the recipients' rights hereunder. However, You may include
-     an additional document offering the additional rights described in
-     Section 3.5.
-
-     3.2. Availability of Source Code.
-     Any Modification which You create or to which You contribute must be
-     made available in Source Code form under the terms of this License
-     either on the same media as an Executable version or via an accepted
-     Electronic Distribution Mechanism to anyone to whom you made an
-     Executable version available; and if made available via Electronic
-     Distribution Mechanism, must remain available for at least twelve (12)
-     months after the date it initially became available, or at least six
-     (6) months after a subsequent version of that particular Modification
-     has been made available to such recipients. You are responsible for
-     ensuring that the Source Code version remains available even if the
-     Electronic Distribution Mechanism is maintained by a third party.
-
-     3.3. Description of Modifications.
-     You must cause all Covered Code to which You contribute to contain a
-     file documenting the changes You made to create that Covered Code and
-     the date of any change. You must include a prominent statement that
-     the Modification is derived, directly or indirectly, from Original
-     Code provided by the Initial Developer and including the name of the
-     Initial Developer in (a) the Source Code, and (b) in any notice in an
-     Executable version or related documentation in which You describe the
-     origin or ownership of the Covered Code.
-
-     3.4. Intellectual Property Matters
-          (a) Third Party Claims.
-          If Contributor has knowledge that a license under a third party's
-          intellectual property rights is required to exercise the rights
-          granted by such Contributor under Sections 2.1 or 2.2,
-          Contributor must include a text file with the Source Code
-          distribution titled "LEGAL" which describes the claim and the
-          party making the claim in sufficient detail that a recipient will
-          know whom to contact. If Contributor obtains such knowledge after
-          the Modification is made available as described in Section 3.2,
-          Contributor shall promptly modify the LEGAL file in all copies
-          Contributor makes available thereafter and shall take other steps
-          (such as notifying appropriate mailing lists or newsgroups)
-          reasonably calculated to inform those who received the Covered
-          Code that new knowledge has been obtained.
-
-          (b) Contributor APIs.
-          If Contributor's Modifications include an application programming
-          interface and Contributor has knowledge of patent licenses which
-          are reasonably necessary to implement that API, Contributor must
-          also include this information in the LEGAL file.
-
-               (c)    Representations.
-          Contributor represents that, except as disclosed pursuant to
-          Section 3.4(a) above, Contributor believes that Contributor's
-          Modifications are Contributor's original creation(s) and/or
-          Contributor has sufficient rights to grant the rights conveyed by
-          this License.
-
-     3.5. Required Notices.
-     You must duplicate the notice in Exhibit A in each file of the Source
-     Code.  If it is not possible to put such notice in a particular Source
-     Code file due to its structure, then You must include such notice in a
-     location (such as a relevant directory) where a user would be likely
-     to look for such a notice.  If You created one or more Modification(s)
-     You may add your name as a Contributor to the notice described in
-     Exhibit A.  You must also duplicate this License in any documentation
-     for the Source Code where You describe recipients' rights or ownership
-     rights relating to Covered Code.  You may choose to offer, and to
-     charge a fee for, warranty, support, indemnity or liability
-     obligations to one or more recipients of Covered Code. However, You
-     may do so only on Your own behalf, and not on behalf of the Initial
-     Developer or any Contributor. You must make it absolutely clear than
-     any such warranty, support, indemnity or liability obligation is
-     offered by You alone, and You hereby agree to indemnify the Initial
-     Developer and every Contributor for any liability incurred by the
-     Initial Developer or such Contributor as a result of warranty,
-     support, indemnity or liability terms You offer.
-
-     3.6. Distribution of Executable Versions.
-     You may distribute Covered Code in Executable form only if the
-     requirements of Section 3.1-3.5 have been met for that Covered Code,
-     and if You include a notice stating that the Source Code version of
-     the Covered Code is available under the terms of this License,
-     including a description of how and where You have fulfilled the
-     obligations of Section 3.2. The notice must be conspicuously included
-     in any notice in an Executable version, related documentation or
-     collateral in which You describe recipients' rights relating to the
-     Covered Code. You may distribute the Executable version of Covered
-     Code or ownership rights under a license of Your choice, which may
-     contain terms different from this License, provided that You are in
-     compliance with the terms of this License and that the license for the
-     Executable version does not attempt to limit or alter the recipient's
-     rights in the Source Code version from the rights set forth in this
-     License. If You distribute the Executable version under a different
-     license You must make it absolutely clear that any terms which differ
-     from this License are offered by You alone, not by the Initial
-     Developer or any Contributor. You hereby agree to indemnify the
-     Initial Developer and every Contributor for any liability incurred by
-     the Initial Developer or such Contributor as a result of any such
-     terms You offer.
-
-     3.7. Larger Works.
-     You may create a Larger Work by combining Covered Code with other code
-     not governed by the terms of this License and distribute the Larger
-     Work as a single product. In such a case, You must make sure the
-     requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
-     If it is impossible for You to comply with any of the terms of this
-     License with respect to some or all of the Covered Code due to
-     statute, judicial order, or regulation then You must: (a) comply with
-     the terms of this License to the maximum extent possible; and (b)
-     describe the limitations and the code they affect. Such description
-     must be included in the LEGAL file described in Section 3.4 and must
-     be included with all distributions of the Source Code. Except to the
-     extent prohibited by statute or regulation, such description must be
-     sufficiently detailed for a recipient of ordinary skill to be able to
-     understand it.
-
-5. Application of this License.
-
-     This License applies to code to which the Initial Developer has
-     attached the notice in Exhibit A and to related Covered Code.
-
-6. Versions of the License.
-
-     6.1. New Versions.
-     Netscape Communications Corporation ("Netscape") may publish revised
-     and/or new versions of the License from time to time. Each version
-     will be given a distinguishing version number.
-
-     6.2. Effect of New Versions.
-     Once Covered Code has been published under a particular version of the
-     License, You may always continue to use it under the terms of that
-     version. You may also choose to use such Covered Code under the terms
-     of any subsequent version of the License published by Netscape. No one
-     other than Netscape has the right to modify the terms applicable to
-     Covered Code created under this License.
-
-     6.3. Derivative Works.
-     If You create or use a modified version of this License (which you may
-     only do in order to apply it to code which is not already Covered Code
-     governed by this License), You must (a) rename Your license so that
-     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
-     "MPL", "NPL" or any confusingly similar phrase do not appear in your
-     license (except to note that your license differs from this License)
-     and (b) otherwise make it clear that Your version of the license
-     contains terms which differ from the Mozilla Public License and
-     Netscape Public License. (Filling in the name of the Initial
-     Developer, Original Code or Contributor in the notice described in
-     Exhibit A shall not of themselves be deemed to be modifications of
-     this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
-     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
-     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
-     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
-     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
-     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
-     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
-     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
-     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
-     8.1.  This License and the rights granted hereunder will terminate
-     automatically if You fail to comply with terms herein and fail to cure
-     such breach within 30 days of becoming aware of the breach. All
-     sublicenses to the Covered Code which are properly granted shall
-     survive any termination of this License. Provisions which, by their
-     nature, must remain in effect beyond the termination of this License
-     shall survive.
-
-     8.2.  If You initiate litigation by asserting a patent infringement
-     claim (excluding declatory judgment actions) against Initial Developer
-     or a Contributor (the Initial Developer or Contributor against whom
-     You file such action is referred to as "Participant")  alleging that:
-
-     (a)  such Participant's Contributor Version directly or indirectly
-     infringes any patent, then any and all rights granted by such
-     Participant to You under Sections 2.1 and/or 2.2 of this License
-     shall, upon 60 days notice from Participant terminate prospectively,
-     unless if within 60 days after receipt of notice You either: (i)
-     agree in writing to pay Participant a mutually agreeable reasonable
-     royalty for Your past and future use of Modifications made by such
-     Participant, or (ii) withdraw Your litigation claim with respect to
-     the Contributor Version against such Participant.  If within 60 days
-     of notice, a reasonable royalty and payment arrangement are not
-     mutually agreed upon in writing by the parties or the litigation claim
-     is not withdrawn, the rights granted by Participant to You under
-     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
-     the 60 day notice period specified above.
-
-     (b)  any software, hardware, or device, other than such Participant's
-     Contributor Version, directly or indirectly infringes any patent, then
-     any rights granted to You by such Participant under Sections 2.1(b)
-     and 2.2(b) are revoked effective as of the date You first made, used,
-     sold, distributed, or had made, Modifications made by that
-     Participant.
-
-     8.3.  If You assert a patent infringement claim against Participant
-     alleging that such Participant's Contributor Version directly or
-     indirectly infringes any patent where such claim is resolved (such as
-     by license or settlement) prior to the initiation of patent
-     infringement litigation, then the reasonable value of the licenses
-     granted by such Participant under Sections 2.1 or 2.2 shall be taken
-     into account in determining the amount or value of any payment or
-     license.
-
-     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
-     all end user license agreements (excluding distributors and resellers)
-     which have been validly granted by You or any distributor hereunder
-     prior to termination shall survive termination.
-
-9. LIMITATION OF LIABILITY.
-
-     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
-     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
-     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
-     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
-     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
-     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
-     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
-     The Covered Code is a "commercial item," as that term is defined in
-     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
-     software" and "commercial computer software documentation," as such
-     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
-     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
-     all U.S. Government End Users acquire Covered Code with only those
-     rights set forth herein.
-
-11. MISCELLANEOUS.
-
-     This License represents the complete agreement concerning subject
-     matter hereof. If any provision of this License is held to be
-     unenforceable, such provision shall be reformed only to the extent
-     necessary to make it enforceable. This License shall be governed by
-     California law provisions (except to the extent applicable law, if
-     any, provides otherwise), excluding its conflict-of-law provisions.
-     With respect to disputes in which at least one party is a citizen of,
-     or an entity chartered or registered to do business in the United
-     States of America, any litigation relating to this License shall be
-     subject to the jurisdiction of the Federal Courts of the Northern
-     District of California, with venue lying in Santa Clara County,
-     California, with the losing party responsible for costs, including
-     without limitation, court costs and reasonable attorneys' fees and
-     expenses. The application of the United Nations Convention on
-     Contracts for the International Sale of Goods is expressly excluded.
-     Any law or regulation which provides that the language of a contract
-     shall be construed against the drafter shall not apply to this
-     License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
-     As between Initial Developer and the Contributors, each party is
-     responsible for claims and damages arising, directly or indirectly,
-     out of its utilization of rights under this License and You agree to
-     work with Initial Developer and Contributors to distribute such
-     responsibility on an equitable basis. Nothing herein is intended or
-     shall be deemed to constitute any admission of liability.
-
-13. MULTIPLE-LICENSED CODE.
-
-     Initial Developer may designate portions of the Covered Code as
-     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
-     Developer permits you to utilize portions of the Covered Code under
-     Your choice of the NPL or the alternative licenses, if any, specified
-     by the Initial Developer in the file described in Exhibit A.
-
--------------------------------------------------------------------------------
-
 The Debian packaging is (C) 2007-2008, Debian Qt/KDE Maintainers and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: branches/kde4/packages/kdevplatform/debian/kdevplatform-bin.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/kdevplatform-bin.install	                        (rev 0)
+++ branches/kde4/packages/kdevplatform/debian/kdevplatform-bin.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -0,0 +1 @@
+usr/bin/lcov_geninfo

Added: branches/kde4/packages/kdevplatform/debian/kdevplatform-data.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/kdevplatform-data.install	                        (rev 0)
+++ branches/kde4/packages/kdevplatform/debian/kdevplatform-data.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -0,0 +1,4 @@
+usr/share/kde4/apps/kdev*/*.rc
+usr/share/kde4/services/kcm_kdev_*.desktop
+usr/share/kde4/services/kdev*.desktop
+usr/share/kde4/servicetypes/kdevelopplugin.desktop

Added: branches/kde4/packages/kdevplatform/debian/kdevplatform-dev.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/kdevplatform-dev.install	                        (rev 0)
+++ branches/kde4/packages/kdevplatform/debian/kdevplatform-dev.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -0,0 +1,10 @@
+usr/include/kdevplatform/interfaces/*
+usr/include/kdevplatform/language/*
+usr/include/kdevplatform/outputview/*
+usr/include/kdevplatform/project/*
+usr/include/kdevplatform/shell/*
+usr/include/kdevplatform/util/*
+usr/include/kdevplatform/vcs/*
+usr/include/kdevplatform/veritas/*
+usr/lib/libkdevplatform*.so
+usr/share/kde4/apps/cmake/modules/FindKDevPlatform.cmake

Added: branches/kde4/packages/kdevplatform/debian/kdevplatform-libs.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/kdevplatform-libs.install	                        (rev 0)
+++ branches/kde4/packages/kdevplatform/debian/kdevplatform-libs.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -0,0 +1,3 @@
+usr/lib/kde4/kcm_kdev_*.so
+usr/lib/kde4/kdev*.so
+usr/lib/libkdevplatform*.so.*

Deleted: branches/kde4/packages/kdevplatform/debian/libkdevplatform-dev.install

Deleted: branches/kde4/packages/kdevplatform/debian/libkdevplatform1.install

Modified: branches/kde4/packages/kdevplatform/debian/libsublime-dev.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/libsublime-dev.install	2008-08-08 14:20:32 UTC (rev 11873)
+++ branches/kde4/packages/kdevplatform/debian/libsublime-dev.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -1 +1,2 @@
 usr/include/kdevplatform/sublime/*
+usr/lib/libsublime.so

Deleted: branches/kde4/packages/kdevplatform/debian/libsublime1-dev.install

Modified: branches/kde4/packages/kdevplatform/debian/libsublime1.install
===================================================================
--- branches/kde4/packages/kdevplatform/debian/libsublime1.install	2008-08-08 14:20:32 UTC (rev 11873)
+++ branches/kde4/packages/kdevplatform/debian/libsublime1.install	2008-08-08 14:50:32 UTC (rev 11874)
@@ -1 +1 @@
-usr/lib/libsublime*
+usr/lib/libsublime.so.*




More information about the pkg-kde-commits mailing list