Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
Copyright (c) [2024] [Elouan DA COSTA PEIXOTO].
Tous droits réservés. Aucune utilisation, copie, distribution ou modification n’est autorisée sans permission explicite.
NYX License v1.0 (Custom)

This software is open-source and free for non-commercial use, including modification and redistribution.

You may:
- Fork and modify the code for personal or educational purposes.
- Share modified or unmodified versions with attribution.

You may not:
- Use the code in any commercial product or service.
- Sell or license this software to others.

Attribution is required in all forks and distributions, linking to the original repository and the author "@LuernOutOfOrder".

Copyright (c) 2025 Luern
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ They are unique binary file format using a strict defined structure. Using a hea
| **52** | TUI error | Issue with interactive display or UI rendering. |
| **60** | Health check failed | An environment check has failed. |

## License

This project is licensed under the NYX Custom License.
- Free for personal and educational use
- Forking and modifying is allowed
- Commercial use is not allowed
- Attribution to the author is required

Check the [LICENSE](./LICENSE) file for the full text.
Loading