Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:43:46 +0000 (16:43 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:43:46 +0000 (16:43 -0800)
SCCS-vsn: usr.bin/users/users.c 5.1
SCCS-vsn: usr.bin/vmstat/vmstat.c 5.1
SCCS-vsn: usr.bin/systat/vmstat.c 5.1
SCCS-vsn: usr.bin/w/w.c 5.1
SCCS-vsn: usr.bin/wc/wc.c 5.1
SCCS-vsn: usr.bin/what/what.c 5.1
SCCS-vsn: old/whereis/whereis.c 5.1
SCCS-vsn: old/whoami/whoami.c 5.1
SCCS-vsn: usr.bin/whois/whois.c 5.1
SCCS-vsn: usr.bin/xstr/xstr.c 5.1
SCCS-vsn: usr.bin/yes/yes.c 5.1
SCCS-vsn: usr.bin/rlogin/rlogin.c 5.1

12 files changed:
usr/src/old/whereis/whereis.c
usr/src/old/whoami/whoami.c
usr/src/usr.bin/rlogin/rlogin.c
usr/src/usr.bin/systat/vmstat.c
usr/src/usr.bin/users/users.c
usr/src/usr.bin/vmstat/vmstat.c
usr/src/usr.bin/w/w.c
usr/src/usr.bin/wc/wc.c
usr/src/usr.bin/what/what.c
usr/src/usr.bin/whois/whois.c
usr/src/usr.bin/xstr/xstr.c
usr/src/usr.bin/yes/yes.c

index 8b67dbe..a88fb8b 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 = "@(#)whereis.c   4.11 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)whereis.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <sys/dir.h>
 
 #include <sys/param.h>
 #include <sys/dir.h>
index 24e6f36..acc77f4 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)whoami.c    4.2 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)whoami.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <pwd.h>
 /*
  * whoami
 #include <pwd.h>
 /*
  * whoami
index a187450..317e8f3 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rlogin.c   4.18 (Berkeley) 85/05/31";
-#endif
+static char sccsid[] = "@(#)rlogin.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * rlogin - remote login
 
 /*
  * rlogin - remote login
index a2b3265..b657bff 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)vmstat.c   1.4 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)vmstat.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Cursed vmstat -- from Robert Elz.
 
 /*
  * Cursed vmstat -- from Robert Elz.
index b17fd08..5f95b2b 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)users.c     4.2 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)users.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * users
  */
 /*
  * users
  */
index f1f9915..bcce596 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
 #ifndef lint
-static char *sccsid = "@(#)vmstat.c    4.18 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)vmstat.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 6bbda67..021931e 100644 (file)
@@ -1,6 +1,19 @@
+/*
+ * 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
 #ifndef lint
-static char *sccsid = "@(#)w.c 4.15 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)w.c        5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * w - print system status (who and what)
  *
 /*
  * w - print system status (who and what)
  *
index b098f0c..d07167f 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)wc.c        4.6 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)wc.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 /* wc line and word count */
 
 #include <stdio.h>
 /* wc line and word count */
 
 #include <stdio.h>
index 45e013a..d56bcec 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)what.c      4.2 (Berkeley) %G%";
+/*
+ * Copyright (c) 1980, 1988 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, 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)what.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 
 /*
 #include <stdio.h>
 
 /*
index 76b1a6e..6febcb0 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[] = "@(#)whois.c    4.3 85/03/25";
-#endif
+static char sccsid[] = "@(#)whois.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>
index 56221af..152aa29 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)xstr.c      4.3 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)xstr.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>
index aae6ec6..6a35de9 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid ="@(#)yes.c        4.1 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)yes.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 main(argc, argv)
 char **argv;
 {
 main(argc, argv)
 char **argv;
 {