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
|
This package was debianized by Nathaniel W. Turner <[email protected]> on
Fri, 10 Oct 2003 23:39:24 -0400.
Maintenance was taken over by Debian KDE Extras Team <[email protected]> on
Tue, 17 Jul 2007 03:09:05 +0300
Konversation is copyright as follows:
© 2002, 2003, 2004, 2005, 2006 by Dario Abatianni <[email protected]>
© 2002, 2003 by Matthias Gierlings <[email protected]>
© 2000, 2001, 2002, 2003 by Shiro Kawai <[email protected]>
© 2002 by Olivier Goffart <[email protected]>
© 2002 by Carsten Pfeiffer <[email protected]>
© 2003 by Alex Zepeda <[email protected]>
© 2003, 2005 by Stanislav Karchebny <[email protected]>
© 2003 by Mickael Marchand <[email protected]>
© 2003 by Benjamin C Meyer <[email protected]>
© 2003 by Waldo Bastian <[email protected]>
© 2003, 2004, 2005, 2006 by Peter Simonsson <[email protected]>
© 2003, 2004 by Christian Mühlhäuser <[email protected]>
© 2003, 2004, 2005, 2006 by Nathaniel W. Turner <[email protected]>
(Debian package maintainer)
© 2003, 2004, 2005 by Gary R. Cramblitt <[email protected]>
(documentation author)
© 2004, 2005, 2006, 2007 by John Tapsell <[email protected]>
© 2004, 2005 by Shintaro Matsuoka <[email protected]>
© 2004, 2005 by İsmail Dönmez <[email protected]>
© 2004 by Michiel de Boer <[email protected]>
© 2004 by Eli MacKenzie <[email protected]>
© 2004 by Jason Keirstead <[email protected]>
© 2004 by Michael Goettsche <[email protected]>
© 2004 by Michael Brade <[email protected]>
© 2005 by Sebastian "segfault2k" Sariego B. <[email protected]>
(application icons)
© 2005 by Ian Monroe <[email protected]>
© 2005 by Ivor Hewitt <[email protected]>
© 2005 by Renchi Raju <[email protected]>
© 2005, 2006 by Eike Hein <[email protected]>
Konversation includes portions of code copyrighted by:
© 1998 by Netscape Communications Corporation
© 1999 by Lars Knoll <[email protected]>
© 1994 by Bruce Schneier <[email protected]>
© 1996 by Jim Conger <[email protected]>
© by George Anescu
© by John Viega <[email protected]>
© by Matt Messier <[email protected]>
© by Robey Pointer <[email protected]>
© by mouser <[email protected]>
Konversation's kaddressbook interface includes code from libkabc:
© 2001 by Cornelius Schumacher <[email protected]>
© 2002 by Duncan Mac-Vicar Prett <[email protected]>
© 2002 by Nick Betcher <[email protected]>
© 2003, 2004 by Will Stephenson <[email protected]>
© 2002, 2003, 2004 by the Kopete developers <[email protected]>
Parts of the core KDE libraries are included in the source (in the
konversation/compat directory) to allow building konversation under KDE 3.2
(which lacks certain required interfaces):
© 2000, 2001, 2002, 2003, 2004, 2005 by Thiago Macieira
<[email protected]>
© 2003 by Scott Wheeler <[email protected]>
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.
On Debian systems, the complete text of the GNU General Public License can
be found in /usr/share/common-licenses/GPL file.
Permission to copy, distribute and/or modify documentation is granted
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
On Debian systems, the complete text of the GNU Free Documentation License
can be found in /usr/share/common-licenses/GFDL file.
Upstream Source:
* Stable Releases
The upstream source for 1.0.1 came from
http://download.berlios.de/konversation/konversation-1.0.1.tar.bz2
Homepage: http://konversation.kde.org/
|