]> git.0d.be Git - empathy.git/commitdiff
Fixed copyright and author headers. (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 21 Nov 2008 16:17:11 +0000 (16:17 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:17:11 +0000 (16:17 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1790

libempathy-gtk/empathy-ft-manager.c
libempathy-gtk/empathy-ft-manager.h
libempathy-gtk/empathy-ui-utils.c
libempathy-gtk/empathy-ui-utils.h
libempathy/empathy-tp-file.c
libempathy/empathy-tp-file.h
libempathy/empathy-utils.c
libempathy/empathy-utils.h

index c295b53e6f2613c4b6fe97c8613a34c7ebb29cd6..9ca9710995d33c7278b50cb28bff2aa8df25f1e5 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * Copyright (C) 2003, 2004 Xan Lopez
  * Copyright (C) 2007 Marco Barisione <marco@barisione.org>
+ * Copyright (C) 2008 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Xan Lopez
+ *          Marco Barisione <marco@barisione.org>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk>
  */
 
 /* The original file transfer manager code was copied from Epiphany */
index ddfb08373526f441fcfe8547d44aedafd418accc..964560bf68b4c41e776722466a4a56e2be67cb00 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2007 Marco Barisione <marco@barisione.org>
+ * Copyright (C) 2008 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -16,6 +17,9 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Marco Barisione <marco@barisione.org>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk>
  */
 
 #ifndef __EMPATHY_FT_MANAGER_H__
index ab4696271f22b9c9e715502e1a629d08696b02eb..eae5b60f9ec7401c358c91bfea3c43a5b296b69a 100644 (file)
@@ -22,6 +22,7 @@
  *          Richard Hult <richard@imendio.com>
  *          Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk>
  * 
  *          Part of this file is copied from GtkSourceView (gtksourceiter.c):
  *          Paolo Maggi
index 3b83a199a99a5b58ab9c7766879ba5acb571c75f..c4b6998184ddf80096b24fde157e9706de5d4427 100644 (file)
@@ -22,6 +22,7 @@
  *          Richard Hult <richard@imendio.com>
  *          Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk>
  * 
  *          Part of this file is copied from GtkSourceView (gtksourceiter.c):
  *          Paolo Maggi
index 1dfa35b6e870b43d54a64063197d8c428255d1bc..9ce2e3be7986748b6a8be56cd8f5720ec3ae0416 100644 (file)
@@ -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>
index 5ba1f1d478648387d512d9482a13698410845fc8..44f6b18afe644f74c8396f3561bf6e792ae0c6b6 100644 (file)
@@ -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__
index 14427097e8a851dcac34af8b14ecc05b1ffc810c..7397a07844db4ba0b49e095e19867d1581bac340 100644 (file)
@@ -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"
index 277a8a3ea32aec99217ce0a0dad3c37ab8446c2d..9a57679ef5a6213ce66a980e28ec61c44c77fb9b 100644 (file)
@@ -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__