From: Todd C. Miller Date: Sat, 27 Nov 1993 23:46:33 +0000 (+0000) Subject: updated version number and took out jeff's old addr since it is no good X-Git-Tag: SUDO_1_3_0~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=971d4b609bab3a03c4c97410faf22ed07f51e83a;p=sudo updated version number and took out jeff's old addr since it is no good --- diff --git a/visudo.c b/visudo.c index 858314a6f..0779d2ba8 100644 --- a/visudo.c +++ b/visudo.c @@ -1,3 +1,12 @@ +/* + * 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. @@ -16,12 +25,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 - * ************************************************************************** * visudo.c, sudo project * David R. Hieb @@ -30,6 +33,10 @@ * edit, lock and parse the sudoers file in a fashion similiar to /etc/vipw. */ +#ifndef lint +static char rcsid[] = "$Id$"; +#endif /* lint */ + #include #include #include