Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
nmantani committed Dec 15, 2024
1 parent 8218430 commit 77bcc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Operations/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def show_version_dialog(root, version):
label_version = tkinter.Label(dialog, text="FileInsight-plugins version %s" % version)
label_version.grid(row=0, column=0, padx=15, pady=5, sticky="w")

label_copyright = tkinter.Label(dialog, text="Copyright (c) 2012-2023, Nobutaka Mantani\nAll rights reserved.", justify="left")
label_copyright = tkinter.Label(dialog, text="Copyright (c) 2012-2024, Nobutaka Mantani\nAll rights reserved.", justify="left")
label_copyright.grid(row=1, column=0, padx=15, pady=5, sticky="w")

label_link = tkinter.Label(dialog, text="https://github.com/nmantani/FileInsight-plugins/", fg="#0000ff", justify="left", cursor="hand2")
Expand Down

0 comments on commit 77bcc2b

Please sign in to comment.