diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 00:24:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 17:25:44 +0800 |
commit | b0eb7b2baf39cd5a509668bc53e5e34d70cb255d (patch) | |
tree | 97fa2ee11ae283c649940f6143bb8430f53ed694 | |
parent | b7d237fb040f262730fbc0b4e34ebeae5dc33b19 (diff) | |
download | gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar.gz gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar.bz2 gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar.lz gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar.xz gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.tar.zst gsoc2013-empathy-b0eb7b2baf39cd5a509668bc53e5e34d70cb255d.zip |
log-store: 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-store.c | 19 | ||||
-rw-r--r-- | libempathy/empathy-log-store.h | 19 |
2 files changed, 18 insertions, 20 deletions
diff --git a/libempathy/empathy-log-store.c b/libempathy/empathy-log-store.c index 512c4c09b..c0769d147 100644 --- a/libempathy/empathy-log-store.c +++ b/libempathy/empathy-log-store.c @@ -2,20 +2,19 @@ /* * Copyright (C) 2008 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: Jonny Lamb <jonny.lamb@collabora.co.uk> */ diff --git a/libempathy/empathy-log-store.h b/libempathy/empathy-log-store.h index 185e38c93..d8435fbf5 100644 --- a/libempathy/empathy-log-store.h +++ b/libempathy/empathy-log-store.h @@ -2,20 +2,19 @@ /* * Copyright (C) 2008 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: Jonny Lamb <jonny.lamb@collabora.co.uk> */ |