source: debian/copyright @ b1b9453

Last change on this file since b1b9453 was c39cd8e, checked in by Wilmer van der Gaast <wilmer@…>, at 2017-04-02T18:50:49Z

Add reverse_lookup() function which does a more proper (verified) DNS
reverse lookup. (Code copied from OpenSSH instead of redoing it
poorly.)

  • Property mode set to 100644
File size: 3.3 KB
Line 
1This package was debianized by Wilmer van der Gaast <lintux@debian.org> on
2Mon,  8 Jul 2002 13:17:42 +0200.
3
4The source can be downloaded from http://www.bitlbee.org/
5
6Authors: Wilmer van der Gaast, Sjoerd Hemminga, Jelmer Vernooij,
7         Maurits Dijkstra, Geert Mulders, Miklos Vajna and others.
8
9Mainly Copyright 2002-2014 Wilmer van der Gaast.
10
11
12Bits 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/>.
15
16Other license (but GPL-compatible):
17* lib/json.[ch] is from <https://github.com/udp/json-parser> and licensed
18  under the modified BSD license.
19* reverse_lookup() from lib/misc.c is from OpenSSH and licenced under
20  the BSD-3-clause licence.
21
22
23BitlBee 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
37  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
38  if not, write to the Free Software Foundation, Inc., 51 Franklin St,
39  Fifth Floor, Boston, MA 02110-1301, USA.
40============================================================================
41
42
43Portions (mostly protocols/twitter and protocols/oscar) are licenced under
44the 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
62
63The SGML-formatted documentation is written by Jelmer Vernooij
64<jelmer@samba.org> under the GNU Free Documentation License:
65
66============================================================================
67Copyright (c)  2002-2012 Jelmer Vernooij, Wilmer van der Gaast.
68
69Permission is granted to copy, distribute and/or modify this document
70under the terms of the GNU Free Documentation License, Version 1.1 or
71any later version published by the Free Software Foundation; with no
72Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
73Texts.  A copy of the license is included in the section entitled `GNU
74Free Documentation License''.
75============================================================================
Note: See TracBrowser for help on using the repository browser.