diff --git a/LICENSE b/LICENSE index 2567d120..297a5f00 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -Copyright (c) 2013-2014 StrongLoop, Inc. +Copyright (c) 2013-2015 StrongLoop, Inc. -loopback-datasource-juggler uses a 'dual license' model. Users may use -loopback-datasource-juggler under the terms of the MIT license, or under the +loopback-datasource-juggler uses a 'dual license' model. Users may use +loopback-datasource-juggler under the terms of the MIT license, or under the StrongLoop License. The text of both is included below. MIT license diff --git a/package.json b/package.json index 4c2359c4..87e4127c 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,5 @@ "qs": "^3.1.0", "traverse": "^0.6.6" }, - "license": { - "name": "Dual MIT/StrongLoop", - "url": "https://github.com/strongloop/loopback-datasource-juggler/blob/master/LICENSE" - } + "license": "MIT" }