aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/socket.c b/socket.c
index 9347e367..9ea13864 100644
--- a/socket.c
+++ b/socket.c
@@ -1,15 +1,12 @@
/*
+ * socket.c -- socket library functions
+ *
+ * These were designed and coded by Carl Harris <ceharris@mal.com>
+ * and are essentially unchanged from the ancestral popclient.
+ *
* For license terms, see the file COPYING in this directory.
*/
-/***********************************************************************
- module: socket.c
- project: fetchmail
- programmer: Carl Harris, ceharris@mal.com
- description: socket library functions
-
- ***********************************************************************/
-
#include <config.h>
#include <fcntl.h>
@@ -271,3 +268,5 @@ va_dcl {
return SockWrite(socket, buf, strlen(buf));
}
+
+/* socket.c ends here */