From aa97b169ea58aa7e0cd9da1e74234c4987cc20d1 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Mon, 1 Nov 2010 01:09:42 +0200 Subject: [PATCH] Changed pyfa's version; included copyright stuff --- aboutData.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aboutData.py b/aboutData.py index 4f92be77c..102639237 100644 --- a/aboutData.py +++ b/aboutData.py @@ -17,9 +17,9 @@ # along with pyfa. If not, see . #=============================================================================== -versionString = "1.0 pre-alpha" +versionString = "1.0 pre-beta" license = "GNU GPL" licenseLocation = "gpl.txt" developers = ("cncfanatics" , "DarkPhoenix", "Darriele") credits = (("Entity: capacitor calculations"), ("Darriele: gui"), ("Aurora: maths")) -description = "pyfa is the Python Fitting Assistant, a standalone application to create fittings for the EVE-Online SciFi MMORPG.\nThe application is available for many platforms, see the download page for further details. The layout of pyfa is heavily based on EFT, the EVE fitting tool. Although it is a complete rewrite and replacement for EFT, the fittings are still compatible with EFT." +description = "pyfa is the Python Fitting Assistant, a standalone application to create fittings for the EVE-Online SciFi MMORPG.\nThe application is available for many platforms, see the download page for further details. The layout of pyfa is heavily based on EFT, the EVE fitting tool. Although it is a complete rewrite and replacement for EFT, the fittings are still compatible with EFT.\n\nAll EVE-Online related materials are property of CCP hf.\n\nSilk Icons by famfamfam.com under Creative Commons Attribution 2.5 License"