From bccf639e9dce7a043fd3a5c2b2f6236888f6cc9f Mon Sep 17 00:00:00 2001 From: Elouan Da Costa Peixoto Date: Sun, 8 Jun 2025 19:13:54 +0200 Subject: [PATCH 1/2] docs: update license and readme --- LICENSE | 17 +++++++++++++++-- README.md | 9 +++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d4577c9..50f89bf 100644 --- a/LICENSE +++ b/LICENSE @@ -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. \ No newline at end of file +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 diff --git a/README.md b/README.md index 808e54d..082a9b6 100644 --- a/README.md +++ b/README.md @@ -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.md](./LICENSE.md) file for the full text. From 69f40da24287f2735d7a094e352b7836a0a26a3c Mon Sep 17 00:00:00 2001 From: Luern <78272327+LuernOutOfOrder@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:19:41 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082a9b6..1765e45 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ This project is licensed under the NYX Custom License. - Commercial use is not allowed - Attribution to the author is required -Check the [LICENSE.md](./LICENSE.md) file for the full text. +Check the [LICENSE](./LICENSE) file for the full text.