From d5098dd138305e2e5f63c97abe49827748042a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 20 Feb 2020 15:11:05 +0100 Subject: [PATCH] [MISC] set package.json license field to a valid SPDX expression closes #646 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cb5213e..9ee8030f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "git+https://github.com/odoo/owl.git" }, "author": "Odoo", - "license": "LGPL", + "license": "LGPL-3.0-only", "bugs": { "url": "https://github.com/odoo/owl/issues" },