mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
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:
@@ -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, _):
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user