source: debian/copyright @ 6191263

Last change on this file since 6191263 was 4f7255d, checked in by Wilmer van der Gaast <wilmer@…>, at 2014-10-17T22:26:18Z

Debian bug #764181: Accidentally had an LGPL header in a bunch of files.
Replaced them with GPL headers where possible. OSCAR and Twitter modules
can't be relicenced though, so add an LGPL blurb to debian/copyright.

  • Property mode set to 100644
File size: 3.2 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* protocols/yahoo/ is libyahoo2 <http://libyahoo2.sf.net/>.
14* Some parts (though there is very little left at this point) are borrowed
15  from Gaim (version 0.58), now known as Pidgin <http://www.pidgin.im/>.
16
17Other license (but GPL-compatible):
18* lib/json.[ch] is from <https://github.com/udp/json-parser> and licensed
19  under the modified BSD license.
20
21
22BitlBee License:
23
24============================================================================
25  This program is free software; you can redistribute it and/or modify
26  it under the terms of the GNU General Public License as published by
27  the Free Software Foundation; either version 2 of the License, or
28  (at your option) any later version.
29
30  This program is distributed in the hope that it will be useful,
31  but WITHOUT ANY WARRANTY; without even the implied warranty of
32  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33  GNU General Public License for more details.
34
35  You should have received a copy of the GNU General Public License with
36  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
37  if not, write to the Free Software Foundation, Inc., 51 Franklin St,
38  Fifth Floor, Boston, MA 02110-1301, USA.
39============================================================================
40
41
42Portions (mostly protocols/twitter and protocols/oscar) are licenced under
43the LGPL:
44
45============================================================================
46  This library is free software; you can redistribute it and/or
47  modify it under the terms of the GNU Lesser General Public
48  License as published by the Free Software Foundation, version
49  2.1.
50
51  This library is distributed in the hope that it will be useful,
52  but WITHOUT ANY WARRANTY; without even the implied warranty of
53  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54  Lesser General Public License for more details.
55
56  You should have received a copy of the GNU Lesser General Public License
57  along with this library; if not, write to the Free Software Foundation,
58  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
59============================================================================
60
61
62The SGML-formatted documentation is written by Jelmer Vernooij
63<jelmer@samba.org> under the GNU Free Documentation License:
64
65============================================================================
66Copyright (c)  2002-2012 Jelmer Vernooij, Wilmer van der Gaast.
67
68Permission is granted to copy, distribute and/or modify this document
69under the terms of the GNU Free Documentation License, Version 1.1 or
70any later version published by the Free Software Foundation; with no
71Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
72Texts.  A copy of the license is included in the section entitled `GNU
73Free Documentation License''.
74============================================================================
Note: See TracBrowser for help on using the repository browser.