ScalerByLeo/LICENSE.md
2026-03-02 02:05:41 +00:00

91 lines
No EOL
4.2 KiB
Markdown

# SOFTWARE LICENSE AGREEMENT
---
Copyright 2026 Nique_372 and Leo.
---
## PREAMBLE
This license governs the terms of use, reproduction, distribution and modification of the software contained in this repository (hereinafter, "the Software"). It is inspired by the **OpenRAIL** (Open & Responsible AI License) framework from the RAIL Initiative, with additional restrictions to protect the author against commercial use without added value and against the use of the Software in the training of artificial intelligence systems.
By accessing, copying, modifying or distributing the Software, you agree to be bound by the terms of this Agreement.
---
## SECTION 1 — DEFINITIONS
- **"Software":** The source code, binaries, documentation and any related material available in this repository.
- **"Derivative Work":** Any work based in whole or in part on the Software, including modifications, adaptations or integrations.
- **"Commercial Use":** Any use of the Software or Derivative Works that generates or is intended to generate economic benefit, whether direct or indirect.
- **"Substantial Innovation":** Addition of new functionalities, significant technical improvements or original developments that provide differential value compared to the original Software. Cosmetic changes, renaming, minor configuration changes or any trivial modification do not constitute Substantial Innovation.
- **"AI Model / LLM":** Any artificial intelligence system, Large Language Model, neural network or machine learning system that requires training data.
---
## SECTION 2 — PERMISSIONS
A free, non-exclusive permission is granted to:
- Use, copy and modify the Software for **non-commercial purposes**.
- Distribute the Software or Derivative Works, provided this license is included in its entirety and without modification.
- Create Derivative Works, subject to the conditions set forth in this Agreement.
---
## SECTION 3 — COMMERCIAL USE RESTRICTION
Commercial Use of the Software is **conditioned** as follows:
1. The sale, licensing or commercialization of the Software in its original form is **prohibited**.
2. The commercialization of Derivative Works that do not incorporate Substantial Innovation over the original Software is **prohibited**.
3. Commercialization is **permitted** only for Derivative Works that incorporate verifiable and documented Substantial Innovation.
In case of doubt as to whether a modification constitutes Substantial Innovation, the original author reserves the right to make that determination.
---
## SECTION 4 — PROHIBITION ON USE IN ARTIFICIAL INTELLIGENCE
The following is expressly **prohibited** under any circumstance and without exception:
**(a)** Using the Software, in its original form or as a Derivative Work, to train, fine-tune, evaluate or improve any AI Model / LLM.
**(b)** Including the Software, or any Derivative Work thereof, in datasets intended for the training of artificial intelligence systems.
**(c)** Using the outputs, results or artifacts generated by the execution of the Software as training data for AI Models / LLMs.
**(d)** Performing any of the above acts indirectly, through third parties, intermediary services, automated pipelines or any other mechanism.
**This prohibition extends to all Derivative Works and is non-waivable.**
---
## SECTION 5 — REDISTRIBUTION CONDITIONS
Any redistribution of the Software or Derivative Works must:
- Include this license in its entirety.
- Retain the original copyright notice.
- Clearly indicate whether modifications have been made to the original Software.
- Pass on these same restrictions to recipients.
---
## SECTION 6 — DISCLAIMER OF WARRANTIES
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 NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE OF THE SOFTWARE.
---
## REFERENCES
This instrument is inspired by:
- [BigScience OpenRAIL-M License](https://www.licenses.ai/blog/2022/8/26/bigscience-open-rail-m-license)
- [RAIL Initiative](https://www.licenses.ai)
- [Business Source License (BUSL)](https://mariadb.com/bsl11/)