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
This commit is contained in:
heliguy4599
2023-09-12 03:08:34 -04:00
parent 17096ef216
commit 66fbf6fad3
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: GPL-3.0-only
import sys
import gi
@@ -92,8 +92,8 @@ class FlattoolGuiApplication(Adw.Application):
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, _):

View File

@@ -3,4 +3,4 @@ import subprocess
import os
def show_orphans_window():
x = 12 # place holder until I properly seperate the files
pass # place holder until I properly seperate the files