Skip to content

Commit

Permalink
chore: Add SPDX license identifier header to the tray script (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Jul 15, 2024
1 parent 01ec20f commit 278237f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions po/arch-update.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
4 changes: 2 additions & 2 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 5 additions & 0 deletions src/script/arch-update-tray.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 278237f

Please sign in to comment.