From ec087df15474591dc8fe5694f8970f9c859a28b5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 25 Oct 1996 23:34:48 +0000 Subject: Comment cleaning. svn path=/trunk/; revision=388 --- fetchmail.h | 8 -------- smtp.h | 12 +++--------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/fetchmail.h b/fetchmail.h index 47f09a72..1c2a5e21 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -2,14 +2,6 @@ * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: fetchmail.h - project: fetchmail - programmer: Eric S. Raymond - description: global constant, type, and variable definitions. - - ***********************************************************************/ - /* constants designating the various supported protocols */ #define P_AUTO 0 #define P_POP2 2 diff --git a/smtp.h b/smtp.h index 492d77e4..d862314f 100644 --- a/smtp.h +++ b/smtp.h @@ -1,15 +1,9 @@ -/* Copyright 1996 by Eric S. Raymond - * All rights reserved. +/* + * smtp.h -- prototypes for smtp handling code + * * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: smtp.h - project: fetchmail - description: Prototypes for smtp handling code. - - ***********************************************************************/ - #ifndef _POPSMTP_ #define _POPSMTP_ -- cgit v1.2.3