From 78f156cdd436a21f5d03cd741c9dd4695b608268 Mon Sep 17 00:00:00 2001 From: Peter Baker Date: Thu, 22 Feb 2024 23:08:39 -0500 Subject: [PATCH] Update copyright notice --- src/ygt/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ygt/window.py b/src/ygt/window.py index c3be16a..015effa 100755 --- a/src/ygt/window.py +++ b/src/ygt/window.py @@ -1618,7 +1618,7 @@ def show_about_dialog(self) -> None: msg.setWindowTitle("About YGT") msg.setText("YGT " + ygt_version) detailed_text = "TrueType Hint Editor.\n" - detailed_text += "Copyright © 2023 by Peter S. Baker.\n" + detailed_text += "Copyright © 2024 by Peter S. Baker.\n" detailed_text += "Apache License, version 2.0. \n\n" detailed_text += "For further information, visit https://github.com/psb1558/ygt." msg.setDetailedText(detailed_text)