From 99854edc930e03af26b46fdb10c9ec3e6a9a96ae Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:59:36 +0300 Subject: [PATCH] MIT BiomeSpawner --- .../_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs | 4 +--- Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs index ff377c9991..4607acac32 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs @@ -1,10 +1,8 @@ /* * All right reserved to CrystallPunk. * - * This file is sublicensed under Custom License Agreement for Stalker14 project (https://github.com/stalker14-project/stalker14) only + * BUT this file is sublicensed under MIT License * - * See LICENSE.TXT file in the project root for full license information. - * Copyright (c) 2024 TheShuEd (Github) */ using Content.Shared.Parallax.Biomes; diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs index 6f08aae1f4..cb4a54b6e6 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs @@ -1,10 +1,8 @@ /* * All right reserved to CrystallPunk. * - * This file is sublicensed under Custom License Agreement for Stalker14 project (https://github.com/stalker14-project/stalker14) only + * BUT this file is sublicensed under MIT License * - * See LICENSE.TXT file in the project root for full license information. - * Copyright (c) 2024 TheShuEd (Github) */ using System.Numerics;