From 535a194c885872720c5d31b4553d4754c1aa8bda Mon Sep 17 00:00:00 2001 From: Bohica <53943479+Bohicatv@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:13:01 -0800 Subject: [PATCH] adds copyright --- .../Systems/AntiBotSystem/AntiBotGump.cs | 15 +++++++++++++++ .../Systems/AntiBotSystem/AntiBotSystem.cs | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/Projects/UOContent/Systems/AntiBotSystem/AntiBotGump.cs b/Projects/UOContent/Systems/AntiBotSystem/AntiBotGump.cs index cfe607894..f7d397c8d 100644 --- a/Projects/UOContent/Systems/AntiBotSystem/AntiBotGump.cs +++ b/Projects/UOContent/Systems/AntiBotSystem/AntiBotGump.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright 2019-2025 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: AntiBotGump.cs * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation, either version 3 of the License, or * + * (at your option) any later version. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * + *************************************************************************/ + using Server.Gumps; using Server.Network; diff --git a/Projects/UOContent/Systems/AntiBotSystem/AntiBotSystem.cs b/Projects/UOContent/Systems/AntiBotSystem/AntiBotSystem.cs index b36af735a..e9ff316cb 100644 --- a/Projects/UOContent/Systems/AntiBotSystem/AntiBotSystem.cs +++ b/Projects/UOContent/Systems/AntiBotSystem/AntiBotSystem.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright 2019-2025 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: AntiBotSystem.cs * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation, either version 3 of the License, or * + * (at your option) any later version. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * + *************************************************************************/ + using System; using System.Collections.Generic; using Server.Gumps;