From 3acc366430b6493c78a044970f84c0b9ffc27525 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Mon, 15 Jun 2015 14:25:41 -0400 Subject: [PATCH] Update license identifier Use the official SPDX identifier for Apache 2.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 116a0cfa..f30ddd59 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "git@github.com:videojs/videojs-contrib-hls.git" }, - "license": "Apache 2", + "license": "Apache-2.0", "scripts": { "test": "grunt test", "prepublish": "grunt"