From 478cee5c6a7d24cee2d14a3d64fc52ff21bd5a63 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Thu, 2 May 2019 00:05:34 +0100 Subject: [PATCH] Update copyright dates --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5e895118..3bbb318c 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if sys.platform=='darwin': ], 'LSMinimumSystemVersion': '10.10', 'NSAppleScriptEnabled': True, - 'NSHumanReadableCopyright': u'© 2015-2018 Jonathan Harris', + 'NSHumanReadableCopyright': u'© 2015-2019 Jonathan Harris', '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-2018 Jonathan Harris', + 'copyright': u'© 2015-2019 Jonathan Harris', 'name': APPNAME, # WinSparkle 'company_name': 'Marginal', # WinSparkle 'other_resources': [(24, 1, open(APPNAME+'.manifest').read())], } ], console = [ {'dest_base': APPCMDNAME, 'script': APPCMD, - 'copyright': u'© 2015-2018 Jonathan Harris', + 'copyright': u'© 2015-2019 Jonathan Harris', 'name': APPNAME, 'company_name': 'Marginal', } ],