From 92d26bd27dee128f8945c7922c0319f96b19f5f5 Mon Sep 17 00:00:00 2001 From: Tracy Gius Date: Tue, 15 Sep 2015 16:48:05 -0700 Subject: [PATCH] update license and package.json links --- LICENSE | 13 +++++++++++++ package.json | 11 +++++------ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3c122dc --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2015, EMC Inc + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/package.json b/package.json index d36ddd6..38d6b2c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "on-proxy-dhcp", + "name": "on-dhcp-proxy", "version": "0.0.0", "description": "", "main": "index.js", @@ -8,17 +8,16 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@hwstashprd01.isus.emc.com:7999/onrack/on-proxy-dhcp.git" + "url": "https://github.com/RackHD/on-dhcp-proxy.git" }, - "author": "", - "license": "Proprietary", + "license": "Apache-2.0", "gypfile": true, "dependencies": { "bindings": "~1.2.1", - "di": "git+ssh://git@hwstashprd01.isus.emc.com:7999/onrack/di.js.git", + "di": "git+https://5f5fdee3b5f3bc054cece98ad854c3090043f3c0:x-oauth-basic@github.com/RackHD/di.js.git", "ipv6": "^3.1.1", "lodash": "^3.6.0", - "on-core": "git+ssh://git@hwstashprd01.isus.emc.com:7999/onrack/on-core.git" + "on-core": "git+https://5f5fdee3b5f3bc054cece98ad854c3090043f3c0:x-oauth-basic@github.com/RackHD/on-core.git" }, "devDependencies": { "chai": "^2.0.0",