4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 05:50:31 +0000 (21:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 05:50:31 +0000 (21:50 -0800)
SCCS-vsn: bin/expr/expr.1 8.1
SCCS-vsn: bin/hostname/hostname.1 8.1
SCCS-vsn: bin/hostname/hostname.c 8.1
SCCS-vsn: bin/kill/kill.1 8.1
SCCS-vsn: bin/kill/kill.c 8.1
SCCS-vsn: bin/ls/cmp.c 8.1
SCCS-vsn: bin/ls/extern.h 8.1
SCCS-vsn: bin/ls/ls.1 8.1
SCCS-vsn: bin/ls/ls.c 8.1
SCCS-vsn: bin/ls/ls.h 8.1
SCCS-vsn: bin/ls/print.c 8.1
SCCS-vsn: bin/ls/stat_flags.c 8.1
SCCS-vsn: bin/ls/util.c 8.1
SCCS-vsn: bin/mkdir/mkdir.1 8.1
SCCS-vsn: bin/mkdir/mkdir.c 8.1
SCCS-vsn: bin/mv/mv.1 8.1
SCCS-vsn: bin/mv/mv.c 8.1
SCCS-vsn: bin/mv/pathnames.h 8.1
SCCS-vsn: bin/pax/ar_io.c 8.1
SCCS-vsn: bin/pax/ar_io.c 8.1

19 files changed:
usr/src/bin/expr/expr.1
usr/src/bin/hostname/hostname.1
usr/src/bin/hostname/hostname.c
usr/src/bin/kill/kill.1
usr/src/bin/kill/kill.c
usr/src/bin/ls/cmp.c
usr/src/bin/ls/extern.h
usr/src/bin/ls/ls.1
usr/src/bin/ls/ls.c
usr/src/bin/ls/ls.h
usr/src/bin/ls/print.c
usr/src/bin/ls/stat_flags.c
usr/src/bin/ls/util.c
usr/src/bin/mkdir/mkdir.1
usr/src/bin/mkdir/mkdir.c
usr/src/bin/mv/mv.1
usr/src/bin/mv/mv.c
usr/src/bin/mv/pathnames.h
usr/src/bin/pax/ar_io.c

index 6996304..4f02a46 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1993 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)expr.1      6.3 (Berkeley) %G%
+.\"    @(#)expr.1      8.1 (Berkeley) %G%
 .\"
 .TH EXPR 1 ""
 .AT 3
 .\"
 .TH EXPR 1 ""
 .AT 3
index c5c2639..6d55b64 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1988, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1988, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)hostname.1  6.8 (Berkeley) %G%
+.\"    @(#)hostname.1  8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt HOSTNAME 1
 .\"
 .Dd 
 .Dt HOSTNAME 1
index 95c3643..d42e48c 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1988, 1993 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1988, 1993 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1988, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)hostname.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index b5e2734..741a313 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1980, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)kill.1      6.9 (Berkeley) %G%
+.\"    @(#)kill.1      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KILL 1
 .\"
 .Dd 
 .Dt KILL 1
index ad38fa2..888ef85 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1988 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1988, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)kill.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)kill.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <ctype.h>
 #endif /* not lint */
 
 #include <ctype.h>
index aafeff5..6ba2e0c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmp.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmp.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 1fbdb0b..26bfa1a 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    5.5 (Berkeley) %G%
+ *     @(#)extern.h    8.1 (Berkeley) %G%
  */
 
 int     acccmp __P((const FTSENT *, const FTSENT *));
  */
 
 int     acccmp __P((const FTSENT *, const FTSENT *));
index d2bee8c..88c4f49 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright 1980, 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1990, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)ls.1       6.25 (Berkeley) %G%
+.\"     @(#)ls.1       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LS 1
 .\"
 .Dd 
 .Dt LS 1
index 880dd7c..57cf8f7 100644 (file)
@@ -15,7 +15,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)ls.c       5.76 (Berkeley) %G%";
+static char sccsid[] = "@(#)ls.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 5e1dbd9..c7b73b0 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ls.h        5.18 (Berkeley) %G%
+ *     @(#)ls.h        8.1 (Berkeley) %G%
  */
 
 #define NO_PRINT       1
  */
 
 #define NO_PRINT       1
index 227d6d2..ee10e84 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.38 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 425f25d..852e09a 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)stat_flags.c       5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)stat_flags.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 4542821..a8846b3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 0396e11..bd88ec8 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)mkdir.1     6.12 (Berkeley) %G%
+.\"    @(#)mkdir.1     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MKDIR 1
 .\"
 .Dd 
 .Dt MKDIR 1
index 1fdba5f..f5b8d28 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1983, 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983, 1992 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1983, 1992, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkdir.c    5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkdir.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 8bb53e4..b74a4f7 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)mv.1        6.11 (Berkeley) %G%
+.\"    @(#)mv.1        8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MV 1
 .\"
 .Dd 
 .Dt MV 1
index 8224d22..1070986 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Smith of The State University of New York at Buffalo.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Smith of The State University of New York at Buffalo.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mv.c       5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)mv.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index eb081f4..5d9613a 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #define        _PATH_RM        "/bin/rm"
  */
 
 #define        _PATH_RM        "/bin/rm"
index b4b039c..8d5a59f 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ar_io.c    1.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)ar_io.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>