Files
Marc S. Weidner 612dff2925
Some checks failed
💙 Generating a PUBLIC Live ISO. / 💙 Generating a PUBLIC Live ISO. (push) Has been cancelled
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
V8.13.512.2025.11.27
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
2025-11-27 08:30:41 +00:00

101 lines
4.0 KiB
Plaintext

SPDX-License-Identifier: LicenseRef-CNCL-1.1 OR LicenseRef-CCLA-1.1
Centurion Licensing Overview
============================
This repository uses a dual-licensing model combining a non-commercial "source-available" license with a separate commercial
subscription license.
1. Default License: Centurion Non-Commercial License 1.1 (CNCL-1.1)
---------------------------------------------------------------
Unless explicitly stated otherwise in an individual file or directory, all original content in this repository is licensed under the
Centurion Non-Commercial License 1.1 (CNCL-1.1)
SPDX-Identifier: LicenseRef-CNCL-1.1
Under CNCL-1.1 you may:
- use, study and modify the Software for non-commercial purposes;
- share the Software and your modifications for non-commercial purposes;
- NOT use the Software for any Commercial Use (as defined in CNCL-1.1).
Any Commercial Use of the Software (in whole or in part) is NOT permitted under CNCL-1.1 and requires a separate commercial
license agreement with the Licensor (see section 2 below).
The full text of CNCL-1.1 is provided in:
./docs/LICENSES/CNCL-1.1.txt
2. Commercial Use: Centurion Commercial License Agreement 1.1 (CCLA-1.1)
---------------------------------------------------------------------
For any Commercial Use (including but not limited to use in paid services, SaaS offerings, commercial products, or internal use
that contributes to revenue generation or cost reduction), a valid commercial subscription license is required.
Commercial rights are governed exclusively by the:
Centurion Commercial License Agreement 1.1 (CCLA-1.1)
SPDX-Identifier: LicenseRef-CCLA-1.1
The CCLA-1.1 grants time-limited, non-transferable rights to use the Software for commercial purposes, subject to subscription
fees, support terms and the liability limitations described therein.
The full text of CCLA-1.1 is provided in:
./docs/LICENSES/CCLA-1.1.txt
If you are unsure whether your intended use case qualifies as Commercial Use, you must assume that it does and contact the
Licensor at:
legal@coresecret.eu
3. Open-Source Components and Third-Party Code
-------------------------------------------
This repository may contain or depend on third-party components that are licensed under separate open-source licenses, including
but not limited to:
- EUPL-1.2 (European Union Public Licence)
- other FOSS licenses as stated in the respective files or directories.
Such components are clearly marked, typically via SPDX-License-Identifier headers and / or dedicated license files. For those
components, the respective third-party license terms apply and take precedence over CNCL-1.1 and CCLA-1.1 with respect to that
code.
Where code from other projects is incorporated, the original copyright notices and license texts are preserved, and their terms
remain in force for those portions.
4. SPDX Usage and Per-File Licensing
------------------------------------
Each source file SHOULD contain an SPDX-License-Identifier line indicating the applicable license for that file, for example:
- For non-commercial Centurion code:
SPDX-License-Identifier: LicenseRef-CNCL-1.1
- For commercial-only Centurion deliverables (if applicable in private branches):
SPDX-License-Identifier: LicenseRef-CCLA-1.1
- For EUPL-licensed parts:
SPDX-License-Identifier: EUPL-1.2
In case of any apparent conflict between this overview file and the SPDX-License-Identifier in a specific file, the
SPDX-License-Identifier in that file SHALL prevail for that file.
5. No Legal Advice; Governing Documents
---------------------------------------
This LICENSE file is an informational overview only. The legally binding terms governing your use of the Software are
exclusively those set out in:
- Centurion Non-Commercial License 1.1 (CNCL-1.1)
- Centurion Commercial License Agreement 1.1 (CCLA-1.1)
- and any applicable third-party licenses as referenced above.
In the event of any conflict between this overview and the full license texts, the full license texts shall prevail.