diff --git a/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs b/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs index 9cc7258d76f..7197dcd4f72 100644 --- a/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs +++ b/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs @@ -1,4 +1,10 @@ -using Content.Shared.DeltaV.Biscuit; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Shared.DeltaV.Biscuit; using Robust.Client.GameObjects; namespace Content.Client.DeltaV.Biscuit; diff --git a/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs b/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs index 42c745bcb4e..68b85cdce6d 100644 --- a/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs +++ b/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs @@ -1,4 +1,10 @@ -namespace Content.Client.DeltaV.Biscuit; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +namespace Content.Client.DeltaV.Biscuit; [RegisterComponent] public sealed partial class BiscuitVisualsComponent : Component diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs index ea5aa3cf256..0f2d7588be0 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Robust.Client.UserInterface; using Content.Client.UserInterface.Fragments; using Content.Shared.DeltaV.CartridgeLoader.Cartridges; diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs index e3163975d12..494d8a71bda 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Client.Message; using Content.Shared.DeltaV.CartridgeLoader.Cartridges; using Robust.Client.AutoGenerated; diff --git a/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs b/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs index 1c3253c74ef..6494d68951e 100644 --- a/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs +++ b/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + namespace Content.Client.DeltaV.Harpy; [RegisterComponent] diff --git a/Content.Client/DeltaV/Hologram/HologramSystem.cs b/Content.Client/DeltaV/Hologram/HologramSystem.cs index 212a797fd87..99f41a7cd8c 100644 --- a/Content.Client/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Client/DeltaV/Hologram/HologramSystem.cs @@ -1,4 +1,10 @@ -using Content.Shared.DeltaV.Hologram; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Shared.DeltaV.Hologram; using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Shared.Prototypes; diff --git a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs b/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs index 73c05e052b6..54ae6e00226 100644 --- a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs +++ b/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Robust.Client.Graphics; using Robust.Client.Player; using Robust.Shared.Enums; diff --git a/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs b/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs index 00a0f362421..7eab124befd 100644 --- a/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs +++ b/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Shared.Abilities; using Robust.Client.Graphics; diff --git a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs b/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs index 2e5c7605fa8..da4c77a3158 100644 --- a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs +++ b/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs @@ -1,4 +1,10 @@ -using System.Linq; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using System.Linq; using Content.Shared.DeltaV.CartridgeLoader.Cartridges; using Robust.Shared.GameObjects; using Robust.Shared.Localization; diff --git a/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs b/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs index a4c22d5ec86..3d36993216e 100644 --- a/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs +++ b/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs @@ -1,4 +1,10 @@ -using System.Linq; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using System.Linq; using Content.Server.Roboisseur.Roboisseur; using Content.Shared.Item; using Robust.Shared.GameObjects; diff --git a/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs b/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs index 425078bcc73..b6635f430d4 100644 --- a/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs +++ b/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using System.Linq; using Content.Server.Administration; using Content.Server.GameTicking; diff --git a/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs b/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs index 17ea4a56cc4..2669d549f3d 100644 --- a/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs +++ b/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using System.Linq; using Content.Server.Administration; using Content.Server.GameTicking; diff --git a/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs b/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs index c66ad21a6cd..1f4df426108 100644 --- a/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs +++ b/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs @@ -1,4 +1,10 @@ -using Content.Shared.DeltaV.Biscuit; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Shared.DeltaV.Biscuit; namespace Content.Server.DeltaV.Biscuit; diff --git a/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs b/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs index 53960e86dd8..84f9e068bf5 100644 --- a/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs +++ b/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs @@ -1,4 +1,10 @@ -using Content.Shared.Containers.ItemSlots; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Shared.Containers.ItemSlots; using Content.Shared.DeltaV.Biscuit; using Content.Shared.Verbs; using Robust.Server.Audio; diff --git a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs index 741a6134580..7bc8b81bda7 100644 --- a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs +++ b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; [RegisterComponent] diff --git a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs index 06732c2c534..2813906f385 100644 --- a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs +++ b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Shared.CartridgeLoader; using Content.Server.DeltaV.CartridgeLoader; using Content.Server.CartridgeLoader.Cartridges; diff --git a/Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs b/Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs index e2aaa94d948..def483517ca 100644 --- a/Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs +++ b/Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs @@ -1,4 +1,10 @@ -namespace Content.Server.Ghost.Roles.Components +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +namespace Content.Server.Ghost.Roles.Components { /// /// Allows a ghost to take this role, spawning their selected character. diff --git a/Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs b/Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs index ced4ec802d8..1a1de8ded5a 100644 --- a/Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs +++ b/Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs @@ -1,4 +1,10 @@ -using Content.Server.Administration.Commands; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Server.Administration.Commands; using Content.Server.Ghost.Roles.Components; using Content.Server.Ghost.Roles.Events; using Content.Server.Preferences.Managers; diff --git a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs b/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs index 21b5b3a2456..ef66358e37a 100644 --- a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs +++ b/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.Instruments; using Content.Server.Speech.Components; using Content.Server.UserInterface; diff --git a/Content.Server/DeltaV/Hologram/HologramSystem.cs b/Content.Server/DeltaV/Hologram/HologramSystem.cs index 45b9e35bb53..dc937570fb7 100644 --- a/Content.Server/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Server/DeltaV/Hologram/HologramSystem.cs @@ -1,4 +1,10 @@ -using Content.Shared.Actions.Events; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Shared.Actions.Events; using Content.Shared.DeltaV.Hologram; using Content.Shared.Examine; using Content.Shared.IdentityManagement; diff --git a/Content.Server/DeltaV/Implants/SubdermalBionicSyrinxImplantSystem.cs b/Content.Server/DeltaV/Implants/SubdermalBionicSyrinxImplantSystem.cs index 65678668d7d..d111381156c 100644 --- a/Content.Server/DeltaV/Implants/SubdermalBionicSyrinxImplantSystem.cs +++ b/Content.Server/DeltaV/Implants/SubdermalBionicSyrinxImplantSystem.cs @@ -1,4 +1,10 @@ -using Content.Server.Administration.Logs; +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + +using Content.Server.Administration.Logs; using Content.Server.Chat.Systems; using Content.Server.Popups; using Content.Server.VoiceMask; diff --git a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs index 0e0d2e4e683..5299139b03e 100644 --- a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs +++ b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Robust.Shared.Prototypes; namespace Content.Server.Roboisseur.Roboisseur diff --git a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs index 69bd37e674d..c0ea8c7212a 100644 --- a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs +++ b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Shared.Interaction; using Content.Shared.Mobs.Components; using Content.Server.Chat.Systems; diff --git a/Content.Server/DeltaV/Nutrition/Events.cs b/Content.Server/DeltaV/Nutrition/Events.cs index fb1b2b870bd..8371e65e720 100644 --- a/Content.Server/DeltaV/Nutrition/Events.cs +++ b/Content.Server/DeltaV/Nutrition/Events.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + namespace Content.Server.Nutrition; /// diff --git a/Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs b/Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs index 9a0a3f17663..bc4c4ff259d 100644 --- a/Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs +++ b/Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.Objectives.Systems; using Content.Shared.Roles; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; diff --git a/Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs b/Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs index 4ba15008371..111b7f78c18 100644 --- a/Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs +++ b/Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.Objectives.Components; using Content.Shared.Objectives.Components; using Content.Shared.Roles.Jobs; diff --git a/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs b/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs index c3264584a1c..7c92e1eae69 100644 --- a/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs +++ b/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.DeltaV.ParadoxAnomaly.Systems; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs b/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs index 62d994dac34..7eff43d794d 100644 --- a/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs +++ b/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.DeltaV.ParadoxAnomaly.Components; using Content.Server.DetailExaminable; using Content.Server.GenericAntag; diff --git a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs b/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs index aa268ccf74a..5ff21023497 100644 --- a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs +++ b/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.Explosion.Components; using Content.Server.Flash.Components; using Content.Server.GameTicking; diff --git a/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs b/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs index 9cb83bf86d2..9b5a61254c8 100644 --- a/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs +++ b/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.DeltaV.Speech.EntitySystems; namespace Content.Server.DeltaV.Speech.Components; @@ -5,4 +11,4 @@ namespace Content.Server.DeltaV.Speech.Components; [RegisterComponent] [Access(typeof(ScottishAccentSystem))] public sealed partial class ScottishAccentComponent : Component -{ } \ No newline at end of file +{ } diff --git a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs b/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs index d17431911e2..1f509260014 100644 --- a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs +++ b/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.DeltaV.Speech.Components; using Content.Server.Speech; using Content.Server.Speech.EntitySystems; @@ -30,4 +36,4 @@ private void OnAccentGet(EntityUid uid, ScottishAccentComponent component, Accen { args.Message = Accentuate(args.Message, component); } -} \ No newline at end of file +} diff --git a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs index bde0422a1ae..66b0a929e8f 100644 --- a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs +++ b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.StationEvents.Events; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/StationEvents/Components/PirateRadioSpawnRuleComponent.cs b/Content.Server/DeltaV/StationEvents/Components/PirateRadioSpawnRuleComponent.cs index 288fe2a37f2..39ff39b46a2 100644 --- a/Content.Server/DeltaV/StationEvents/Components/PirateRadioSpawnRuleComponent.cs +++ b/Content.Server/DeltaV/StationEvents/Components/PirateRadioSpawnRuleComponent.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Content.Server.StationEvents.Events; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; diff --git a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs index ec9ec770313..fd9d4e1dd1c 100644 --- a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs +++ b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using System.Linq; using Robust.Shared.Random; using Content.Server.GameTicking.Rules.Components; diff --git a/Content.Server/DeltaV/StationEvents/Events/PirateRadioSpawnRule.cs b/Content.Server/DeltaV/StationEvents/Events/PirateRadioSpawnRule.cs index 499300dfe33..dbaa3648ba8 100644 --- a/Content.Server/DeltaV/StationEvents/Events/PirateRadioSpawnRule.cs +++ b/Content.Server/DeltaV/StationEvents/Events/PirateRadioSpawnRule.cs @@ -1,3 +1,9 @@ +/* + * Delta-V - This file is licensed under AGPLv3 + * Copyright (c) 2024 Delta-V Contributors + * See AGPLv3.txt for details. +*/ + using Robust.Server.GameObjects; using Robust.Server.Maps; using Robust.Shared.Map; @@ -19,7 +25,7 @@ public sealed class PirateRadioSpawnRule : StationEventSystem