--- ray/src/rt/t_data.c 1994/01/12 16:46:53 2.4 +++ ray/src/rt/t_data.c 2003/02/25 02:47:23 2.6 @@ -1,14 +1,11 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: t_data.c,v 2.6 2003/02/25 02:47:23 greg Exp $"; #endif - /* * t_data.c - routine for stored textures - * - * 6/4/86 */ + +#include "copyright.h" #include "ray.h"