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>2008-08-11 00:28:22 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-08-11 00:28:22 +0400
commit3c7e7f505236c01fff0dde3d52968579e2eefd3b (patch)
tree2a3aaff11afd902bea640cdd47046451d6ecd9de
parent096686e3cb9a8d511738a58405ed22229d0f6f81 (diff)
idle.c is GPLv3 too. Fixed #4187
-rw-r--r--src/common/idle.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/common/idle.c b/src/common/idle.c
index 52fca6477..1e5b9c39c 100644
--- a/src/common/idle.c
+++ b/src/common/idle.c
@@ -8,14 +8,19 @@
* Copyright (C) 2005-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 Licens
+ * along with Gajim. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _WIN32