From d9ed4a63dfdbad7995c33f8a9d722164a32023c3 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 6 Jul 2024 11:56:18 +0300 Subject: [PATCH] sublicense --- .../BiomeSpawner/CP14BiomeSpawnerComponent.cs | 10 +++++++++- .../BiomeSpawner/CP14BiomeSpawnerSystem.cs | 9 +++++++++ LICENSE.TXT | 20 +++++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs index acddff8a84..9955350081 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs @@ -1,4 +1,12 @@ -using Content.Server._CP14.MeleeWeapon; +/* + * All right reserved to CrystallPunk. + * + * This file is sublicensed under Custom License Agreement to Peptide (Discord) for Nuclear14 project (https://github.com/Vault-Overseers/nuclear-14) only + * + * See LICENSE.TXT file in the project root for full license information. + * Copyright (c) 2024 TheShuEd (Github) + */ + using Content.Shared.Parallax.Biomes; using Robust.Shared.Prototypes; diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs index 6ce9ac5e02..acbd7bfcc1 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to CrystallPunk. + * + * This file is sublicensed under Custom License Agreement to Peptide (Discord) for Nuclear14 project (https://github.com/Vault-Overseers/nuclear-14) only + * + * See LICENSE.TXT file in the project root for full license information. + * Copyright (c) 2024 TheShuEd (Github) + */ + using System.Numerics; using Content.Server.Decals; using Content.Server.GameTicking; diff --git a/LICENSE.TXT b/LICENSE.TXT index 4a826fa05d..63822ee9a0 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -2,3 +2,23 @@ All rights reserved Copyright (c) 2024 TheShuEd (Github) + + + +Some files may be sublicensed to third parties under the following license: + +Custom License Agreement (CLA) + +1. License Grant: You are granted a non-exclusive, non-transferable, non-sublicensable license to use the code solely for personal or internal business purposes in the specified project. + +2. Restrictions: + a. You may not distribute, sublicense, or transfer copies of the code or its derivatives to any third party. + b. You may not modify or create derivative works based on the code without prior written consent from the copyright holder. + +3. Termination: This license will terminate automatically if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the code in your possession. + +4. Disclaimer of Warranty: The code is provided "as is" without warranty of any kind, express or implied. + +5. Limitation of Liability: In no event shall the copyright holder be liable for any damages arising from the use or inability to use the code. + +By using the code, you agree to be bound by the terms of this license agreement. \ No newline at end of file