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 4f73373..8f9d9d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Sattelite API +## Satellite API [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![Build Status](https://travis-ci.org/sat-utils/sat-api.svg?branch=develop)](https://travis-ci.org/sat-utils/sat-api) @@ -47,3 +47,6 @@ Test package: $ sls project init $ sls dash deploy ``` + +### About +The Sat API was made by [Development Seed](http://developmentseed.org). \ No newline at end of file diff --git a/package.json b/package.json index b415ecc..7f4adb7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "sat-api", "version": "0.0.1", - "description": "A Serverless Project and its Serverless Plugin dependencies.", - "author": "me", + "description": "One API to search public Satellite metadata using AWS' APIGateway", + "author": "Development Seed", "license": "MIT", "private": false, "scripts": { @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/" + "url": "git+https://github.com/sat-utils/sat-api.git" }, "dependencies": { "lodash": "^4.11.2",