Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Feb 23, 2024
1 parent 1451d14 commit 78f156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ygt/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78f156c

Please sign in to comment.