--- ray/src/common/bcopy.c 1989/02/02 10:34:26 1.1 +++ ray/src/common/bcopy.c 2003/02/25 02:47:21 1.3 @@ -1,14 +1,11 @@ -/* Copyright (c) 1988 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: bcopy.c,v 1.3 2003/02/25 02:47:21 greg Exp $"; #endif - /* * bcopy.c - substitutes for library routines. - * - * 5/24/88 */ + +#include "copyright.h" bcopy(src, dest, nbytes)