00001 /* legal.h 00002 Copyright (C) 2008 Battelle Memorial Institute 00003 * 00004 */ 00005 00006 #ifndef _LEGAL_H 00007 #define _LEGAL_H 00008 00009 STATUS legal_notice(void); 00010 STATUS legal_license(void); 00011 00012 #endif