diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-file.c | 6 | ||||
-rw-r--r-- | libempathy/empathy-tp-file.h | 4 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.h | 1 |
4 files changed, 10 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 1dfa35b6e..9ce2e3be7 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -1,7 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Collabora Ltd. - * @author: Xavier Claessens <xclaesse@gmail.com> + * Copyright (C) 2007-2008 Collabora Ltd. * Copyright (C) 2007 Marco Barisione <marco@barisione.org> * * This library is free software; you can redistribute it and/or @@ -17,6 +16,9 @@ * 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: Marco Barisione <marco@barisione.org> + * Jonny Lamb <jonny.lamb@collabora.co.uk> */ #include <config.h> diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 5ba1f1d47..44f6b18af 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -1,5 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* + * Copyright (C) 2007-2008 Collabora Ltd. * Copyright (C) 2007 Marco Barisione <marco@barisione.org> * * This library is free software; you can redistribute it and/or @@ -15,6 +16,9 @@ * 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: Marco Barisione <marco@barisione.org> + * Jonny Lamb <jonny.lamb@collabora.co.uk> */ #ifndef __EMPATHY_TP_FILE_H__ diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 14427097e..7397a0784 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -21,6 +21,7 @@ * Authors: Richard Hult <richard@imendio.com> * Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> + * Jonny Lamb <jonny.lamb@collabora.co.uk> */ #include "config.h" diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 277a8a3ea..9a57679ef 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -21,6 +21,7 @@ * Authors: Richard Hult <richard@imendio.com> * Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> + * Jonny Lamb <jonny.lamb@collabora.co.uk> */ #ifndef __EMPATHY_UTILS_H__ |