From: <mk...@us...> - 2003-07-22 15:47:15
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv14494/Source Modified Files: main.cpp Log Message: Index: main.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/main.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** main.cpp 24 Mar 2003 10:37:02 -0000 1.7 --- main.cpp 22 Jul 2003 15:47:12 -0000 1.8 *************** *** 1,6 **** #include "Config.h" #include "CSPSim.h" - int main(int argc, char *argv[]) { --- 1,24 ---- + // Combat Simulator Project - CSPSim + // Copyright (C) 2002 The Combat Simulator Project + // http://csp.sourceforge.net + // + // This program is free software; you can redistribute it and/or + // modify it under the terms of the GNU General Public License + // as published by the Free Software Foundation; either version 2 + // of the License, or (at your option) any later version. + // + // This program is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with this program; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + #include "Config.h" #include "CSPSim.h" int main(int argc, char *argv[]) { *************** *** 16,17 **** --- 34,36 ---- return 0; } + |