X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/usr.lib/lib2648/draw.c diff --git a/usr/src/usr.lib/lib2648/draw.c b/usr/src/usr.lib/lib2648/draw.c index 89fced90ba..463f0ab8b7 100644 --- a/usr/src/usr.lib/lib2648/draw.c +++ b/usr/src/usr.lib/lib2648/draw.c @@ -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.