diff options
author | Valentin Popov <info@valentineus.link> | 2018-10-01 04:59:04 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-10-01 04:59:04 +0300 |
commit | 2d318e66917e515f7bc178b31642376c0222939d (patch) | |
tree | 68cb08c33cf0c13d9571b78a56a539d4c67664da | |
parent | b536a68ee18ce347440d69a6a27c35ae19493af0 (diff) | |
download | js-github-library-2d318e66917e515f7bc178b31642376c0222939d.tar.xz js-github-library-2d318e66917e515f7bc178b31642376c0222939d.zip |
License added
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | LICENSE.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index e69de29..96eaa45 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright 2018 "Valentin Popov" <info@valentineus.link> + +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. |