About: Update copyright date.

setup.py
Pierre-Antoine Rouby 2024-02-12 15:09:27 +01:00
parent 18c5d9b480
commit 3b5fbdabd4
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Window.py -- Pamhyr
# Copyright (C) 2023 INRAE
# Copyright (C) 2023-2024 INRAE
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -67,5 +67,5 @@ class AboutWindow(PamhyrDialog):
label = f"\n - {author}" + label
except StopIteration:
label = _translate("About", "Contributors: ") + label
label = "Copyright © 2023 INRAE\n" + label
label = "Copyright © 2023-2024 INRAE\n" + label
self.set_label_text("label_copyright", label)