summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-03-01 17:49:09 +0000
committerwosch <wosch@FreeBSD.org>1997-03-01 17:49:09 +0000
commit9108e061944388ca7ce75ffa1a74df69b4c0ed18 (patch)
tree004702895449232eb1b49ccfc1603058bb6189f2 /sys/kern
parent6499849bf430878416a8aad6c25f3463b892b23d (diff)
downloadFreeBSD-src-9108e061944388ca7ce75ffa1a74df69b4c0ed18.zip
FreeBSD-src-9108e061944388ca7ce75ffa1a74df69b4c0ed18.tar.gz
Include copyright message from <sys/copyright.h>
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c21
1 files changed, 2 insertions, 19 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 6711bdb..57fa5dd 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$
+ * $Id: init_main.c,v 1.57 1997/02/22 09:38:59 peter Exp $
*/
#include "opt_rlimit.h"
@@ -70,6 +70,7 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <sys/user.h>
+#include <sys/copyright.h>
extern struct linker_set sysinit_set; /* XXX */
@@ -262,24 +263,6 @@ kproc_start(udata)
SYSINIT(swapinit, SI_SUB_SWAP, SI_ORDER_FIRST, swapinit, NULL)
#endif /* OMIT*/
-/*
- * Should get its own file...
- */
-#ifdef HPFPLIB
-char copyright[] =
-"Copyright (c) 1982, 1986, 1989, 1991, 1993\n\tThe Regents of the University of California.\nCopyright (c) 1992 Hewlett-Packard Company\nCopyright (c) 1992 Motorola Inc.\nAll rights reserved.\n\n";
-#else
-char copyright[] =
-"Copyright (c) 1992-1996 FreeBSD Inc.\n"
-#ifdef PC98
-"Copyright (c) 1994-1996 FreeBSD(98) porting team.\n"
-"Copyright (c) 1982, 1986, 1989, 1991, 1993\n\tThe Regents of the University of California.\n"
-"Copyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
-"\tAll rights reserved.\n\n";
-#else
-"Copyright (c) 1982, 1986, 1989, 1991, 1993\n\tThe Regents of the University of California. All rights reserved.\n\n";
-#endif
-#endif
static void print_caddr_t __P((void *data));
static void
print_caddr_t(data)
OpenPOWER on IntegriCloud