From 86090d318af7775327fa0535cfe00da20ebbb66c Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 11 Jun 1993 05:40:00 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: sys/pmax/dev/asc.c 8.1 SCCS-vsn: sys/pmax/dev/ascreg.h 8.1 SCCS-vsn: sys/pmax/dev/cfb.c 8.1 SCCS-vsn: sys/pmax/dev/cfbreg.h 8.1 SCCS-vsn: sys/pmax/dev/dc.c 8.1 SCCS-vsn: sys/pmax/dev/device.h 8.1 SCCS-vsn: sys/pmax/dev/dtop.c 8.1 SCCS-vsn: sys/pmax/dev/dtopreg.h 8.1 SCCS-vsn: sys/pmax/dev/fb.c 8.1 SCCS-vsn: sys/pmax/dev/fbreg.h 8.1 SCCS-vsn: sys/pmax/dev/font.c 8.1 SCCS-vsn: sys/pmax/dev/if_le.c 8.1 SCCS-vsn: sys/pmax/dev/if_lereg.h 8.1 SCCS-vsn: sys/pmax/dev/mfb.c 8.1 SCCS-vsn: sys/pmax/dev/mfbreg.h 8.1 SCCS-vsn: sys/pmax/dev/pdma.h 8.1 SCCS-vsn: sys/pmax/dev/pm.c 8.1 SCCS-vsn: sys/pmax/dev/pmreg.h 8.1 SCCS-vsn: sys/pmax/dev/rz.c 8.1 SCCS-vsn: sys/pmax/dev/scc.c 8.1 SCCS-vsn: sys/pmax/dev/sccreg.h 8.1 SCCS-vsn: sys/pmax/dev/scsi.c 8.1 SCCS-vsn: sys/pmax/dev/scsi.h 8.1 SCCS-vsn: sys/net/bpf.c 8.1 SCCS-vsn: sys/pmax/dev/sii.c 8.1 SCCS-vsn: sys/net/bpf.h 8.1 SCCS-vsn: sys/pmax/dev/siireg.h 8.1 SCCS-vsn: sys/pmax/dev/tz.c 8.1 SCCS-vsn: sys/pmax/dev/xcfb.c 8.1 SCCS-vsn: sys/pmax/dev/xcfbreg.h 8.1 --- usr/src/sys/net/bpf.c | 6 +++--- usr/src/sys/net/bpf.h | 6 +++--- usr/src/sys/pmax/dev/asc.c | 6 +++--- usr/src/sys/pmax/dev/ascreg.h | 6 +++--- usr/src/sys/pmax/dev/cfb.c | 6 +++--- usr/src/sys/pmax/dev/cfbreg.h | 6 +++--- usr/src/sys/pmax/dev/dc.c | 6 +++--- usr/src/sys/pmax/dev/device.h | 6 +++--- usr/src/sys/pmax/dev/dtop.c | 6 +++--- usr/src/sys/pmax/dev/dtopreg.h | 6 +++--- usr/src/sys/pmax/dev/fb.c | 6 +++--- usr/src/sys/pmax/dev/fbreg.h | 6 +++--- usr/src/sys/pmax/dev/font.c | 6 +++--- usr/src/sys/pmax/dev/if_le.c | 2 +- usr/src/sys/pmax/dev/if_lereg.h | 6 +++--- usr/src/sys/pmax/dev/mfb.c | 6 +++--- usr/src/sys/pmax/dev/mfbreg.h | 6 +++--- usr/src/sys/pmax/dev/pdma.h | 6 +++--- usr/src/sys/pmax/dev/pm.c | 6 +++--- usr/src/sys/pmax/dev/pmreg.h | 6 +++--- usr/src/sys/pmax/dev/rz.c | 2 +- usr/src/sys/pmax/dev/scc.c | 6 +++--- usr/src/sys/pmax/dev/sccreg.h | 6 +++--- usr/src/sys/pmax/dev/scsi.c | 6 +++--- usr/src/sys/pmax/dev/scsi.h | 6 +++--- usr/src/sys/pmax/dev/sii.c | 2 +- usr/src/sys/pmax/dev/siireg.h | 6 +++--- usr/src/sys/pmax/dev/tz.c | 2 +- usr/src/sys/pmax/dev/xcfb.c | 6 +++--- usr/src/sys/pmax/dev/xcfbreg.h | 6 +++--- 30 files changed, 82 insertions(+), 82 deletions(-) diff --git a/usr/src/sys/net/bpf.c b/usr/src/sys/net/bpf.c index 7a71442d5e..9e63a7bed4 100644 --- a/usr/src/sys/net/bpf.c +++ b/usr/src/sys/net/bpf.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1990, 1991 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1991, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from the Stanford/CMU enet packet filter, * (net/enet.c) distributed as part of 4.3BSD, and code contributed @@ -9,7 +9,7 @@ * * %sccs.include.redist.c% * - * @(#)bpf.c 7.15 (Berkeley) %G% + * @(#)bpf.c 8.1 (Berkeley) %G% * * static char rcsid[] = * "$Header: bpf.c,v 1.33 91/10/27 21:21:58 mccanne Exp $"; diff --git a/usr/src/sys/net/bpf.h b/usr/src/sys/net/bpf.h index 1c2341f9b7..5effd977eb 100644 --- a/usr/src/sys/net/bpf.h +++ b/usr/src/sys/net/bpf.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1990, 1991 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1991, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from the Stanford/CMU enet packet filter, * (net/enet.c) distributed as part of 4.3BSD, and code contributed @@ -9,7 +9,7 @@ * * %sccs.include.redist.c% * - * @(#)bpf.h 7.5 (Berkeley) %G% + * @(#)bpf.h 8.1 (Berkeley) %G% * * @(#) $Header: bpf.h,v 1.24 91/10/27 21:22:32 mccanne Exp $ (LBL) */ diff --git a/usr/src/sys/pmax/dev/asc.c b/usr/src/sys/pmax/dev/asc.c index 0d125ab027..4fc627a10f 100644 --- a/usr/src/sys/pmax/dev/asc.c +++ b/usr/src/sys/pmax/dev/asc.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)asc.c 7.13 (Berkeley) %G% + * @(#)asc.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/ascreg.h b/usr/src/sys/pmax/dev/ascreg.h index ac12bce5bb..01042701df 100644 --- a/usr/src/sys/pmax/dev/ascreg.h +++ b/usr/src/sys/pmax/dev/ascreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)ascreg.h 7.3 (Berkeley) %G% + * @(#)ascreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/cfb.c b/usr/src/sys/pmax/dev/cfb.c index 97955f7793..e0bb9fd680 100644 --- a/usr/src/sys/pmax/dev/cfb.c +++ b/usr/src/sys/pmax/dev/cfb.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)cfb.c 7.9 (Berkeley) %G% + * @(#)cfb.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/cfbreg.h b/usr/src/sys/pmax/dev/cfbreg.h index 2985e1bd62..b3c17b92e7 100644 --- a/usr/src/sys/pmax/dev/cfbreg.h +++ b/usr/src/sys/pmax/dev/cfbreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)cfbreg.h 7.1 (Berkeley) %G% + * @(#)cfbreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/dc.c b/usr/src/sys/pmax/dev/dc.c index be25bb5caf..e0b5da18d2 100644 --- a/usr/src/sys/pmax/dev/dc.c +++ b/usr/src/sys/pmax/dev/dc.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)dc.c 7.13 (Berkeley) %G% + * @(#)dc.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/device.h b/usr/src/sys/pmax/dev/device.h index 129eef7a8b..8a53a6fbca 100644 --- a/usr/src/sys/pmax/dev/device.h +++ b/usr/src/sys/pmax/dev/device.h @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)device.h 7.2 (Berkeley) %G% + * @(#)device.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/dtop.c b/usr/src/sys/pmax/dev/dtop.c index 4587756269..3cd656a0ac 100644 --- a/usr/src/sys/pmax/dev/dtop.c +++ b/usr/src/sys/pmax/dev/dtop.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)dtop.c 7.3 (Berkeley) %G% + * @(#)dtop.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/dtopreg.h b/usr/src/sys/pmax/dev/dtopreg.h index ac903d589a..18f983a2dc 100644 --- a/usr/src/sys/pmax/dev/dtopreg.h +++ b/usr/src/sys/pmax/dev/dtopreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)dtopreg.h 7.1 (Berkeley) %G% + * @(#)dtopreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/fb.c b/usr/src/sys/pmax/dev/fb.c index 49ff848d39..20761ee644 100644 --- a/usr/src/sys/pmax/dev/fb.c +++ b/usr/src/sys/pmax/dev/fb.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)fb.c 7.4 (Berkeley) %G% + * @(#)fb.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/fbreg.h b/usr/src/sys/pmax/dev/fbreg.h index 753c97bd0f..a986a22f3f 100644 --- a/usr/src/sys/pmax/dev/fbreg.h +++ b/usr/src/sys/pmax/dev/fbreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)fbreg.h 7.3 (Berkeley) %G% + * @(#)fbreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/font.c b/usr/src/sys/pmax/dev/font.c index 47206d1976..e2377961e7 100644 --- a/usr/src/sys/pmax/dev/font.c +++ b/usr/src/sys/pmax/dev/font.c @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)font.c 7.1 (Berkeley) %G% + * @(#)font.c 8.1 (Berkeley) %G% * * font.c -- * diff --git a/usr/src/sys/pmax/dev/if_le.c b/usr/src/sys/pmax/dev/if_le.c index 3287a8cf03..75831ae9e0 100644 --- a/usr/src/sys/pmax/dev/if_le.c +++ b/usr/src/sys/pmax/dev/if_le.c @@ -7,7 +7,7 @@ * * %sccs.include.redist.c% * - * @(#)if_le.c 7.11 (Berkeley) %G% + * @(#)if_le.c 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/sys/pmax/dev/if_lereg.h b/usr/src/sys/pmax/dev/if_lereg.h index 7b2cab49ca..56cedb5478 100644 --- a/usr/src/sys/pmax/dev/if_lereg.h +++ b/usr/src/sys/pmax/dev/if_lereg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)if_lereg.h 7.3 (Berkeley) %G% + * @(#)if_lereg.h 8.1 (Berkeley) %G% */ #define LEMTU 1518 diff --git a/usr/src/sys/pmax/dev/mfb.c b/usr/src/sys/pmax/dev/mfb.c index 53ab89beb0..c12c47d7a9 100644 --- a/usr/src/sys/pmax/dev/mfb.c +++ b/usr/src/sys/pmax/dev/mfb.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)mfb.c 7.5 (Berkeley) %G% + * @(#)mfb.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/mfbreg.h b/usr/src/sys/pmax/dev/mfbreg.h index c188017b50..898ffb214b 100644 --- a/usr/src/sys/pmax/dev/mfbreg.h +++ b/usr/src/sys/pmax/dev/mfbreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)mfbreg.h 7.1 (Berkeley) %G% + * @(#)mfbreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/pdma.h b/usr/src/sys/pmax/dev/pdma.h index 87ce5e52e3..a74a2abf3d 100644 --- a/usr/src/sys/pmax/dev/pdma.h +++ b/usr/src/sys/pmax/dev/pdma.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)pdma.h 7.3 (Berkeley) %G% + * @(#)pdma.h 8.1 (Berkeley) %G% */ struct pdma { diff --git a/usr/src/sys/pmax/dev/pm.c b/usr/src/sys/pmax/dev/pm.c index b12374bfb9..f11f427683 100644 --- a/usr/src/sys/pmax/dev/pm.c +++ b/usr/src/sys/pmax/dev/pm.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)pm.c 7.9 (Berkeley) %G% + * @(#)pm.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/pmreg.h b/usr/src/sys/pmax/dev/pmreg.h index cbf43b52a0..3f5b504ee5 100644 --- a/usr/src/sys/pmax/dev/pmreg.h +++ b/usr/src/sys/pmax/dev/pmreg.h @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)pmreg.h 7.1 (Berkeley) %G% + * @(#)pmreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/rz.c b/usr/src/sys/pmax/dev/rz.c index 6f726db59e..1b3bdf5463 100644 --- a/usr/src/sys/pmax/dev/rz.c +++ b/usr/src/sys/pmax/dev/rz.c @@ -7,7 +7,7 @@ * * %sccs.include.redist.c% * - * @(#)rz.c 7.9 (Berkeley) %G% + * @(#)rz.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/scc.c b/usr/src/sys/pmax/dev/scc.c index d811a3527a..027b2d910f 100644 --- a/usr/src/sys/pmax/dev/scc.c +++ b/usr/src/sys/pmax/dev/scc.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)scc.c 7.3 (Berkeley) %G% + * @(#)scc.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/sccreg.h b/usr/src/sys/pmax/dev/sccreg.h index 5ec202708d..afc5d81ba8 100644 --- a/usr/src/sys/pmax/dev/sccreg.h +++ b/usr/src/sys/pmax/dev/sccreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)sccreg.h 7.2 (Berkeley) %G% + * @(#)sccreg.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/scsi.c b/usr/src/sys/pmax/dev/scsi.c index 1acf6fb11c..5772132516 100644 --- a/usr/src/sys/pmax/dev/scsi.c +++ b/usr/src/sys/pmax/dev/scsi.c @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)scsi.c 7.4 (Berkeley) %G% + * @(#)scsi.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/scsi.h b/usr/src/sys/pmax/dev/scsi.h index ad3e2728e1..2bcf0937f0 100644 --- a/usr/src/sys/pmax/dev/scsi.h +++ b/usr/src/sys/pmax/dev/scsi.h @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)scsi.h 7.4 (Berkeley) %G% + * @(#)scsi.h 8.1 (Berkeley) %G% * * scsi.h -- * diff --git a/usr/src/sys/pmax/dev/sii.c b/usr/src/sys/pmax/dev/sii.c index 3aa15c341b..5a30b5f0af 100644 --- a/usr/src/sys/pmax/dev/sii.c +++ b/usr/src/sys/pmax/dev/sii.c @@ -7,7 +7,7 @@ * * %sccs.include.redist.c% * - * @(#)sii.c 7.7 (Berkeley) %G% + * @(#)sii.c 8.1 (Berkeley) %G% * * from: $Header: /sprite/src/kernel/dev/ds3100.md/RCS/devSII.c, * v 9.2 89/09/14 13:37:41 jhh Exp $ SPRITE (DECWRL)"; diff --git a/usr/src/sys/pmax/dev/siireg.h b/usr/src/sys/pmax/dev/siireg.h index 87d5ae9b76..99e3e7a70d 100644 --- a/usr/src/sys/pmax/dev/siireg.h +++ b/usr/src/sys/pmax/dev/siireg.h @@ -1,13 +1,13 @@ /* - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * - * @(#)siireg.h 7.1 (Berkeley) %G% + * @(#)siireg.h 8.1 (Berkeley) %G% * * sii.h -- * diff --git a/usr/src/sys/pmax/dev/tz.c b/usr/src/sys/pmax/dev/tz.c index cf5f9c3810..80a5f350e3 100644 --- a/usr/src/sys/pmax/dev/tz.c +++ b/usr/src/sys/pmax/dev/tz.c @@ -7,7 +7,7 @@ * * %sccs.include.redist.c% * - * @(#)tz.c 7.9 (Berkeley) %G% + * @(#)tz.c 8.1 (Berkeley) %G% * * from: $Header: /sprite/src/kernel/dev/RCS/devSCSITape.c, * v 8.14 89/07/31 17:26:13 mendel Exp $ SPRITE (Berkeley) diff --git a/usr/src/sys/pmax/dev/xcfb.c b/usr/src/sys/pmax/dev/xcfb.c index 97a056ae27..3ec2d6b9f4 100644 --- a/usr/src/sys/pmax/dev/xcfb.c +++ b/usr/src/sys/pmax/dev/xcfb.c @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)xcfb.c 7.3 (Berkeley) %G% + * @(#)xcfb.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/sys/pmax/dev/xcfbreg.h b/usr/src/sys/pmax/dev/xcfbreg.h index cfb97dd4e7..45ecb0cb6b 100644 --- a/usr/src/sys/pmax/dev/xcfbreg.h +++ b/usr/src/sys/pmax/dev/xcfbreg.h @@ -1,13 +1,13 @@ /*- - * Copyright (c) 1992 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell and Rick Macklem. * * %sccs.include.redist.c% * - * @(#)xcfbreg.h 7.1 (Berkeley) %G% + * @(#)xcfbreg.h 8.1 (Berkeley) %G% */ /* -- 2.20.1