From 26be17a3d68d1fdc78e916c5c9c3fad341b70f56 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 12 Jul 1999 10:25:14 +0000 Subject: [PATCH] Add contribution info in the main comment --- parse.c | 3 ++- parse.lex | 3 ++- parse.yacc | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/parse.c b/parse.c index f18a8f867..be4920b7a 100644 --- a/parse.c +++ b/parse.c @@ -22,7 +22,8 @@ * * parse.c -- sudo parser frontend and comparison routines. * - * Chris Jepeway + * This code is derived from software contributed by Chris Jepeway + * */ #include "config.h" diff --git a/parse.lex b/parse.lex index 383a34941..5dc6f5b95 100644 --- a/parse.lex +++ b/parse.lex @@ -23,7 +23,8 @@ * * parse.lex -- lexigraphical analyzer for sudo. * - * Chris Jepeway + * This code is derived from software contributed by Chris Jepeway + * */ #include "config.h" diff --git a/parse.yacc b/parse.yacc index 717bf80d9..2fbfa8f18 100644 --- a/parse.yacc +++ b/parse.yacc @@ -24,7 +24,8 @@ * * parse.yacc -- yacc parser and alias manipulation routines for sudo. * - * Chris Jepeway + * This code is derived from software contributed by Chris Jepeway + * */ #include "config.h" -- 2.50.1