From a12ff48697cac43c0bd58aadc3f665316752562b Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 6 Jun 1993 22:09:00 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: usr.bin/mail/aux.c 8.1 SCCS-vsn: usr.bin/mail/cmd1.c 8.1 SCCS-vsn: usr.bin/mail/cmd2.c 8.1 SCCS-vsn: usr.bin/mail/cmd3.c 8.1 SCCS-vsn: usr.bin/mail/cmdtab.c 8.1 SCCS-vsn: usr.bin/mail/collect.c 8.1 SCCS-vsn: usr.bin/mail/def.h 8.1 SCCS-vsn: usr.bin/mail/edit.c 8.1 SCCS-vsn: usr.bin/mail/extern.h 8.1 SCCS-vsn: usr.bin/mail/fio.c 8.1 SCCS-vsn: usr.bin/mail/getname.c 8.1 SCCS-vsn: usr.bin/mail/glob.h 8.1 SCCS-vsn: usr.bin/mail/head.c 8.1 SCCS-vsn: usr.bin/mail/lex.c 8.1 SCCS-vsn: usr.bin/mail/list.c 8.1 SCCS-vsn: usr.bin/mail/mail.1 8.1 SCCS-vsn: usr.bin/mail/main.c 8.1 SCCS-vsn: usr.bin/mail/names.c 8.1 SCCS-vsn: usr.bin/mail/pathnames.h 8.1 SCCS-vsn: usr.bin/mail/popen.c 8.1 SCCS-vsn: usr.bin/mail/quit.c 8.1 SCCS-vsn: usr.bin/mail/rcv.h 8.1 SCCS-vsn: usr.bin/mail/send.c 8.1 SCCS-vsn: usr.bin/mail/strings.c 8.1 SCCS-vsn: usr.bin/mail/temp.c 8.1 SCCS-vsn: usr.bin/mail/tty.c 8.1 SCCS-vsn: usr.bin/mail/v7.local.c 8.1 SCCS-vsn: usr.bin/mail/vars.c 8.1 SCCS-vsn: usr.bin/mail/version.c 8.1 --- usr/src/usr.bin/mail/aux.c | 6 +++--- usr/src/usr.bin/mail/cmd1.c | 6 +++--- usr/src/usr.bin/mail/cmd2.c | 6 +++--- usr/src/usr.bin/mail/cmd3.c | 6 +++--- usr/src/usr.bin/mail/cmdtab.c | 6 +++--- usr/src/usr.bin/mail/collect.c | 6 +++--- usr/src/usr.bin/mail/def.h | 6 +++--- usr/src/usr.bin/mail/edit.c | 6 +++--- usr/src/usr.bin/mail/extern.h | 6 +++--- usr/src/usr.bin/mail/fio.c | 6 +++--- usr/src/usr.bin/mail/getname.c | 6 +++--- usr/src/usr.bin/mail/glob.h | 6 +++--- usr/src/usr.bin/mail/head.c | 6 +++--- usr/src/usr.bin/mail/lex.c | 6 +++--- usr/src/usr.bin/mail/list.c | 6 +++--- usr/src/usr.bin/mail/mail.1 | 6 +++--- usr/src/usr.bin/mail/main.c | 12 ++++++------ usr/src/usr.bin/mail/names.c | 6 +++--- usr/src/usr.bin/mail/pathnames.h | 6 +++--- usr/src/usr.bin/mail/popen.c | 6 +++--- usr/src/usr.bin/mail/quit.c | 6 +++--- usr/src/usr.bin/mail/rcv.h | 6 +++--- usr/src/usr.bin/mail/send.c | 6 +++--- usr/src/usr.bin/mail/strings.c | 6 +++--- usr/src/usr.bin/mail/temp.c | 6 +++--- usr/src/usr.bin/mail/tty.c | 6 +++--- usr/src/usr.bin/mail/v7.local.c | 6 +++--- usr/src/usr.bin/mail/vars.c | 6 +++--- usr/src/usr.bin/mail/version.c | 8 ++++---- 29 files changed, 91 insertions(+), 91 deletions(-) diff --git a/usr/src/usr.bin/mail/aux.c b/usr/src/usr.bin/mail/aux.c index c991586e0d..1fbc0e5e30 100644 --- a/usr/src/usr.bin/mail/aux.c +++ b/usr/src/usr.bin/mail/aux.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)aux.c 5.22 (Berkeley) %G%"; +static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/cmd1.c b/usr/src/usr.bin/mail/cmd1.c index de33157408..e1f55aa631 100644 --- a/usr/src/usr.bin/mail/cmd1.c +++ b/usr/src/usr.bin/mail/cmd1.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmd1.c 5.23 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/cmd2.c b/usr/src/usr.bin/mail/cmd2.c index 0f75d8d3e7..e3734a7b23 100644 --- a/usr/src/usr.bin/mail/cmd2.c +++ b/usr/src/usr.bin/mail/cmd2.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmd2.c 5.15 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/cmd3.c b/usr/src/usr.bin/mail/cmd3.c index 12bfe9e2d5..987e2d98aa 100644 --- a/usr/src/usr.bin/mail/cmd3.c +++ b/usr/src/usr.bin/mail/cmd3.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmd3.c 5.26 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/cmdtab.c b/usr/src/usr.bin/mail/cmdtab.c index fc93a80b7e..92d7a5e360 100644 --- a/usr/src/usr.bin/mail/cmdtab.c +++ b/usr/src/usr.bin/mail/cmdtab.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)cmdtab.c 5.12 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "def.h" diff --git a/usr/src/usr.bin/mail/collect.c b/usr/src/usr.bin/mail/collect.c index e1c716075c..73a0d98617 100644 --- a/usr/src/usr.bin/mail/collect.c +++ b/usr/src/usr.bin/mail/collect.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)collect.c 5.25 (Berkeley) %G%"; +static char sccsid[] = "@(#)collect.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/mail/def.h b/usr/src/usr.bin/mail/def.h index 6a20830151..758ae71262 100644 --- a/usr/src/usr.bin/mail/def.h +++ b/usr/src/usr.bin/mail/def.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)def.h 5.23 (Berkeley) %G% + * @(#)def.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/edit.c b/usr/src/usr.bin/mail/edit.c index 5685b8978d..6f5889c2a3 100644 --- a/usr/src/usr.bin/mail/edit.c +++ b/usr/src/usr.bin/mail/edit.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)edit.c 5.16 (Berkeley) %G%"; +static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/extern.h b/usr/src/usr.bin/mail/extern.h index 28b4209197..bb7e2adb0f 100644 --- a/usr/src/usr.bin/mail/extern.h +++ b/usr/src/usr.bin/mail/extern.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)extern.h 5.2 (Berkeley) %G% + * @(#)extern.h 8.1 (Berkeley) %G% */ struct name *cat __P((struct name *, struct name *)); diff --git a/usr/src/usr.bin/mail/fio.c b/usr/src/usr.bin/mail/fio.c index 1f86b5315e..b8943b41d0 100644 --- a/usr/src/usr.bin/mail/fio.c +++ b/usr/src/usr.bin/mail/fio.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)fio.c 5.27 (Berkeley) %G%"; +static char sccsid[] = "@(#)fio.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/getname.c b/usr/src/usr.bin/mail/getname.c index 39170bfbcc..aa53dab1e9 100644 --- a/usr/src/usr.bin/mail/getname.c +++ b/usr/src/usr.bin/mail/getname.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)getname.c 5.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/glob.h b/usr/src/usr.bin/mail/glob.h index 67746b9f2c..916855cfff 100644 --- a/usr/src/usr.bin/mail/glob.h +++ b/usr/src/usr.bin/mail/glob.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)glob.h 5.21 (Berkeley) %G% + * @(#)glob.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/head.c b/usr/src/usr.bin/mail/head.c index 225906a0f1..73c73d817a 100644 --- a/usr/src/usr.bin/mail/head.c +++ b/usr/src/usr.bin/mail/head.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)head.c 5.8 (Berkeley) %G%"; +static char sccsid[] = "@(#)head.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/lex.c b/usr/src/usr.bin/mail/lex.c index 3e0f8c746b..58325eb0b4 100644 --- a/usr/src/usr.bin/mail/lex.c +++ b/usr/src/usr.bin/mail/lex.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)lex.c 5.26 (Berkeley) %G%"; +static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/list.c b/usr/src/usr.bin/mail/list.c index 12021c6c06..4bb4586504 100644 --- a/usr/src/usr.bin/mail/list.c +++ b/usr/src/usr.bin/mail/list.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)list.c 5.16 (Berkeley) %G%"; +static char sccsid[] = "@(#)list.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/mail.1 b/usr/src/usr.bin/mail/mail.1 index 962302dc4d..ad68f1d809 100644 --- a/usr/src/usr.bin/mail/mail.1 +++ b/usr/src/usr.bin/mail/mail.1 @@ -1,9 +1,9 @@ -.\" 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. .\" .\" %sccs.include.redist.roff% .\" -.\" @(#)mail.1 6.20 (Berkeley) %G% +.\" @(#)mail.1 8.1 (Berkeley) %G% .\" .Dd .Dt MAIL 1 diff --git a/usr/src/usr.bin/mail/main.c b/usr/src/usr.bin/mail/main.c index f45e9ae165..2cd65ffabf 100644 --- a/usr/src/usr.bin/mail/main.c +++ b/usr/src/usr.bin/mail/main.c @@ -1,18 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1980 Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1980, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.29 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/names.c b/usr/src/usr.bin/mail/names.c index ee7d2f6f72..60c55897d6 100644 --- a/usr/src/usr.bin/mail/names.c +++ b/usr/src/usr.bin/mail/names.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)names.c 5.18 (Berkeley) %G%"; +static char sccsid[] = "@(#)names.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/mail/pathnames.h b/usr/src/usr.bin/mail/pathnames.h index 5a6951c9ae..96f7fbe625 100644 --- a/usr/src/usr.bin/mail/pathnames.h +++ b/usr/src/usr.bin/mail/pathnames.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1989 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% * - * @(#)pathnames.h 5.16 (Berkeley) %G% + * @(#)pathnames.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/mail/popen.c b/usr/src/usr.bin/mail/popen.c index fddd19f821..b46b8ae526 100644 --- a/usr/src/usr.bin/mail/popen.c +++ b/usr/src/usr.bin/mail/popen.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)popen.c 5.19 (Berkeley) %G%"; +static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/quit.c b/usr/src/usr.bin/mail/quit.c index 30a70e02d9..0d5f2af47c 100644 --- a/usr/src/usr.bin/mail/quit.c +++ b/usr/src/usr.bin/mail/quit.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)quit.c 5.18 (Berkeley) %G%"; +static char sccsid[] = "@(#)quit.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/rcv.h b/usr/src/usr.bin/mail/rcv.h index 38c08733cd..ce0d21d9e1 100644 --- a/usr/src/usr.bin/mail/rcv.h +++ b/usr/src/usr.bin/mail/rcv.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)rcv.h 5.6 (Berkeley) %G% + * @(#)rcv.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/mail/send.c b/usr/src/usr.bin/mail/send.c index eb87bd5e83..c3fba99c69 100644 --- a/usr/src/usr.bin/mail/send.c +++ b/usr/src/usr.bin/mail/send.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)send.c 5.25 (Berkeley) %G%"; +static char sccsid[] = "@(#)send.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/strings.c b/usr/src/usr.bin/mail/strings.c index 567efaaa79..bfdd52b3ed 100644 --- a/usr/src/usr.bin/mail/strings.c +++ b/usr/src/usr.bin/mail/strings.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)strings.c 5.10 (Berkeley) %G%"; +static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/mail/temp.c b/usr/src/usr.bin/mail/temp.c index 00ddb6ff21..b4119da087 100644 --- a/usr/src/usr.bin/mail/temp.c +++ b/usr/src/usr.bin/mail/temp.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)temp.c 5.17 (Berkeley) %G%"; +static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/tty.c b/usr/src/usr.bin/mail/tty.c index 2be0cf2fb9..6a77724757 100644 --- a/usr/src/usr.bin/mail/tty.c +++ b/usr/src/usr.bin/mail/tty.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)tty.c 5.13 (Berkeley) %G%"; +static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/mail/v7.local.c b/usr/src/usr.bin/mail/v7.local.c index 72c144ddb0..c6249505c2 100644 --- a/usr/src/usr.bin/mail/v7.local.c +++ b/usr/src/usr.bin/mail/v7.local.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)v7.local.c 5.13 (Berkeley) %G%"; +static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/mail/vars.c b/usr/src/usr.bin/mail/vars.c index 8924d8665e..d3d8c0771e 100644 --- a/usr/src/usr.bin/mail/vars.c +++ b/usr/src/usr.bin/mail/vars.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)vars.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" diff --git a/usr/src/usr.bin/mail/version.c b/usr/src/usr.bin/mail/version.c index 6e857c938d..b8951af2b1 100644 --- a/usr/src/usr.bin/mail/version.c +++ b/usr/src/usr.bin/mail/version.c @@ -1,16 +1,16 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)version.c 8.1 (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. */ -char *version = "5.6 %G%"; +char *version = "8.1 %G%"; -- 2.20.1