Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Tue, 4 Jun 1985 00:32:35 +0000 (16:32 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Tue, 4 Jun 1985 00:32:35 +0000 (16:32 -0800)
SCCS-vsn: lib/libc/sys/acct.s 5.1
SCCS-vsn: lib/libc/sys/bind.s 5.1
SCCS-vsn: lib/libc/vax/sys/brk.s 5.1
SCCS-vsn: lib/libc/vax/sys/cerror.s 5.1
SCCS-vsn: lib/libc/sys/chdir.s 5.1
SCCS-vsn: lib/libc/sys/chmod.s 5.1
SCCS-vsn: lib/libc/sys/chown.s 5.1
SCCS-vsn: lib/libc/sys/chroot.s 5.1
SCCS-vsn: lib/libc/sys/close.s 5.1
SCCS-vsn: lib/libc/sys/connect.s 5.1
SCCS-vsn: lib/libc/compat-43/creat.s 5.1
SCCS-vsn: lib/libc/sys/dup.s 5.1
SCCS-vsn: lib/libc/sys/dup2.s 5.1
SCCS-vsn: lib/libc/vax/sys/execl.s 5.1
SCCS-vsn: lib/libc/vax/sys/execle.s 5.1
SCCS-vsn: lib/libc/vax/sys/exect.s 5.1
SCCS-vsn: lib/libc/vax/sys/execv.s 5.1
SCCS-vsn: lib/libc/sys/execve.s 5.1
SCCS-vsn: lib/libc/sys/fchmod.s 5.1
SCCS-vsn: lib/libc/sys/fchown.s 5.1
SCCS-vsn: lib/libc/sys/fcntl.s 5.1
SCCS-vsn: lib/libc/sys/flock.s 5.1
SCCS-vsn: lib/libc/vax/sys/fork.s 5.1
SCCS-vsn: lib/libc/sys/fstat.s 5.1
SCCS-vsn: lib/libc/sys/fsync.s 5.1
SCCS-vsn: lib/libc/sys/ftruncate.s 5.1
SCCS-vsn: lib/libc/sys/getdtablesize.s 5.1

27 files changed:
usr/src/lib/libc/compat-43/creat.s
usr/src/lib/libc/sys/acct.s
usr/src/lib/libc/sys/bind.s
usr/src/lib/libc/sys/chdir.s
usr/src/lib/libc/sys/chmod.s
usr/src/lib/libc/sys/chown.s
usr/src/lib/libc/sys/chroot.s
usr/src/lib/libc/sys/close.s
usr/src/lib/libc/sys/connect.s
usr/src/lib/libc/sys/dup.s
usr/src/lib/libc/sys/dup2.s
usr/src/lib/libc/sys/execve.s
usr/src/lib/libc/sys/fchmod.s
usr/src/lib/libc/sys/fchown.s
usr/src/lib/libc/sys/fcntl.s
usr/src/lib/libc/sys/flock.s
usr/src/lib/libc/sys/fstat.s
usr/src/lib/libc/sys/fsync.s
usr/src/lib/libc/sys/ftruncate.s
usr/src/lib/libc/sys/getdtablesize.s
usr/src/lib/libc/vax/sys/brk.s
usr/src/lib/libc/vax/sys/cerror.s
usr/src/lib/libc/vax/sys/execl.s
usr/src/lib/libc/vax/sys/execle.s
usr/src/lib/libc/vax/sys/exect.s
usr/src/lib/libc/vax/sys/execv.s
usr/src/lib/libc/vax/sys/fork.s

index 81afb79..752d6b4 100644 (file)
@@ -1,4 +1,12 @@
-/* creat.s 4.1 83/05/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[] = "@(#)creat.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 00e8e6a..e87b97e 100644 (file)
@@ -1,4 +1,12 @@
-/* acct.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[] = "@(#)acct.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 44a090a..b78aea1 100644 (file)
@@ -1,4 +1,12 @@
-/* bind.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[] = "@(#)bind.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index a094253..b8a8155 100644 (file)
@@ -1,4 +1,12 @@
-/* chdir.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[] = "@(#)chdir.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 61edfe2..3a7156c 100644 (file)
@@ -1,4 +1,12 @@
-/* chmod.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[] = "@(#)chmod.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 0f8b0b7..aab0a15 100644 (file)
@@ -1,4 +1,12 @@
-/* chown.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[] = "@(#)chown.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index c61d161..57f6fd5 100644 (file)
@@ -1,4 +1,12 @@
-/* chroot.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[] = "@(#)chroot.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index ec8c4e3..a9963cb 100644 (file)
@@ -1,4 +1,12 @@
-/* close.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[] = "@(#)close.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 75eb537..5a7ff0b 100644 (file)
@@ -1,4 +1,12 @@
-/* connect.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[] = "@(#)connect.s  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 888be17..4c0b903 100644 (file)
@@ -1,4 +1,12 @@
-/* dup.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[] = "@(#)dup.s      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index bccde33..6f8bc42 100644 (file)
@@ -1,4 +1,12 @@
-/* dup2.s 4.2 83/06/27 */
+/*
+ * 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[] = "@(#)dup2.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 4468ef7..85d1133 100644 (file)
@@ -1,4 +1,12 @@
-/* execve.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[] = "@(#)execve.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 3d34cf3..7002cc9 100644 (file)
@@ -1,4 +1,12 @@
-/* fchmod.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[] = "@(#)fchmod.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index ecc2c46..21fc79e 100644 (file)
@@ -1,4 +1,12 @@
-/* fchown.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[] = "@(#)fchown.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 813a81f..84b4164 100644 (file)
@@ -1,4 +1,12 @@
-/* fcntl.s 4.1 83/06/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[] = "@(#)fcntl.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index e3ec958..f49b157 100644 (file)
@@ -1,4 +1,12 @@
-/* flock.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[] = "@(#)flock.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index e5d3a84..df5a7b9 100644 (file)
@@ -1,4 +1,12 @@
-/* fstat.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[] = "@(#)fstat.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 2d17173..adf5a4d 100644 (file)
@@ -1,5 +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[] = "@(#)fsync.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 
-/* fsync.s 4.1 82/12/04 */
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 8e6876f..014e774 100644 (file)
@@ -1,4 +1,12 @@
-/* ftruncate.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[] = "@(#)ftruncate.s        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index fddd6e6..5fe64ca 100644 (file)
@@ -1,4 +1,12 @@
-/* getdtablesize.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[] = "@(#)getdtablesize.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 4eed390..fc554fe 100644 (file)
@@ -1,4 +1,12 @@
-/* brk.s 4.3 83/10/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[] = "@(#)brk.s      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 9a4ce6d..b0575b4 100644 (file)
@@ -1,4 +1,12 @@
-/* cerror.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[] = "@(#)cerror.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index cea3ead..d3362eb 100644 (file)
@@ -1,4 +1,12 @@
-/* execl.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[] = "@(#)execl.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 5f6884d..ba24772 100644 (file)
@@ -1,4 +1,12 @@
-/* execle.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[] = "@(#)execle.s   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 3381848..a4c1e2f 100644 (file)
@@ -1,4 +1,12 @@
-/* exect.s 4.2 82/12/17 */
+/*
+ * 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[] = "@(#)exect.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 #include <machine/psl.h>
 
 #include "SYS.h"
 #include <machine/psl.h>
index be88fd6..e77ae66 100644 (file)
@@ -1,4 +1,12 @@
-/* execv.s 4.2 82/12/29 */
+/*
+ * 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[] = "@(#)execv.s    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index e6fd922..e71f5c9 100644 (file)
@@ -1,4 +1,12 @@
-/* fork.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[] = "@(#)fork.s     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"