summaryrefslogtreecommitdiffstats
path: root/korganizer/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/LICENSE')
-rw-r--r--korganizer/LICENSE63
1 files changed, 63 insertions, 0 deletions
diff --git a/korganizer/LICENSE b/korganizer/LICENSE
new file mode 100644
index 00000000..f01f7780
--- /dev/null
+++ b/korganizer/LICENSE
@@ -0,0 +1,63 @@
+KOrganizer licensing policy
+---------------------------
+
+All files part of KOrganizer are either licensed under the LGPL or under the GPL
+with the exception to link against all versions of Qt.
+
+Interfaces are licensed under the LGPL. These files are in the "interfaces"
+subdirectory.
+
+The "knewstuff" subdirectory is completely licensed under the LGPL as this is
+meant to become library code.
+
+Use the following headers to indicate the license of files belonging to
+KOrganizer. Don't forget to add your copyright if appropriate.
+
+GPL plus Qt exception:
+
+/*
+ This file is part of KOrganizer.
+
+ Copyright (c) 2005 xxx <xxx@kde.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ As a special exception, permission is given to link this program
+ with any edition of Qt, and distribute the resulting executable,
+ without including the source code for Qt in the source distribution.
+*/
+
+LGPL:
+
+/*
+ This file is part of the KOrganizer interfaces.
+
+ Copyright (c) 2005 xxx <xxx@kde.org>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public License
+ along with this library; see the file COPYING.LIB. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+*/