Update license to SPDX formated

This commit is contained in:
Tom Gallacher 2017-01-03 14:30:58 +00:00
parent 4af3b8e14d
commit 1429f9403f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "cloudapi-graphql", "name": "cloudapi-graphql",
"private": true, "private": true,
"license": "Apache-2.0", "license": "MPL-2.0",
"version": "1.0.0", "version": "1.0.0",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@ -2,7 +2,7 @@
"name": "joyent-portal", "name": "joyent-portal",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"license": "MPL2", "license": "MPL-2.0",
"main": "index.js", "main": "index.js",
"homepage": "https://github.com/yldio/joyent-portal#readme", "homepage": "https://github.com/yldio/joyent-portal#readme",
"repository": { "repository": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@tomgco/joyent-portal-ui", "name": "@tomgco/joyent-portal-ui",
"version": "0.0.1-1", "version": "0.0.1-1",
"license": "MPL2", "license": "MPL-2.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"start": "cd docs && npm start", "start": "cd docs && npm start",