diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 17:47:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-17 23:42:32 +0800 |
commit | f9894b899100467c88b3cf6b218df704d49647c2 (patch) | |
tree | 4b4129ad362d071293fa3872ea90402a6ddc43ad /libempathy | |
parent | 8728a86cda80fe0b824a8cb87b91db8eb1a2b99f (diff) | |
download | gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar.gz gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar.bz2 gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar.lz gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar.xz gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.tar.zst gsoc2013-empathy-f9894b899100467c88b3cf6b218df704d49647c2.zip |
log-store-empathy: 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-store-empathy.c | 19 | ||||
-rw-r--r-- | libempathy/empathy-log-store-empathy.h | 19 |
2 files changed, 18 insertions, 20 deletions
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index b511bcd42..1291141bc 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.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> * Jonny Lamb <jonny.lamb@collabora.co.uk> diff --git a/libempathy/empathy-log-store-empathy.h b/libempathy/empathy-log-store-empathy.h index 9a4b70fad..7290aee46 100644 --- a/libempathy/empathy-log-store-empathy.h +++ b/libempathy/empathy-log-store-empathy.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> * Jonny Lamb <jonny.lamb@collabora.co.uk> |