add header
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 28 May 1988 11:28:37 +0000 (03:28 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 28 May 1988 11:28:37 +0000 (03:28 -0800)
SCCS-vsn: sys/vax/uba/qdioctl.h 1.3
SCCS-vsn: sys/vax/uba/qdreg.h 1.3
SCCS-vsn: sys/vax/uba/qduser.h 1.3
SCCS-vsn: sys/vax/uba/qevent.h 1.2
SCCS-vsn: sys/vax/uba/qfont.c 1.2
SCCS-vsn: sys/vax/uba/qv.c 1.5

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/qv.c

index ad449e9..2b0361b 100644 (file)
@@ -1,10 +1,16 @@
-
+/*
+ * 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.
+ *
+ *             @(#)qdioctl.h   1.3  Berkeley  %G%
+ *
+ *     derived from: qdioctl.h 1.1     (ULTRIX)        8/22/85
+ */
 /*
  * QDSS IOCTL definitions
 /*
  * QDSS IOCTL definitions
- *     @(#)qdioctl.h   1.2 (Berkeley) %G%
  */
 
  */
 
-/* static      char    *sccsid = "@(#)qdioctl.h        1.1     (ULTRIX)        8/22/85"; */
 
 /************************************************************************
  *                                                                     *
 
 /************************************************************************
  *                                                                     *
@@ -34,7 +40,7 @@
  *                                                                     *
  ************************************************************************/
 /***************************************************************************
  *                                                                     *
  ************************************************************************/
 /***************************************************************************
-*      revision history:
+*      revision history: (belongs in sccs)
 ****************************************************************************
 *
 * 22 oct 85  longo  fixed QD_PRGTABRES cmd number to be 22 instead of 12
 ****************************************************************************
 *
 * 22 oct 85  longo  fixed QD_PRGTABRES cmd number to be 22 instead of 12
@@ -46,7 +52,7 @@
 
 
 #ifdef KERNEL
 
 
 #ifdef KERNEL
-#include "../h/ioctl.h"
+#include "ioctl.h"
 #else
 #include <sys/ioctl.h>
 #endif
 #else
 #include <sys/ioctl.h>
 #endif
index 4a61196..cb92f4d 100644 (file)
@@ -1,9 +1,14 @@
-
 /*
 /*
- *             @(#)qdreg.h     1.2  Berkeley  %G%
- *     @(#)qdreg.h     1.5     (ULTRIX)        5/21/86
+ * 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.
+ *
+ *             @(#)qdreg.h     1.3  Berkeley  %G%
+ *
+ *     derived from: qdreg.h   1.5     (ULTRIX)        5/21/86
  */
 
  */
 
+
 /************************************************************************
  *                                                                     *
  *                     Copyright (c) 1985, 1986 by                     *
 /************************************************************************
  *                                                                     *
  *                     Copyright (c) 1985, 1986 by                     *
@@ -29,7 +34,7 @@
 /*
  * qdreg.h
  *
 /*
  * qdreg.h
  *
- * Modification history
+ * Modification history (belongs in sccs)
  *
  * QDSS registers/data structures and definitions
  *
  *
  * QDSS registers/data structures and definitions
  *
index c6d9c6c..dd8ee61 100644 (file)
@@ -1,3 +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.
+ *
+ *             @(#)qduser.h    1.3  Berkeley  %G%
+ */
 /************************************************************************
  *                                                                     *
  *                     Copyright (c) 1986 by                           *
 /************************************************************************
  *                                                                     *
  *                     Copyright (c) 1986 by                           *
@@ -28,7 +35,7 @@
 ***************************************************************************/
 
 /***************************************************************************
 ***************************************************************************/
 
 /***************************************************************************
-*      revision history:
+*      revision history: (belongs in sccs)
 ****************************************************************************
 *
 * 21 jul 86  ram    fixed define of CURSOR_MIN_Y
 ****************************************************************************
 *
 * 21 jul 86  ram    fixed define of CURSOR_MIN_Y
index 34d2178..5459268 100644 (file)
@@ -1,4 +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.
+ *
+ *             @(#)qevent.h    1.2  Berkeley  %G%
+ */
 /************************************************************************
 *                                                                      *
 *                      Copyright (c) 1985 by                           *
 /************************************************************************
 *                                                                      *
 *                      Copyright (c) 1985 by                           *
@@ -25,8 +31,8 @@
  * Event queue entries
  */
 
  * Event queue entries
  */
 
-# ifndef _QEVENT_
-# define _QEVENT_
+#ifndef _QEVENT_
+#define _QEVENT_
 
 typedef struct  _vs_event {
         unsigned short vse_x;  /* x position */
 
 typedef struct  _vs_event {
         unsigned short vse_x;  /* x position */
@@ -81,4 +87,4 @@ typedef struct _vs_box {
         short top;
 } vsBox;
 
         short top;
 } vsBox;
 
-# endif _QEVENT_
+#endif /*_QEVENT_*/
index ae4cfc7..ac93828 100644 (file)
@@ -1,5 +1,14 @@
 /*
 /*
- *     @(#)qfont.c     1.1 (ULTRIX) 8/21/85
+ * 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.
+ *
+ *             @(#)qfont.c     1.2  Berkeley  %G%
+ *
+ *     derived from: @(#)qfont.c       1.1 (ULTRIX) 8/21/85
+ */
+
+/*
  *
  * The following tables are used to translate LK201 key strokes
  * into ascii characters. The tables also support the special
  *
  * The following tables are used to translate LK201 key strokes
  * into ascii characters. The tables also support the special
index 5434c1d..09f43ec 100644 (file)
@@ -1,7 +1,12 @@
-#ifndef lint
-static char    *sccsid = "@(#)qv.c     1.4 (Berkeley) %G%";
-static char    *osccsid = "@(#)qv.c    1.8 (ULTRIX) 8/21/85";
-#endif lint
+/*
+ * 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.
+ *
+ *             @(#)qv.c        1.5  Berkeley  %G%
+ *
+ *     derived from: @(#)qv.c  1.8 (ULTRIX) 8/21/85
+ */
 
 /************************************************************************
  *                                                                     *
 
 /************************************************************************
  *                                                                     *
@@ -43,6 +48,8 @@ static        char    *osccsid = "@(#)qv.c    1.8 (ULTRIX) 8/21/85";
  * exist until the kernel has shared memory services. This driver therefore
  * support a single unit. No attempt was made to have it service more.
  *
  * exist until the kernel has shared memory services. This driver therefore
  * support a single unit. No attempt was made to have it service more.
  *
+ * (this belongs in sccs - not here)
+ *
  * 02 Aug 85 -- rjl
  *     Changed the names of the special setup routines so that the system
  *     can have a qvss or a qdss system console.
  * 02 Aug 85 -- rjl
  *     Changed the names of the special setup routines so that the system
  *     can have a qvss or a qdss system console.