fix sccsid and copyright for xstr
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 09:26:35 +0000 (01:26 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 09:26:35 +0000 (01:26 -0800)
SCCS-vsn: usr.bin/ex/bcopy.c 7.3
SCCS-vsn: usr.bin/ex/ex.c 7.4
SCCS-vsn: usr.bin/ex/ex_addr.c 7.3
SCCS-vsn: usr.bin/ex/ex_cmds.c 7.10
SCCS-vsn: usr.bin/ex/ex_cmds2.c 7.4
SCCS-vsn: usr.bin/ex/ex_cmdsub.c 7.7
SCCS-vsn: usr.bin/ex/ex_data.c 7.4
SCCS-vsn: usr.bin/ex/ex_extern.c 7.4
SCCS-vsn: usr.bin/ex/ex_get.c 7.6
SCCS-vsn: usr.bin/ex/ex_io.c 7.11
SCCS-vsn: usr.bin/ex/ex_put.c 7.9
SCCS-vsn: usr.bin/ex/ex_re.c 7.5
SCCS-vsn: usr.bin/ex/ex_set.c 7.4
SCCS-vsn: usr.bin/ex/ex_subr.c 7.10
SCCS-vsn: usr.bin/ex/ex_tagio.c 7.2
SCCS-vsn: usr.bin/ex/ex_temp.c 7.5
SCCS-vsn: usr.bin/ex/ex_tty.c 7.10
SCCS-vsn: usr.bin/ex/ex_unix.c 7.5
SCCS-vsn: usr.bin/ex/ex_v.c 7.8
SCCS-vsn: usr.bin/ex/ex_vadj.c 7.9
SCCS-vsn: usr.bin/ex/ex_vget.c 6.8
SCCS-vsn: usr.bin/ex/ex_vmain.c 7.7
SCCS-vsn: usr.bin/ex/ex_voper.c 7.4
SCCS-vsn: usr.bin/ex/ex_vops.c 7.7
SCCS-vsn: usr.bin/ex/ex_vops2.c 6.8
SCCS-vsn: usr.bin/ex/ex_vops3.c 7.3
SCCS-vsn: usr.bin/ex/ex_vput.c 7.4
SCCS-vsn: usr.bin/ex/ex_vwind.c 7.3
SCCS-vsn: usr.bin/ex/ex3.7preserve/ex3.7preserve.c 7.12
SCCS-vsn: usr.bin/ex/ex3.7recover/ex3.7recover.c 7.9
SCCS-vsn: usr.bin/ex/ovprintf.c 1.3
SCCS-vsn: usr.bin/ex/printf.c 7.3

31 files changed:
usr/src/usr.bin/ex/bcopy.c
usr/src/usr.bin/ex/ex.c
usr/src/usr.bin/ex/ex3.7preserve/ex3.7preserve.c
usr/src/usr.bin/ex/ex3.7recover/ex3.7recover.c
usr/src/usr.bin/ex/ex_addr.c
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_set.c
usr/src/usr.bin/ex/ex_subr.c
usr/src/usr.bin/ex/ex_tagio.c
usr/src/usr.bin/ex/ex_temp.c
usr/src/usr.bin/ex/ex_tty.c
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_vops2.c
usr/src/usr.bin/ex/ex_vops3.c
usr/src/usr.bin/ex/ex_vput.c
usr/src/usr.bin/ex/ex_vwind.c
usr/src/usr.bin/ex/ovprintf.c
usr/src/usr.bin/ex/printf.c

index 1be7644..1f344d7 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)bcopy.c    7.2 (Berkeley) %G%";
+static char *sccsid = "@(#)bcopy.c     7.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -15,7 +15,7 @@ static char sccsid[] = "@(#)bcopy.c   7.2 (Berkeley) %G%";
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)bcopy.c    7.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)bcopy.c    7.3 (Berkeley) %G%";
 #endif not lint
 
 /* block copy from from to to, count bytes */
 #endif not lint
 
 /* block copy from from to to, count bytes */
index cd18d20..5220ccb 100644 (file)
@@ -5,13 +5,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
+char *copyright =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)ex.c       7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex.c        7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 84f61d0..3506cbc 100644 (file)
@@ -5,13 +5,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
+char *copyright =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)ex3.7preserve.c    7.11 (Berkeley) %G%";
+static char *sccsid = "@(#)ex3.7preserve.c     7.12 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index f107d83..257fd4e 100644 (file)
@@ -5,13 +5,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
+char *copyright =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)ex3.7recover.c     7.8 (Berkeley) %G%";
+static char *sccsid = "@(#)ex3.7recover.c      7.9 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>     /* mjm: BUFSIZ: stdio = 512, VMUNIX = 1024 */
 #endif not lint
 
 #include <stdio.h>     /* mjm: BUFSIZ: stdio = 512, VMUNIX = 1024 */
index 4331330..a01a8f2 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_addr.c  7.2 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_addr.c   7.3 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 73f206a..ba0fd47 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_cmds.c  7.9 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_cmds.c   7.10 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 8a1d201..cd9ce7e 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_cmds2.c 7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_cmds2.c  7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 3fc9067..d22d6b3 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_cmdsub.c        7.6 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_cmdsub.c 7.7 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index ee8bbd4..012fb2d 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_data.c  7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_data.c   7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 5bab865..73b68ae 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_extern.c        7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_extern.c 7.4 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -15,7 +15,7 @@ static char sccsid[] = "@(#)ex_extern.c       7.3 (Berkeley) %G%";
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_extern.c        7.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)ex_extern.c        7.4 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 5100b34..2901b5c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_get.c   7.5 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_get.c    7.6 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 9534ef4..fdfdba5 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_io.c    7.10 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_io.c     7.11 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 3a19f25..f2fa23f 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_put.c   7.8 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_put.c    7.9 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 8e4e782..d86e63c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_re.c    7.4 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_re.c     7.5 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 6004463..31af3bd 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_set.c   7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_set.c    7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 0da3269..1b7b33c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_subr.c  7.9 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_subr.c   7.10 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index aa01d91..fc6392e 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifdef FASTTAG
 #ifndef lint
 
 #ifdef FASTTAG
 #ifndef lint
-static char *sccsid = "@(#)ex_tagio.c  7.1     %G%";
+static char *sccsid = "@(#)ex_tagio.c  7.2 (Berkeley) %G%";
 #endif
 
 #include <sys/file.h>
 #endif
 
 #include <sys/file.h>
index 5f1287b..f285931 100644 (file)
@@ -1,5 +1,13 @@
-/* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_temp.c   7.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.
+ */
+
+#ifndef lint
+static char *sccsid = "@(#)ex_temp.c   7.5 (Berkeley) %G%";
+#endif not lint
+
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_temp.h"
 #include "ex_vis.h"
index 7c2a5a0..8e09d25 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_tty.c   7.9 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_tty.c    7.10 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 532bb45..038a4c1 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_unix.c  7.4 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_unix.c   7.5 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index f89e51b..a1cfc48 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_v.c     7.7 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_v.c      7.8 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 56b7f76..66736f6 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vadj.c  7.8 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vadj.c   7.9 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 1914111..3e6cac3 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vget.c  6.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)ex_vget.c  6.8 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index ad28615..e739bc4 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vmain.c 7.6 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vmain.c  7.7 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index bf413f8..725b474 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_voper.c 7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_voper.c  7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index a23a7af..61325da 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vops2.c 6.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)ex_vops2.c 6.8 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 26ad8b8..af1ef7a 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vops3.c 7.2 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vops3.c  7.3 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index bec3856..95e3484 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vput.c  7.3 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vput.c   7.4 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index bb33867..2b8c132 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ex_vwind.c 7.2 (Berkeley) %G%";
+static char *sccsid = "@(#)ex_vwind.c  7.3 (Berkeley) %G%";
 #endif not lint
 
 #include "ex.h"
 #endif not lint
 
 #include "ex.h"
index 97a1a10..b1eca5b 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ovprintf.c 1.2 (Berkeley) %G%";
+static char *sccsid = "@(#)ovprintf.c  1.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index d2e124e..048ff09 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)printf.c   7.2 (Berkeley) %G%";
+static char *sccsid = "@(#)printf.c    7.3 (Berkeley) %G%";
 #endif not lint
 
 /* The pwb version this is based on */
 #endif not lint
 
 /* The pwb version this is based on */