aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network-manager.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-01-25 23:02:03 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-01-25 23:02:03 +0800
commita71babc2f30569808fef8cc5540490bbdc541cca (patch)
tree0c6513d5b5811fd0fcf9aaa6b89349143ca1c1a1 /libempathy/empathy-irc-network-manager.c
parente1a2ac951fec7ef11aaeaf3da6b62c036b2be7e9 (diff)
downloadgsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar.gz
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar.bz2
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar.lz
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar.xz
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.tar.zst
gsoc2013-empathy-a71babc2f30569808fef8cc5540490bbdc541cca.zip
fix copyright and relicense IRC files to LGPL
Diffstat (limited to 'libempathy/empathy-irc-network-manager.c')
-rw-r--r--libempathy/empathy-irc-network-manager.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c
index 3becef96a..b40404ee9 100644
--- a/libempathy/empathy-irc-network-manager.c
+++ b/libempathy/empathy-irc-network-manager.c
@@ -1,20 +1,21 @@
/*
- * Copyright (C) 2004-2007 Guillaume Desmottes
+ * Copyright (C) 2007-2008 Guillaume Desmottes
*
- * 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 library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This library 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.
+ * Lesser 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.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
#include <config.h>