--- ray/src/common/plocate.c 1991/10/23 13:43:32 1.2 +++ ray/src/common/plocate.c 2003/02/25 02:47:21 2.3 @@ -1,14 +1,11 @@ -/* Copyright (c) 1986 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: plocate.c,v 2.3 2003/02/25 02:47:21 greg Exp $"; #endif - /* * plocate.c - routine to locate 3D vector w.r.t. box. - * - * 8/28/85 */ + +#include "copyright.h" #include "fvect.h"