diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:17:11 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:17:11 +0800 |
commit | 231f86f6deb8da116be891567fcdceed81fc6c69 (patch) | |
tree | 4da06f3ec6eb7f706d41c56a2f3e504539cfad9a /libempathy/empathy-tp-file.c | |
parent | ec131c37ebc8b49a3802a9dc6350bdaf59a22140 (diff) | |
download | gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar.gz gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar.bz2 gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar.lz gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar.xz gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.tar.zst gsoc2013-empathy-231f86f6deb8da116be891567fcdceed81fc6c69.zip |
Fixed copyright and author headers. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1790
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 6 |
1 files changed, 4 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> |