From 6bcb32d4473810341712fb76c3ba6425f8892748 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 28 Aug 2010 15:29:33 +0200 Subject: [PATCH] Change license info in about screen --- aboutData.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aboutData.py b/aboutData.py index ddf52509c..ee7c4a65d 100644 --- a/aboutData.py +++ b/aboutData.py @@ -18,7 +18,7 @@ #=============================================================================== versionString = "0.0.1" -license = "GNU AGPL" -licenseLocation = "agpl.txt" +license = "GNU GPL" +licenseLocation = "gpl.txt" developers = ("cncfanatics" , "DarkPhoenix") -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." \ No newline at end of file +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."