This isn't 386BSD 0.1 any more now. Added CSRG's copyright, and changed
authorNate Willams <nate@FreeBSD.org>
Fri, 10 Sep 1993 05:53:10 +0000 (05:53 +0000)
committerNate Willams <nate@FreeBSD.org>
Fri, 10 Sep 1993 05:53:10 +0000 (05:53 +0000)
commit29b4e64cb3ba7a96862b22c3795d6fd75c13ea22
tree6c27bfed7ac529a14b176023f9139ba00b749852
parent930b7c21e03883f2499748fb7642a3b6c275309c
This isn't 386BSD 0.1 any more now.  Added CSRG's copyright, and changed
the format a tiny bit.

---
***************
*** 64,75 ****

  #include "vm/vm.h"

! char copyright1[] =
! "386BSD Release 0.1 by William and Lynne Jolitz.";
! char copyright2[] =
  "Copyright (c) 1989,1990,1991,1992 William F. Jolitz. All rights reserved.\n\
! Based in part on work by the 386BSD User Community and the\n\
! BSD Networking Software, Release 2 by UCB EECS Department.\n";

  /*
   * Components of process 0;
--- 64,75 ----

  #include "vm/vm.h"

! char bsd_version[] =
! "FreeBSD release 1.0";
! char copyright[] =
  "Copyright (c) 1989,1990,1991,1992 William F. Jolitz. All rights reserved.\n\
! Copyright (c) 1982,1986,1989,1991 The Regents of the University\n\
! of California.  All rights reserved.\n\n";

  /*
   * Components of process 0;
***************
*** 119,126 ****
   startrtclock();
   consinit();

!  printf(copyright1);
!  printf("\n[0.1.%s]\n%s\n", version+9,copyright2);

   vm_mem_init();
   kmeminit();
--- 119,126 ----
   startrtclock();
   consinit();

!  printf("\n%s  [1.%s]\n", bsd_version, version+9);
!  printf("%s", copyright);

   vm_mem_init();
   kmeminit();
sys/kern/init_main.c