src/protocols/msn/msn.c

changeset 9198
e8eb6d5eb9eb
parent 9193
6e76f1367896
child 9243
c22d815cb7ba
--- a/src/protocols/msn/msn.c	Sun Jun 06 03:30:20 2004 +0000
+++ b/src/protocols/msn/msn.c	Sun Jun 06 03:42:55 2004 +0000
@@ -3,7 +3,9 @@
  *
  * gaim
  *
- * Copyright (C) 2003-2004 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
@@ -277,7 +279,7 @@
 	MsnUser *user;
 	MsnSession *session;
 	MsnMobileData *data;
-	
+
 	g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node));
 
 	buddy = (GaimBuddy *) node;
@@ -787,7 +789,7 @@
 		return;
 	}
 #endif
-	
+
 	msn_userlist_add_buddy(userlist, who, MSN_LIST_FL,
 						   group ? group->name : NULL);
 }
@@ -797,7 +799,7 @@
 {
 	MsnSession *session;
 	MsnUserList *userlist;
-	
+
 	session = gc->proto_data;
 	userlist = session->userlist;
 
@@ -817,7 +819,7 @@
 
 	if (user->list_op & MSN_LIST_BL_OP)
 		msn_userlist_rem_buddy(userlist, who, MSN_LIST_BL, NULL);
-	
+
 	msn_userlist_add_buddy(userlist, who, MSN_LIST_AL, NULL);
 }
 
@@ -827,7 +829,7 @@
 	MsnSession *session;
 	MsnUserList *userlist;
 	MsnUser *user;
-	
+
 	session = gc->proto_data;
 	userlist = session->userlist;
 	user = msn_userlist_find_user(userlist, who);
@@ -844,12 +846,12 @@
 	MsnSession *session;
 	MsnUserList *userlist;
 	MsnUser *user;
-	
+
 	session = gc->proto_data;
 	userlist = session->userlist;
 
 	user = msn_userlist_find_user(userlist, who);
-	
+
 	msn_userlist_rem_buddy(userlist, who, MSN_LIST_AL, NULL);
 
 	if (user->list_op & MSN_LIST_RL_OP)
@@ -862,7 +864,7 @@
 	MsnSession *session;
 	MsnUserList *userlist;
 	MsnUser *user;
-	
+
 	session = gc->proto_data;
 	userlist = session->userlist;
 
@@ -989,7 +991,7 @@
 {
 	MsnSession *session;
 	MsnUserList *userlist;
-	
+
 	session = gc->proto_data;
 	userlist = session->userlist;
 

mercurial