correct copyright, Utah not CMU
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 11 May 1991 01:21:52 +0000 (17:21 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 11 May 1991 01:21:52 +0000 (17:21 -0800)
SCCS-vsn: sys/hp300/hp300/pmap.c 7.5
SCCS-vsn: sys/hp300/include/pmap.h 7.5

usr/src/sys/hp300/hp300/pmap.c
usr/src/sys/hp300/include/pmap.h

index ae1a7a5..f739fde 100644 (file)
@@ -1,15 +1,14 @@
 /* 
 /* 
- * Copyright (c) 1987 Carnegie-Mellon University
  * Copyright (c) 1991 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Copyright (c) 1991 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * The Mach Operating System project at Carnegie-Mellon University.
+ * the Systems Programming Group of the University of Utah Computer
+ * Science Department.
  *
  *
- * The CMU software License Agreement specifies the terms and conditions
- * for use and redistribution.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)pmap.c      7.7 (Berkeley) %G%
+ *     @(#)pmap.c      7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 4bd7951..8b42977 100644 (file)
@@ -4,12 +4,10 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * The Mach Operating System project at Carnegie-Mellon University.
+ * the Systems Programming Group of the University of Utah Computer
+ * Science Department.
  *
  *
- * The CMU software License Agreement specifies the terms and conditions
- * for use and redistribution.
- *
- *     @(#)pmap.h      7.4 (Berkeley) %G%
+ *     @(#)pmap.h      7.5 (Berkeley) %G%
  */
 
 #ifndef        _PMAP_MACHINE_
  */
 
 #ifndef        _PMAP_MACHINE_