]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Fix license name in package.json
authorMartin Pitt <martin@piware.de>
Mon, 8 May 2017 07:46:38 +0000 (09:46 +0200)
committerMartin Pitt <martin@piware.de>
Mon, 8 May 2017 07:46:38 +0000 (09:46 +0200)
It's spelled "MPL-2.0" according to https://spdx.org/licenses/.

package.json

index cc2010dd21a191cc60c4f97845e26a74deea1e84..087d5d493a0f7a0d0a9d9200f5e335d75e269fe1 100644 (file)
@@ -22,7 +22,7 @@
     "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
     "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
   ],
-  "license": "MPL 2.0",
+  "license": "MPL-2.0",
   "bugs": {
     "url": "https://github.com/novnc/noVNC/issues"
   },