aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l11
1 files changed, 2 insertions, 9 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 99558152..5ef8722d 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -1,18 +1,11 @@
%{
/*
+ * rcfile_l.l -- lexer for the run control file
+ *
* For license terms, see the file COPYING in this directory.
*/
-/***********************************************************************
- module: rcfile_l.l
- project: fetchmail
- programmer: Carl Harris, ceharris@mal.com
- Extensively hacked by esr.
- description: configuration lexer
-
- ***********************************************************************/
-
#include <config.h>
#include "fetchmail.h"
#include "rcfile_y.h"