aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-14 16:59:37 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:14 +0800
commit6bd8a623caba63ae4b2aa201e9cec7e015f64e8d (patch)
treef1bdec65446082f7907ac61ebc2078d80dd5d9cf
parent7761eeb4a0e307c14a96906cca1a94346f39c3a6 (diff)
downloadgsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar.gz
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar.bz2
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar.lz
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar.xz
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.tar.zst
gsoc2013-empathy-6bd8a623caba63ae4b2aa201e9cec7e015f64e8d.zip
Cleanup authors of EmpathyContact. It has nothing to do with Gossip code anymore. All code is mine.
-rw-r--r--libempathy/empathy-contact.c1
-rw-r--r--libempathy/empathy-contact.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index 51259bddf..e3ab4375c 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors: Xavier Claessens <xclaesse@gmail.com>
- * Sjoerd Simons <sjoerd.simons@collabora.co.uk>
*/
#include "config.h"
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h
index 8b89b3984..11f329ee5 100644
--- a/libempathy/empathy-contact.h
+++ b/libempathy/empathy-contact.h
@@ -16,9 +16,7 @@
* 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: Mikael Hallendal <micke@imendio.com>
- * Martyn Russell <martyn@imendio.com>
- * Xavier Claessens <xclaesse@gmail.com>
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
*/
#ifndef __EMPATHY_CONTACT_H__