--- ray/src/ot/sphere.c 1991/11/12 17:00:46 2.1 +++ ray/src/ot/sphere.c 2003/02/22 02:07:26 2.2 @@ -1,9 +1,6 @@ -/* Copyright (c) 1986 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: sphere.c,v 2.2 2003/02/22 02:07:26 greg Exp $"; #endif - /* * sphere.c - routines for creating octrees for spheres. *