Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 27 Apr 1985 03:59:21 +0000 (19:59 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 27 Apr 1985 03:59:21 +0000 (19:59 -0800)
SCCS-vsn: old/lib2648/zoomn.c 5.1
SCCS-vsn: old/lib2648/zoomon.c 5.1
SCCS-vsn: old/lib2648/zoomout.c 5.1
SCCS-vsn: old/lib2648/2648.h 5.1
SCCS-vsn: old/lib2648/Makefile 5.1
SCCS-vsn: old/lib2648/agoto.c 5.1
SCCS-vsn: old/lib2648/aminmax.c 5.1
SCCS-vsn: old/lib2648/aon.c 5.1
SCCS-vsn: old/lib2648/areaclear.c 5.1
SCCS-vsn: old/lib2648/beep.c 5.1
SCCS-vsn: old/lib2648/bit.h 5.1
SCCS-vsn: old/lib2648/bitcopy.c 5.1
SCCS-vsn: old/lib2648/cleara.c 5.1
SCCS-vsn: old/lib2648/clearg.c 5.1
SCCS-vsn: old/lib2648/curon.c 5.1
SCCS-vsn: old/lib2648/dispmsg.c 5.1
SCCS-vsn: old/lib2648/draw.c 5.1

17 files changed:
usr/src/old/lib2648/2648.h
usr/src/old/lib2648/Makefile
usr/src/old/lib2648/agoto.c
usr/src/old/lib2648/aminmax.c
usr/src/old/lib2648/aon.c
usr/src/old/lib2648/areaclear.c
usr/src/old/lib2648/beep.c
usr/src/old/lib2648/bit.h
usr/src/old/lib2648/bitcopy.c
usr/src/old/lib2648/cleara.c
usr/src/old/lib2648/clearg.c
usr/src/old/lib2648/curon.c
usr/src/old/lib2648/dispmsg.c
usr/src/old/lib2648/draw.c
usr/src/old/lib2648/zoomn.c
usr/src/old/lib2648/zoomon.c
usr/src/old/lib2648/zoomout.c

index 000da1c..0cd95a6 100644 (file)
@@ -1,4 +1,11 @@
-/*     2648.h  4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)2648.h      5.1 (Berkeley) %G%
+ */
+
 /*
  * lib2648: routines to deal directly with the HP 2648 Graphics terminal.
  */
 /*
  * lib2648: routines to deal directly with the HP 2648 Graphics terminal.
  */
index 2683cef..720c4ad 100644 (file)
@@ -1,5 +1,9 @@
 #
 #
-#      Makefile        4.2     83/05/23
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 LIBDIR=        /usr/lib
 DESTDIR=
 #
 LIBDIR=        /usr/lib
 DESTDIR=
index c205790..16c9808 100644 (file)
@@ -1,4 +1,13 @@
-/*     agoto.c 4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)agoto.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * position the alphanumeric cursor to (x, y).
  */
 /*
  * position the alphanumeric cursor to (x, y).
  */
index 7987fca..0b59cd7 100644 (file)
@@ -1,4 +1,13 @@
-/*     aminmax.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)aminmax.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * aminmax: find the 4 edges of the glyph within a window.
  * This version is approximate, in that it may include some
 /*
  * aminmax: find the 4 edges of the glyph within a window.
  * This version is approximate, in that it may include some
index c82501d..ed1ae90 100644 (file)
@@ -1,4 +1,12 @@
-/*     aon.c   4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)aon.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 07603de..26767f0 100644 (file)
@@ -1,4 +1,12 @@
-/*     areaclear.c     4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)areaclear.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 64aaef1..c10ef0d 100644 (file)
@@ -1,4 +1,12 @@
-/*     beep.c  4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)beep.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 2b89718..ab72fc7 100644 (file)
@@ -1,4 +1,11 @@
-/*     bit.h   4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)bit.h       5.1 (Berkeley) %G%
+ */
+
 /*
  * Bit matrix manipulations for font editor.
  *
 /*
  * Bit matrix manipulations for font editor.
  *
index 1ed96d0..2fbcb8a 100644 (file)
@@ -1,4 +1,13 @@
-/*     bitcopy.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)bitcopy.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Copy from msrc to mdest.
  * This is done as it is because it would be much slower to do it
 /*
  * Copy from msrc to mdest.
  * This is done as it is because it would be much slower to do it
index 112b96a..0556bbb 100644 (file)
@@ -1,4 +1,12 @@
-/*     cleara.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)cleara.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 2aa3f8f..8b2600b 100644 (file)
@@ -1,4 +1,12 @@
-/*     clearg.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)clearg.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 470a15d..2b04519 100644 (file)
@@ -1,4 +1,12 @@
-/*     curon.c 4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)curon.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index bf8b3b7..8c3aeb5 100644 (file)
@@ -1,4 +1,13 @@
-/*     dispmsg.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)dispmsg.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * display a message, str, starting at (x, y).
  */
 /*
  * display a message, str, starting at (x, y).
  */
index 89fced9..383d523 100644 (file)
@@ -1,4 +1,13 @@
-/*     draw.c  4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)draw.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * draw a line from the current place to (x,y).  Such lines are
  * supposed to be horizontal, and are affected by the current mode.
 /*
  * draw a line from the current place to (x,y).  Such lines are
  * supposed to be horizontal, and are affected by the current mode.
index c62c516..cd2244c 100644 (file)
@@ -1,4 +1,12 @@
-/*     zoomn.c 4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)zoomn.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 465cf9d..97a9094 100644 (file)
@@ -1,4 +1,12 @@
-/*     zoomon.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)zoomon.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 27a8ac7..3fd8402 100644 (file)
@@ -1,4 +1,13 @@
-/*     zoomout.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)zoomout.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * zoomout: zoom to level 1.
  */
 /*
  * zoomout: zoom to level 1.
  */