From 890fb310e008307fd3b5d0aee53cf3741b33efc3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 29 Mar 1995 04:12:17 +0000 Subject: [PATCH] updated copyright --- parse.c | 22 ++++++---------------- parse.lex | 26 ++++++++------------------ parse.yacc | 26 ++++++++------------------ 3 files changed, 22 insertions(+), 52 deletions(-) diff --git a/parse.c b/parse.c index 172e2ad58..d35e9460e 100644 --- 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 @@ -25,13 +15,13 @@ * 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 */ #ifndef lint diff --git a/parse.lex b/parse.lex index 5c295378d..775ca178f 100644 --- 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 @@ -26,14 +16,14 @@ * 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 */ -/******************************************************************************* -* parse.lex, sudo project -* David R. Hieb -* March 18, 1991 -* -* Lex Specification file for the sudo project. -*******************************************************************************/ #ifndef lint static char rcsid[] = "$Id$"; diff --git a/parse.yacc b/parse.yacc index 7113aca4c..76b2d28da 100644 --- a/parse.yacc +++ b/parse.yacc @@ -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 @@ -26,14 +16,14 @@ * 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 */ -/******************************************************************************* -* parse.yacc, sudo project -* David R. Hieb -* March 18, 1991 -* -* Yacc Specification file for the sudo project. -*******************************************************************************/ #ifndef lint static char rcsid[] = "$Id$"; -- 2.40.0