comparison src/plugins/plugin_xep_0065.py @ 480:2a072735e459

Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
author Goffi <goffi@goffi.org>
date Wed, 01 Aug 2012 22:53:02 +0200
parents cf005701624b
children a31abb97310d
comparison
equal deleted inserted replaced
479:4b62ce15a5f8 480:2a072735e459
7 2002, 2003, 2004 Dave Smith (dizzyd@jabber.org) 7 2002, 2003, 2004 Dave Smith (dizzyd@jabber.org)
8 2007, 2008 Fabio Forno (xmpp:ff@jabber.bluendo.com) 8 2007, 2008 Fabio Forno (xmpp:ff@jabber.bluendo.com)
9 2009, 2010, 2011, 2012 Jérôme Poisson (goffi@goffi.org) 9 2009, 2010, 2011, 2012 Jérôme Poisson (goffi@goffi.org)
10 10
11 This program is free software: you can redistribute it and/or modify 11 This program is free software: you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by 12 it under the terms of the GNU Affero General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or 13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version. 14 (at your option) any later version.
15 15
16 This program is distributed in the hope that it will be useful, 16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details. 19 GNU Affero General Public License for more details.
20 20
21 You should have received a copy of the GNU General Public License 21 You should have received a copy of the GNU Affero General Public License
22 along with this program. If not, see <http://www.gnu.org/licenses/>. 22 along with this program. If not, see <http://www.gnu.org/licenses/>.
23 23
24 -- 24 --
25 25
26 This program is based on proxy65 (http://code.google.com/p/proxy65), 26 This program is based on proxy65 (http://code.google.com/p/proxy65),