--- ray/src/rt/o_face.c 1990/12/15 15:03:29 1.4 +++ ray/src/rt/o_face.c 2003/02/25 02:47:23 2.3 @@ -1,14 +1,11 @@ -/* Copyright (c) 1990 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: o_face.c,v 2.3 2003/02/25 02:47:23 greg Exp $"; #endif - /* * o_face.c - compute ray intersection with faces. - * - * 8/29/85 */ + +#include "copyright.h" #include "ray.h"