package rabbitescape.engine.menu;
public class AboutText
{
public static final String version = "0.10.3";
public static final String url =
"http://www.artificialworlds.net/rabbit-escape";
public static final String text =
"Rabbit Escape (version " + version + ")\n"
+ "Copyright(c) 2014-2017 by Andy Balaam and the "
+ "Rabbit Escape developers\n"
+ "Released under GPL v2.\n"
+ "\n"
+ "Music is by tryad (http://tryad.org), used under CC BY-SA 3.0.\n"
+ "See the file COPYING.txt for details.\n"
+ "\n"
+ url;
}