Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Tue, 4 Jun 1985 01:14:33 +0000 (17:14 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Tue, 4 Jun 1985 01:14:33 +0000 (17:14 -0800)
SCCS-vsn: lib/libc/vax/sys/pipe.s 5.1
SCCS-vsn: lib/libc/sys/profil.s 5.1
SCCS-vsn: lib/libc/vax/sys/ptrace.s 5.1
SCCS-vsn: lib/libc/sys/quotactl.s 5.1
SCCS-vsn: lib/libc/sys/read.s 5.1
SCCS-vsn: lib/libc/sys/readlink.s 5.1
SCCS-vsn: lib/libc/sys/readv.s 5.1
SCCS-vsn: lib/libc/sys/recv.s 5.1
SCCS-vsn: lib/libc/sys/recvfrom.s 5.1
SCCS-vsn: lib/libc/sys/recvmsg.s 5.1
SCCS-vsn: lib/libc/sys/rename.s 5.1
SCCS-vsn: lib/libc/sys/rmdir.s 5.1
SCCS-vsn: lib/libc/vax/sys/sbrk.s 5.1
SCCS-vsn: lib/libc/sys/select.s 5.1
SCCS-vsn: lib/libc/vax/sys/send.s 5.1
SCCS-vsn: lib/libc/sys/sendmsg.s 5.1
SCCS-vsn: lib/libc/sys/sendto.s 5.1
SCCS-vsn: lib/libc/sys/setgroups.s 5.1
SCCS-vsn: lib/libc/sys/sethostid.s 5.1
SCCS-vsn: lib/libc/sys/sethostname.s 5.1
SCCS-vsn: lib/libc/sys/setitimer.s 5.1
SCCS-vsn: lib/libc/sys/setpgrp.s 5.1

22 files changed:
usr/src/lib/libc/sys/profil.s
usr/src/lib/libc/sys/quotactl.s
usr/src/lib/libc/sys/read.s
usr/src/lib/libc/sys/readlink.s
usr/src/lib/libc/sys/readv.s
usr/src/lib/libc/sys/recv.s
usr/src/lib/libc/sys/recvfrom.s
usr/src/lib/libc/sys/recvmsg.s
usr/src/lib/libc/sys/rename.s
usr/src/lib/libc/sys/rmdir.s
usr/src/lib/libc/sys/select.s
usr/src/lib/libc/sys/sendmsg.s
usr/src/lib/libc/sys/sendto.s
usr/src/lib/libc/sys/setgroups.s
usr/src/lib/libc/sys/sethostid.s
usr/src/lib/libc/sys/sethostname.s
usr/src/lib/libc/sys/setitimer.s
usr/src/lib/libc/sys/setpgrp.s
usr/src/lib/libc/vax/sys/pipe.s
usr/src/lib/libc/vax/sys/ptrace.s
usr/src/lib/libc/vax/sys/sbrk.s
usr/src/lib/libc/vax/sys/send.s

index be594b0..f2d568f 100644 (file)
@@ -1,4 +1,12 @@
-/* profil.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[] = "@(#)profil.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index a0b4883..862ae2c 100644 (file)
@@ -1,4 +1,4 @@
-/* quotactl.s 4.1 83/06/30 */
+/* quotactl.s 5.1 85/06/03 */
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index fa8ade1..da385ab 100644 (file)
@@ -1,4 +1,12 @@
-/* read.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[] = "@(#)read.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 5c6a8c0..0c9f871 100644 (file)
@@ -1,4 +1,12 @@
-/* readlink.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[] = "@(#)readlink.s 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index dc30c0e..8d8a54d 100644 (file)
@@ -1,4 +1,13 @@
-/* readv.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[] = "@(#)readv.s    5.1 (Berkeley) %G%";
+#endif not lint
+
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 8d06910..090b353 100644 (file)
@@ -1,4 +1,12 @@
-/* recv.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[] = "@(#)recv.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 7474e95..8d91421 100644 (file)
@@ -1,4 +1,12 @@
-/* recvfrom.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[] = "@(#)recvfrom.s 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index ca89add..edf6808 100644 (file)
@@ -1,4 +1,12 @@
-/* recvmsg.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[] = "@(#)recvmsg.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 1a958b7..c781422 100644 (file)
@@ -1,4 +1,12 @@
-/* rename.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[] = "@(#)rename.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 78dc10c..80f3541 100644 (file)
@@ -1,4 +1,12 @@
-/* rmdir.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[] = "@(#)rmdir.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 4bf0221..90ce3bc 100644 (file)
@@ -1,4 +1,12 @@
-/* select.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[] = "@(#)select.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 7eef3bc..85f939e 100644 (file)
@@ -1,4 +1,12 @@
-/* sendmsg.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[] = "@(#)sendmsg.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index d02f0c4..9ea3a27 100644 (file)
@@ -1,4 +1,12 @@
-/* sendto.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[] = "@(#)sendto.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 5d69d2f..e014bbf 100644 (file)
@@ -1,4 +1,12 @@
-/* setgroups.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[] = "@(#)setgroups.s        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index b885661..51b0703 100644 (file)
@@ -1,4 +1,12 @@
-/* sethostid.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[] = "@(#)sethostid.s        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index dfbaefd..968b538 100644 (file)
@@ -1,4 +1,12 @@
-/* sethostname.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[] = "@(#)sethostname.s      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 1d77606..9e2ce19 100644 (file)
@@ -1,4 +1,12 @@
-/* setitimer.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[] = "@(#)setitimer.s        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index fe489a5..9b46edc 100644 (file)
@@ -1,4 +1,12 @@
-/* setpgrp.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[] = "@(#)setpgrp.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 47e3f8c..6353136 100644 (file)
@@ -1,4 +1,12 @@
-/* pipe.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[] = "@(#)pipe.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index f7ad70a..bee347b 100644 (file)
@@ -1,4 +1,12 @@
-/* ptrace.s 4.2 83/06/30 */
+/*
+ * 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[] = "@(#)ptrace.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index b488243..bf92ccd 100644 (file)
@@ -1,4 +1,12 @@
-/* sbrk.s 4.2 83/07/26 */
+/*
+ * 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[] = "@(#)sbrk.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index ed28d42..08084e3 100644 (file)
@@ -1,4 +1,12 @@
-/* send.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[] = "@(#)send.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"