From 66fbf6fad33674721fd32055106de13d18999cae Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Tue, 12 Sep 2023 03:08:34 -0400 Subject: [PATCH] About Page and license Show the proper license in the code files as well as in the About Page Add other devs to the About Page --- src/main.py | 6 +++--- src/orphans_window.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.py b/src/main.py index 967c53ef..58f9bec1 100644 --- a/src/main.py +++ b/src/main.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-only import sys import gi @@ -92,8 +92,8 @@ def on_about_action(self, widget, _): application_icon='io.github.heliguy4599.FlattoolGUI', developer_name='Heliguy', version='0.2.0', - developers=['Heliguy'], - copyright='© 2023 Heliguy') + developers=['Heliguy', 'Kramo', 'Eryn'], + copyright='© 2023 Heliguy\nGPL V3.0') about.present() def on_preferences_action(self, widget, _): diff --git a/src/orphans_window.py b/src/orphans_window.py index 5809b0e8..80c4504e 100644 --- a/src/orphans_window.py +++ b/src/orphans_window.py @@ -3,4 +3,4 @@ import os def show_orphans_window(): - x = 12 # place holder until I properly seperate the files \ No newline at end of file + pass # place holder until I properly seperate the files \ No newline at end of file