--- capa/capa51/GUITools/common.funct.c 2000/07/07 18:25:12 1.4 +++ capa/capa51/GUITools/common.funct.c 2000/08/04 15:54:49 1.6 @@ -28,7 +28,7 @@ */ #include #include -#include +#include #include #include #include @@ -219,8 +219,9 @@ void message() " **** **** **** **** **** **** \n" "***** ***** ****************** ***************** \n" "***** ***** ************ *********** \n" -"Copyright MSU Board of Trustees 1992-1999 \n" -"No Unauthorized Commercial Use or redistribution allowed. \n"; +"CAPA comes with ABSOLUTELY NO WARRANTY \n" +"This is free software, and you are welcome \n" +"to redistribute it under certain conditions; check the COPYING file. \n"; fprintf(stderr,message); exit(0); }