From f9df35361847d151c587b38d396b2f05abaa149a Mon Sep 17 00:00:00 2001 From: Jack Reed <phillipjreed@gmail.com> Date: Thu, 30 Aug 2018 09:39:05 -0600 Subject: [PATCH] add apache2 license for project (same as Mirador) --- LICENSE | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..b108f546f --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2018 The Board of Trustees of the Leland Stanford Junior University + +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 8fa624ea5..977fd26a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "node_modules/.bin/webpack" }, "author": "Drew Winget <scipioaffricanus@gmail.com> (https://aeschylus.net/)", - "license": "MIT", + "license": "Apache-2.0", "repository": "https://github.com/ProjectMirador/research-and-demos/tree/master/minimal_redux_poc", "dependencies": { "node-fetch": "2.1.1", -- GitLab