change licencing from GPL to LGPL, apart from urrtmon.py which is still GPL!!!!

This commit is contained in:
olivier R-D
2016-11-24 14:25:58 +01:00
parent 08a82e1f74
commit bfc4d31ac5
5 changed files with 164 additions and 673 deletions

View File

@@ -11,7 +11,7 @@ setup (name = "urx",
packages = ["urx"],
provides = ["urx"],
install_requires=["math3d"],
license = "GNU General Public License v3",
license = "GNU Lesser General Public License v3",
classifiers = [
"Programming Language :: Python",