diff --git a/muk_session_store/__manifest__.py b/muk_session_store/__manifest__.py index 3be8535..a473ac3 100644 --- a/muk_session_store/__manifest__.py +++ b/muk_session_store/__manifest__.py @@ -22,7 +22,7 @@ "summary": """Session Store Options""", "version": "11.0.1.0.4", "category": "Extra Tools", - "license": "AGPL-3", + "license": "LGPL-3", "website": "http://www.mukit.at", 'live_test_url': 'https://mukit.at/r/SgN', "author": "MuK IT", @@ -47,4 +47,4 @@ "application": False, "installable": True, "post_load": "_patch_system", -} \ No newline at end of file +}