BSD 4_3 release
[unix-history] / usr / src / usr.lib / lib2648 / draw.c
index 89fced9..463f0ab 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) 4/26/85";
+#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.