diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..28625a8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Selleo + +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. \ No newline at end of file diff --git a/README.md b/README.md index 60414cb..790c39a 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,15 @@ See https://guidebook.selleo.dev/. ## Project starter This repo contains [project starter](./examples/common_nestjs_remix) that speeds up development. + +## LICENSE + +See `LICENSE` file. + +## About Selleo + +![selleo](https://raw.githubusercontent.com/Selleo/selleo-resources/master/public/github_footer.png) + +Software development teams with an entrepreneurial sense of ownership at their core delivering great digital products and building culture people want to belong to. We are a community of engaged co-workers passionate about crafting impactful web solutions which transform the way our clients do business. + +All names and logos for [Selleo](https://selleo.com/about) are trademark of Selleo Labs Sp. z o.o. (formerly Selleo Sp. z o.o. Sp.k.) diff --git a/examples/common_nestjs_remix/README.md b/examples/common_nestjs_remix/README.md index 378b6e5..58dcdca 100644 --- a/examples/common_nestjs_remix/README.md +++ b/examples/common_nestjs_remix/README.md @@ -118,3 +118,7 @@ and you should be abble to acces your app on the following adresses! ```sh pnpm test:api:e2e ``` + +## Legal notice + +This project was generated using [Selleo Guidebook](https://github.com/Selleo/guidebook) which is licensed under the MIT license. \ No newline at end of file