Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2007-10-22 15:13:13 +0400
committerYann Leboulanger <asterix@lagaule.org>2007-10-22 15:13:13 +0400
commit22c1aeda29dabafed26e26065d91f7c91163d078 (patch)
treeb591d44dc3602ea31adce0bb4774b1063c118cd0 /src/adhoc_commands.py
parentd66c506b5944f08c2b58ca15de554e92d1e3e7ad (diff)
next release will be GPL v3. fixes #3290
Diffstat (limited to 'src/adhoc_commands.py')
-rw-r--r--src/adhoc_commands.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/adhoc_commands.py b/src/adhoc_commands.py
index c929c156d..be312f978 100644
--- a/src/adhoc_commands.py
+++ b/src/adhoc_commands.py
@@ -4,14 +4,19 @@
## Copyright (C) 2006 Yann Le Boulanger <asterix@lagaule.org>
## Nikos Kouremenos <nkour@jabber.org>
##
-## This program is free software; you can redistribute it and/or modify
+## This file is part of Gajim.
+##
+## Gajim 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 2 only.
+## by the Free Software Foundation; version 3 only.
##
-## This program is distributed in the hope that it will be useful,
+## Gajim 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 Gajim. If not, see <http://www.gnu.org/licenses/>.
# FIXME: think if we need caching command list. it may be wrong if there will
# be entities that often change the list, it may be slow to fetch it every time