From: Martin Pitt Date: Mon, 8 May 2017 07:46:38 +0000 (+0200) Subject: Fix license name in package.json X-Git-Tag: v1.0.0~133^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a9b483cd20f389a11871dd4af79592f13c60ff1d;p=mirror_novnc.git Fix license name in package.json It's spelled "MPL-2.0" according to https://spdx.org/licenses/. --- diff --git a/package.json b/package.json index cc2010d..087d5d4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "Samuel Mannehed (https://github.com/samhed)", "Pierre Ossman (https://github.com/CendioOssman)" ], - "license": "MPL 2.0", + "license": "MPL-2.0", "bugs": { "url": "https://github.com/novnc/noVNC/issues" },