diff src/protocols/msn/servconn.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 502707ca1836
children ecf3ce2e2ab1
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c	Sun Jun 06 03:30:20 2004 +0000
+++ b/src/protocols/msn/servconn.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
@@ -34,7 +36,7 @@
 
 	const char *names[] = { "Notification", "Switchboard" };
 	const char *name;
-	
+
 	gc = gaim_account_get_connection(servconn->session->account);
 	name = names[servconn->type];
 
@@ -170,7 +172,7 @@
 	{
 		if (servconn->http_data->gateway_host != NULL)
 			g_free(servconn->http_data->gateway_host);
-			
+
 		servconn->http_data->gateway_host = g_strdup(host);
 	}
 
@@ -466,10 +468,10 @@
 		gaim_debug_error("msn", "Could not get address info: %s.\n",
 						 port_str);
 		return -1;
-	} 
+	}
 
 	for (c = res; c != NULL; c = c->ai_next)
-	{ 
+	{
 		fd = socket(c->ai_family, c->ai_socktype, c->ai_protocol);
 
 		if (fd < 0)