From bfe908bebfbf2529136442db758b2454c641c5f1 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 21 Sep 2015 16:42:54 -0700 Subject: [PATCH] Use strongloop conventions for licensing --- LICENSE | 8 ++++---- package.json | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 08fb205..3ec60d6 100644 --- a/LICENSE +++ b/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 -under the terms of the MIT license, or under the StrongLoop License. The text of -both is included below. +loopback-component-explorer uses a 'dual license' model. Users may use +loopback-component-explorer 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 38c0e48..4631cf4 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,7 @@ "supertest": "^1.0.1", "chai": "^3.2.0" }, - "license": { - "name": "Dual MIT/StrongLoop", - "url": "https://github.com/strongloop/loopback-component-explorer/blob/master/LICENSE" - }, + "license": "MIT", "dependencies": { "cors": "^2.7.1", "debug": "^2.2.0",