From b4b63ed89869a2ccea13e2ce73e0a188d8d0a853 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 6 Jul 2024 12:08:50 +0300 Subject: [PATCH] revert sublicense, its not working --- .../_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs | 9 --------- .../_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs | 9 --------- 2 files changed, 18 deletions(-) diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs index 9955350081..48d014bc83 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs @@ -1,12 +1,3 @@ -/* - * 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 acbd7bfcc1..6ce9ac5e02 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs @@ -1,12 +1,3 @@ -/* - * 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;