From 325d2118ad4749e00f63e233daea0eefa3fbceb4 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 8 Jan 2018 10:13:40 +0200 Subject: [PATCH] Add Apache-2.0 license --- LICENSE | 13 +++++++++++++ README.md | 6 ++++++ package.json | 1 + 3 files changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..b46fbc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2018 Sharetribe + +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/README.md b/README.md index 846e0fda..585ad268 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,9 @@ The `master` branch is automatically deployed to Heroku. If you want to deploy a setup the `sharetribe-starter-app` Heroku app and push the feature branch: git push heroku my-feature-branch:master + +## License + +This project is licensed under the terms of the Apache-2.0 license. + +See [LICENSE](LICENSE) diff --git a/package.json b/package.json index 348e4a3c..7d40cf64 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "app", "version": "0.2.0", "private": true, + "license": "Apache-2.0", "dependencies": { "array-includes": "^3.0.3", "array.prototype.find": "^2.0.4",