Diff for /capa/capa51/GUITools/common.funct.c between versions 1.4 and 1.6

version 1.4, 2000/07/07 18:25:12 version 1.6, 2000/08/04 15:54:49
Line 28 Line 28
  */   */
 #include <stdio.h>  #include <stdio.h>
 #include <tk.h>  #include <tk.h>
 #include <Capa/capaCommon.h>  #include <pProj/capaCommon.h>
 #include <common.h>  #include <common.h>
 #include <ctype.h>  #include <ctype.h>
 #include <time.h>  #include <time.h>
Line 219  void message() Line 219  void message()
 " ****                ****    ****              ****     ****             ****  \n"  " ****                ****    ****              ****     ****             ****  \n"
 "*****                *****     ******************         *****************    \n"  "*****                *****     ******************         *****************    \n"
 "*****                *****        ************               ***********       \n"  "*****                *****        ************               ***********       \n"
 "Copyright MSU Board of Trustees 1992-1999                                      \n"  "CAPA comes with ABSOLUTELY NO WARRANTY                                         \n"
 "No Unauthorized Commercial Use or redistribution allowed.                      \n";  "This is free software, and you are welcome                                     \n"
   "to redistribute it under certain conditions; check the COPYING file.           \n";
   fprintf(stderr,message);    fprintf(stderr,message);
   exit(0);    exit(0);
 }  }

Removed from v.1.4  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>