aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-17 17:38:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-17 23:42:32 +0800
commitae842e153796a77dccc171254625793acf754c3f (patch)
tree18f08a5129fe2e118cf8015d20abb3105e0f3ca2 /libempathy
parentaeb4b0095d9685e8c40e4a86144f214caf3c63e8 (diff)
downloadgsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar.gz
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar.bz2
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar.lz
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar.xz
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.tar.zst
gsoc2013-empathy-ae842e153796a77dccc171254625793acf754c3f.zip
empathy-time: relicense to LGPL
This file was based on gossip-time and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-time.c19
-rw-r--r--libempathy/empathy-time.h19
2 files changed, 18 insertions, 20 deletions
diff --git a/libempathy/empathy-time.c b/libempathy/empathy-time.c
index 6a140e062..13e17d152 100644
--- a/libempathy/empathy-time.c
+++ b/libempathy/empathy-time.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: Richard Hult <richard@imendio.com>
*/
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h
index 8cfb55ad2..224b25cbf 100644
--- a/libempathy/empathy-time.h
+++ b/libempathy/empathy-time.h
@@ -3,20 +3,19 @@
* Copyright (C) 2004 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
*/
#ifndef __EMPATHY_TIME_H__