src/protocols/msn/directconn.c

changeset 9198
e8eb6d5eb9eb
parent 9193
6e76f1367896
child 10112
3133c5f8eb10
--- a/src/protocols/msn/directconn.c	Sun Jun 06 03:30:20 2004 +0000
+++ b/src/protocols/msn/directconn.c	Sun Jun 06 03:42:55 2004 +0000
@@ -1,3 +1,26 @@
+/**
+ * @file directconn.c MSN direct connection functions
+ *
+ * gaim
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 #include "msn.h"
 #include "directconn.h"
 
@@ -77,10 +100,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)

mercurial