update copyrights
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 10 Jul 1988 05:11:49 +0000 (21:11 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 10 Jul 1988 05:11:49 +0000 (21:11 -0800)
SCCS-vsn: sys/vax/vax/clock.c 7.3
SCCS-vsn: sys/vax/vax/cpudata.c 7.4
SCCS-vsn: sys/vax/vax/ka630.c 7.5
SCCS-vsn: sys/vax/vax/ka630.h 7.3
SCCS-vsn: sys/vax/vax/ka730.c 7.2
SCCS-vsn: sys/vax/vax/ka750.c 7.2
SCCS-vsn: sys/vax/vax/ka780.c 7.2
SCCS-vsn: sys/vax/vax/ka860.c 7.2

usr/src/sys/vax/vax/clock.c
usr/src/sys/vax/vax/cpudata.c
usr/src/sys/vax/vax/ka630.c
usr/src/sys/vax/vax/ka630.h
usr/src/sys/vax/vax/ka730.c
usr/src/sys/vax/vax/ka750.c
usr/src/sys/vax/vax/ka780.c
usr/src/sys/vax/vax/ka860.c

index 30de15b..1c72782 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1982, 1986 Regents of the University of California.
+ * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)clock.c     7.2 (Berkeley) %G%
+ *     @(#)clock.c     7.3 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -131,7 +131,7 @@ vaxstd_clkread(base)
        }
 
        /*
        }
 
        /*
-        * Sneak to within 6 month of the time in the filesystem,
+        * Sneak to within 6 months of the time in the filesystem,
         * by starting with the time of the year suggested by the TODR,
         * and advancing through succesive years.  Adding the number of
         * seconds in the current year takes us to the end of the current year
         * by starting with the time of the year suggested by the TODR,
         * and advancing through succesive years.  Adding the number of
         * seconds in the current year takes us to the end of the current year
index fab6b57..4f277d0 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1982, 1986 Regents of the University of California.
+ * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)cpudata.c   7.3 (Berkeley) %G%
+ *     @(#)cpudata.c   7.4 (Berkeley) %G%
  */
 
 #include "pte.h"
  */
 
 #include "pte.h"
index 4932fa6..ce21127 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     @(#)ka630.c     7.4 (Berkeley) %G%
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ka630.c     7.5 (Berkeley) %G%
  */
 
 #ifdef VAX630
  */
 
 #ifdef VAX630
index 338dec5..257a472 100644 (file)
@@ -1,6 +1,12 @@
 /*
 /*
- *     @(#)ka630.h     7.2 (Berkeley) %G%
+ * Copyright (c) 1986, 1988 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  *
  *
+ *     @(#)ka630.h     7.3 (Berkeley) %G%
+ */
+
+/*
  * Definitions specific to the ka630 uvax2 cpu card. Includes the tod
  * clock chip and the cpu registers.
  */
  * Definitions specific to the ka630 uvax2 cpu card. Includes the tod
  * clock chip and the cpu registers.
  */
index b8d498d..283ad9b 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     @(#)ka730.c     7.1 (UofMD/Berkeley) %G%
+ * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ka730.c     7.2 (Berkeley) %G%
  */
 
 #if VAX730
  */
 
 #if VAX730
index 62f65db..4c7fe14 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     @(#)ka750.c     7.1 (UofMD/Berkeley) %G%
+ * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ka750.c     7.2 (Berkeley) %G%
  */
 
 #if VAX750
  */
 
 #if VAX750
index cc65a7b..f8721c6 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     @(#)ka780.c     7.1 (UofMD/Berkeley) %G%
+ * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ka780.c     7.2 (Berkeley) %G%
  */
 
 #if VAX780
  */
 
 #if VAX780
index dd9d800..0df1468 100644 (file)
@@ -1,5 +1,20 @@
 /*
 /*
- *     @(#)ka860.c     7.1 (UofMD/Berkeley) %G%
+ * Copyright (c) 1986, 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ *     @(#)ka860.c     7.2 (Berkeley) %G%
  */
 
 #if VAX8600
  */
 
 #if VAX8600