summaryrefslogtreecommitdiff
path: root/parse.lex
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1993-11-27 23:42:49 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1993-11-27 23:42:49 +0000
commitb6842e53cd6c19bac32c0125ee04362c769ca56b (patch)
treead9ea42a2d036d719464df68fb162d523b6940db /parse.lex
parent55e2b7452a92091a977451361ecba94b17d4d152 (diff)
downloadsudo-b6842e53cd6c19bac32c0125ee04362c769ca56b.tar.gz
updated version number and took out jeff's email (since it is invalid)
Diffstat (limited to 'parse.lex')
-rw-r--r--parse.lex19
1 files changed, 14 insertions, 5 deletions
diff --git a/parse.lex b/parse.lex
index d4c33528a..1a8b03d13 100644
--- a/parse.lex
+++ b/parse.lex
@@ -1,5 +1,14 @@
%{
/*
+ * CU sudo version 1.3 (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.
*
@@ -17,11 +26,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
*/
/*******************************************************************************
* parse.lex, sudo project
@@ -30,6 +34,11 @@
*
* Lex Specification file for the sudo project.
*******************************************************************************/
+
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <sys/types.h>
#include <sys/param.h>
#include "sudo.h"