diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-11 17:10:05 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-11 17:10:05 +0200 |
commit | 96794a4e4992b3f0bbcb57782c0f67981c1eb8e2 (patch) | |
tree | 383d82b7f012eb5ff4d7f94c8aaffd3889622150 /src/xhtml.py | |
parent | e6622db4cae723d097c59950d56e68e84359d64e (diff) | |
download | poezio-96794a4e4992b3f0bbcb57782c0f67981c1eb8e2.tar.gz poezio-96794a4e4992b3f0bbcb57782c0f67981c1eb8e2.tar.bz2 poezio-96794a4e4992b3f0bbcb57782c0f67981c1eb8e2.tar.xz poezio-96794a4e4992b3f0bbcb57782c0f67981c1eb8e2.zip |
Change license to zlib (MIT sucks :()
Diffstat (limited to 'src/xhtml.py')
-rw-r--r-- | src/xhtml.py | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/xhtml.py b/src/xhtml.py index 79c1b82a..f8272e4f 100644 --- a/src/xhtml.py +++ b/src/xhtml.py @@ -1,20 +1,9 @@ -#!/usr/bin/env python3 -# -# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org> +# Copyright 2010-2011 Florent Le Coz <louiz@louiz.org> # # 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 <http://www.gnu.org/licenses/>. +# it under the terms of the zlib license. See the COPYING file. """ Various methods to convert |