sublicense

This commit is contained in:
Ed
2024-07-06 11:56:18 +03:00
parent f8b6bc7243
commit d9ed4a63df
3 changed files with 38 additions and 1 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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.