Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 03:14:25 +0000 (19:14 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 03:14:25 +0000 (19:14 -0800)
SCCS-vsn: usr.bin/ex/ex.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_argv.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_re.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_temp.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_tty.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_tune.h 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vis.h 5.1.1.1
SCCS-vsn: usr.bin/ex/bcopy.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex.c 5.3.1.1
SCCS-vsn: usr.bin/ex/ex_addr.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_cmds.c 5.3.1.1
SCCS-vsn: usr.bin/ex/ex_cmds2.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_cmdsub.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_data.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_extern.c 1.1.1.1
SCCS-vsn: usr.bin/ex/ex_get.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_io.c 5.6.1.1
SCCS-vsn: usr.bin/ex/ex_put.c 5.2.1.1
SCCS-vsn: usr.bin/ex/ex_re.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_set.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_subr.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_tty.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_unix.c 5.2.1.1
SCCS-vsn: usr.bin/ex/ex_v.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vadj.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vget.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vmain.c 5.3.1.1
SCCS-vsn: usr.bin/ex/ex_voper.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vops.c 5.1.1.1
SCCS-vsn: usr.bin/ex/ex_vops2.c 5.1.1.1

29 files changed:
usr/src/usr.bin/ex/bcopy.c
usr/src/usr.bin/ex/ex.c
usr/src/usr.bin/ex/ex.h
usr/src/usr.bin/ex/ex_addr.c
usr/src/usr.bin/ex/ex_argv.h
usr/src/usr.bin/ex/ex_cmds.c
usr/src/usr.bin/ex/ex_cmds2.c
usr/src/usr.bin/ex/ex_cmdsub.c
usr/src/usr.bin/ex/ex_data.c
usr/src/usr.bin/ex/ex_extern.c
usr/src/usr.bin/ex/ex_get.c
usr/src/usr.bin/ex/ex_io.c
usr/src/usr.bin/ex/ex_put.c
usr/src/usr.bin/ex/ex_re.c
usr/src/usr.bin/ex/ex_re.h
usr/src/usr.bin/ex/ex_set.c
usr/src/usr.bin/ex/ex_subr.c
usr/src/usr.bin/ex/ex_temp.h
usr/src/usr.bin/ex/ex_tty.c
usr/src/usr.bin/ex/ex_tty.h
usr/src/usr.bin/ex/ex_tune.h
usr/src/usr.bin/ex/ex_unix.c
usr/src/usr.bin/ex/ex_v.c
usr/src/usr.bin/ex/ex_vadj.c
usr/src/usr.bin/ex/ex_vget.c
usr/src/usr.bin/ex/ex_vmain.c
usr/src/usr.bin/ex/ex_voper.c
usr/src/usr.bin/ex/ex_vops.c
usr/src/usr.bin/ex/ex_vops2.c

index 78c17ba..bba8944 100644 (file)
@@ -1,5 +1,15 @@
+/*
+ * 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[] = "@(#)bcopy.c    5.1.1.1 (Berkeley) %G%";
+#endif not lint
+
 /* block copy from from to to, count bytes */
 /* block copy from from to to, count bytes */
-static char *sccsid = "@(#)bcopy.c     7.1     %G%";
+static char *sccsid = "@(#)bcopy.c     5.1.1.1 %G%";
 bcopy(from, to, count)
 #ifdef vax
        char *from, *to;
 bcopy(from, to, count)
 #ifdef vax
        char *from, *to;
index 96034c3..3498e0d 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex.c        7.2     %G%";
+static char *sccsid = "@(#)ex.c        5.3.1.1 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
index 30499bf..e5c3f0a 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex.h        7.6     %G%  */
+/* sccs id:    @(#)ex.h        5.1.1.1 %G%  */
 #ifdef V6
 #include <retrofit.h>
 #endif
 #ifdef V6
 #include <retrofit.h>
 #endif
index d6cd3f6..a90757e 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_addr.c   7.1     %G%";
+static char *sccsid = "@(#)ex_addr.c   5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_re.h"
 
 #include "ex.h"
 #include "ex_re.h"
 
index d93fcd3..78d0a27 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_argv.h   7.2     %G%  */
+/* sccs id:    @(#)ex_argv.h   5.1.1.1 %G%  */
 /*
  * The current implementation of the argument list is poor,
  * using an argv even for internally done "next" commands.
 /*
  * The current implementation of the argument list is poor,
  * using an argv even for internally done "next" commands.
index a4b5a14..c92fe13 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_cmds.c   7.8     %G%";
+static char *sccsid = "@(#)ex_cmds.c   5.3.1.1 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
@@ -664,7 +664,7 @@ suspend:
 /* version */
                                tail("version");
                                setNAEOL();
 /* version */
                                tail("version");
                                setNAEOL();
-                               printf("@(#) Version 3.7, %G%."+5);
+                               printf("@(#) Version 3.5, %G%."+5);
                                noonl();
                                continue;
 
                                noonl();
                                continue;
 
index 340bff2..3436e92 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_cmds2.c  7.2     %G%";
+static char *sccsid = "@(#)ex_cmds2.c  5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
index 2211c60..8922cdf 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_cmdsub.c 7.5     %G%";
+static char *sccsid = "@(#)ex_cmdsub.c 5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
index 7c2a889..dbadcc0 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_data.c   7.2     %G%";
+static char *sccsid = "@(#)ex_data.c   5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 
 #include "ex.h"
 #include "ex_tty.h"
 
index 3c85889..9db5e22 100644 (file)
@@ -1,4 +1,14 @@
-static char *sccs_id = "@(#)ex_extern.c        7.2     %G%";
+static char *sccs_id = "@(#)ex_extern.c        1.1.1.1 %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[] = "@(#)ex_extern.c        1.1.1.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Provide defs of the global variables.
  * This crock is brought to you by the turkeys
 /*
  * Provide defs of the global variables.
  * This crock is brought to you by the turkeys
index b30039f..6713be3 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_get.c    7.4     %G%";
+static char *sccsid = "@(#)ex_get.c    5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 
 #include "ex.h"
 #include "ex_tty.h"
 
index d439c3a..7bc7f3a 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_io.c     7.9     %G%";
+static char *sccsid = "@(#)ex_io.c     5.6.1.1 %G%";
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
 #include "ex.h"
 #include "ex_argv.h"
 #include "ex_temp.h"
index ceeaf0d..ceb3471 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_put.c    7.7     %G%";
+static char *sccsid = "@(#)ex_put.c    5.2.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index 170477c..f86f7e2 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_re.c     7.3     %G%";
+static char *sccsid = "@(#)ex_re.c     5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_re.h"
 
 #include "ex.h"
 #include "ex_re.h"
 
index 76c1713..083681f 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_re.h     7.2     %G%  */
+/* sccs id:    @(#)ex_re.h     5.1.1.1 %G%  */
 /*
  * Regular expression definitions.
  * The regular expressions in ex are similar to those in ed,
 /*
  * Regular expression definitions.
  * The regular expressions in ex are similar to those in ed,
index e392c30..a511231 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_set.c    7.2     %G%";
+static char *sccsid = "@(#)ex_set.c    5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
index 50e3539..91fbbaf 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_subr.c   7.8     %G%";
+static char *sccsid = "@(#)ex_subr.c   5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_re.h"
 #include "ex_tty.h"
 #include "ex.h"
 #include "ex_re.h"
 #include "ex_tty.h"
index 935c425..0ea9326 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_temp.h   7.3     %G%  */
+/* sccs id:    @(#)ex_temp.h   5.1.1.1 %G%  */
 /*
  * The editor uses a temporary file for files being edited, in a structure
  * similar to that of ed.  The first block of the file is used for a header
 /*
  * The editor uses a temporary file for files being edited, in a structure
  * similar to that of ed.  The first block of the file is used for a header
index 1ba0065..2b94112 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_tty.c    7.8     %G%";
+static char *sccsid = "@(#)ex_tty.c    5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 
 #include "ex.h"
 #include "ex_tty.h"
 
index 5358d87..92fec8f 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_tty.h    7.4     %G%  */
+/* sccs id:    @(#)ex_tty.h    5.1.1.1 %G%  */
 /*
  * Capabilities from termcap
  *
 /*
  * Capabilities from termcap
  *
index b63fe32..40f7344 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/*     ex_tune.h       7.7     84/10/22        */
+/*     ex_tune.h       5.1.1.1 85/05/31        */
 /*
  * Definitions of editor parameters and limits
  */
 /*
  * Definitions of editor parameters and limits
  */
index ed2296b..e583da1 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 1979 Regents of the University of California */
-static char *sccsid = "@(#)ex_unix.c   7.3     %G%";
+static char *sccsid = "@(#)ex_unix.c   5.2.1.1 %G%";
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_tty.h"
index 70af4b5..ed72b54 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_v.c      7.6 %G%";
+static char *sccsid = "@(#)ex_v.c      5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_re.h"
 #include "ex_tty.h"
 #include "ex.h"
 #include "ex_re.h"
 #include "ex_tty.h"
index 0982ff3..9d56cc0 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vadj.c   7.7     %G%";
+static char *sccsid = "@(#)ex_vadj.c   5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index 4d3cc42..0bc7647 100644 (file)
@@ -1,5 +1,13 @@
-/* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vget.c   6.6 %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[] = "@(#)ex_vget.c  5.1.1.1 (Berkeley) %G%";
+#endif not lint
+
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index a81f624..f2b738f 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vmain.c  7.5     %G%";
+static char *sccsid = "@(#)ex_vmain.c  5.3.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index a8db3bd..8b03c02 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_voper.c  7.2     %G%";
+static char *sccsid = "@(#)ex_voper.c  5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index 330df3c..646a5bb 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vops.c   7.4     %G%";
+static char *sccsid = "@(#)ex_vops.c   5.1.1.1 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
index e6e2604..8cd3a0b 100644 (file)
@@ -1,5 +1,13 @@
-/* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vops2.c  6.6 %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[] = "@(#)ex_vops2.c 5.1.1.1 (Berkeley) %G%";
+#endif not lint
+
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"