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
|
||||
the MIT license, or under the StrongLoop License. The text of both is included
|
||||
below.
|
||||
loopback-connector-remote uses a 'dual license' model. Users may use
|
||||
loopback-connector-remote under the terms of the MIT license, or under the
|
||||
StrongLoop License. The text of both is included below.
|
||||
|
||||
MIT license
|
||||
|
||||
|
@ -26,12 +26,7 @@ THE SOFTWARE.
|
|||
|
||||
StrongLoop License
|
||||
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.strongloop.com/license/
|
||||
|
||||
STRONGLOOP SUBSCRIPTION AGREEMENT
|
||||
|
||||
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
|
||||
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)",
|
||||
"Krishna Raman <kraman@gmail.com> (https://github.com/kraman)"
|
||||
],
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue