comparison wokkel/mam.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 66a7586e49f8
children 1e21b4e94566
comparison
equal deleted inserted replaced
5:4c3e159abf0b 6:dc3a3f454f39
1 # -*- test-case-name: wokkel.test.test_mam -*- 1 # -*- test-case-name: wokkel.test.test_mam -*-
2 #
3 # SàT Wokkel extension for Message Archive Management (XEP-0313)
4 # Copyright (C) 2015 Adien Cossa (souliane@mailoo.org)
5
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU Affero General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU Affero General Public License for more details.
15
16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2 # 18 #
3 # Copyright (c) Adrien Cossa. 19 # Copyright (c) Adrien Cossa.
4 # See LICENSE for details. 20 # See LICENSE for details.
5 21
6 """ 22 """