diff src/socket.c @ 8046:fa6395637e2c

[gaim-migrate @ 8730] John Silverstri did this for me. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 10 Jan 2004 04:04:57 +0000
parents 43e396e94095
children 61852117568f
line wrap: on
line diff
--- a/src/socket.c	Sat Jan 10 03:26:09 2004 +0000
+++ b/src/socket.c	Sat Jan 10 04:04:57 2004 +0000
@@ -1,7 +1,9 @@
 /*
  * gaim-remote
  *
- * Copyright (C) 2002, Sean Egan <bj91704@binghamton.edu>
+ * 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
@@ -19,11 +21,7 @@
  *
  */
 
-/* Somewhat inspired by XMMS:
- *  Copyright (C) 1998-2002  Peter Alm, Mikael Alm, Olle Hallnas,
- *                           Thomas Nilsson and 4Front Technologies
- *  Copyright (C) 1999-2002  Haavard Kvaalen 
- */
+/* Somewhat inspired by XMMS*/
  
 /* This provides code for connecting to a Gaim socket and communicating with
  * it.  It will eventually be made a library once the core and ui are split. */