From d41634d4ea42610a794bb8f5a47dbc91ee08ca40 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 6 Sep 2011 02:45:53 +0200 Subject: Change license to MIT --- src/multiuserchat.py | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'src/multiuserchat.py') diff --git a/src/multiuserchat.py b/src/multiuserchat.py index dd936039..1c226553 100644 --- a/src/multiuserchat.py +++ b/src/multiuserchat.py @@ -1,16 +1,9 @@ -# Copyright 2010-2011, Florent Le Coz - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation version 3 of the License. - -# 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 General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# Copyright 2010-2011 Florent Le Coz +# +# This file is part of Poezio. +# +# Poezio is free software: you can redistribute it and/or modify +# it under the terms of the MIT license. See the COPYING file. """ Implementation of the XEP-0045: Multi-User Chat. -- cgit v1.2.3