From 3c7e7f505236c01fff0dde3d52968579e2eefd3b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 10 Aug 2008 20:28:22 +0000 Subject: [PATCH] idle.c is GPLv3 too. Fixed #4187 --- src/common/idle.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/common/idle.c b/src/common/idle.c index 52fca64777..1e5b9c39c5 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 -- GitLab