From 26f1062dbf1db5fab7702b3f9f001030ec26b3d2 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 15 May 2015 13:55:22 +0200 Subject: [PATCH] Use a valid SPDX license expression --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1949641fc7..81ec20af5c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "git://github.com/openlayers/ol3.git" }, - "license": "BSD", + "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/openlayers/ol3/issues" },