From c3d545231eb5a0f5b012027a982adb445a8de2d1 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 11:13:50 +0200 Subject: [PATCH] Changed license information to a spdx composite license expression --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ff0ecf17..3de35e6c 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "main": ["dist/vis.min.js", "dist/vis.min.css"], "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", - "license": ["Apache-2.0", "MIT"], + "license": "(Apache-2.0 OR MIT)", "repository": { "type": "git", "url": "git://github.com/almende/vis.git" diff --git a/package.json b/package.json index fdae7c86..bcc485e7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.0.1-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", - "license": ["Apache-2.0", "MIT"], + "license": "(Apache-2.0 OR MIT)", "repository": { "type": "git", "url": "git://github.com/almende/vis.git"