From 627b71135d5bb73868323f7afbedaeb6c43310b2 Mon Sep 17 00:00:00 2001 From: Tim Kurvers Date: Sat, 1 Aug 2015 16:28:59 +0200 Subject: [PATCH] Correct SPDX license identifier for LGPL-3.0 --- other/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/js/package.json b/other/js/package.json index 6189e9e..a673205 100644 --- a/other/js/package.json +++ b/other/js/package.json @@ -2,7 +2,7 @@ "author": "Joel Martin (http://github.com/kanaka)", "name": "websockify", "description": "websockify is a WebSocket-to-TCP proxy/bridge", - "license": "LGPL-3", + "license": "LGPL-3.0", "version": "0.7.0", "repository": { "type": "git",