diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fetchmail.c b/fetchmail.c index e3369d2b..ba70a6a4 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1,13 +1,11 @@ -/* Copyright 1993-95 by Carl Harris, Jr. Copyright 1996 by Eric S. Raymond - * All rights reserved. +/* * For license terms, see the file COPYING in this directory. */ /*********************************************************************** module: fetchmail.c project: fetchmail - programmer: Carl Harris, ceharris@mal.com - Extensively hacked and improved by esr. + programmer: Eric S. Raymond <esr@thyrsus.com> description: main driver module for fetchmail ***********************************************************************/ |