HIGUCHI Yuta
Committed by Gerrit Code Review

Use SPDX license identifier

- Should fix following warnings
  npm WARN package.json Onos-GUI-tests@1.0.0 license should be a valid SPDX license expression
  npm WARN Onos-GUI-tests@1.0.0 No repository field.

SPDX license identifiers:
  http://spdx.org/licenses/

Change-Id: Idb94d7f70135687486d45c3629ff29fc0b4ed549
......@@ -8,7 +8,11 @@
"test": "karma start karma.ci.js"
},
"author": "ON.Lab",
"license": "Apache 2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "opennetworkinglab/onos"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
......