Skip to content

Commit

Permalink
add gpl license
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Nov 25, 2024
1 parent c109c94 commit c4d8254
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LS_GUI.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### installation instruction for wxPython-Phoenix : https://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip
### modified from : https://stackoverflow.com/questions/28417602/ask-multiple-directories-dialog-in-tkinter
### https://wxpython.org/pages/overview/#hello-world
# © 2024 Regents of the University of Minnesota. All rights reserved.
# This program is shared under the terms and conditions of the GNU General Public License 3.0, License. Further details about the GNU GPL 3.0 license are available in the license.txt file

"""
To run app, navigate to directory using the that contains LS_GUI.py using terminal. Then type:
$ pythonw LS_GUI.py
Expand Down
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# © 2024 Regents of the University of Minnesota. All rights reserved.
# This program is shared under the terms and conditions of the GNU General Public License 3.0, License. Further details about the GNU GPL 3.0 license are available in the license.txt file

# stdlib
import configparser
import sys
Expand Down
Loading

0 comments on commit c4d8254

Please sign in to comment.