1
0
Fork 0

MIT license

It makes sense to be 100% compatible with MIT-licensed libraries
This commit is contained in:
Alexander Yakovlev 2021-08-25 23:54:34 +07:00
parent 3d88651699
commit 1e9f589050
Signed by: oreolek
GPG Key ID: 8D24103F5EE2A6C0
2 changed files with 31 additions and 0 deletions

21
LICENSE.md Normal file
View File

@ -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.

View File

@ -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