Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 1 May 1985 06:05:21 +0000 (22:05 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 1 May 1985 06:05:21 +0000 (22:05 -0800)
SCCS-vsn: old/as.vax/asexpr.c 5.1
SCCS-vsn: old/as.vax/asio.c 5.1
SCCS-vsn: old/as.vax/asjxxx.c 5.1
SCCS-vsn: old/as.vax/asparse.c 5.1
SCCS-vsn: old/as.vax/aspseudo.c 5.1
SCCS-vsn: old/as.vax/asexpr.h 5.1
SCCS-vsn: old/as.vax/assyms.h 5.1
SCCS-vsn: old/as.vax/instrs.h 5.1
SCCS-vsn: old/as.vax/asscanl.h 5.1
SCCS-vsn: old/as.vax/asnumber.h 5.1
SCCS-vsn: old/as.vax/asscan.h 5.1
SCCS-vsn: old/as.vax/asscan1.c 5.1
SCCS-vsn: old/as.vax/asscan2.c 5.1
SCCS-vsn: old/as.vax/asscan3.c 5.1
SCCS-vsn: old/as.vax/asscan4.c 5.1
SCCS-vsn: old/as.vax/assizetab.c 5.1
SCCS-vsn: old/as.vax/assyms.c 5.1
SCCS-vsn: old/as.vax/astokfix.awk 5.1
SCCS-vsn: old/as.vax/astoks.H 5.1
SCCS-vsn: old/as.vax/bignum1.c 5.1
SCCS-vsn: old/as.vax/bignum2.c 5.1
SCCS-vsn: old/as.vax/floattab.c 5.1
SCCS-vsn: old/as.vax/instrs 5.1
SCCS-vsn: old/as.vax/natof.c 5.1
SCCS-vsn: bin/cat/cat.c 5.1
SCCS-vsn: bin/chmod/chmod.c 5.1
SCCS-vsn: usr.sbin/chown/chgrp.c 5.1
SCCS-vsn: bin/df/df.c 5.1
SCCS-vsn: old/hostid/hostid.c 5.1
SCCS-vsn: bin/hostname/hostname.c 5.1
SCCS-vsn: old/ld/ld.c 5.1
SCCS-vsn: usr.bin/login/login.c 5.1
SCCS-vsn: usr.bin/login/login.c.1 5.1
SCCS-vsn: bin/ls/ls.c 5.1
SCCS-vsn: bin/mkdir/mkdir.c 5.1
SCCS-vsn: usr.bin/mt/mt.c 5.1
SCCS-vsn: bin/mv/mv.c 5.1
SCCS-vsn: usr.bin/nice/nice.c 5.1
SCCS-vsn: usr.bin/pagesize/pagesize.c 5.1
SCCS-vsn: bin/pwd/pwd.c 5.1
SCCS-vsn: bin/rmdir/rmdir.c 5.1
SCCS-vsn: usr.bin/strip/strip.c 5.1

42 files changed:
usr/src/bin/cat/cat.c
usr/src/bin/chmod/chmod.c
usr/src/bin/df/df.c
usr/src/bin/hostname/hostname.c
usr/src/bin/ls/ls.c
usr/src/bin/mkdir/mkdir.c
usr/src/bin/mv/mv.c
usr/src/bin/pwd/pwd.c
usr/src/bin/rmdir/rmdir.c
usr/src/old/as.vax/asexpr.c
usr/src/old/as.vax/asexpr.h
usr/src/old/as.vax/asio.c
usr/src/old/as.vax/asjxxx.c
usr/src/old/as.vax/asnumber.h
usr/src/old/as.vax/asparse.c
usr/src/old/as.vax/aspseudo.c
usr/src/old/as.vax/asscan.h
usr/src/old/as.vax/asscan1.c
usr/src/old/as.vax/asscan2.c
usr/src/old/as.vax/asscan3.c
usr/src/old/as.vax/asscan4.c
usr/src/old/as.vax/asscanl.h
usr/src/old/as.vax/assizetab.c
usr/src/old/as.vax/assyms.c
usr/src/old/as.vax/assyms.h
usr/src/old/as.vax/astokfix.awk
usr/src/old/as.vax/astoks.H
usr/src/old/as.vax/bignum1.c
usr/src/old/as.vax/bignum2.c
usr/src/old/as.vax/floattab.c
usr/src/old/as.vax/instrs
usr/src/old/as.vax/instrs.h
usr/src/old/as.vax/natof.c
usr/src/old/hostid/hostid.c
usr/src/old/ld/ld.c
usr/src/usr.bin/login/login.c
usr/src/usr.bin/login/login.c.1
usr/src/usr.bin/mt/mt.c
usr/src/usr.bin/nice/nice.c
usr/src/usr.bin/pagesize/pagesize.c
usr/src/usr.bin/strip/strip.c
usr/src/usr.sbin/chown/chgrp.c

index fe1a965..ae4bc08 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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 = "@(#)cat.c       4.9 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cat.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Concatenate files.
 
 /*
  * Concatenate files.
index 4435269..5866a79 100644 (file)
@@ -1,4 +1,12 @@
-static char *sccsid = "@(#)chmod.c     4.5 %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[] = "@(#)chmod.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * chmod options mode files
 
 /*
  * chmod options mode files
index dd685ad..7343e87 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 = "@(#)df.c        4.18 %G%";
-#endif
+static char sccsid[] = "@(#)df.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <sys/fs.h>
 
 #include <sys/param.h>
 #include <sys/fs.h>
index faa3bc3..7b10ded 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 = "@(#)hostname.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[] = "@(#)hostname.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * hostname -- get (or set hostname)
  */
 /*
  * hostname -- get (or set hostname)
  */
index e205ee0..57a8aca 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 = "@(#)ls.c        4.22 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)ls.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * ls
 
 /*
  * ls
index 5aa7371..8323592 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)mkdir.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
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)mkdir.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * make directory
  */
 /*
  * make directory
  */
index 1db8e0f..636fb77 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 = "@(#)mv.c        4.13 (Berkeley) 83/06/30";
-#endif
+static char sccsid[] = "@(#)mv.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * mv file1 file2
 
 /*
  * mv file1 file2
index b20beab..2e5b1f4 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)pwd.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[] = "@(#)pwd.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Print working (current) directory
  */
 /*
  * Print working (current) directory
  */
index 97759a2..284e622 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)rmdir.c     4.8 (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) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)rmdir.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Remove directory
  */
 /*
  * Remove directory
  */
index 384d1be..94ebfc0 100644 (file)
@@ -1,8 +1,12 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asexpr.c 4.5 %G%";
+static char sccsid[] = "@(#)asexpr.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #endif not lint
 #include <stdio.h>
 
 #endif not lint
 #include <stdio.h>
index ea434d9..727619a 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)asexpr.h 4.4 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)asexpr.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     Definitions to parse tokens
  */
 /*
  *     Definitions to parse tokens
  */
index d00ef48..1432902 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asio.c 4.5 %G%";
+static char sccsid[] = "@(#)asio.c     5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index bce1076..677b499 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asjxxx.c 4.10 %G%";
+static char sccsid[] = "@(#)asjxxx.c   5.1 (Berkeley) %G%";
 #endif not lint
 
 #include       <stdio.h>
 #endif not lint
 
 #include       <stdio.h>
index 3487a7c..829a314 100644 (file)
@@ -1,6 +1,9 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)asnumber.h 4.3 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)asnumber.h  5.1 (Berkeley) %G%
  */
 
 union Ib_int{          /* byte */
  */
 
 union Ib_int{          /* byte */
index 0b40417..8522aab 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asparse.c 4.20 %G%";
+static char sccsid[] = "@(#)asparse.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index 8b7d885..3c9da1c 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)aspseudo.c 4.5 %G%";
+static char sccsid[] = "@(#)aspseudo.c 5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index d2adb0f..de5696e 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)asscan.h 4.9 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)asscan.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     The character scanner is called to fill up one token buffer
  *
 /*
  *     The character scanner is called to fill up one token buffer
  *
index 920a60c..5d55fff 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asscan1.c 4.6 %G%";
+static char sccsid[] = "@(#)asscan1.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "asscanl.h"
 #endif not lint
 
 #include "asscanl.h"
index 11fe47e..ae470fc 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asscan2.c 4.14 %G%";
+static char sccsid[] = "@(#)asscan2.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "asscanl.h"
 #endif not lint
 
 #include "asscanl.h"
index f82e8fd..6fd2ba3 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asscan3.c 4.4 %G%";
+static char sccsid[] = "@(#)asscan3.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "asscanl.h"
 #endif not lint
 
 #include "asscanl.h"
index 26a4e88..7a66e72 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)asscan4.c 4.4 %G%";
+static char sccsid[] = "@(#)asscan4.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "asscanl.h"
 #endif not lint
 
 #include "asscanl.h"
index 362eaa6..bd63bc9 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)asscanl.h 4.5 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)asscanl.h   5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     This file contains definitions local to the files implementing
  *     the character scanner and the token buffer managers.
 /*
  *     This file contains definitions local to the files implementing
  *     the character scanner and the token buffer managers.
index 02e2c8c..e1bf93f 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)assizetab.c 4.4 %G%";
+static char sccsid[] = "@(#)assizetab.c        5.1 (Berkeley) %G%";
 #endif not lint
 
 #ifdef AS
 #endif not lint
 
 #ifdef AS
index 52cd5c7..c4d0992 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)assyms.c 4.14 %G%";
+static char sccsid[] = "@(#)assyms.c   5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index f66aeb8..165640f 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)assyms.h 4.5 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)assyms.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     To speed up walks through symbols defined in a particular
  *     segment, we buil up a table of pointers into the symbol table
 /*
  *     To speed up walks through symbols defined in a particular
  *     segment, we buil up a table of pointers into the symbol table
index 7ca108e..68844eb 100644 (file)
@@ -1,6 +1,9 @@
 #
 #
-#      Copyright (c) 1982 Regents of the University of California */
-#      @(#)astokfix.awk 4.4 %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.
+#
+#      @(#)astokfix.awk        5.1 (Berkeley) %G%
 #
 /AWKFIXESME/{
        if ($4 == "AWKFIXESME"){
 #
 /AWKFIXESME/{
        if ($4 == "AWKFIXESME"){
index cccbb9f..67a0a25 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1980 Regents of the University of California */
-/* "@(#)astoks.H 4.4 %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.
+ *
+ *     @(#)astoks.H    5.1 (Berkeley) %G%
+ */
+
 /*
  *     Message to the wary:  The order of tokens has been
  *     hand optimized and assigned to that all switch statements
 /*
  *     Message to the wary:  The order of tokens has been
  *     hand optimized and assigned to that all switch statements
index 0082c3d..8f459d4 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)bignum1.c 4.4 %G%";
+static char sccsid[] = "@(#)bignum1.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <errno.h>
 #endif not lint
 
 #include <errno.h>
index bfebc2e..30c72ab 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)bignum2.c 4.3 %G%";
+static char sccsid[] = "@(#)bignum2.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index 27f33b2..c11eac5 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)floattab.c 4.3 %G%";
+static char sccsid[] = "@(#)floattab.c 5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index c5eaaf3..414f842 100644 (file)
@@ -1,6 +1,9 @@
 ##
 ##
-##     Copyright (c) 1982 Regents of the University of California
-##     @(#)instrs 4.9 %G%
+## Copyright (c) 1982 Regents of the University of California.
+## All rights reserved.  The Berkeley software License Agreement
+## specifies the terms and conditions for redistribution.
+##
+##     @(#)instrs      5.1 (Berkeley) %G%
 ##
 ##     Robert R. Henry
 ##     University of California, Berkeley
 ##
 ##     Robert R. Henry
 ##     University of California, Berkeley
index f022a59..ef87795 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)instrs.h 4.5 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)instrs.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     Argument data types
  *
 /*
  *     Argument data types
  *
index 5c3aff9..8f9cae3 100644 (file)
@@ -1,8 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 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[] = "@(#)natof.c 4.3 %G%";
+static char sccsid[] = "@(#)natof.c    5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index 644f44a..1516436 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[] = "@(#)hostid.c   4.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)hostid.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 2d386eb..b88c950 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[] = "@(#)ld.c 4.11 %G%";
-#endif
+static char sccsid[] = "@(#)ld.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * ld - string table version for VAX
 
 /*
  * ld - string table version for VAX
index bd9142e..f43add8 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 = "@(#)login.c     4.37 (Berkeley) 85/04/02";
-#endif
+static char sccsid[] = "@(#)login.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * login [ name ]
 
 /*
  * login [ name ]
index d18668d..84064ef 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 = "@(#)login.c.1   4.37 (Berkeley) 85/04/02";
-#endif
+static char sccsid[] = "@(#)login.c.1  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * login [ name ]
 
 /*
  * login [ name ]
index aae39a7..40d301a 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)mt.c        4.8 (Berkeley) 83/05/08";
+/*
+ * 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[] = "@(#)mt.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * mt --
  *   magnetic tape manipulation program
 /*
  * mt --
  *   magnetic tape manipulation program
index 2d4d681..5d021b3 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 = "@(#)nice.c      4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)nice.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 83e83db..fb38476 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[] = "@(#)pagesize.c 4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)pagesize.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 main()
 {
 
 main()
 {
index 184a861..3bc4855 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 = "@(#)strip.c     4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)strip.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <a.out.h>
 #include <signal.h>
 
 #include <a.out.h>
 #include <signal.h>
index 8bb79d8..2d6861d 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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 = "@(#)chgrp.c     4.8 85/03/20";
-#endif
+static char sccsid[] = "@(#)chgrp.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * chgrp -fR gid file ...
 
 /*
  * chgrp -fR gid file ...