aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:33:27 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:33:27 +0800
commit443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe (patch)
tree83cb2fff32d7ea015b7999a33cb3c491ad913a5f /libempathy-gtk
parent83e10c7259610ce5009ce3a2ea948b3a08b82d0d (diff)
downloadgsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar.gz
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar.bz2
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar.lz
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar.xz
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.tar.zst
gsoc2013-empathy-443ae5d02430cebbb2fd7d1d3f896f6bfe20a3fe.zip
update copyright and authors
svn path=/trunk/; revision=2310
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-selector.c2
-rw-r--r--libempathy-gtk/empathy-contact-selector.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c
index 390410866..c502c64ba 100644
--- a/libempathy-gtk/empathy-contact-selector.c
+++ b/libempathy-gtk/empathy-contact-selector.c
@@ -1,4 +1,5 @@
/*
+* Copyright (C) 2007 Marco Barisione <marco@barisione.org>
* Copyright (C) 2008 Collabora Ltd.
*
* This library is free software; you can redistribute it and/or
@@ -16,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors: Elliot Fairweather <elliot.fairweather@collabora.co.uk>
+* Marco Barisione <marco@barisione.org>
*/
#include <gtk/gtk.h>
diff --git a/libempathy-gtk/empathy-contact-selector.h b/libempathy-gtk/empathy-contact-selector.h
index b2effd148..2b67266c7 100644
--- a/libempathy-gtk/empathy-contact-selector.h
+++ b/libempathy-gtk/empathy-contact-selector.h
@@ -1,4 +1,5 @@
/*
+* Copyright (C) 2007 Marco Barisione <marco@barisione.org>
* Copyright (C) 2008 Collabora Ltd.
*
* This library is free software; you can redistribute it and/or
@@ -16,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors: Elliot Fairweather <elliot.fairweather@collabora.co.uk>
+* Marco Barisione <marco@barisione.org>
*/
#ifndef __EMPATHY_CONTACT_SELECTOR_H__