From cc9779f4c2dc0da6ed8cb52ab7b1465030211f81 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 17 Jun 2020 17:14:34 +0100 Subject: [PATCH] Changes additional copyright from 'Athanasius' to 'EDCD'. Spansh confirmed this was OK on EDCD Discord. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b40634bc..07d66e32 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if sys.platform=='darwin': ], 'LSMinimumSystemVersion': '10.10', 'NSAppleScriptEnabled': True, - 'NSHumanReadableCopyright': u'© 2015-2019 Jonathan Harris, 2020 Athanasius', + 'NSHumanReadableCopyright': u'© 2015-2019 Jonathan Harris, 2020 EDCD', 'SUEnableAutomaticChecks': True, 'SUShowReleaseNotes': True, 'SUAllowsAutomaticUpdates': False, @@ -147,14 +147,14 @@ setup( windows = [ {'dest_base': APPNAME, 'script': APP, 'icon_resources': [(0, '%s.ico' % APPNAME)], - 'copyright': u'© 2015-2019 Jonathan Harris, 2020 Athanasius', + 'copyright': u'© 2015-2019 Jonathan Harris, 2020 EDCD', 'name': APPNAME, # WinSparkle 'company_name': 'EDCD', # WinSparkle 'other_resources': [(24, 1, open(APPNAME+'.manifest').read())], } ], console = [ {'dest_base': APPCMDNAME, 'script': APPCMD, - 'copyright': u'© 2015-2019 Jonathan Harris, 2020 Athanasius', + 'copyright': u'© 2015-2019 Jonathan Harris, 2020 EDCD', 'name': APPNAME, 'company_name': 'EDCD', } ],