Compare commits
1 Commits
chore/mit-
...
feat/copil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
010b4bb149 |
28
LICENSE
28
LICENSE
@@ -1,21 +1,17 @@
|
|||||||
MIT License
|
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
|
||||||
|
|
||||||
Copyright (c) 2024 Next Level Builder
|
Copyright (c) 2024 Next Level Builder
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
You are free to:
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
- Share — copy and redistribute the material in any medium or format
|
||||||
in the Software without restriction, including without limitation the rights
|
- Adapt — remix, transform, and build upon the material
|
||||||
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
|
Under the following terms:
|
||||||
copies or substantial portions of the Software.
|
- Attribution — You must give appropriate credit, provide a link to the license,
|
||||||
|
and indicate if changes were made.
|
||||||
|
- NonCommercial — You may not use the material for commercial purposes.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
No additional restrictions — You may not apply legal terms or technological
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
measures that legally restrict others from doing anything the license permits.
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
Full license text: https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
||||||
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.
|
|
||||||
|
|||||||
@@ -135,4 +135,8 @@ Just mention your preferred stack in the prompt, or let it default to HTML + Tai
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the [MIT License](LICENSE).
|
This work is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
|
||||||
|
|
||||||
|
- **Free for personal use** - Use, modify, and share for non-commercial purposes
|
||||||
|
- **Attribution required** - Credit "UI UX Pro Max" when sharing
|
||||||
|
- **No commercial use** - Cannot be used for commercial purposes without permission
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"skill"
|
"skill"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "CC-BY-NC-4.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^12.1.0",
|
"commander": "^12.1.0",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user