You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.4 KiB
64 lines
2.4 KiB
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.
|
|
*/
|