Fix __license__ tag
This commit is contained in:
parent
08161e7368
commit
7e4af15a72
|
@ -24,7 +24,7 @@ if sys.version_info < (3, 7):
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.0"
|
||||||
__title__ = "Jetforce Gemini Server"
|
__title__ = "Jetforce Gemini Server"
|
||||||
__author__ = "Michael Lazar"
|
__author__ = "Michael Lazar"
|
||||||
__license__ = "GNU General Public License v3.0"
|
__license__ = "Floodgap Free Software License"
|
||||||
__copyright__ = "(c) 2019 Michael Lazar"
|
__copyright__ = "(c) 2019 Michael Lazar"
|
||||||
|
|
||||||
ABOUT = fr"""
|
ABOUT = fr"""
|
||||||
|
|
Loading…
Reference in New Issue