#pragma ident   "@(#)about.h	1.2    00/02/11 SMI"

/* Copyright 02/04/2000 Sun Microsystems, Inc. All Rights Reserved */

const char *const about_text = "\t\tFREEWAY\n\n"
	"Freeway simulates traffic flow on a typical California highway."
	"Individual vehicles make decisions about how fast and where to"
	"drive based on the conditions around them."
	;

