From 0da67bcbc4c41cf9b427be5d9f80c73469944375 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Wed, 15 May 2024 21:06:25 -0400 Subject: [PATCH] GPL to AGPL for sethy --- bemade_sethy_configuration/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py index e050d81..5013dd5 100644 --- a/bemade_sethy_configuration/__manifest__.py +++ b/bemade_sethy_configuration/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'Bemade', 'website': 'https://bemade.org', 'email': 'it@bemade.org', - 'license': 'GPL-3', + 'license': 'AGPL-3', 'depends': [ # List of module dependencies 'base',