new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 05:26:53 +0000 (21:26 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 05:26:53 +0000 (21:26 -0800)
SCCS-vsn: sys/tahoe/include/frame.h 7.2
SCCS-vsn: sys/tahoe/include/kdbparam.h 7.9
SCCS-vsn: sys/tahoe/include/mtpr.h 7.2
SCCS-vsn: sys/tahoe/include/param.h 7.9
SCCS-vsn: sys/tahoe/include/pcb.h 7.2
SCCS-vsn: sys/tahoe/include/psl.h 7.2
SCCS-vsn: sys/tahoe/include/pte.h 7.4
SCCS-vsn: sys/tahoe/include/reg.h 7.2
SCCS-vsn: sys/tahoe/include/trap.h 7.2
SCCS-vsn: sys/tahoe/include/vmparam.h 7.3
SCCS-vsn: sys/tahoe/inline/inline.h 1.3
SCCS-vsn: sys/tahoe/inline/langpats.c 1.8
SCCS-vsn: sys/tahoe/inline/libcpats.c 1.4
SCCS-vsn: sys/tahoe/inline/machdep.c 1.4
SCCS-vsn: sys/tahoe/inline/machpats.c 1.4
SCCS-vsn: sys/tahoe/inline/main.c 1.4
SCCS-vsn: sys/tahoe/stand/cy.c 7.13
SCCS-vsn: sys/tahoe/stand/cyvar.h 1.3
SCCS-vsn: sys/tahoe/stand/machdep.c 1.6
SCCS-vsn: sys/tahoe/stand/srt0.c 7.2

20 files changed:
usr/src/sys/tahoe/include/frame.h
usr/src/sys/tahoe/include/kdbparam.h
usr/src/sys/tahoe/include/mtpr.h
usr/src/sys/tahoe/include/param.h
usr/src/sys/tahoe/include/pcb.h
usr/src/sys/tahoe/include/psl.h
usr/src/sys/tahoe/include/pte.h
usr/src/sys/tahoe/include/reg.h
usr/src/sys/tahoe/include/trap.h
usr/src/sys/tahoe/include/vmparam.h
usr/src/sys/tahoe/inline/inline.h
usr/src/sys/tahoe/inline/langpats.c
usr/src/sys/tahoe/inline/libcpats.c
usr/src/sys/tahoe/inline/machdep.c
usr/src/sys/tahoe/inline/machpats.c
usr/src/sys/tahoe/inline/main.c
usr/src/sys/tahoe/stand/cy.c
usr/src/sys/tahoe/stand/cyvar.h
usr/src/sys/tahoe/stand/machdep.c
usr/src/sys/tahoe/stand/srt0.c

index 353fcd6..3edddc1 100644 (file)
@@ -1,5 +1,13 @@
-/*
- *     @(#)frame.h     7.1 (Berkeley) %G%
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)frame.h     7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 9770bad..76b582a 100644 (file)
@@ -3,7 +3,7 @@
  * 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.
  *
- *     @(#)kdbparam.h  7.8 (Berkeley) %G%
+ *     @(#)kdbparam.h  7.9 (Berkeley) %G%
  */
 
 #define DBNAME "kdb\n"
  */
 
 #define DBNAME "kdb\n"
index edbfc56..e882bcb 100644 (file)
@@ -1,6 +1,13 @@
-/*
- *     @(#)mtpr.h      7.1 (Berkeley) %G%
- *     from mtpr.h     4.5     82/11/05
+/*-
+ * Copyright (c) 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)mtpr.h      7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index a442401..05cb86c 100644 (file)
@@ -1,9 +1,13 @@
-/*
- * 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.
+/*-
+ * Copyright (c) 1982, 1986, 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
  *
  *
- *     @(#)param.h     7.8 (Berkeley) %G%
+ *     @(#)param.h     7.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 57272f5..4f21c11 100644 (file)
@@ -1,9 +1,13 @@
-/*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)pcb.h       7.1 (Berkeley) %G%
+ *     @(#)pcb.h       7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 24bc18b..cdf7020 100644 (file)
@@ -1,5 +1,13 @@
-/*
- *     @(#)psl.h       7.1 (Berkeley) %G%
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)psl.h       7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 8227e15..67d29ca 100644 (file)
@@ -1,9 +1,13 @@
-/*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
  *
  *
- *     @(#)pte.h       7.3 (Berkeley) %G%
+ *     @(#)pte.h       7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index dd700e6..d6846c9 100644 (file)
@@ -1,6 +1,13 @@
-/*
- *     @(#)reg.h       7.1 (Berkeley) %G%
- *     from reg.h      4.2     81/02/19
+/*-
+ * Copyright (c) 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)reg.h       7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 433905c..27c01cf 100644 (file)
@@ -1,9 +1,13 @@
-/*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
  *
  *
- *     @(#)trap.h      7.1 (Berkeley) %G%
+ *     @(#)trap.h      7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 7edb65c..85da570 100644 (file)
@@ -1,12 +1,16 @@
-/*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
  *
  *
- *     @(#)vmparam.h   7.2 (Berkeley) %G%
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)vmparam.h   7.3 (Berkeley) %G%
  */
 
  */
 
-/*
+/*-
  * Machine dependent constants for tahoe.
  */
 
  * Machine dependent constants for tahoe.
  */
 
index eda58b3..4cb233a 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)inline.h    1.2 (Berkeley) %G%
+ *     @(#)inline.h    1.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 2f4afe9..e8d2f11 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)langpats.c 1.7 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)langpats.c 1.8 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "inline.h"
 
 
 #include "inline.h"
 
index 5a628b2..4dc9185 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)libcpats.c 1.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)libcpats.c 1.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "inline.h"
 
 
 #include "inline.h"
 
index 8a2eb2b..fc3a8d0 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)machdep.c  1.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)machdep.c  1.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 25ef095..38f0089 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)machpats.c 1.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)machpats.c 1.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "inline.h"
 
 
 #include "inline.h"
 
index e173329..25b61c0 100644 (file)
@@ -1,18 +1,19 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1984 Regents of the University of California.\n\
+"@(#) Copyright (c) 1984 The Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     1.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)main.c     1.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 2fd0345..85c00d6 100644 (file)
@@ -1,4 +1,14 @@
-/*     cy.c    7.12    91/05/04        */
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)cy.c        7.13 (Berkeley) %G%
+ */
 
 /*
  * Cypher tape driver. Stand alone version.
 
 /*
  * Cypher tape driver. Stand alone version.
index 7298720..1f3c4b5 100644 (file)
@@ -1,4 +1,14 @@
-/*     cyvar.h 1.2     86/12/18        */
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)cyvar.h     1.3 (Berkeley) %G%
+ */
 
 #define TM_ATTENTION(addr,x)   movob(addr,x)   /* also known as: GO */
 
 
 #define TM_ATTENTION(addr,x)   movob(addr,x)   /* also known as: GO */
 
index b95da13..dbde27b 100644 (file)
@@ -1,4 +1,14 @@
-/*     machdep.c       1.5     90/12/16        */
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)machdep.c   1.6 (Berkeley) %G%
+ */
 
 #include "../tahoe/mem.h"
 #include "../include/mtpr.h"
 
 #include "../tahoe/mem.h"
 #include "../include/mtpr.h"
index 0982ef9..2cea675 100644 (file)
@@ -1,4 +1,14 @@
-/*     srt0.c  7.1     91/05/05        */
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)srt0.c      7.2 (Berkeley) %G%
+ */
 
 #include "../include/mtpr.h"
 #define        LOCORE
 
 #include "../include/mtpr.h"
 #define        LOCORE