From aec15b99bf6b340227895ecfa6136e9d638c701a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 1996 17:44:12 +0000 Subject: Remove all those obnoxious block comments. svn path=/trunk/; revision=345 --- pop3.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'pop3.c') 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 - description: POP3 client code. - - ***********************************************************************/ - #include #include @@ -243,4 +237,4 @@ struct hostrec *queryctl; return(do_protocol(queryctl, &pop3)); } - +/* pop3.c ends here */ -- cgit v1.2.3