Browse Source

Change AGPL to LGPL

Mark 7 years ago
parent
commit
4e4e71ad4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -45,7 +45,7 @@ setup(name="Cura",
         author="Ultimaker",
         author_email="a.hiemstra@ultimaker.com",
         url="http://software.ultimaker.com/",
-        license="GNU AFFERO GENERAL PUBLIC LICENSE (AGPL)",
+        license="GNU LESSER GENERAL PUBLIC LICENSE (LGPL)",
         scripts=["cura_app.py"],
         windows=[{"script": "cura_app.py", "dest_name": "Cura", "icon_resources": [(1, "icons/cura.ico")]}],
         #console=[{"script": "cura_app.py"}],