From 1e9f58905050c2858b56da5545207c13e3ff4b47 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Wed, 25 Aug 2021 23:54:34 +0700 Subject: [PATCH] MIT license It makes sense to be 100% compatible with MIT-licensed libraries --- LICENSE.md | 21 +++++++++++++++++++++ README.md | 10 ++++++++++ 2 files changed, 31 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..7fd1b0e --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +inkjs-boilerplate +Copyright © 2016-2021 Alexander Yakovlev + +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 05acc41..3db95ea 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,13 @@ To start working: ### Browser compatibility Firefox 60+, Chrome 60+, Safari 12+, iOS 12+ + +### Code licenses +* This code © 2016-2021 Alexander Yakovlev, you can use it under [MIT license](./LICENSE.md) +* Uses Bootstrap v5.1.0, licensed under [MIT](https://github.com/twbs/bootstrap/blob/main/LICENSE) + * Copyright (c) 2011-2021 Twitter, Inc. + * Copyright (c) 2011-2021 The Bootstrap Authors +* Uses InkJS v2.0.0, licensed under [MIT](https://github.com/y-lohse/inkjs/blob/master/LICENSE.md) + * Copyright (c) 2017-2021 Yannick Lohse +* Uses jQuery v3.6.0, licensed under [MIT](https://jquery.org/license/) + * Copyright [OpenJS Foundation](https://openjsf.org/) and other contributors