aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-06-14 19:05:35 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-06-14 19:05:35 +0800
commit679fc9b59b198352af5c72881fe5d06b74a6ad3c (patch)
tree8f9dcacbc7880c0a2df16637d21ba5303405ea6b
parentb81b252fddaaa77207a7b6c11e7e05c9c2c26410 (diff)
downloadgsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar.gz
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar.bz2
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar.lz
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar.xz
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.tar.zst
gsoc2013-empathy-679fc9b59b198352af5c72881fe5d06b74a6ad3c.zip
Fix authors and copyright of EmpathyLiveSearch
-rw-r--r--libempathy-gtk/empathy-live-search.c3
-rw-r--r--libempathy-gtk/empathy-live-search.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c
index b1215bfd3..97dac8791 100644
--- a/libempathy-gtk/empathy-live-search.c
+++ b/libempathy-gtk/empathy-live-search.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2010 Collabora Ltd.
+ * Copyright (C) 2007-2010 Nokia Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -16,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors: Felix Kaser <felix.kaser@collabora.co.uk>
+ * Xavier Claessens <xavier.claessens@collabora.co.uk>
+ * Claudio Saavedra <csaavedra@igalia.com>
*/
#include <config.h>
diff --git a/libempathy-gtk/empathy-live-search.h b/libempathy-gtk/empathy-live-search.h
index 108b42cdc..78dc236c0 100644
--- a/libempathy-gtk/empathy-live-search.h
+++ b/libempathy-gtk/empathy-live-search.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2010 Collabora Ltd.
+ * Copyright (C) 2007-2010 Nokia Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -16,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors: Felix Kaser <felix.kaser@collabora.co.uk>
+ * Xavier Claessens <xavier.claessens@collabora.co.uk>
+ * Claudio Saavedra <csaavedra@igalia.com>
*/
#ifndef __EMPATHY_LIVE_SEARCH_H__