diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 23:35:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 23:42:32 +0800 |
commit | f748067f6fa10635261313a28e0a0102168de91e (patch) | |
tree | 5df2b1b57a4dcc82abc0687ed5cb8a1d7ba45ea7 /libempathy | |
parent | b8c3e1f86a5982c06a63116a6dc98a9b583b468c (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-log-manager.c | 19 | ||||
-rw-r--r-- | libempathy/empathy-log-manager.h | 19 |
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> */ |