aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-17 17:44:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-17 17:44:12 +0000
commitaec15b99bf6b340227895ecfa6136e9d638c701a (patch)
tree54ea8d79169dd127d239a7f304c1007eb473ea6f /pop3.c
parent6acb0b4730875ea953f04df5fa6c5680fd98ca09 (diff)
downloadfetchmail-aec15b99bf6b340227895ecfa6136e9d638c701a.tar.gz
fetchmail-aec15b99bf6b340227895ecfa6136e9d638c701a.tar.bz2
fetchmail-aec15b99bf6b340227895ecfa6136e9d638c701a.zip
Remove all those obnoxious block comments.
svn path=/trunk/; revision=345
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/pop3.c b/pop3.c
index 92089e0e..bbf6e1ac 100644
--- a/pop3.c
+++ b/pop3.c
@@ -1,15 +1,9 @@
/*
+ * pop3.c -- POP3 protocol methods
+ *
* For license terms, see the file COPYING in this directory.
*/
-/***********************************************************************
- module: pop3.c
- project: fetchmail
- programmer: Eric S. Raymond <esr@thyrsus.com>
- description: POP3 client code.
-
- ***********************************************************************/
-
#include <config.h>
#include <stdio.h>
@@ -243,4 +237,4 @@ struct hostrec *queryctl;
return(do_protocol(queryctl, &pop3));
}
-
+/* pop3.c ends here */