SVN_SILENT made messages (after extraction)
[kdepim.git] / korganizer / LICENSE
blobf01f778010a4fab4aa6d6c43ca7ba2d2ffcd502d
1 KOrganizer licensing policy
2 ---------------------------
4 All files part of KOrganizer are either licensed under the LGPL or under the GPL
5 with the exception to link against all versions of Qt.
7 Interfaces are licensed under the LGPL. These files are in the "interfaces"
8 subdirectory.
10 The "knewstuff" subdirectory is completely licensed under the LGPL as this is
11 meant to become library code.
13 Use the following headers to indicate the license of files belonging to
14 KOrganizer. Don't forget to add your copyright if appropriate.
16 GPL plus Qt exception:
19     This file is part of KOrganizer.
21     Copyright (c) 2005 xxx <xxx@kde.org>
23     This program is free software; you can redistribute it and/or modify
24     it under the terms of the GNU General Public License as published by
25     the Free Software Foundation; either version 2 of the License, or
26     (at your option) any later version.
28     This program is distributed in the hope that it will be useful,
29     but WITHOUT ANY WARRANTY; without even the implied warranty of
30     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31     GNU General Public License for more details.
33     You should have received a copy of the GNU General Public License
34     along with this program; if not, write to the Free Software
35     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
37     As a special exception, permission is given to link this program
38     with any edition of Qt, and distribute the resulting executable,
39     without including the source code for Qt in the source distribution.
42 LGPL:
45     This file is part of the KOrganizer interfaces.
47     Copyright (c) 2005 xxx <xxx@kde.org>
49     This library is free software; you can redistribute it and/or
50     modify it under the terms of the GNU Library General Public
51     License as published by the Free Software Foundation; either
52     version 2 of the License, or (at your option) any later version.
54     This library is distributed in the hope that it will be useful,
55     but WITHOUT ANY WARRANTY; without even the implied warranty of
56     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
57     Library General Public License for more details.
59     You should have received a copy of the GNU Library General Public License
60     along with this library; see the file COPYING.LIB.  If not, write to
61     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
62                 Boston, MA 02110-1301, USA.