aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-17 23:35:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-17 23:42:32 +0800
commitf748067f6fa10635261313a28e0a0102168de91e (patch)
tree5df2b1b57a4dcc82abc0687ed5cb8a1d7ba45ea7
parentb8c3e1f86a5982c06a63116a6dc98a9b583b468c (diff)
downloadgsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar.gz
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar.bz2
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar.lz
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar.xz
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.tar.zst
gsoc2013-empathy-f748067f6fa10635261313a28e0a0102168de91e.zip
log-manager: relicense to LGPL
This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt.
-rw-r--r--libempathy/empathy-log-manager.c19
-rw-r--r--libempathy/empathy-log-manager.h19
2 files changed, 18 insertions, 20 deletions
diff --git a/libempathy/empathy-log-manager.c b/libempathy/empathy-log-manager.c
index 24faecd6e..8478762d3 100644
--- a/libempathy/empathy-log-manager.c
+++ b/libempathy/empathy-log-manager.c
@@ -3,20 +3,19 @@
* Copyright (C) 2003-2007 Imendio AB
* Copyright (C) 2007-2010 Collabora Ltd.
*
- * 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., 51 Franklin St, Fifth Floor,
- * Boston, MA 02110-1301 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: Xavier Claessens <xclaesse@gmail.com>
*/
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h
index 8d115b2aa..1dcc7f26c 100644
--- a/libempathy/empathy-log-manager.h
+++ b/libempathy/empathy-log-manager.h
@@ -3,20 +3,19 @@
* Copyright (C) 2003-2007 Imendio AB
* Copyright (C) 2007-2010 Collabora Ltd.
*
- * 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., 51 Franklin St, Fifth Floor,
- * Boston, MA 02110-1301 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: Xavier Claessens <xclaesse@gmail.com>
*/