From c37e035b6decabf2b3e7d49b96d384a836839485 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 1 Jan 2022 17:03:00 -0700 Subject: [PATCH] Copyright: 2022 --- OpenCore-Patcher-GUI.command | 2 +- OpenCore-Patcher-GUI.spec | 2 +- gui/gui_main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenCore-Patcher-GUI.command b/OpenCore-Patcher-GUI.command index 8a4b46e23..b076e5aed 100755 --- a/OpenCore-Patcher-GUI.command +++ b/OpenCore-Patcher-GUI.command @@ -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__': diff --git a/OpenCore-Patcher-GUI.spec b/OpenCore-Patcher-GUI.spec index bd16c7dd3..024506607 100644 --- a/OpenCore-Patcher-GUI.spec +++ b/OpenCore-Patcher-GUI.spec @@ -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, diff --git a/gui/gui_main.py b/gui/gui_main.py index 23fc62ced..1debf1a6c 100644 --- a/gui/gui_main.py +++ b/gui/gui_main.py @@ -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(