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