botched copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 08:14:54 +0000 (00:14 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 08:14:54 +0000 (00:14 -0800)
SCCS-vsn: usr.bin/mail/cmd3.c 5.2
SCCS-vsn: usr.bin/mail/cmdtab.c 5.2
SCCS-vsn: usr.bin/mail/collect.c 5.2
SCCS-vsn: usr.bin/mail/config.c 5.2
SCCS-vsn: usr.bin/mail/edit.c 5.2
SCCS-vsn: usr.bin/mail/fio.c 5.2
SCCS-vsn: usr.bin/fmt/fmt.c 5.2
SCCS-vsn: usr.bin/mail/getname.c 5.2
SCCS-vsn: usr.bin/mail/head.c 5.2
SCCS-vsn: usr.bin/mail/lex.c 5.2
SCCS-vsn: usr.bin/mail/list.c 5.2
SCCS-vsn: usr.bin/mail/lock.c 5.2
SCCS-vsn: usr.bin/mail/main.c 5.2
SCCS-vsn: usr.bin/mail/names.c 5.2
SCCS-vsn: usr.bin/mail/optim.c 5.3
SCCS-vsn: usr.bin/mail/popen.c 5.2
SCCS-vsn: usr.bin/mail/quit.c 5.2
SCCS-vsn: usr.bin/mail/send.c 5.2
SCCS-vsn: usr.bin/mail/sigretro.c 5.2
SCCS-vsn: usr.bin/mail/strings.c 5.2
SCCS-vsn: usr.bin/mail/temp.c 5.2
SCCS-vsn: usr.bin/mail/tty.c 5.2
SCCS-vsn: usr.bin/mail/v7.local.c 5.2
SCCS-vsn: usr.bin/mail/vars.c 5.2
SCCS-vsn: usr.bin/mail/version.c 5.2

25 files changed:
usr/src/usr.bin/fmt/fmt.c
usr/src/usr.bin/mail/cmd3.c
usr/src/usr.bin/mail/cmdtab.c
usr/src/usr.bin/mail/collect.c
usr/src/usr.bin/mail/config.c
usr/src/usr.bin/mail/edit.c
usr/src/usr.bin/mail/fio.c
usr/src/usr.bin/mail/getname.c
usr/src/usr.bin/mail/head.c
usr/src/usr.bin/mail/lex.c
usr/src/usr.bin/mail/list.c
usr/src/usr.bin/mail/lock.c
usr/src/usr.bin/mail/main.c
usr/src/usr.bin/mail/names.c
usr/src/usr.bin/mail/optim.c
usr/src/usr.bin/mail/popen.c
usr/src/usr.bin/mail/quit.c
usr/src/usr.bin/mail/send.c
usr/src/usr.bin/mail/sigretro.c
usr/src/usr.bin/mail/strings.c
usr/src/usr.bin/mail/temp.c
usr/src/usr.bin/mail/tty.c
usr/src/usr.bin/mail/v7.local.c
usr/src/usr.bin/mail/vars.c
usr/src/usr.bin/mail/version.c

index 370f112..4574e18 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[] = "@(#)fmt.c      5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)fmt.c       5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index 3ef567a..ef85999 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmd3.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)cmd3.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index ea8c2e1..c569902 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)cmdtab.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "def.h"
 #endif not lint
 
 #include "def.h"
index 574dc56..954e31c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)collect.c  5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)collect.c   5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 7bb54b0..d884fc1 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)config.c   5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)config.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 0edf677..37ee008 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)edit.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)edit.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index c7dea84..658ba0b 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fio.c      5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)fio.c       5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 5d1a42b..a873b26 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getname.c  5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)getname.c   5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <pwd.h>
 #endif not lint
 
 #include <pwd.h>
index 6e450e2..80cb5fd 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)head.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)head.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 6564095..94fcf02 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lex.c      5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)lex.c       5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index c3b7ab2..d889da0 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)list.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)list.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 8d7869b..37bcf69 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lock.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)lock.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 3ca06bb..77f4ec4 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[] = "@(#)main.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)main.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index cb7e24d..983a185 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)names.c    5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)names.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 120091c..238e5de 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)optim.c    5.2 (Berkeley) %G%";
+static char *sccsid = "@(#)optim.c     5.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 3bcb656..966f6f6 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)popen.c    5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)popen.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index 5e49432..b19dff7 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)quit.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)quit.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 06006a8..69fb345 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)send.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)send.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 09080fc..aa329dc 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sigretro.c 5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)sigretro.c  5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <signal.h>
 #endif not lint
 
 #include <signal.h>
index 2866c75..cd9e06d 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)strings.c  5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)strings.c   5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 08c59a7..4f9d688 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)temp.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)temp.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 7cab2ea..be56f74 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tty.c      5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)tty.c       5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index 9cc6647..68d14ad 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)v7.local.c 5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)v7.local.c  5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
index aecbb14..3d82f73 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)vars.c     5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)vars.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "rcv.h"
 #endif not lint
 
 #include "rcv.h"
index 345e8a5..7304491 100644 (file)
@@ -5,12 +5,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  5.1 (Berkeley) %G%";
+static char *sccsid = "@(#)version.c   5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
  * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.
  */
 #endif not lint
 
 /*
  * Just keep track of the date/sid of this version of Mail.
  * Load this file first to get a "total" Mail version.
  */
-static char    *SccsID = "@(#)UCB Mail Version 5.1 (%G%)";
-char   *version = "5.1 %G%";
+static char    *SccsID = "@(#)UCB Mail Version 5.2 (%G%)";
+char   *version = "5.2 %G%";