diff --git a/licenses.md b/licenses.md index 5ae5909..65efca2 100644 --- a/licenses.md +++ b/licenses.md @@ -244,7 +244,7 @@ SOFTWARE. # i18next-fs-backend **Author**: undefined **Repo**: git@github.com:i18next/i18next-fs-backend.git -**License**: undefined +**License**: MIT **Description**: i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem. ## License Text @@ -604,7 +604,7 @@ SOFTWARE. **Author**: [object Object] **Repo**: https://github.com/remy/nodemon.git **License**: MIT -**Description**: Simple monitor script for use during development of a node.js app. +**Description**: Simple monitor script for use during development of a Node.js app. ## License Text MIT License @@ -687,6 +687,27 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **License**: MIT **Description**: Starts server, waits for URL, then runs test command; when the tests end, shuts down server ## License Text +MIT License + +Copyright (c) 2022 bahmutov + +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. # ts-jest