Use strongloop conventions for licensing
This commit is contained in:
parent
64993b82d6
commit
bfe908bebf
8
LICENSE
8
LICENSE
|
@ -1,8 +1,8 @@
|
||||||
Copyright (c) 2013-2014 StrongLoop, Inc.
|
Copyright (c) 2013-2015 StrongLoop, Inc.
|
||||||
|
|
||||||
loopback-component-explorer uses a 'dual license' model. Users may use loopback-explorer
|
loopback-component-explorer uses a 'dual license' model. Users may use
|
||||||
under the terms of the MIT license, or under the StrongLoop License. The text of
|
loopback-component-explorer under the terms of the MIT license, or under the
|
||||||
both is included below.
|
StrongLoop License. The text of both is included below.
|
||||||
|
|
||||||
MIT license
|
MIT license
|
||||||
|
|
||||||
|
|
|
@ -26,10 +26,7 @@
|
||||||
"supertest": "^1.0.1",
|
"supertest": "^1.0.1",
|
||||||
"chai": "^3.2.0"
|
"chai": "^3.2.0"
|
||||||
},
|
},
|
||||||
"license": {
|
"license": "MIT",
|
||||||
"name": "Dual MIT/StrongLoop",
|
|
||||||
"url": "https://github.com/strongloop/loopback-component-explorer/blob/master/LICENSE"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.7.1",
|
"cors": "^2.7.1",
|
||||||
"debug": "^2.2.0",
|
"debug": "^2.2.0",
|
||||||
|
|
Loading…
Reference in New Issue