From 278237faf22f5aa2763b224598ff65682c066fe1 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Mon, 15 Jul 2024 21:12:31 +0200 Subject: [PATCH] chore: Add SPDX license identifier header to the tray script (#216) --- po/arch-update.pot | 4 ++-- po/fr.po | 4 ++-- src/script/arch-update-tray.py | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/po/arch-update.pot b/po/arch-update.pot index 538ca7b..e1912ea 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -625,10 +625,10 @@ msgstr "" msgid "There's already a running instance of the Arch-Update systray applet" msgstr "" -#: src/script/arch-update-tray.py:118 +#: src/script/arch-update-tray.py:123 msgid "Run Arch-Update" msgstr "" -#: src/script/arch-update-tray.py:119 +#: src/script/arch-update-tray.py:124 msgid "Exit" msgstr "" diff --git a/po/fr.po b/po/fr.po index 7dc755d..f105425 100644 --- a/po/fr.po +++ b/po/fr.po @@ -696,10 +696,10 @@ msgstr "" msgid "There's already a running instance of the Arch-Update systray applet" msgstr "Il y a déjà une instance de l'applet systray d'Arch-Update en cours d'exécution" -#: src/script/arch-update-tray.py:118 +#: src/script/arch-update-tray.py:123 msgid "Run Arch-Update" msgstr "Lancer Arch-Update" -#: src/script/arch-update-tray.py:119 +#: src/script/arch-update-tray.py:124 msgid "Exit" msgstr "Quitter" diff --git a/src/script/arch-update-tray.py b/src/script/arch-update-tray.py index c2cd8b0..1b9a3da 100755 --- a/src/script/arch-update-tray.py +++ b/src/script/arch-update-tray.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# arch-update-tray: A systray applet for Arch-Update +# https://github.com/Antiz96/arch-update +# SPDX-License-Identifier: GPL-3.0-or-later + """Arch-Update System Tray.""" import gettext import logging