From fc9be4f021f83b2be46b4b78f2c2a9d85d5b66c5 Mon Sep 17 00:00:00 2001 From: Hiko Naito Date: Tue, 14 Feb 2017 10:17:21 -0500 Subject: [PATCH] Add Apache 2.0 license --- LICENSE | 13 +++++++++++++ package.json | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0e0930a --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2017 Socrata, 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. diff --git a/package.json b/package.json index ecd179a..f5a774b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,12 @@ "url": "git+https://github.com/socrata/cdc-indicator.git" }, "author": "Hiko Naito, Socrata", - "license": "MIT", + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], "bugs": { "url": "https://github.com/socrata/cdc-indicator/issues" },