4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 13:29:35 +0000 (05:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 13:29:35 +0000 (05:29 -0800)
SCCS-vsn: usr.bin/window/lcmd.c 8.1
SCCS-vsn: usr.bin/xinstall/install.1 8.1
SCCS-vsn: usr.bin/window/lcmd.h 8.1
SCCS-vsn: usr.bin/xinstall/pathnames.h 8.1
SCCS-vsn: usr.bin/window/lcmd1.c 8.1
SCCS-vsn: usr.bin/xinstall/xinstall.c 8.1
SCCS-vsn: usr.bin/window/lcmd2.c 8.1
SCCS-vsn: usr.bin/window/local.h 8.1
SCCS-vsn: usr.bin/window/main.c 8.1
SCCS-vsn: usr.bin/window/mloop.c 8.1
SCCS-vsn: usr.bin/window/parser.h 8.1
SCCS-vsn: usr.bin/window/parser1.c 8.1
SCCS-vsn: usr.bin/window/parser2.c 8.1
SCCS-vsn: usr.bin/window/parser3.c 8.1
SCCS-vsn: usr.bin/window/parser4.c 8.1
SCCS-vsn: usr.bin/xsend/common_source/pathnames.h 8.1
SCCS-vsn: usr.bin/window/parser5.c 8.1
SCCS-vsn: usr.bin/window/scanner.c 8.1

18 files changed:
usr/src/usr.bin/window/lcmd.c
usr/src/usr.bin/window/lcmd.h
usr/src/usr.bin/window/lcmd1.c
usr/src/usr.bin/window/lcmd2.c
usr/src/usr.bin/window/local.h
usr/src/usr.bin/window/main.c
usr/src/usr.bin/window/mloop.c
usr/src/usr.bin/window/parser.h
usr/src/usr.bin/window/parser1.c
usr/src/usr.bin/window/parser2.c
usr/src/usr.bin/window/parser3.c
usr/src/usr.bin/window/parser4.c
usr/src/usr.bin/window/parser5.c
usr/src/usr.bin/window/scanner.c
usr/src/usr.bin/xinstall/install.1
usr/src/usr.bin/xinstall/pathnames.h
usr/src/usr.bin/xinstall/xinstall.c
usr/src/usr.bin/xsend/common_source/pathnames.h

index 9825cf8..aeaab3e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lcmd.c     3.34 (Berkeley) %G%";
+static char sccsid[] = "@(#)lcmd.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
index 2b02066..953550b 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)lcmd.h      3.9 (Berkeley) %G%
+ *     @(#)lcmd.h      8.1 (Berkeley) %G%
  */
 
 #define LCMD_NARG 20                   /* maximum number of arguments */
  */
 
 #define LCMD_NARG 20                   /* maximum number of arguments */
index 475d11d..e9146d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lcmd1.c    3.36 (Berkeley) %G%";
+static char sccsid[] = "@(#)lcmd1.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
index de468d0..24fb9af 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lcmd2.c    3.26 (Berkeley) %G%";
+static char sccsid[] = "@(#)lcmd2.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
index 4eee581..6f1c272 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)local.h     3.12 (Berkeley) %G%
+ *     @(#)local.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0d13cd3..5f4d9c7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     3.43 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
index 2b24d5e..83698d8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mloop.c    3.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)mloop.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 336cdf0..e32fcec 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)parser.h    3.9 (Berkeley) %G%
+ *     @(#)parser.h    8.1 (Berkeley) %G%
  */
 
 #include "value.h"
  */
 
 #include "value.h"
index f87cf4d..0b695fc 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parser1.c  3.22 (Berkeley) %G%";
+static char sccsid[] = "@(#)parser1.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "parser.h"
 #endif /* not lint */
 
 #include "parser.h"
index 2046af0..8d09b41 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parser2.c  3.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)parser2.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "parser.h"
 #endif /* not lint */
 
 #include "parser.h"
index 840ad98..50b3301 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parser3.c  3.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)parser3.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "parser.h"
 #endif /* not lint */
 
 #include "parser.h"
index 66cbbb5..b4af40c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parser4.c  3.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)parser4.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "parser.h"
 #endif /* not lint */
 
 #include "parser.h"
index 95ddc1b..013c140 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parser5.c  3.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)parser5.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "parser.h"
 #endif /* not lint */
 
 #include "parser.h"
index 3f5700a..7e1ab3c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
  *
  * This code is derived from software contributed to Berkeley by
  * Edward Wang at The University of California, Berkeley.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)scanner.c  3.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)scanner.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "value.h"
 #endif /* not lint */
 
 #include "value.h"
index f0e81b0..e20a531 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1987, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1987, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)install.1  6.14 (Berkeley) %G%
+.\"     @(#)install.1  8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt INSTALL 1
 .\"
 .Dd 
 .Dt INSTALL 1
index 4892ea9..ce512b7 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_STRIP     "/usr/bin/strip"
  */
 
 #define        _PATH_STRIP     "/usr/bin/strip"
index 2d3fa24..c19fc91 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)xinstall.c 5.32 (Berkeley) %G%";
+static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index df8f5e6..d58bb37 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.4 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #define        _PATH_MAIL              "/usr/libexec/mail.local"
  */
 
 #define        _PATH_MAIL              "/usr/libexec/mail.local"