From 3b5fbdabd4fd57f724a48c5ca636e58a023b74d3 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Mon, 12 Feb 2024 15:09:27 +0100 Subject: [PATCH] About: Update copyright date. --- src/View/About/Window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/View/About/Window.py b/src/View/About/Window.py index 7798729e..6fe9ecfe 100644 --- a/src/View/About/Window.py +++ b/src/View/About/Window.py @@ -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) -- GitLab