Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tuneit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
tuneit
Commits
3c783c54
Verified
Commit
3c783c54
authored
May 05, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
about: add a license
parent
f223b00b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
about.py
src/about.py
+3
-2
No files found.
src/about.py
View file @
3c783c54
...
...
@@ -17,7 +17,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from
gi.repository
import
Adw
from
gi.repository
import
Gtk
,
Adw
developers
=
[
"Roman Alifanov https://gitlab.eterfund.ru/ximper"
,
...
...
@@ -33,7 +33,8 @@ def build_about_dialog() -> Adw.AboutDialog:
developer_name
=
'Etersoft'
,
version
=
tuneit_config
.
VERSION
,
developers
=
developers
,
copyright
=
'© 2024-2025 Etersoft'
copyright
=
'© 2024-2025 Etersoft'
,
license_type
=
Gtk
.
License
.
GPL_3_0
)
# Translators: Replace "translator-credits" with your name/username, and optionally an email or URL.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment