diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-22 17:37:02 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-22 17:37:02 +0000 |
commit | 1b133036d35a40a9e603d144e14d1ec29b656081 (patch) | |
tree | 7d032dce946069460954d9030feb2c3d2d891802 | |
parent | 7416827fb19f86ff2be6124a0ece8aed33f83914 (diff) |
Notes
-rw-r--r-- | sys/kern/init_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 334db925a08c3..9b367c235e4f6 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.43 1996/06/14 11:01:25 asami Exp $ + * $Id: init_main.c,v 1.44 1996/07/31 09:26:31 davidg Exp $ */ #include "opt_rlimit.h" @@ -289,6 +289,7 @@ char copyright[] = "Copyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n" "\tAll rights reserved.\n\n"; #else +"Copyright (c) 1992-1996 FreeBSD Inc.\n" "Copyright (c) 1982, 1986, 1989, 1991, 1993\n\tThe Regents of the University of California. All rights reserved.\n\n"; #endif #endif |