diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-06 02:45:53 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-06 02:45:53 +0200 |
commit | d41634d4ea42610a794bb8f5a47dbc91ee08ca40 (patch) | |
tree | acfc827ded62f8b6a2b86c3daf23004bff47a428 /src/windows.py | |
parent | f56295650d669b4f1913722956664addc1190042 (diff) | |
download | poezio-d41634d4ea42610a794bb8f5a47dbc91ee08ca40.tar.gz poezio-d41634d4ea42610a794bb8f5a47dbc91ee08ca40.tar.bz2 poezio-d41634d4ea42610a794bb8f5a47dbc91ee08ca40.tar.xz poezio-d41634d4ea42610a794bb8f5a47dbc91ee08ca40.zip |
Change license to MIT
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/windows.py b/src/windows.py index 6d71e28e..d619718c 100644 --- a/src/windows.py +++ b/src/windows.py @@ -1,18 +1,9 @@ -# 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 MIT license. See the COPYING file. """ Define all the windows. |