diff --git a/LICENSE b/LICENSE index 16bb096..a0bafa9 100644 --- a/LICENSE +++ b/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-boot uses a 'dual license' model. Users may use +loopback-boot 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 diff --git a/package.json b/package.json index 04d1277..8fd57b0 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,7 @@ "pretest": "jscs . && jshint .", "test": "mocha" }, - "license": { - "name": "Dual MIT/StrongLoop", - "url": "https://github.com/strongloop/loopback-boot/blob/master/LICENSE" - }, + "license": "MIT", "dependencies": { "async": "~0.9.0", "commondir": "0.0.1",