Copyright: 2022

This commit is contained in:
Mykola Grymalyuk
2022-01-01 17:03:00 -07:00
parent 0b21472ccb
commit c37e035b6d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
from resources import main
if __name__ == '__main__':
+1 -1
View File
@@ -46,7 +46,7 @@ app = BUNDLE(exe,
bundle_identifier=None,
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania",
"LSMinimumSystemVersion": "10.10.0",
"NSRequiresAquaSystemAppearance": False,
"NSHighResolutionCapable": True,
+1 -1
View File
@@ -439,7 +439,7 @@ class wx_python_gui:
# Copyright Label
self.copyright = wx.StaticText(self.frame, label="Copyright © 2020-2021 Dortania")
self.copyright = wx.StaticText(self.frame, label="Copyright © 2020-2022 Dortania")
self.copyright.SetFont(wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
self.copyright.SetPosition(
wx.Point(