[Telepathy-commits] [telepathy-salut/master] SalutContactChannel: update copyright year, re-order headers according to coding style

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Aug 13 11:09:26 PDT 2008


20080609093816-53eee-c472be1c967f5e501e72229a9948a2a660f9ab21.gz

Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
---
 src/salut-contact-channel.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/salut-contact-channel.c b/src/salut-contact-channel.c
index 852e734..8096934 100644
--- a/src/salut-contact-channel.c
+++ b/src/salut-contact-channel.c
@@ -1,7 +1,7 @@
 /*
  * salut-contact-channel.c - Source for SalutContactChannel
- * Copyright (C) 2005 Collabora Ltd.
- * Copyright (C) 2005 Nokia Corporation
+ * Copyright (C) 2005-2008 Collabora Ltd.
+ * Copyright (C) 2005-2008 Nokia Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,18 +18,19 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <dbus/dbus-glib.h>
+#include "salut-contact-channel.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "salut-connection.h"
-#include "salut-contact-channel.h"
-
-#include <telepathy-glib/dbus.h>
+#include <dbus/dbus-glib.h>
 #include <telepathy-glib/channel-iface.h>
+#include <telepathy-glib/dbus.h>
 #include <telepathy-glib/interfaces.h>
 #include <telepathy-glib/util.h>
 
+#include "salut-connection.h"
+
 static void
 channel_iface_init (gpointer g_iface, gpointer iface_data);
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list