diff src/protocols/msn/switchboard.c @ 9198:ab6636c5a136

[gaim-migrate @ 9993] Updated all the copyright headers for all the *.[ch] files -- all 63. No fun, but I receive great satisfaction in knowing that you all have to recompile this, again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 03:42:55 +0000
parents 364aa73323b5
children 08e7ccb4610d
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c	Sun Jun 06 03:30:20 2004 +0000
+++ b/src/protocols/msn/switchboard.c	Sun Jun 06 03:42:55 2004 +0000
@@ -3,7 +3,9 @@
  *
  * gaim
  *
- * Copyright (C) 2003, Christian Hammond <chipx86@gnupdate.org>
+ * Gaim is the legal property of its developers, whose names are too numerous
+ * to list here.  Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -52,7 +54,7 @@
 {
 	MsnCmdProc *cmdproc;
 	GaimAccount *account;
-	
+
 	g_return_if_fail(swboard != NULL);
 
 	cmdproc = swboard->servconn->cmdproc;
@@ -148,7 +150,7 @@
 
 	if (session->protocol_ver >= 9)
 	{
-		GList *l;	
+		GList *l;
 
 		/* But we already know the switchboard... */
 		/* What if there is more than one user? */
@@ -261,7 +263,7 @@
 	/* msn_cmdproc_process_queue(cmdproc); */
 
 	msn_switchboard_process_queue(swboard);
-	
+
 	send_clientcaps(swboard);
 
 #if 1
@@ -596,7 +598,7 @@
 #endif
 
 	msn_table_add_error(cbs_table, "MSG", NULL);
-	
+
 	/* Register the message type callbacks. */
 	msn_table_add_msg_type(cbs_table, "text/plain",
 						   plain_msg);