From 0ddfa94b70ca8d39096065a5fd4dc687d3c13f36 Mon Sep 17 00:00:00 2001 From: Olaf Veerman Date: Thu, 26 May 2016 14:53:13 -0400 Subject: [PATCH] Add consistent licensing to repos --- LICENSE | 19 +++++++++++++++++++ README.md | 3 +++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8f3dc86 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2016 Development Seed + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 072850f..3bb6194 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,6 @@ app.listen(port, function() { console.log('Listening on ' + port); }); ``` + +### About +Sat API Lib was made by [Development Seed](http://developmentseed.org). \ No newline at end of file diff --git a/package.json b/package.json index b079a0f..3e66f3a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "git+https://github.com/sat-utils/sat-api-lib.git" }, "author": "Alireza J (scisco)", - "license": "CC0-1.0", + "license": "MIT", "bugs": { "url": "https://github.com/sat-utils/sat-api-lib/issues" },