Use strongloop conventions for licensing
This commit is contained in:
parent
f4e170a5aa
commit
ef67712cf1
13
LICENSE
13
LICENSE
|
@ -1,8 +1,8 @@
|
||||||
Copyright (c) 2013-2014 StrongLoop, Inc and other contributors.
|
Copyright (c) 2013-2015 StrongLoop, Inc and other contributors.
|
||||||
|
|
||||||
loopback uses a 'dual license' model. Users may use loopback under the terms of
|
loopback-connector-remote uses a 'dual license' model. Users may use
|
||||||
the MIT license, or under the StrongLoop License. The text of both is included
|
loopback-connector-remote under the terms of the MIT license, or under the
|
||||||
below.
|
StrongLoop License. The text of both is included below.
|
||||||
|
|
||||||
MIT license
|
MIT license
|
||||||
|
|
||||||
|
@ -26,12 +26,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
StrongLoop License
|
StrongLoop License
|
||||||
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.strongloop.com/license/
|
|
||||||
|
|
||||||
STRONGLOOP SUBSCRIPTION AGREEMENT
|
STRONGLOOP SUBSCRIPTION AGREEMENT
|
||||||
|
|
||||||
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE YOU AGREE TO THESE TERMS. IF YOU
|
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE YOU AGREE TO THESE TERMS. IF YOU
|
||||||
ARE ACTING ON BEHALF OF AN ENTITY, THEN YOU REPRESENT THAT YOU HAVE THE
|
ARE ACTING ON BEHALF OF AN ENTITY, THEN YOU REPRESENT THAT YOU HAVE THE
|
||||||
AUTHORITY TO ENTER INTO THIS AGREEMENT ON BEHALF OF THAT ENTITY. IF YOU DO NOT
|
AUTHORITY TO ENTER INTO THIS AGREEMENT ON BEHALF OF THAT ENTITY. IF YOU DO NOT
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"Ritchie Martori <skawful@gmail.com> (https://github.com/ritch)",
|
"Ritchie Martori <skawful@gmail.com> (https://github.com/ritch)",
|
||||||
"Krishna Raman <kraman@gmail.com> (https://github.com/kraman)"
|
"Krishna Raman <kraman@gmail.com> (https://github.com/kraman)"
|
||||||
],
|
],
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
|
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue