diff options
author | Krzysztof Klinikowski <kkszysiu@home.(none)> | 2010-01-16 18:43:46 +0100 |
---|---|---|
committer | Krzysztof Klinikowski <kkszysiu@home.(none)> | 2010-01-16 18:43:46 +0100 |
commit | 4663395479875da09bbd3f91b4e5b1ca175a5391 (patch) | |
tree | 246538b5efed9e27ea73e1c4c85e0a7db4c59a10 /sunshine/channel/__init__.py | |
parent | 6588c3881896688e8ac4b48678bd85d330225df8 (diff) |
Project name change.
Diffstat (limited to 'sunshine/channel/__init__.py')
-rw-r--r-- | sunshine/channel/__init__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sunshine/channel/__init__.py b/sunshine/channel/__init__.py new file mode 100644 index 0000000..7a6b8a1 --- /dev/null +++ b/sunshine/channel/__init__.py @@ -0,0 +1,18 @@ +# telepathy-sunshine is the GaduGadu connection manager for Telepathy +# +# Copyright (C) 2006-2007 Ali Sabil <ali.sabil@gmail.com> +# Copyright (C) 2010 Krzysztof Klinikowski <kkszysiu@gmail.com> +# +# 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |