]> granicus.if.org Git - sudo/commitdiff
updated version number and took out jeff's old addr since it is no good
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 27 Nov 1993 23:46:33 +0000 (23:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 27 Nov 1993 23:46:33 +0000 (23:46 +0000)
visudo.c

index 858314a6fa5ead1a779e1afbdb17ec801c02c29d..0779d2ba844e7803516e3b2612b6b846bfea2dfd 100644 (file)
--- 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.
  *  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>