Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 31 May 1985 06:22:17 +0000 (22:22 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 31 May 1985 06:22:17 +0000 (22:22 -0800)
SCCS-vsn: lib/libc/net/rcmd.c 5.1
SCCS-vsn: include/stdio.h 5.1
SCCS-vsn: lib/libc/stdio/fdopen.c 5.1
SCCS-vsn: lib/libc/stdio/filbuf.c 5.1
SCCS-vsn: lib/libc/stdio/findfp.c 5.1
SCCS-vsn: lib/libc/stdio/wbuf.c 5.1
SCCS-vsn: lib/libc/stdio/fopen.c 5.1
SCCS-vsn: lib/libc/stdio/fprintf.c 5.1
SCCS-vsn: lib/libc/stdio/fread.c 5.1
SCCS-vsn: lib/libc/stdio/freopen.c 5.1
SCCS-vsn: lib/libc/stdio/fwrite.c 5.1
SCCS-vsn: lib/libc/stdio/setbuf.c 5.1
SCCS-vsn: lib/libc/stdio/setbuffer.c 5.1
SCCS-vsn: lib/libcompat/4.1/vax/DEFS.h 5.1
SCCS-vsn: lib/libcompat/4.1/vax/reset.s 5.1
SCCS-vsn: lib/csu/vax/Makefile 5.1
SCCS-vsn: lib/csu/vax/crt0.c 5.1
SCCS-vsn: lib/libc/gmon/gmon.c 5.1
SCCS-vsn: lib/libc/vax/DEFS.h 5.1
SCCS-vsn: lib/libc/gen/disklabel.c 5.1
SCCS-vsn: lib/libc/vax/gen/_setjmp.s 5.1
SCCS-vsn: lib/libc/vax/gen/alloca.s 5.1
SCCS-vsn: lib/libc/vax/stdlib/atof.s 5.1
SCCS-vsn: lib/libc/vax/string/bcmp.s 5.1
SCCS-vsn: lib/libc/vax/string/bcopy.s 5.1
SCCS-vsn: lib/libc/vax/string/bzero.s 5.1
SCCS-vsn: lib/libc/vax/string/ffs.s 5.1
SCCS-vsn: lib/libc/vax/gen/frexp.s 5.1
SCCS-vsn: lib/libc/vax/string/index.s 5.1
SCCS-vsn: lib/libcompat/4.3/vax/insque.s 5.1
SCCS-vsn: lib/libcompat/4.3/vax/nargs.s 5.1
SCCS-vsn: lib/libcompat/4.3/vax/remque.s 5.1
SCCS-vsn: lib/libc/vax/string/rindex.s 5.1
SCCS-vsn: lib/libc/vax/gen/setjmp.s 5.1
SCCS-vsn: lib/libc/vax/string/strcat.s 5.1
SCCS-vsn: lib/libc/vax/string/strcmp.s 5.1
SCCS-vsn: lib/libc/vax/string/strcpy.s 5.1
SCCS-vsn: lib/libc/vax/string/strlen.s 5.1
SCCS-vsn: lib/libc/vax/string/strncat.s 5.1
SCCS-vsn: lib/libc/vax/string/strncmp.s 5.1
SCCS-vsn: lib/libc/vax/string/strncpy.s 5.1
SCCS-vsn: lib/libc/vax/stdlib/abs.s 5.1
SCCS-vsn: lib/libc/vax/net/DEFS.h 5.1
SCCS-vsn: lib/libc/vax/net/htonl.s 5.1
SCCS-vsn: lib/libc/vax/net/htons.s 5.1
SCCS-vsn: lib/libc/vax/net/ntohl.s 5.1
SCCS-vsn: lib/libc/vax/net/ntohs.s 5.1

47 files changed:
usr/src/include/stdio.h
usr/src/lib/csu/vax/Makefile
usr/src/lib/csu/vax/crt0.c
usr/src/lib/libc/gen/disklabel.c
usr/src/lib/libc/gmon/gmon.c
usr/src/lib/libc/net/rcmd.c
usr/src/lib/libc/stdio/fdopen.c
usr/src/lib/libc/stdio/filbuf.c
usr/src/lib/libc/stdio/findfp.c
usr/src/lib/libc/stdio/fopen.c
usr/src/lib/libc/stdio/fprintf.c
usr/src/lib/libc/stdio/fread.c
usr/src/lib/libc/stdio/freopen.c
usr/src/lib/libc/stdio/fwrite.c
usr/src/lib/libc/stdio/setbuf.c
usr/src/lib/libc/stdio/setbuffer.c
usr/src/lib/libc/stdio/wbuf.c
usr/src/lib/libc/vax/DEFS.h
usr/src/lib/libc/vax/gen/_setjmp.s
usr/src/lib/libc/vax/gen/alloca.s
usr/src/lib/libc/vax/gen/frexp.s
usr/src/lib/libc/vax/gen/setjmp.s
usr/src/lib/libc/vax/net/DEFS.h
usr/src/lib/libc/vax/net/htonl.s
usr/src/lib/libc/vax/net/htons.s
usr/src/lib/libc/vax/net/ntohl.s
usr/src/lib/libc/vax/net/ntohs.s
usr/src/lib/libc/vax/stdlib/abs.s
usr/src/lib/libc/vax/stdlib/atof.s
usr/src/lib/libc/vax/string/bcmp.s
usr/src/lib/libc/vax/string/bcopy.s
usr/src/lib/libc/vax/string/bzero.s
usr/src/lib/libc/vax/string/ffs.s
usr/src/lib/libc/vax/string/index.s
usr/src/lib/libc/vax/string/rindex.s
usr/src/lib/libc/vax/string/strcat.s
usr/src/lib/libc/vax/string/strcmp.s
usr/src/lib/libc/vax/string/strcpy.s
usr/src/lib/libc/vax/string/strlen.s
usr/src/lib/libc/vax/string/strncat.s
usr/src/lib/libc/vax/string/strncmp.s
usr/src/lib/libc/vax/string/strncpy.s
usr/src/lib/libcompat/4.1/vax/DEFS.h
usr/src/lib/libcompat/4.1/vax/reset.s
usr/src/lib/libcompat/4.3/vax/insque.s
usr/src/lib/libcompat/4.3/vax/nargs.s
usr/src/lib/libcompat/4.3/vax/remque.s

index f35c077..d73f55b 100644 (file)
@@ -1,4 +1,11 @@
-/*     stdio.h 1.12    85/05/30        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)stdio.h     5.1 (Berkeley) %G%
+ */
+
 # ifndef FILE
 #define        BUFSIZ  1024
 extern struct  _iobuf {
 # ifndef FILE
 #define        BUFSIZ  1024
 extern struct  _iobuf {
index f00ba33..a1c337b 100644 (file)
@@ -1,4 +1,9 @@
-# @(#)Makefile 4.7 (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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 #      crt0    Normal C run time startoff
 #      mcrt0   C run time start off for profiling, ``prof'' conventions
 #
 #      crt0    Normal C run time startoff
 #      mcrt0   C run time start off for profiling, ``prof'' conventions
index a758a0e..17bab8b 100644 (file)
@@ -1,4 +1,12 @@
-static char *sccsid = "@(#)crt0.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
+static char sccsid[] = "@(#)crt0.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  *     C start up routine.
 
 /*
  *     C start up routine.
index b980df1..c35f30c 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)disklabel.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
+static char sccsid[] = "@(#)disklabel.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <disktab.h>
 #include <stdio.h>
 
 #include <disktab.h>
 #include <stdio.h>
index 58c1b46..9d5cfd5 100644 (file)
@@ -1,4 +1,12 @@
-static char *sccsid = "@(#)gmon.c      4.13 (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
+static char sccsid[] = "@(#)gmon.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #ifdef DEBUG
 #include <stdio.h>
 
 #ifdef DEBUG
 #include <stdio.h>
index 68c880f..b40dff1 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)rcmd.c     4.10 %G%";
-#endif
+static char sccsid[] = "@(#)rcmd.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <sys/types.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index 73c4f5a..7cb4517 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fdopen.c        4.5 (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
+static char sccsid[] = "@(#)fdopen.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Unix routine to do an "fopen" on file descriptor
  * The mode has to be repeated because you can't query its
 /*
  * Unix routine to do an "fopen" on file descriptor
  * The mode has to be repeated because you can't query its
index 7994dbb..841b5ae 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)filbuf.c        4.11 (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
+static char sccsid[] = "@(#)filbuf.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 #include       <sys/types.h>
 #include       <sys/stat.h>
 #include       <stdio.h>
 #include       <sys/types.h>
 #include       <sys/stat.h>
index cbcf288..b36d159 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)findfp.c        1.3 (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
+static char sccsid[] = "@(#)findfp.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 
 #define active(iop)    ((iop)->_flag & (_IOREAD|_IOWRT|_IORW))
 #include <stdio.h>
 
 #define active(iop)    ((iop)->_flag & (_IOREAD|_IOWRT|_IORW))
index c49106f..3e1c096 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fopen.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
+static char sccsid[] = "@(#)fopen.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
index 76ee39f..466c071 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fprintf.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
+static char sccsid[] = "@(#)fprintf.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 fprintf(iop, fmt, args)
 #include       <stdio.h>
 
 fprintf(iop, fmt, args)
index 5dede18..4d67539 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fread.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
+static char sccsid[] = "@(#)fread.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 fread(ptr, size, count, iop)
 #include       <stdio.h>
 
 fread(ptr, size, count, iop)
index b027df2..36fded9 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)freopen.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
+static char sccsid[] = "@(#)freopen.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
index 85626ff..a830d9c 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)fwrite.c        4.5 (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
+static char sccsid[] = "@(#)fwrite.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 fwrite(ptr, size, count, iop)
 #include       <stdio.h>
 
 fwrite(ptr, size, count, iop)
index 0316a1b..70771b1 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)setbuf.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
+static char sccsid[] = "@(#)setbuf.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 setbuf(iop, buf)
 #include       <stdio.h>
 
 setbuf(iop, buf)
index e83854f..b1b1601 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)setbuffer.c     4.5 (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
+static char sccsid[] = "@(#)setbuffer.c        5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 
 setbuffer(iop, buf, size)
 #include       <stdio.h>
 
 setbuffer(iop, buf, size)
index 870b1b1..f41bdfa 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)wbuf.c  4.9 (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
+static char sccsid[] = "@(#)wbuf.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include       <stdio.h>
 #include       <sys/types.h>
 #include       <sys/stat.h>
 #include       <stdio.h>
 #include       <sys/types.h>
 #include       <sys/stat.h>
index 405e4be..d1c2dd5 100644 (file)
@@ -1,4 +1,10 @@
-/*     DEFS.h  4.3     84/11/01        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)DEFS.h      5.1 (Berkeley) %G%
+ */
 
 #define R0     0x001
 #define R1     0x002
 
 #define R0     0x001
 #define R1     0x002
index 977b52d..3a1945e 100644 (file)
@@ -1,4 +1,13 @@
-/*     _setjmp.s       4.3     84/11/01        */
+/*
+ * 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[] = "@(#)_setjmp.s  5.1 (Berkeley) %G%";
+#endif not lint
+
 
 /*
  * C library -- _setjmp, _longjmp
 
 /*
  * C library -- _setjmp, _longjmp
index 2aa6d58..1d14471 100644 (file)
@@ -1,4 +1,13 @@
-/*     alloca.s        4.2     84/11/01        */
+/*
+ * 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[] = "@(#)alloca.s   5.1 (Berkeley) %G%";
+#endif not lint
+
 /* like alloc, but automatic free in return */
 
 #include "DEFS.h"
 /* like alloc, but automatic free in return */
 
 #include "DEFS.h"
index 5bd8135..3161a92 100644 (file)
@@ -1,4 +1,12 @@
-/*     frexp.s 4.2     84/11/01        */
+/*
+ * 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[] = "@(#)frexp.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 /* C library -- frexp(value, eptr) */
 
 
 /* C library -- frexp(value, eptr) */
 
index 571d887..09228d0 100644 (file)
@@ -1,4 +1,12 @@
-/*     setjmp.s        4.8     85/04/24        */
+/*
+ * 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[] = "@(#)setjmp.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * C library -- setjmp, longjmp
 
 /*
  * C library -- setjmp, longjmp
index 4cf53da..ab3078b 100644 (file)
@@ -1,4 +1,10 @@
-/* DEFS.h 4.1 82/12/15 */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)DEFS.h      5.1 (Berkeley) %G%
+ */
 
 #ifdef PROF
 #define        ENTRY(x)        .globl _/**/x; .align 2; _/**/x: .word 0; \
 
 #ifdef PROF
 #define        ENTRY(x)        .globl _/**/x; .align 2; _/**/x: .word 0; \
index f7ec57d..36d8c78 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)htonl.s 4.1 %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
+static char sccsid[] = "@(#)htonl.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* netorder = htonl(hostorder) */
 
 #include "DEFS.h"
 /* netorder = htonl(hostorder) */
 
 #include "DEFS.h"
index 97ccb30..ea026bb 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)htons.s 4.1 %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
+static char sccsid[] = "@(#)htons.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* hostorder = htons(netorder) */
 
 #include "DEFS.h"
 /* hostorder = htons(netorder) */
 
 #include "DEFS.h"
index e899e24..ba082eb 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)ntohl.s 4.1 %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
+static char sccsid[] = "@(#)ntohl.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* hostorder = ntohl(netorder) */
 
 #include "DEFS.h"
 /* hostorder = ntohl(netorder) */
 
 #include "DEFS.h"
index 8b1e30d..085c0f0 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)ntohs.s 4.1 %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
+static char sccsid[] = "@(#)ntohs.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* hostorder = ntohs(netorder) */
 
 #include "DEFS.h"
 /* hostorder = ntohs(netorder) */
 
 #include "DEFS.h"
index cc290d4..cb2165f 100644 (file)
@@ -1,4 +1,13 @@
-/*     abs.s   4.2     84/11/01        */
+/*
+ * 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[] = "@(#)abs.s      5.1 (Berkeley) %G%";
+#endif not lint
+
 
 /* abs - int absolute value */
 
 
 /* abs - int absolute value */
 
index 3f708d2..613c1c1 100644 (file)
@@ -1,4 +1,12 @@
-/*     atof.s  4.3     84/11/01        */
+/*
+ * 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[] = "@(#)atof.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "DEFS.h"
 
 
 #include "DEFS.h"
 
index 69db6b5..2710319 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)bcmp.s  4.3 %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
+static char sccsid[] = "@(#)bcmp.s     5.1 (Berkeley) %G%";
+#endif not lint
+
 /* bcmp(s1, s2, n) */
 
 #include "DEFS.h"
 /* bcmp(s1, s2, n) */
 
 #include "DEFS.h"
index 96f2fc7..cecb3ea 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)bcopy.s 4.5 %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
+static char sccsid[] = "@(#)bcopy.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* bcopy(from, to, size) */
 
 #include "DEFS.h"
 /* bcopy(from, to, size) */
 
 #include "DEFS.h"
index 32742cc..1aa44d8 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)bzero.s 4.3 %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
+static char sccsid[] = "@(#)bzero.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* bzero(base, length) */
 
 #include "DEFS.h"
 /* bzero(base, length) */
 
 #include "DEFS.h"
index f51761e..8c08a6d 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)ffs.s   4.2 %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
+static char sccsid[] = "@(#)ffs.s      5.1 (Berkeley) %G%";
+#endif not lint
+
 /* bit = ffs(value) */
 
 #include "DEFS.h"
 /* bit = ffs(value) */
 
 #include "DEFS.h"
index 943c157..997b2f8 100644 (file)
@@ -1,4 +1,12 @@
-/*     index.s 4.3     84/11/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[] = "@(#)index.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Find the first occurence of c in the string cp.
 
 /*
  * Find the first occurence of c in the string cp.
index bf949f1..6f2f40d 100644 (file)
@@ -1,4 +1,12 @@
-/*     rindex.s        4.3     84/11/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[] = "@(#)rindex.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Find the last occurence of c in the string cp.
 
 /*
  * Find the last occurence of c in the string cp.
index 90de5f8..f3fbaa6 100644 (file)
@@ -1,4 +1,12 @@
-/*     strcat.s        4.2     84/11/01        */
+/*
+ * 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[] = "@(#)strcat.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Concatenate string s2 to the end of s1
 
 /*
  * Concatenate string s2 to the end of s1
index 571dcda..e03e981 100644 (file)
@@ -1,4 +1,12 @@
-/*     strcmp.s        4.6     85/04/24        */
+/*
+ * 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[] = "@(#)strcmp.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Compare string s1 lexicographically to string s2.
 
 /*
  * Compare string s1 lexicographically to string s2.
index 9b5cffa..84405dc 100644 (file)
@@ -1,4 +1,12 @@
-/*     strcpy.s        4.3     84/11/07        */
+/*
+ * 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[] = "@(#)strcpy.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Copy string s2 over top of s1.
 
 /*
  * Copy string s2 over top of s1.
index e557524..baa4b25 100644 (file)
@@ -1,4 +1,12 @@
-/*     strlen.s        4.3     84/11/07        */
+/*
+ * 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[] = "@(#)strlen.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Return the length of cp (not counting '\0').
 
 /*
  * Return the length of cp (not counting '\0').
index a0a2b87..9f7d325 100644 (file)
@@ -1,4 +1,12 @@
-/*     strncat.s       4.2     84/11/01        */
+/*
+ * 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[] = "@(#)strncat.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Concatenate string s2 on the end of s1
 
 /*
  * Concatenate string s2 on the end of s1
index 877e3ba..09bc1ba 100644 (file)
@@ -1,4 +1,12 @@
-/*     strncmp.s       4.5     84/12/06        */
+/*
+ * 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[] = "@(#)strncmp.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Compare at most n characters of string
 
 /*
  * Compare at most n characters of string
index 6a6f21c..cbe3fc3 100644 (file)
@@ -1,4 +1,12 @@
-/*     strncpy.s       4.2     84/11/01        */
+/*
+ * 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[] = "@(#)strncpy.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Copy string s2 over top of string s1.
 
 /*
  * Copy string s2 over top of string s1.
index 912ac18..3d0d453 100644 (file)
@@ -1,4 +1,10 @@
-/*     DEFS.h  4.1     83/07/05        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)DEFS.h      5.1 (Berkeley) %G%
+ */
 
 #ifdef PROF
 #define        ENTRY(x)        .globl _/**/x; .align 2; _/**/x: .word 0; \
 
 #ifdef PROF
 #define        ENTRY(x)        .globl _/**/x; .align 2; _/**/x: .word 0; \
index 88978eb..6e921d2 100644 (file)
@@ -1,5 +1,14 @@
 /*
 /*
- * @(#)reset.s 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
+static char sccsid[] = "@(#)reset.s    5.1 (Berkeley) %G%";
+#endif not lint
+
+/*
  * C library -- reset, setexit
  *
  *     reset(x)
  * C library -- reset, setexit
  *
  *     reset(x)
index 931e5f6..21aa5b4 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)insque.s        4.2 %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
+static char sccsid[] = "@(#)insque.s   5.1 (Berkeley) %G%";
+#endif not lint
+
 /* insque(new, pred) */
 
 #include "DEFS.h"
 /* insque(new, pred) */
 
 #include "DEFS.h"
index e84d7db..859befa 100644 (file)
@@ -1,4 +1,13 @@
-/*     nargs.s 4.2     84/11/01        */
+/*
+ * 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[] = "@(#)nargs.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 /* C library -- nargs */
 
 #include "DEFS.h"
 /* C library -- nargs */
 
 #include "DEFS.h"
index c9c0df7..4af2422 100644 (file)
@@ -1,4 +1,13 @@
-/* @(#)remque.s        4.2 %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
+static char sccsid[] = "@(#)remque.s   5.1 (Berkeley) %G%";
+#endif not lint
+
 /* remque(entry) */
 
 #include "DEFS.h"
 /* remque(entry) */
 
 #include "DEFS.h"