** Mars Simulation Project **
Copyright (C) 2011 Scott Davis
http://mars-sim.sourceforge.net/

---------------------------------------------------------------------

** Installation **

This Java application requires a Java Runtime Environment (JRE) of 
version 6 update 10 or later.  The latest JVM can be freely downloaded from Sun at:
http://java.com/en/download/index.jsp

---------------------------------------------------------------------

** Running **

For most operating systems you can simply double click on the 
mars-sim-main-[version number].jar file since it is an executable jar.

You can also go to the directory containing mars-sim-main-[version number].jar
in the command line and type:

java -jar mars-sim-main-[version number].jar

(replacing the [version number] with jar file's version number).

---------------------------------------------------------------------

** Questions **

For questions or comments on this project, contact the Mars
Simulation Project user mailing list:
mars-sim-users@lists.sourceforge.net 

If you'd like to join in development, contact the Mars Simulation 
Project developer mailing list:
mars-sim-developers@lists.sourceforge.net

---------------------------------------------------------------------

** License **

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