]> granicus.if.org Git - sudo/commitdiff
updated copyright
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Mar 1995 04:12:17 +0000 (04:12 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Mar 1995 04:12:17 +0000 (04:12 +0000)
parse.c
parse.lex
parse.yacc

diff --git a/parse.c b/parse.c
index 172e2ad583c672973beeaf386652f7c65d9c314c..d35e9460eb502e9b09a3785d3f4cdacea3222879 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,15 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
- *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  CU sudo version 1.3.1
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- **************************************************************************
+ *  Please send bugs, changes, problems to sudo-bugs@cs.colorado.edu
+ *
+ *******************************************************************
  *
- * parse.c, sudo project
- * David R. Hieb
- * March 18, 1991
+ * parse.c -- sudo parser frontend and comparison routines.
  *
- * routines to implement and maintain the parsing and list management.
+ * Chris Jepeway <jepeway@cs.utk.edu>
  */
 
 #ifndef lint
index 5c295378d81dcbe509bb9f0790ec729c7f51d3fe..775ca178fc25cb4b45d0e3df07fa611f119bb0cc 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,16 +1,6 @@
 %{
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
- *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  CU sudo version 1.3.1
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
+ *  Please send bugs, changes, problems to sudo-bugs@cs.colorado.edu
+ *
+ *******************************************************************
+ *
+ * parse.lex -- lexigraphical analyzer for sudo.
+ *
+ * Chris Jepeway <jepeway@cs.utk.edu>
  */
-/*******************************************************************************
-* parse.lex, sudo project
-* David R. Hieb
-* March 18, 1991
-*
-* Lex Specification file for the sudo project.
-*******************************************************************************/
 
 #ifndef lint
 static char rcsid[] = "$Id$";
index 7113aca4c90882c230e9fc115a3e84f2ccbb8d68..76b2d28da786ff12e30d00e862dce151b429b21d 100644 (file)
@@ -1,16 +1,6 @@
 %{
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
- *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  CU sudo version 1.3.1
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
+ *  Please send bugs, changes, problems to sudo-bugs@cs.colorado.edu
+ *
+ *******************************************************************
+ *
+ * parse.yacc -- yacc parser and alias manipulation routines for sudo.
+ *
+ * Chris Jepeway <jepeway@cs.utk.edu>
  */
-/*******************************************************************************
-* parse.yacc, sudo project
-* David R. Hieb
-* March 18, 1991
-*
-* Yacc Specification file for the sudo project.
-*******************************************************************************/
 
 #ifndef lint
 static char rcsid[] = "$Id$";