(no message)
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 3 May 1985 05:48:51 +0000 (21:48 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 3 May 1985 05:48:51 +0000 (21:48 -0800)
SCCS-vsn: usr.bin/su/su.c 5.1

usr/src/usr.bin/su/su.c

index d2255e2..57dab54 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)su.c        4.10 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)su.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <pwd.h>
 
 #include <stdio.h>
 #include <pwd.h>