comparison wokkel/pubsub.py @ 6:dc3a3f454f39

tmp (wokkel): licenses fixes: the licenses headers were wrong, it was fixed: original work from Adrien Cossa is directly under AGPL v3 (with his agreement), work derivated from Wokkel is sublicensed to AGPL v3 as allowed by the original license, to stay consistent with the rest of the code base. Theses files (and only these ones) can be relicensed again to fill Wokkel license if Ralph plan to merge them upstream...
author Goffi <goffi@goffi.org>
date Thu, 23 Apr 2015 10:57:40 +0200
parents 09e7c32a6a00
children a07bf3fb4b54
comparison
equal deleted inserted replaced
5:4c3e159abf0b 6:dc3a3f454f39
1 # -*- test-case-name: wokkel.test.test_pubsub -*- 1 # -*- test-case-name: wokkel.test.test_pubsub -*-
2 # 2 #
3 # Copyright (c) Ralph Meijer. 3 # SàT adaptation for wokkel.pubsub
4 # See LICENSE for details. 4 # Copyright (C) 2015 Adien Cossa (souliane@mailoo.org)
5 # Copyright (c) 2003-2012 Ralph Meijer.
6
7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU Affero General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
11
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU Affero General Public License for more details.
16
17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # --
20
21 # This program is based on wokkel (https://wokkel.ik.nu/),
22 # originaly written by Ralph Meijer
23 # It is sublicensed under AGPL v3 (or any later version) as allowed by the original
24 # license.
25
26 # --
27
28 # Here is a copy of the original license:
29
30 # Copyright (c) 2003-2012 Ralph Meijer.
31 #
32 # Permission is hereby granted, free of charge, to any person obtaining
33 # a copy of this software and associated documentation files (the
34 # "Software"), to deal in the Software without restriction, including
35 # without limitation the rights to use, copy, modify, merge, publish,
36 # distribute, sublicense, and/or sell copies of the Software, and to
37 # permit persons to whom the Software is furnished to do so, subject to
38 # the following conditions:
39 #
40 # The above copyright notice and this permission notice shall be
41 # included in all copies or substantial portions of the Software.
42 #
43 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
47 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
48 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
49 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5 50
6 """ 51 """
7 XMPP publish-subscribe protocol. 52 XMPP publish-subscribe protocol.
8 53
9 This protocol is specified in 54 This protocol is specified in