mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
Change license from GPLv3 to GPLv2 after approval of all contributors
This commit is contained in:
6
setup.py
6
setup.py
@@ -2,7 +2,7 @@
|
||||
"""Setup script for RevPiCommander."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2018 Sven Sager"
|
||||
__license__ = "GPLv3"
|
||||
__license__ = "GPLv2"
|
||||
|
||||
from setuptools import find_namespace_packages, setup
|
||||
|
||||
@@ -32,7 +32,7 @@ setup(
|
||||
platforms=["all"],
|
||||
|
||||
url="https://revpimodio.org/revpipyplc/",
|
||||
license="GPLv3",
|
||||
license="GPLv2",
|
||||
author="Sven Sager",
|
||||
author_email="akira@narux.de",
|
||||
maintainer="Sven Sager",
|
||||
@@ -45,6 +45,6 @@ setup(
|
||||
"over the network.",
|
||||
keywords=["revpi", "revolution pi", "revpimodio", "plc"],
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user