From 13cd5c0153041bd75301f258896c03b69f10af22 Mon Sep 17 00:00:00 2001 From: Liat Wassershtrom Date: Wed, 5 Jul 2017 12:59:03 +0100 Subject: [PATCH 1/2] Add License --- LICENSE | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6d92d64 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +The MIT License (MIT) +Copyright (c) 2017 WeAreHive http://wearehive.co.uk +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. From 7c4b7dd6f1726dd6f4d6e80da12e951912b36464 Mon Sep 17 00:00:00 2001 From: Liat Wassershtrom Date: Wed, 5 Jul 2017 13:00:29 +0100 Subject: [PATCH 2/2] Add hive link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e26c6..4340233 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Project Guidelines · [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) > While developing a new project is like rolling on a green field for you, maintaining it is a potential dark twisted nightmare for someone else. -Here's a list of guidelines we've found, written and gathered that (we think) works really well with most javascript projects. +Here's a list of guidelines we've found, written and gathered that (we think) works really well with most javascript projects here at [hive](http://wearehive.co.uk). If you want to share a best practice, or think one of these guidelines should be removed, [feel free to share it with us](http://makeapullrequest.com). - [Git](#git) - [Documentation](#documentation)