Changeset 4f7255d
- Timestamp:
- 2014-10-17T22:26:18Z (10 years ago)
- Branches:
- master
- Children:
- 9ead105
- Parents:
- 5cb21d1
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r5cb21d1 r4f7255d 1 bitlbee (3.2.2-2) UNRELEASED; urgency=medium 2 3 * Fix copyright info (Closes: #764181) 4 5 -- Wilmer van der Gaast <wilmer@gaast.net> Fri, 17 Oct 2014 23:25:33 +0100 6 1 7 bitlbee (3.2.2-1) unstable; urgency=medium 2 8 -
debian/copyright
r5cb21d1 r4f7255d 7 7 Maurits Dijkstra, Geert Mulders, Miklos Vajna and others. 8 8 9 Mainly Copyright 2002-201 2Wilmer van der Gaast.9 Mainly Copyright 2002-2014 Wilmer van der Gaast. 10 10 11 11 12 Bits of third party code, also GPLed: 13 * Some parts (mostly protocols/oscar/) are borrowed from Gaim (version 14 0.58), now known as Pidgin <http://www.pidgin.im/>. 12 Bits of third party code, also (L)GPLed: 15 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 16 17 17 Other license (but GPL-compatible): … … 40 40 41 41 42 Portions (mostly protocols/twitter and protocols/oscar) are licenced under 43 the 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 42 61 43 62 The SGML-formatted documentation is written by Jelmer Vernooij -
lib/arc.c
r5cb21d1 r4f7255d 6 6 * Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*12 * * 13 * This libraryis distributed in the hope that it will be useful, *8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 * * 13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 * * 18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 \***************************************************************************/ -
lib/json_util.c
r5cb21d1 r4f7255d 6 6 * Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 12 * * 13 * This libraryis distributed in the hope that it will be useful, *13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 ****************************************************************************/ -
lib/json_util.h
r5cb21d1 r4f7255d 6 6 * Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 12 * * 13 * This libraryis distributed in the hope that it will be useful, *13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 ****************************************************************************/ -
lib/oauth.c
r5cb21d1 r4f7255d 6 6 * Copyright 2010 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*12 * * 13 * This libraryis distributed in the hope that it will be useful, *8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 * * 13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 * * 18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 \***************************************************************************/ -
lib/xmltree.c
r5cb21d1 r4f7255d 6 6 * Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 12 * * 13 * This libraryis distributed in the hope that it will be useful, *13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 ****************************************************************************/ -
lib/xmltree.h
r5cb21d1 r4f7255d 6 6 * Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> * 7 7 * * 8 * This library is free software; you can redistribute it and/or*9 * modify it under the terms of the GNU Lesser General Public*10 * License as published by the Free Software Foundation, version*11 * 2.1.*8 * This program is free software; you can redistribute it and/or modify * 9 * it under the terms of the GNU General Public License as published by * 10 * the Free Software Foundation; either version 2 of the License, or * 11 * (at your option) any later version. * 12 12 * * 13 * This libraryis distributed in the hope that it will be useful, *13 * This program is distributed in the hope that it will be useful, * 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU*16 * Lesser General Public License for more details.*15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 16 * GNU General Public License for more details. * 17 17 * * 18 * You should have received a copy of the GNU Lesser General Public License*19 * along with this library; if not, write to the Free Software Foundation, *20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*18 * You should have received a copy of the GNU General Public License along * 19 * with this program; if not, write to the Free Software Foundation, Inc., * 20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 21 21 * * 22 22 ****************************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.