new copyright; att/bsd/shared
[unix-history] / usr / src / lib / libplot / t4014 / line.c
index add349f..100da1c 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     4.2 (Berkeley) %G%";
+#endif /* not lint */
 
 line(x0,y0,x1,y1){
        move(x0,y0);
 
 line(x0,y0,x1,y1){
        move(x0,y0);