From c9ef3db044284f3cd3fcc9f4c39170dad38af910 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Fri, 6 Mar 2020 16:33:39 +0100 Subject: [PATCH] Update __manifest__.py --- muk_web_client_refresh/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_web_client_refresh/__manifest__.py b/muk_web_client_refresh/__manifest__.py index a05ee38..9258801 100644 --- a/muk_web_client_refresh/__manifest__.py +++ b/muk_web_client_refresh/__manifest__.py @@ -25,7 +25,7 @@ "summary": """Web Client Refresh""", "version": "12.0.3.0.2", "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", @@ -56,4 +56,4 @@ "installable": True, "post_init_hook": "_install_initialize_rules", "uninstall_hook": "_uninstall_remove_rules", -} \ No newline at end of file +}