[19a8088] | 1 | This package was debianized by Wilmer van der Gaast <lintux@debian.org> on |
---|
| 2 | Mon, 8 Jul 2002 13:17:42 +0200. |
---|
| 3 | |
---|
| 4 | The source can be downloaded from http://www.bitlbee.org/ |
---|
| 5 | |
---|
| 6 | Authors: Wilmer van der Gaast, Sjoerd Hemminga, Jelmer Vernooij, |
---|
[f21ad37] | 7 | Maurits Dijkstra, Geert Mulders, Miklos Vajna and others. |
---|
[19a8088] | 8 | |
---|
[4f7255d] | 9 | Mainly Copyright 2002-2014 Wilmer van der Gaast. |
---|
[696dc9e] | 10 | |
---|
| 11 | |
---|
[4f7255d] | 12 | Bits of third party code, also (L)GPLed: |
---|
| 13 | * Some parts (though there is very little left at this point) are borrowed |
---|
| 14 | from Gaim (version 0.58), now known as Pidgin <http://www.pidgin.im/>. |
---|
[696dc9e] | 15 | |
---|
| 16 | Other license (but GPL-compatible): |
---|
| 17 | * lib/json.[ch] is from <https://github.com/udp/json-parser> and licensed |
---|
| 18 | under the modified BSD license. |
---|
[b097945] | 19 | * lib/canohost.[ch] is from OpenSSH and licenced under the BSD-3-clause |
---|
| 20 | licence. |
---|
[696dc9e] | 21 | |
---|
[19a8088] | 22 | |
---|
| 23 | BitlBee License: |
---|
| 24 | |
---|
| 25 | ============================================================================ |
---|
| 26 | This program is free software; you can redistribute it and/or modify |
---|
| 27 | it under the terms of the GNU General Public License as published by |
---|
| 28 | the Free Software Foundation; either version 2 of the License, or |
---|
| 29 | (at your option) any later version. |
---|
| 30 | |
---|
| 31 | This program is distributed in the hope that it will be useful, |
---|
| 32 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 33 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 34 | GNU General Public License for more details. |
---|
| 35 | |
---|
| 36 | You should have received a copy of the GNU General Public License with |
---|
[1c12811] | 37 | the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; |
---|
[7601353] | 38 | if not, write to the Free Software Foundation, Inc., 51 Franklin St, |
---|
| 39 | Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[19a8088] | 40 | ============================================================================ |
---|
| 41 | |
---|
| 42 | |
---|
[4f7255d] | 43 | Portions (mostly protocols/twitter and protocols/oscar) are licenced under |
---|
| 44 | the LGPL: |
---|
| 45 | |
---|
| 46 | ============================================================================ |
---|
| 47 | This library is free software; you can redistribute it and/or |
---|
| 48 | modify it under the terms of the GNU Lesser General Public |
---|
| 49 | License as published by the Free Software Foundation, version |
---|
| 50 | 2.1. |
---|
| 51 | |
---|
| 52 | This library is distributed in the hope that it will be useful, |
---|
| 53 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 54 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 55 | Lesser General Public License for more details. |
---|
| 56 | |
---|
| 57 | You should have received a copy of the GNU Lesser General Public License |
---|
| 58 | along with this library; if not, write to the Free Software Foundation, |
---|
| 59 | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
| 60 | ============================================================================ |
---|
| 61 | |
---|
[19a8088] | 62 | |
---|
| 63 | The SGML-formatted documentation is written by Jelmer Vernooij |
---|
[696dc9e] | 64 | <jelmer@samba.org> under the GNU Free Documentation License: |
---|
[19a8088] | 65 | |
---|
| 66 | ============================================================================ |
---|
[696dc9e] | 67 | Copyright (c) 2002-2012 Jelmer Vernooij, Wilmer van der Gaast. |
---|
| 68 | |
---|
| 69 | Permission is granted to copy, distribute and/or modify this document |
---|
| 70 | under the terms of the GNU Free Documentation License, Version 1.1 or |
---|
| 71 | any later version published by the Free Software Foundation; with no |
---|
| 72 | Invariant Sections, with no Front-Cover Texts, and with no Back-Cover |
---|
| 73 | Texts. A copy of the license is included in the section entitled `GNU |
---|
| 74 | Free Documentation License''. |
---|
[19a8088] | 75 | ============================================================================ |
---|