new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 10 May 1991 11:18:32 +0000 (03:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 10 May 1991 11:18:32 +0000 (03:18 -0800)
SCCS-vsn: sys/vax/uba/kgclock.c 7.4
SCCS-vsn: sys/vax/uba/np.c 7.10
SCCS-vsn: sys/vax/uba/npreg.h 7.4
SCCS-vsn: sys/vax/uba/pdma.h 7.2
SCCS-vsn: sys/vax/uba/ps.c 7.7
SCCS-vsn: sys/vax/uba/psreg.h 7.3
SCCS-vsn: sys/vax/uba/qdioctl.h 7.1
SCCS-vsn: sys/vax/uba/qdreg.h 7.1
SCCS-vsn: sys/vax/uba/qduser.h 7.1
SCCS-vsn: sys/vax/uba/qevent.h 7.1
SCCS-vsn: sys/vax/uba/qfont.c 7.1
SCCS-vsn: sys/vax/uba/qvioctl.h 7.1
SCCS-vsn: sys/vax/uba/qvreg.h 7.1
SCCS-vsn: sys/vax/uba/tmscp.c 7.16
SCCS-vsn: sys/vax/uba/tmscpreg.h 7.2
SCCS-vsn: sys/vax/uba/ubareg.h 7.8

16 files changed:
usr/src/sys/vax/uba/kgclock.c
usr/src/sys/vax/uba/np.c
usr/src/sys/vax/uba/npreg.h
usr/src/sys/vax/uba/pdma.h
usr/src/sys/vax/uba/ps.c
usr/src/sys/vax/uba/psreg.h
usr/src/sys/vax/uba/qdioctl.h
usr/src/sys/vax/uba/qdreg.h
usr/src/sys/vax/uba/qduser.h
usr/src/sys/vax/uba/qevent.h
usr/src/sys/vax/uba/qfont.c
usr/src/sys/vax/uba/qvioctl.h
usr/src/sys/vax/uba/qvreg.h
usr/src/sys/vax/uba/tmscp.c
usr/src/sys/vax/uba/tmscpreg.h
usr/src/sys/vax/uba/ubareg.h

index b9507f4..91d58ff 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)kgclock.c   7.3 (Berkeley) %G%
+ *     @(#)kgclock.c   7.4 (Berkeley) %G%
  */
 
 #include "kg.h"
  */
 
 #include "kg.h"
index f8b6b6a..d4d00ea 100644 (file)
@@ -1,10 +1,14 @@
-/*
+/*-
  * Copyright (c) 1986 MICOM-Interlan, Inc., Boxborough Mass
  * Copyright (c) 1986 MICOM-Interlan, Inc., Boxborough Mass
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)np.c        7.9 (Berkeley) %G%
+ * %sccs.include.redist.c%
  *
  *
+ *     @(#)np.c        7.10 (Berkeley) %G%
+ */
+
+/*
  * From:
  *     np.c version 1.5
  *
  * From:
  *     np.c version 1.5
  *
index 6b98aca..e8a934d 100644 (file)
@@ -1,10 +1,14 @@
-/*
+/*-
  * Copyright (c) 1986 MICOM-Interlan, Inc., Boxborough Mass
  * Copyright (c) 1986 MICOM-Interlan, Inc., Boxborough Mass
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)npreg.h     7.3 (Berkeley) %G%
+ * %sccs.include.redist.c%
  *
  *
+ *     @(#)npreg.h     7.4 (Berkeley) %G%
+ */
+
+/*
  * Merged header file for MICOM-Interlan NP100.
  */
 
  * Merged header file for MICOM-Interlan NP100.
  */
 
index a39af3e..6d611fd 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)pdma.h      7.1 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)pdma.h      7.2 (Berkeley) %G%
  */
 
 struct pdma {
  */
 
 struct pdma {
index 5b50c0a..352df60 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)ps.c        7.6 (Berkeley) %G%
+ *     @(#)ps.c        7.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0303255..86dec6b 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)psreg.h     7.2 (Berkeley) %G%
+ *     @(#)psreg.h     7.3 (Berkeley) %G%
  */
 
 
  */
 
 
index 0d8d198..d831b3e 100644 (file)
@@ -1,10 +1,13 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *             @(#)qdioctl.h   1.5  Berkeley  %G%
+ * %sccs.include.redist.c%
  *
  *
+ *     @(#)qdioctl.h   7.1 (Berkeley) %G%
+ */
+
+/*
  *     derived from: qdioctl.h 1.1     (ULTRIX)        8/22/85
  */
 /*
  *     derived from: qdioctl.h 1.1     (ULTRIX)        8/22/85
  */
 /*
index 184087e..b6c888b 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *             @(#)qdreg.h     1.5  Berkeley  %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)qdreg.h     7.1 (Berkeley) %G%
  */
 
 /************************************************************************
  */
 
 /************************************************************************
index 7a2fbc4..8f315e3 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *             @(#)qduser.h    1.5  Berkeley  %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)qduser.h    7.1 (Berkeley) %G%
  */
  */
+
 /* derived from: @(#)qduser.h  6.1     (ULTRIX)        11/24/87       */
 /************************************************************************
  *                                                                     *
 /* derived from: @(#)qduser.h  6.1     (ULTRIX)        11/24/87       */
 /************************************************************************
  *                                                                     *
index 68d36a0..4277993 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *             @(#)qevent.h    1.3  Berkeley  %G%
+ *     @(#)qevent.h    7.1 (Berkeley) %G%
  */
  */
+
 /************************************************************************
 *                                                                      *
 *                      Copyright (c) 1985 by                           *
 /************************************************************************
 *                                                                      *
 *                      Copyright (c) 1985 by                           *
index 5fc0cf3..03a0f02 100644 (file)
@@ -1,10 +1,13 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *             @(#)qfont.c     1.3  Berkeley  %G%
+ * %sccs.include.redist.c%
  *
  *
+ *     @(#)qfont.c     7.1 (Berkeley) %G%
+ */
+
+/*
  *     derived from:  "@(#)qfont.c     6.2     ULTRIX  2/4/88"
  */
 
  *     derived from:  "@(#)qfont.c     6.2     ULTRIX  2/4/88"
  */
 
index 9f3018a..d519d8d 100644 (file)
@@ -1,10 +1,13 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *             @(#)qvioctl.h   1.5  Berkeley  %G%
- * 
+ *     @(#)qvioctl.h   7.1 (Berkeley) %G%
+ */
+
+/* 
  *     derived from: @(#)qvioctl.h     1.7 (ULTRIX) 6/11/85
  */
 /*
  *     derived from: @(#)qvioctl.h     1.7 (ULTRIX) 6/11/85
  */
 /*
index 2b41f48..69d3b2a 100644 (file)
@@ -1,10 +1,13 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *             @(#)qvreg.h     1.3  Berkeley  %G%
+ * %sccs.include.redist.c%
  *
  *
+ *     @(#)qvreg.h     7.1 (Berkeley) %G%
+ */
+
+/*
  *     derived from: @(#)qvreg.h       1.3 (ULTRIX) 8/21/85 
  */
 
  *     derived from: @(#)qvreg.h       1.3 (ULTRIX) 8/21/85 
  */
 
index b7b8bf6..8e8cd73 100644 (file)
@@ -1,9 +1,15 @@
-/*     @(#)tmscp.c     7.15 (Berkeley) %G% */
-
-#ifndef lint
-static char    *sccsid = "@(#)tmscp.c  1.24    (ULTRIX)        1/21/86";
-#endif lint
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)tmscp.c     7.16 (Berkeley) %G%
+ */
 
 
+/*
+ * sccsid = "@(#)tmscp.c       1.24    (ULTRIX)        1/21/86";
+ */
 
 /************************************************************************
  *                                                                     *
 
 /************************************************************************
  *                                                                     *
index 6158a5d..9c6022a 100644 (file)
@@ -1,4 +1,11 @@
-/* @(#)tmscpreg.h      7.1 (Berkeley) %G% */
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)tmscpreg.h  7.2 (Berkeley) %G%
+ */
 
 /*     @(#)tmscpreg.h  1.1     11/2/84 84/09/25        */
 
 
 /*     @(#)tmscpreg.h  1.1     11/2/84 84/09/25        */
 
index 9499c67..5750fa0 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 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 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)ubareg.h    7.7 (Berkeley) %G%
+ *     @(#)ubareg.h    7.8 (Berkeley) %G%
  */
 
 /*
  */
 
 /*