diff src/tmp/wokkel/rsm.py @ 1422:be1fccf4854d

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 be2df1ddea8e
children 882e5fabf68c
line wrap: on
line diff
--- a/src/tmp/wokkel/rsm.py	Thu Apr 23 10:25:47 2015 +0200
+++ b/src/tmp/wokkel/rsm.py	Thu Apr 23 10:57:40 2015 +0200
@@ -1,7 +1,20 @@
 # -*- test-case-name: wokkel.test.test_rsm -*-
 #
-# Copyright (c) Adrien Cossa.
-# See LICENSE for details.
+# SàT Wokkel extension for Result Set Management (XEP-0059)
+# Copyright (C) 2015 Adien Cossa (souliane@mailoo.org)
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """
 XMPP Result Set Management protocol.