+/*
+ * 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.
* 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
* edit, lock and parse the sudoers file in a fashion similiar to /etc/vipw.
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>