1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
This package was debianised by Ivan E. Moore II <[email protected]> on
Sat, 12 Jun 1999 03:00:29 -0400.
Maintenance was taken over by Ben Burton <[email protected]> on
Fri, 6 Apr 2001 10:30:32 -0500.
Maintenance was taken over by the Debian Qt KDE Team
<[email protected]> on Tue, 18 Oct 2005 22:34:07 +0200
It was downloaded from http://www.kde.org
Copyright:
Unless something else is mentioned, copyright is
© 1999-2008, The KOffice Team http://www.koffice.org
Check the header of every file for more detailed copyright information.
Upstream authors:
Note that KOffice has many contributers beyond those listed below.
Karbon: Rob Buis <[email protected]>, Lennart Kudling <[email protected]>,
Tomislav Lukman <[email protected]> and
Benoit Vautrin <[email protected]>
KChart: Kalle Dalheimer <[email protected]>,
Laurent Montel <[email protected]>,
Karl-Heinz Zimmer <[email protected]> and
Reginald Stadlbauer <[email protected]>
KFormula: Andrea Rizzi <[email protected]>, Stephan Kulow <[email protected]>,
Ulrich Kuettler <[email protected]>,
Heinrich Kuettler <[email protected]> and
Claus O. Wilke <[email protected]>
Kivio: Dave Marotti <[email protected]>,
Max Judin <[email protected]>, Dmitry Poplavsky <[email protected]>,
Peter Simonsson <[email protected]>, Ian Reinhart Geiser <[email protected]>,
Laurent Montel <[email protected]> and
theKompany.com <[email protected]>
KOShell: Torben Weis <[email protected]>, Simon Hausmann <[email protected]>,
David Faure <[email protected]> and Sven Lüppken <[email protected]>
KPresenter: Reginald Stadlbauer <[email protected]>,
Werner Trobin <[email protected]>, David Faure <[email protected]>,
Toshitaka Fujioka <[email protected]>,
Lukáš Tinkl <[email protected]>, Laurent Montel <[email protected]>,
Thorsten Zachmann <[email protected]> and
Ariya Hidayat <[email protected]>
Chalk: Andrew Richards <[email protected]>,
Matthias Elter <[email protected]>, Michael Koch <[email protected]>,
Carsten Pfeiffer <[email protected]>,
John Califf <[email protected]>,
Patrick Julien <[email protected]>,
Toshitaka Fujioka <[email protected]>,
Laurent Montel <[email protected]> and
Boudewijn Rempt <[email protected]>
KSpread: Torben Weis <[email protected]>,
Laurent Montel <[email protected]>,
David Faure <[email protected]> and many others
Kugar: Keith Davis (Mutiny Bay Software) <[email protected]>,
Phil Thompson <[email protected]>,
Alexander Dymo <[email protected]>,
Joseph Wenninger <[email protected]> and
Joris Marcillac <[email protected]>
KWord: Reginald Stadlbauer <[email protected]>, Torben Weis <[email protected]>,
David Faure <[email protected]>, Thomas Zander <[email protected]>,
Shaheed Haque <[email protected]>,
Laurent Montel <[email protected]>,
Sven Lüppken <[email protected]> and many others
Copyright:
The different components of KOffice are released under a mixture of
licenses, most of which are either the GPL (GNU General Public
License) or the LGPL (GNU Lesser General Public License).
Specifically, all components are released under the GPL with the
following exceptions.
Karbon, KPresenter, KSpread (excluding calculator plugin),
Kugar Designer, KWord, Spell checker tool, Thumbnail creators:
LGPL (GNU Lesser General Public License).
Note that the KSpread calculator plugin is released under the GPL.
Kivio basic flowcharting stencils:
BSD License.
KOffice libraries:
LGPL in the most part.
Note however that components of libkofficeui, libkotext and libkwmf
include code from Trolltech and theKompany.com that is released
under the GPL. If in doubt, the individual source files can be
inspected; these each contain their own license statements.
Import and export filters:
A mixture of GPL and LGPL. Again the individual source files can
be inspected if in doubt.
DocBook Documentation:
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with no Invariant Sections, with no Front-Cover Texts,
and with no Back-Cover Texts.
On Debian GNU/Linux systems, the complete texts of the licenses mentioned
above can be found in `/usr/share/common-licenses/GPL' (GNU General Public
License), `/usr/share/common-licenses/LGPL' (GNU Lesser General Public
License), `/usr/share/common-licenses/GFDL-1.2' (GNU Free Documentation
License) and `/usr/share/common-licenses/BSD' (BSD License).
|