Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add SPDX license identifier header to the tray script #216

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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