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/common.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/common.py')
-rw-r--r-- | src/common.py | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/src/common.py b/src/common.py index 0bc93c8d..aa74e5c1 100644 --- a/src/common.py +++ b/src/common.py @@ -1,32 +1,9 @@ -# some functions coming from gajim sources (thanks) - -## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> -## Copyright (C) 2005-2006 Dimitur Kirov <dkirov AT gmail.com> -## Nikos Kouremenos <kourem AT gmail.com> -## Copyright (C) 2006 Alex Mauer <hawke AT hawkesnest.net> -## Copyright (C) 2006-2007 Travis Shirk <travis AT pobox.com> -## Copyright (C) 2006-2008 Jean-Marie Traissard <jim AT lapin.org> -## Copyright (C) 2007 Lukas Petrovicky <lukas AT petrovicky.net> -## James Newton <redshodan AT gmail.com> -## Julien Pivotto <roidelapluie AT gmail.com> -## Copyright (C) 2007-2008 Stephan Erb <steve-e AT h3c.de> -## Copyright (C) 2008 Brendan Taylor <whateley AT gmail.com> -## Jonathan Schleifer <js-gajim AT webkeks.org> -## - -# Copyright 2010-2011, Florent Le Coz <louiz@louiz.org> - -# 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 <http://www.gnu.org/licenses/>. +# 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 MIT license. See the COPYING file. """ various useful functions |