Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:08:55 +0000 (16:08 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 00:08:55 +0000 (16:08 -0800)
SCCS-vsn: lib/libc/sys/Ovadvise.s 5.1
SCCS-vsn: lib/libc/sys/Ovadvise.s 5.2
SCCS-vsn: lib/libc/vax/sys/Ovfork.s 5.1
SCCS-vsn: lib/libc/vax/sys/_exit.s 5.1
SCCS-vsn: lib/libc/sys/accept.s 5.1
SCCS-vsn: lib/libc/sys/access.s 5.1
SCCS-vsn: usr.bin/apply/apply.c 5.1
SCCS-vsn: usr.bin/biff/biff.c 5.1
SCCS-vsn: usr.bin/checknr/checknr.c 5.1
SCCS-vsn: usr.bin/tput/tput.c 5.1
SCCS-vsn: usr.bin/colcrt/colcrt.c 5.1
SCCS-vsn: usr.bin/colrm/colrm.c 5.1

usr/src/lib/libc/sys/Ovadvise.s
usr/src/lib/libc/sys/accept.s
usr/src/lib/libc/sys/access.s
usr/src/lib/libc/vax/sys/Ovfork.s
usr/src/lib/libc/vax/sys/_exit.s
usr/src/usr.bin/apply/apply.c
usr/src/usr.bin/biff/biff.c
usr/src/usr.bin/checknr/checknr.c
usr/src/usr.bin/colcrt/colcrt.c
usr/src/usr.bin/colrm/colrm.c
usr/src/usr.bin/tput/tput.c

index 6fa4d36..f057a8c 100644 (file)
@@ -1,4 +1,12 @@
-/* Ovadvise.s 4.1 82/12/04 */
+/*
+ * 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
+static char sccsid[] = "@(#)Ovadvise.s 5.2 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index ff3c2d5..bdbab07 100644 (file)
@@ -1,4 +1,12 @@
-/* accept.s 4.1 82/12/04 */
+/*
+ * 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
+static char sccsid[] = "@(#)accept.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 7127ac0..2882136 100644 (file)
@@ -1,4 +1,12 @@
-/* access.s 4.1 82/12/04 */
+/*
+ * 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
+static char sccsid[] = "@(#)access.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 425e59e..e5be6d4 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * 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
+static char sccsid[] = "@(#)Ovfork.s   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * @(#)vfork.s 4.1 (Berkeley) 12/21/80
  * C library -- vfork
 /*
  * @(#)vfork.s 4.1 (Berkeley) 12/21/80
  * C library -- vfork
index 4bb5a83..8d89131 100644 (file)
@@ -1,4 +1,12 @@
-/* _exit.s 4.1 82/12/04 */
+/*
+ * 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
+static char sccsid[] = "@(#)_exit.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 554b7ed..bf6d6b1 100644 (file)
@@ -1,4 +1,18 @@
-static char sccsid[] = "@(#)apply.c    4.2     (Berkeley)      %G%";
+/*
+ * 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) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)apply.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*%cc -s -O %
  * apply - apply a command to a set of arguments
 
 /*%cc -s -O %
  * apply - apply a command to a set of arguments
index f7a0510..f7492e9 100644 (file)
@@ -1,6 +1,19 @@
+/*
+ * 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 ="@(#)biff.c       4.2 (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[] = "@(#)biff.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * biff
  */
 /*
  * biff
  */
index efc753e..93bf28c 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[] = "@(#)checknr.c  4.7 (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[] = "@(#)checknr.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * checknr: check an nroff/troff input file for matching macro calls.
  * we also attempt to match size and font changes, but only the embedded
 /*
  * checknr: check an nroff/troff input file for matching macro calls.
  * we also attempt to match size and font changes, but only the embedded
index ddee9d7..2e4479c 100644 (file)
@@ -1,4 +1,18 @@
-static char *sccsid = "@(#)colcrt.c    4.4 (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[] = "@(#)colcrt.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 /*
 
 #include <stdio.h>
 /*
index 194e8b6..f33b633 100644 (file)
@@ -1,4 +1,19 @@
-static char *Sccsid = "@(#)colrm.c     4.4 (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[] = "@(#)colrm.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 /*
 COLRM removes unwanted columns from a file
 #include <stdio.h>
 /*
 COLRM removes unwanted columns from a file
index e45efe6..7d9ed65 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)tput.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[] = "@(#)tput.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /* load me with -ltermlib */
 /* #include <retrofit.h> on version 6 */
 /*
 /* load me with -ltermlib */
 /* #include <retrofit.h> on version 6 */
 /*