From c4cf8539928d6e5a9e5a2c6ccf26d03157ad0e33 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 19 Jan 2011 13:15:39 +0200 Subject: [PATCH] Updated license info (missing v3) in aboutData.py --- gui/aboutData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/aboutData.py b/gui/aboutData.py index 162bf41d0..037016db4 100644 --- a/gui/aboutData.py +++ b/gui/aboutData.py @@ -19,7 +19,7 @@ import config versionString = "{0} {1} - {2} {3}".format(config.version, config.tag, config.expansionName, config.expansionVersion) -license = "pyfa is released under GNU GPL" +license = "pyfa is released under GNU GPLv3" licenseLocation = "gpl.txt" developers = ("\n cncfanatics \t(Sakari Orisi)\n" , " DarkPhoenix \t(Kadesh Priestess)\n", " Darriele \t(Darriele)") credits = (("EVE SERVICE CORP \twww.evsco.net - host of EVEFIT project ( pyfa / EOS/ Aurora)"), ("Entity (Entity) \t\tCapacitor calculations / EVEAPI python lib / Reverence"), ("Aurora \t\tMaths"), ("Corollax (Aamrr) \tVarious EOS/pyfa improvements"))