Changeset def472d
- Timestamp:
- 2019-04-21T18:10:20Z (6 years ago)
- Branches:
- master
- Children:
- fe122f3
- Parents:
- f9b9749
- git-author:
- Jochen Sprickerhof <jspricke@…> (21-04-19 18:10:20)
- git-committer:
- dequis <dx@…> (21-04-19 18:10:20)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
rf9b9749 rdef472d 4 4 5 5 -- Debian Janitor <janitor@jelmer.uk> Thu, 21 Mar 2019 00:10:27 +0000 6 7 bitlbee (3.6-1.1) unstable; urgency=medium 8 9 * Non-maintainer upload. 10 * Apply patch to d/copyright provided by Jochen Sprickerhof 11 Closes: #883872 12 13 -- Andreas Tille <tille@debian.org> Thu, 18 Apr 2019 21:27:48 +0200 6 14 7 15 bitlbee (3.6-1) unstable; urgency=medium -
debian/copyright
rf9b9749 rdef472d 1 This package was debianized by Wilmer van der Gaast <lintux@debian.org> on 2 Mon, 8 Jul 2002 13:17:42 +0200. 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 3 2 4 The source can be downloaded from http://www.bitlbee.org/ 3 Files: * 4 Copyright: 5 1998-1999, Adam Fritzler <afritz@auk.cx> 6 2002-2006, Jelmer Vernooij <jelmer@samba.org> 7 2006, Marijn Kruisselbrink and others 8 1998-1999, Mark Spencer <markster@marko.net> 9 (and possibly other members of the Gaim team) 10 2007-2013, Miklos Vajna <vmiklos@vmiklos.hu> 11 2002, Sjoerd 'lucumo' Hemminga <sjoerd@hemminga-online.nl> 12 2008-2013, Sven Moritz Hallberg <pesco@khjk.org> 13 2007-2008, Uli Meis <a.sporto+bee@gmail.com> 14 2001-2013, Wilmer 'Lintux' van der Gaast <wilmer@gaast.net> 15 2015, Xamarin Inc 16 License: GPL-2+ 5 17 6 Authors: Wilmer van der Gaast, Sjoerd Hemminga, Jelmer Vernooij, 7 Maurits Dijkstra, Geert Mulders, Miklos Vajna and others. 18 Files: protocols/oscar/admin.c 19 protocols/oscar/admin.h 20 protocols/oscar/aim.h 21 protocols/oscar/aim_internal.h 22 protocols/oscar/aim_prefixes.h 23 protocols/oscar/auth.c 24 protocols/oscar/bos.c 25 protocols/oscar/bos.h 26 protocols/oscar/buddylist.c 27 protocols/oscar/buddylist.h 28 protocols/oscar/chat.c 29 protocols/oscar/chat.h 30 protocols/oscar/chatnav.c 31 protocols/oscar/chatnav.h 32 protocols/oscar/conn.c 33 protocols/oscar/icq.c 34 protocols/oscar/icq.h 35 protocols/oscar/im.c 36 protocols/oscar/im.h 37 protocols/oscar/info.c 38 protocols/oscar/info.h 39 protocols/oscar/Makefile 40 protocols/oscar/misc.c 41 protocols/oscar/msgcookie.c 42 protocols/oscar/oscar_util.c 43 protocols/oscar/rxhandlers.c 44 protocols/oscar/rxqueue.c 45 protocols/oscar/search.c 46 protocols/oscar/search.h 47 protocols/oscar/service.c 48 protocols/oscar/snac.c 49 protocols/oscar/ssi.c 50 protocols/oscar/ssi.h 51 protocols/oscar/stats.c 52 protocols/oscar/tlv.c 53 protocols/oscar/txqueue.c 54 protocols/twitter/twitter.c 55 protocols/twitter/twitter.h 56 protocols/twitter/twitter_http.c 57 protocols/twitter/twitter_http.h 58 protocols/twitter/twitter_lib.c 59 protocols/twitter/twitter_lib.h 60 Copyright: 1998-1999, Adam Fritzler <afritz@auk.cx> 61 2009-2010, Geert Mulders <g.c.w.m.mulders@gmail.com> 62 2002-2013, Wilmer 'Lintux' van der Gaast <wilmer@gaast.net> 63 License: LGPL-2.1 8 64 9 Mainly Copyright 2002-2014 Wilmer van der Gaast. 65 Files: lib/json.c 66 lib/json.h 67 Copyright: 2012-2014, James McLaughlin 68 License: BSD-2-clause 10 69 70 Files: lib/ns_parse.c 71 Copyright: 1996-1999, Internet Software Consortium 72 2004, Internet Systems Consortium, Inc. ("ISC") 73 License: ISC 11 74 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/>. 75 Files: debian/* 76 Copyright: 2002-2019, Wilmer van der Gaast <wilmer@gaast.net> 77 License: GPL-2+ 15 78 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. 19 * lib/canohost.[ch] is from OpenSSH and licenced under the BSD-3-clause 20 licence. 79 License: BSD-2-clause 80 Redistribution and use in source and binary forms, with or without 81 modification, are permitted provided that the following conditions 82 are met: 83 1. Redistributions of source code must retain the above copyright 84 notice, this list of conditions and the following disclaimer. 85 2. Redistributions in binary form must reproduce the above copyright 86 notice, this list of conditions and the following disclaimer in the 87 documentation and/or other materials provided with the distribution. 88 . 89 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 90 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 91 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 92 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 93 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 94 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 95 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 96 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 97 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 98 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 99 SUCH DAMAGE. 21 100 101 License: GPL-2+ 102 This program is free software; you can redistribute it and/or modify it under 103 the terms of the GNU General Public License as published by the Free Software 104 Foundation; either version 2 of the License, or (at your option) any later 105 version. 106 . 107 This program is distributed in the hope that it will be useful, but WITHOUT 108 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 109 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 110 . 111 You should have received a copy of the GNU General Public License along with 112 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin 113 St, Fifth Floor, Boston, MA 02110-1301 USA 114 . 115 On Debian systems, the complete text of the GNU General Public License version 2 116 can be found in /usr/share/common-licenses/GPL-2. 22 117 23 BitlBee License: 118 License: ISC 119 Permission to use, copy, modify, and/or distribute this software for any 120 purpose with or without fee is hereby granted, provided that the above 121 copyright notice and this permission notice appear in all copies. 122 . 123 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 124 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 125 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 126 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 127 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 128 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 129 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 130 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 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 62 63 The SGML-formatted documentation is written by Jelmer Vernooij 64 <jelmer@samba.org> under the GNU Free Documentation License: 65 66 ============================================================================ 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''. 75 ============================================================================ 131 License: LGPL-2.1 132 This library is free software; you can redistribute it and/or 133 modify it under the terms of the GNU Lesser General Public 134 License version 2.1 as published by the Free Software Foundation. 135 . 136 This library is distributed in the hope that it will be useful, 137 but WITHOUT ANY WARRANTY; without even the implied warranty of 138 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 139 Lesser General Public License for more details. 140 . 141 You should have received a copy of the GNU Lesser General Public 142 License along with this library; if not, write to the Free Software 143 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 144 . 145 On Debian systems, the complete text of the GNU Lesser General Public 146 License can be found in /usr/share/common-licenses/LGPL-2.1 file.
Note: See TracChangeset
for help on using the changeset viewer.