From 96794a4e4992b3f0bbcb57782c0f67981c1eb8e2 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 11 Sep 2011 17:10:05 +0200 Subject: Change license to zlib (MIT sucks :() --- src/text_buffer.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/text_buffer.py') diff --git a/src/text_buffer.py b/src/text_buffer.py index a6465da3..314b9896 100644 --- a/src/text_buffer.py +++ b/src/text_buffer.py @@ -1,18 +1,9 @@ -# Copyright 2010-2011 Le Coz Florent +# 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 GNU General Public License as published by -# the Free Software Foundation, version 3 of the License. -# -# Poezio 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 Poezio. If not, see . +# it under the terms of the zlib license. See the COPYING file. """ Define the TextBuffer class -- cgit v1.2.3