Skip to content

Commit

Permalink
About Page and license
Browse files Browse the repository at this point in the history
Show the proper license in the code files as well as in the About Page
Add other devs to the About Page
  • Loading branch information
heliguy4599 committed Sep 12, 2023
1 parent 17096ef commit 66fbf6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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, _):
Expand Down
2 changes: 1 addition & 1 deletion src/orphans_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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

0 comments on commit 66fbf6f

Please sign in to comment.