]> granicus.if.org Git - sudo/commitdiff
Add contribution info in the main comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 12 Jul 1999 10:25:14 +0000 (10:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 12 Jul 1999 10:25:14 +0000 (10:25 +0000)
parse.c
parse.lex
parse.yacc

diff --git a/parse.c b/parse.c
index f18a8f867cf0a794b4b91e217b3491db42609e54..be4920b7aa51b59ad838183547bc4c6cd4fea0af 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -22,7 +22,8 @@
  *
  * parse.c -- sudo parser frontend and comparison routines.
  *
- * Chris Jepeway <jepeway@cs.utk.edu>
+ * This code is derived from software contributed by Chris Jepeway
+ * <jepeway@cs.utk.edu>
  */
 
 #include "config.h"
index 383a349415b7c78f8efc44e16772fd3979429187..5dc6f5b95644f5984f9b729f6b84964519e35c0e 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -23,7 +23,8 @@
  *
  * parse.lex -- lexigraphical analyzer for sudo.
  *
- * Chris Jepeway <jepeway@cs.utk.edu>
+ * This code is derived from software contributed by Chris Jepeway
+ * <jepeway@cs.utk.edu>
  */
 
 #include "config.h"
index 717bf80d953a2849e1d38520baa073e0d46bbf3d..2fbfa8f18f62cad6bb009cb056373098b61991f8 100644 (file)
@@ -24,7 +24,8 @@
  *
  * parse.yacc -- yacc parser and alias manipulation routines for sudo.
  *
- * Chris Jepeway <jepeway@cs.utk.edu>
+ * This code is derived from software contributed by Chris Jepeway
+ * <jepeway@cs.utk.edu>
  */
 
 #include "config.h"