From dad5997c852e620fee051389e7f536cf42f9a852 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 3 Sep 2020 01:47:20 -0700 Subject: [PATCH] Fixes copyright headers and live template (#216) --- Projects/Server/AssemblyHandler.cs | 7 +------ Projects/Server/CityInfo.cs | 7 +------ Projects/Server/Collections/ArraySet.cs | 7 +------ .../Configuration/ServerConfiguration.cs | 6 ------ Projects/Server/Events/AccountLoginEvent.cs | 8 +------- .../Server/Events/AggressiveActionEvent.cs | 8 +------- .../Server/Events/CharacterCreatedEvent.cs | 8 +------- Projects/Server/Events/CreateGuildEvent.cs | 8 +------- Projects/Server/Events/EventSink.cs | 8 +------- Projects/Server/Events/FastwalkEvent.cs | 10 ++-------- Projects/Server/Events/GameLoginEvent.cs | 8 +------- Projects/Server/Events/MovementEvent.cs | 8 +------- Projects/Server/Events/ServerCrashedEvent.cs | 8 +------- Projects/Server/Events/ServerListEvent.cs | 8 +------- .../Server/Events/SocketConnectionEvent.cs | 8 +------- Projects/Server/Events/SpeechEvent.cs | 15 +++++++++++++++ Projects/Server/Geometry/Point2D.cs | 7 +------ Projects/Server/Geometry/Point3D.cs | 7 +------ Projects/Server/Geometry/Rectangle2D.cs | 7 +------ Projects/Server/Geometry/Rectangle3D.cs | 7 +------ Projects/Server/Geometry/WorldLocation.cs | 7 +------ Projects/Server/Gumps/GumpECHandleInput.cs | 8 +------- Projects/Server/Gumps/GumpMasterGump.cs | 8 +------- Projects/Server/Gumps/GumpSpriteImage.cs | 15 +++++++++++++++ Projects/Server/Gumps/GumpTooltip.cs | 9 ++------- Projects/Server/Items/VirtualCheck.cs | 15 +++++++++++++++ .../Converters/IPEndPointConverter.cs | 6 ------ .../Converters/IPEndPointConverterFactory.cs | 6 ------ .../Converters/MapConverter.cs | 7 +------ .../Converters/MapConverterFactory.cs | 6 ------ .../Converters/NullableStructSerializer.cs | 15 +++++++++++++++ .../NullableStructSerializerFactory.cs | 15 +++++++++++++++ .../Converters/Point2DConverter.cs | 6 ------ .../Converters/Point2DConverterFactory.cs | 6 ------ .../Converters/Point3DConverter.cs | 6 ------ .../Converters/Point3DConverterFactory.cs | 6 ------ .../Converters/Rectangle3DConverter.cs | 6 ------ .../Converters/Rectangle3DConverterFactory.cs | 6 ------ .../Converters/TimeSpanConverter.cs | 6 ------ ...actory .cs => TimeSpanConverterFactory.cs} | 6 ------ .../Converters/WorldLocationConverter.cs | 6 ------ .../WorldLocationConverterFactory.cs | 6 ------ .../Server/JsonConfiguration/DynamicJson.cs | 7 +------ .../Server/JsonConfiguration/JsonConfig.cs | 7 +------ Projects/Server/Layer.cs | 7 +------ Projects/Server/LightType.cs | 7 +------ Projects/Server/Mobiles/IMount.cs | 8 +------- Projects/Server/Mobiles/IVendor.cs | 8 +------- Projects/Server/Network/MessagePumpService.cs | 6 ------ .../Packets/Old Packets/AccountPackets.cs | 7 +------ .../Packets/Old Packets/ArrowPackets.cs | 7 +------ .../Old Packets/AttributeNormalizer.cs | 6 ------ .../Packets/Old Packets/CombatPackets.cs | 7 +------ .../Packets/Old Packets/DamagePackets.cs | 7 +------ .../Packets/Old Packets/DisplayHuePicker.cs | 6 ------ .../Packets/Old Packets/EffectPackets.cs | 7 +------ .../Packets/Old Packets/EquipmentPackets.cs | 7 +------ .../Packets/Old Packets/GumpPackets.cs | 7 +------ .../Packets/Old Packets/ItemPackets.cs | 7 +------ .../Packets/Old Packets/LightPackets.cs | 7 +------ .../Network/Packets/Old Packets/MapPackets.cs | 7 +------ .../Packets/Old Packets/MenuPackets.cs | 7 +------ .../Packets/Old Packets/MessagePackets.cs | 7 +------ .../Packets/Old Packets/MobilePackets.cs | 7 +------ .../Packets/Old Packets/MovementPackets.cs | 7 +------ .../Old Packets/ObjectHelpResponsePackets.cs | 8 +------- .../Packets/Old Packets/PlayerPackets.cs | 7 +------ .../Packets/Old Packets/SecureTradePackets.cs | 6 ------ .../Packets/Old Packets/TargetPackets.cs | 7 +------ .../Old Packets/UnicodePromptPackets.cs | 7 +------ .../Packets/Old Packets/VendorBuyPackets.cs | 7 +------ .../Packets/Old Packets/VendorSellPackets.cs | 6 ------ .../Server/Network/ServerConnectionHandler.cs | 6 ------ Projects/Server/Network/ServerInfo.cs | 7 +------ Projects/Server/Network/ServerStartup.cs | 6 ------ .../Server/Network/StaticPacketHandlers.cs | 6 ------ Projects/Server/Network/TcpServer.cs | 6 ------ Projects/Server/Persistence/Persistence.cs | 15 +++++++++++++++ Projects/Server/Random/BaseRandomSource.cs | 7 +------ Projects/Server/Random/IRandomSource.cs | 7 +------ Projects/Server/Random/RandomSources.cs | 7 +------ Projects/Server/Random/SecureRandom.cs | 7 +------ Projects/Server/Random/Xoshiro256PlusPlus.cs | 6 ------ Projects/Server/Regions/RegionLoader.cs | 15 +++++++++++++++ Projects/Server/Serialization/AsyncWriter.cs | 8 +------- .../Server/Serialization/BinaryFileReader.cs | 6 ------ .../Server/Serialization/BinaryFileWriter.cs | 6 ------ .../Server/Serialization/IGenericReader.cs | 6 ------ .../Server/Serialization/IGenericWriter.cs | 6 ------ .../Server/Serialization/ISerializable.cs | 6 ------ Projects/Server/Timer/TimerDelayCalls.cs | 7 +------ Projects/Server/Utilities/ActivatorUtil.cs | 7 +------ Projects/Server/Utilities/RefPool.cs | 7 +------ .../Accounting/Security/AccountSecurity.cs | 6 ------ .../Security/Argon2PasswordProtection.cs | 6 ------ .../Security/MD5PasswordProtection.cs | 6 ------ .../Security/PBKDF2PasswordProtection.cs | 6 ------ .../Security/SHA1PasswordProtection.cs | 6 ------ .../Security/SHA2PasswordProtection.cs | 6 ------ .../Configuration/EmailConfiguration.cs | 6 ------ .../Converters/TextDefinitionConverter.cs | 6 ------ .../TextDefinitionConverterFactory.cs | 6 ------ rider-settings.zip | Bin 3821 -> 3832 bytes 103 files changed, 164 insertions(+), 589 deletions(-) rename Projects/Server/JsonConfiguration/Converters/{TimeSpanConverterFactory .cs => TimeSpanConverterFactory.cs} (76%) diff --git a/Projects/Server/AssemblyHandler.cs b/Projects/Server/AssemblyHandler.cs index 230fc9593..9c0810621 100644 --- a/Projects/Server/AssemblyHandler.cs +++ b/Projects/Server/AssemblyHandler.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: AssemblyHandler.cs - Created: 2019/08/02 - Updated: 2020/05/09 * + * File: AssemblyHandler.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/CityInfo.cs b/Projects/Server/CityInfo.cs index 9981050fc..c686b4971 100644 --- a/Projects/Server/CityInfo.cs +++ b/Projects/Server/CityInfo.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: CityInfo.cs - Created: 2019/10/04 - Updated: 2020/01/19 * + * File: CityInfo.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Collections/ArraySet.cs b/Projects/Server/Collections/ArraySet.cs index b6952b5e1..c2ce57669 100644 --- a/Projects/Server/Collections/ArraySet.cs +++ b/Projects/Server/Collections/ArraySet.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ArraySet.cs - Created: 2019/10/04 - Updated: 2019/12/30 * + * File: ArraySet.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Configuration/ServerConfiguration.cs b/Projects/Server/Configuration/ServerConfiguration.cs index a9fd403c2..7bdacaf9b 100644 --- a/Projects/Server/Configuration/ServerConfiguration.cs +++ b/Projects/Server/Configuration/ServerConfiguration.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerConfiguration.cs * - * Created: 2019/10/04 - Updated: 2020/07/03 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/AccountLoginEvent.cs b/Projects/Server/Events/AccountLoginEvent.cs index 90892e496..c8c17dce8 100644 --- a/Projects/Server/Events/AccountLoginEvent.cs +++ b/Projects/Server/Events/AccountLoginEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: AccountLoginEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/AggressiveActionEvent.cs b/Projects/Server/Events/AggressiveActionEvent.cs index 05b80a302..3ef396cda 100644 --- a/Projects/Server/Events/AggressiveActionEvent.cs +++ b/Projects/Server/Events/AggressiveActionEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: AggressiveActionEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/CharacterCreatedEvent.cs b/Projects/Server/Events/CharacterCreatedEvent.cs index e65c7efa5..03379cffb 100644 --- a/Projects/Server/Events/CharacterCreatedEvent.cs +++ b/Projects/Server/Events/CharacterCreatedEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: CharacterCreatedEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/CreateGuildEvent.cs b/Projects/Server/Events/CreateGuildEvent.cs index d06729f90..44b6974e7 100644 --- a/Projects/Server/Events/CreateGuildEvent.cs +++ b/Projects/Server/Events/CreateGuildEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: CreateGuildEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/EventSink.cs b/Projects/Server/Events/EventSink.cs index 6cc52f9e0..0b99c2b66 100644 --- a/Projects/Server/Events/EventSink.cs +++ b/Projects/Server/Events/EventSink.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: EventSink.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/FastwalkEvent.cs b/Projects/Server/Events/FastwalkEvent.cs index b14a1da10..39b78ceb8 100644 --- a/Projects/Server/Events/FastwalkEvent.cs +++ b/Projects/Server/Events/FastwalkEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: FastWalkEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * + * File: FastwalkEvent.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/GameLoginEvent.cs b/Projects/Server/Events/GameLoginEvent.cs index 570d6477b..dc933bb44 100644 --- a/Projects/Server/Events/GameLoginEvent.cs +++ b/Projects/Server/Events/GameLoginEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: GameLoginEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/MovementEvent.cs b/Projects/Server/Events/MovementEvent.cs index 9fbae577a..c9ecd9f21 100644 --- a/Projects/Server/Events/MovementEvent.cs +++ b/Projects/Server/Events/MovementEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: MovementEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/ServerCrashedEvent.cs b/Projects/Server/Events/ServerCrashedEvent.cs index 146970b86..c6240f7b5 100644 --- a/Projects/Server/Events/ServerCrashedEvent.cs +++ b/Projects/Server/Events/ServerCrashedEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerCrashedEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/ServerListEvent.cs b/Projects/Server/Events/ServerListEvent.cs index a2d0cc9aa..a2a118c92 100644 --- a/Projects/Server/Events/ServerListEvent.cs +++ b/Projects/Server/Events/ServerListEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerListEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/SocketConnectionEvent.cs b/Projects/Server/Events/SocketConnectionEvent.cs index 58cf4a784..ecc79de8e 100644 --- a/Projects/Server/Events/SocketConnectionEvent.cs +++ b/Projects/Server/Events/SocketConnectionEvent.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: SocketConnectionEvent.cs * - * Created: 2020/04/11 - Updated: 2020/04/11 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Events/SpeechEvent.cs b/Projects/Server/Events/SpeechEvent.cs index 8de6fec0e..de054ac78 100644 --- a/Projects/Server/Events/SpeechEvent.cs +++ b/Projects/Server/Events/SpeechEvent.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: SpeechEvent.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 Server.Network; diff --git a/Projects/Server/Geometry/Point2D.cs b/Projects/Server/Geometry/Point2D.cs index 538eb426a..6a623a510 100644 --- a/Projects/Server/Geometry/Point2D.cs +++ b/Projects/Server/Geometry/Point2D.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: Point2D.cs - Created: 2020/05/31 - Updated: 2020/05/31 * + * File: Point2D.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Geometry/Point3D.cs b/Projects/Server/Geometry/Point3D.cs index bf524be54..25f23e2ab 100644 --- a/Projects/Server/Geometry/Point3D.cs +++ b/Projects/Server/Geometry/Point3D.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: Point3D.cs - Created: 2020/05/31 - Updated: 2020/05/31 * + * File: Point3D.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Geometry/Rectangle2D.cs b/Projects/Server/Geometry/Rectangle2D.cs index dc380c964..8dfa58fba 100644 --- a/Projects/Server/Geometry/Rectangle2D.cs +++ b/Projects/Server/Geometry/Rectangle2D.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: Rectangle2D.cs - Created: 2020/05/31 - Updated: 2020/05/31 * + * File: Rectangle2D.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Geometry/Rectangle3D.cs b/Projects/Server/Geometry/Rectangle3D.cs index 445db7c10..3ff8869a6 100644 --- a/Projects/Server/Geometry/Rectangle3D.cs +++ b/Projects/Server/Geometry/Rectangle3D.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: Rectangle3D.cs - Created: 2020/05/31 - Updated: 2020/05/31 * + * File: Rectangle3D.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Geometry/WorldLocation.cs b/Projects/Server/Geometry/WorldLocation.cs index e68ed916c..97a8c1d42 100644 --- a/Projects/Server/Geometry/WorldLocation.cs +++ b/Projects/Server/Geometry/WorldLocation.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: WorldLocation.cs - Created: 2020/05/31 - Updated: 2020/05/31 * + * File: WorldLocation.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Gumps/GumpECHandleInput.cs b/Projects/Server/Gumps/GumpECHandleInput.cs index 4e3447642..809fb0de1 100644 --- a/Projects/Server/Gumps/GumpECHandleInput.cs +++ b/Projects/Server/Gumps/GumpECHandleInput.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: GumpECHandleInput.cs * - * Created: 2020/04/24 - Updated: 2020/04/24 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Gumps/GumpMasterGump.cs b/Projects/Server/Gumps/GumpMasterGump.cs index d69bf06d8..2f2c1b239 100644 --- a/Projects/Server/Gumps/GumpMasterGump.cs +++ b/Projects/Server/Gumps/GumpMasterGump.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: GumpMasterGump.cs * - * Created: 2020/04/24 - Updated: 2020/04/24 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Gumps/GumpSpriteImage.cs b/Projects/Server/Gumps/GumpSpriteImage.cs index 6bcce5bcb..7b3556cdd 100644 --- a/Projects/Server/Gumps/GumpSpriteImage.cs +++ b/Projects/Server/Gumps/GumpSpriteImage.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: GumpSpriteImage.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.Network; namespace Server.Gumps diff --git a/Projects/Server/Gumps/GumpTooltip.cs b/Projects/Server/Gumps/GumpTooltip.cs index 2bfb00df9..24a92c225 100644 --- a/Projects/Server/Gumps/GumpTooltip.cs +++ b/Projects/Server/Gumps/GumpTooltip.cs @@ -1,19 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: GumpTooltip.cs - Created: 2020/04/24 - Updated: 2020/04/24 * + * File: GumpTooltip.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Items/VirtualCheck.cs b/Projects/Server/Items/VirtualCheck.cs index bce48f97c..780ab7cc5 100644 --- a/Projects/Server/Items/VirtualCheck.cs +++ b/Projects/Server/Items/VirtualCheck.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: VirtualCheck.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/Server/JsonConfiguration/Converters/IPEndPointConverter.cs b/Projects/Server/JsonConfiguration/Converters/IPEndPointConverter.cs index a4e1fa686..29e1a8cc3 100644 --- a/Projects/Server/JsonConfiguration/Converters/IPEndPointConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/IPEndPointConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IPEndPointConverter.cs * - * Created: 2020/07/03 - Updated: 2020/07/03 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/IPEndPointConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/IPEndPointConverterFactory.cs index 1f8a8f1ee..9dd01410c 100644 --- a/Projects/Server/JsonConfiguration/Converters/IPEndPointConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/IPEndPointConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IPEndPointConverterFactory.cs * - * Created: 2020/07/03 - Updated: 2020/07/03 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/MapConverter.cs b/Projects/Server/JsonConfiguration/Converters/MapConverter.cs index 653d02568..08eb50f3c 100644 --- a/Projects/Server/JsonConfiguration/Converters/MapConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/MapConverter.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MapConverter.cs - Created: 2020/04/12 - Updated: 2020/05/02 * + * File: MapConverter.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/MapConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/MapConverterFactory.cs index 8552616f5..d23b36b5c 100644 --- a/Projects/Server/JsonConfiguration/Converters/MapConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/MapConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: MapConverterFactory.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/NullableStructSerializer.cs b/Projects/Server/JsonConfiguration/Converters/NullableStructSerializer.cs index 622c1e3d2..187fa4038 100644 --- a/Projects/Server/JsonConfiguration/Converters/NullableStructSerializer.cs +++ b/Projects/Server/JsonConfiguration/Converters/NullableStructSerializer.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: NullableStructSerializer.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 . * + *************************************************************************/ + namespace System.Text.Json.Serialization { public class NullableStructSerializer : JsonConverter where TStruct : struct diff --git a/Projects/Server/JsonConfiguration/Converters/NullableStructSerializerFactory.cs b/Projects/Server/JsonConfiguration/Converters/NullableStructSerializerFactory.cs index 01b4b056e..2f76e0bc1 100644 --- a/Projects/Server/JsonConfiguration/Converters/NullableStructSerializerFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/NullableStructSerializerFactory.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: NullableStructSerializerFactory.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 . * + *************************************************************************/ + namespace System.Text.Json.Serialization { public class NullableStructSerializerFactory : JsonConverterFactory diff --git a/Projects/Server/JsonConfiguration/Converters/Point2DConverter.cs b/Projects/Server/JsonConfiguration/Converters/Point2DConverter.cs index 7342e844c..971127b47 100644 --- a/Projects/Server/JsonConfiguration/Converters/Point2DConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/Point2DConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Point2DConverter.cs * - * Created: 2020/04/12 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/Point2DConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/Point2DConverterFactory.cs index bf2be2441..208550f9c 100644 --- a/Projects/Server/JsonConfiguration/Converters/Point2DConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/Point2DConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Point2DConverterFactory.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/Point3DConverter.cs b/Projects/Server/JsonConfiguration/Converters/Point3DConverter.cs index 81d10e335..2fe85422a 100644 --- a/Projects/Server/JsonConfiguration/Converters/Point3DConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/Point3DConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Point3DConverter.cs * - * Created: 2020/04/12 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/Point3DConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/Point3DConverterFactory.cs index 64844bc9b..d026cd701 100644 --- a/Projects/Server/JsonConfiguration/Converters/Point3DConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/Point3DConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Point3DConverterFactory.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverter.cs b/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverter.cs index 00c260ec8..51269aed8 100644 --- a/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Rectangle3DConverter.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverterFactory.cs index 0e94f05e3..431916b0d 100644 --- a/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/Rectangle3DConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Rectangle3DConverterFactory.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/TimeSpanConverter.cs b/Projects/Server/JsonConfiguration/Converters/TimeSpanConverter.cs index 2a8ba6d38..f3b53e463 100644 --- a/Projects/Server/JsonConfiguration/Converters/TimeSpanConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/TimeSpanConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: TimeSpanConverter.cs * - * Created: 2020/04/12 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory .cs b/Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory.cs similarity index 76% rename from Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory .cs rename to Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory.cs index c2a178478..344f96225 100644 --- a/Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory .cs +++ b/Projects/Server/JsonConfiguration/Converters/TimeSpanConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: TimeSpanConverterFactory.cs * - * Created: 2020/05/23 - Updated: 2020/05/23 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/WorldLocationConverter.cs b/Projects/Server/JsonConfiguration/Converters/WorldLocationConverter.cs index 75e807f2c..12f53ff89 100644 --- a/Projects/Server/JsonConfiguration/Converters/WorldLocationConverter.cs +++ b/Projects/Server/JsonConfiguration/Converters/WorldLocationConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: WorldLocationConverter.cs * - * Created: 2020/05/31 - Updated: 2020/05/31 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/Converters/WorldLocationConverterFactory.cs b/Projects/Server/JsonConfiguration/Converters/WorldLocationConverterFactory.cs index 968a16962..54b401d47 100644 --- a/Projects/Server/JsonConfiguration/Converters/WorldLocationConverterFactory.cs +++ b/Projects/Server/JsonConfiguration/Converters/WorldLocationConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: WorldLocationConverterFactory.cs * - * Created: 2020/05/31 - Updated: 2020/05/31 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/DynamicJson.cs b/Projects/Server/JsonConfiguration/DynamicJson.cs index b85bd4eb1..8b5a8cef1 100644 --- a/Projects/Server/JsonConfiguration/DynamicJson.cs +++ b/Projects/Server/JsonConfiguration/DynamicJson.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: DynamicJson.cs - Created: 2020/05/23 - Updated: 2020/05/23 * + * File: DynamicJson.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/JsonConfiguration/JsonConfig.cs b/Projects/Server/JsonConfiguration/JsonConfig.cs index caa048008..84e35d1d9 100644 --- a/Projects/Server/JsonConfiguration/JsonConfig.cs +++ b/Projects/Server/JsonConfiguration/JsonConfig.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: JsonConfig.cs - Created: 2020/05/02 - Updated: 2020/05/02 * + * File: JsonConfig.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Layer.cs b/Projects/Server/Layer.cs index 3d37d7140..ee9e0adc0 100644 --- a/Projects/Server/Layer.cs +++ b/Projects/Server/Layer.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: Layer.cs - Created: 2019/03/15 - Updated: 2020/01/19 * + * File: Layer.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/LightType.cs b/Projects/Server/LightType.cs index 185786620..735c0633e 100644 --- a/Projects/Server/LightType.cs +++ b/Projects/Server/LightType.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: LightType.cs - Created: 2019/03/15 - Updated: 2020/01/19 * + * File: LightType.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Mobiles/IMount.cs b/Projects/Server/Mobiles/IMount.cs index 8d2ce7879..19f6ac4d2 100644 --- a/Projects/Server/Mobiles/IMount.cs +++ b/Projects/Server/Mobiles/IMount.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IMount.cs * - * Created: 2020/04/25 - Updated: 2020/04/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Mobiles/IVendor.cs b/Projects/Server/Mobiles/IVendor.cs index 45c505267..476d6f578 100644 --- a/Projects/Server/Mobiles/IVendor.cs +++ b/Projects/Server/Mobiles/IVendor.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IVendor.cs * - * Created: 2020/04/25 - Updated: 2020/04/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/MessagePumpService.cs b/Projects/Server/Network/MessagePumpService.cs index f7f88c015..e38744b2c 100644 --- a/Projects/Server/Network/MessagePumpService.cs +++ b/Projects/Server/Network/MessagePumpService.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: MessagePumpService.cs * - * Created: 2020/04/12 - Updated: 2020/04/12 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/AccountPackets.cs b/Projects/Server/Network/Packets/Old Packets/AccountPackets.cs index 1bcd7f874..bc9fe7876 100644 --- a/Projects/Server/Network/Packets/Old Packets/AccountPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/AccountPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: AccountPackets.cs - Created: 2020/05/08 - Updated: 2020/06/25 * + * File: AccountPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/ArrowPackets.cs b/Projects/Server/Network/Packets/Old Packets/ArrowPackets.cs index 1e8b8e5d9..e02795735 100644 --- a/Projects/Server/Network/Packets/Old Packets/ArrowPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/ArrowPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ArrowPackets.cs - Created: 2020/05/03 - Updated: 2020/05/03 * + * File: ArrowPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/AttributeNormalizer.cs b/Projects/Server/Network/Packets/Old Packets/AttributeNormalizer.cs index 15b4fbae9..954ea4f4e 100644 --- a/Projects/Server/Network/Packets/Old Packets/AttributeNormalizer.cs +++ b/Projects/Server/Network/Packets/Old Packets/AttributeNormalizer.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: AttributeNormalizer.cs * - * Created: 2020/06/24 - Updated: 2020/06/24 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/CombatPackets.cs b/Projects/Server/Network/Packets/Old Packets/CombatPackets.cs index 9a37dd44a..0b649ccac 100644 --- a/Projects/Server/Network/Packets/Old Packets/CombatPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/CombatPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: CombatPackets.cs - Created: 2020/06/25 - Updated: 2020/06/25 * + * File: CombatPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/DamagePackets.cs b/Projects/Server/Network/Packets/Old Packets/DamagePackets.cs index 960bd4870..91f300926 100644 --- a/Projects/Server/Network/Packets/Old Packets/DamagePackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/DamagePackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: DamagePackets.cs - Created: 2020/05/03 - Updated: 2020/05/03 * + * File: DamagePackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/DisplayHuePicker.cs b/Projects/Server/Network/Packets/Old Packets/DisplayHuePicker.cs index f3bba6b5c..469cc7ec3 100644 --- a/Projects/Server/Network/Packets/Old Packets/DisplayHuePicker.cs +++ b/Projects/Server/Network/Packets/Old Packets/DisplayHuePicker.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: DisplayHuePicker.cs * - * Created: 2020/05/08 - Updated: 2020/05/08 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/EffectPackets.cs b/Projects/Server/Network/Packets/Old Packets/EffectPackets.cs index 22cee8148..ad094ca20 100644 --- a/Projects/Server/Network/Packets/Old Packets/EffectPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/EffectPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: EffectPackets.cs - Created: 2020/05/26 - Updated: 2020/05/26 * + * File: EffectPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/EquipmentPackets.cs b/Projects/Server/Network/Packets/Old Packets/EquipmentPackets.cs index d0f2a77ef..a683c0a25 100644 --- a/Projects/Server/Network/Packets/Old Packets/EquipmentPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/EquipmentPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: EquipmentPackets.cs - Created: 2020/05/07 - Updated: 2020/05/07 * + * File: EquipmentPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/GumpPackets.cs b/Projects/Server/Network/Packets/Old Packets/GumpPackets.cs index 51c17f7c1..80238dc6a 100644 --- a/Projects/Server/Network/Packets/Old Packets/GumpPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/GumpPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: GumpPackets.cs - Created: 2020/05/26 - Updated: 2020/05/26 * + * File: GumpPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/ItemPackets.cs b/Projects/Server/Network/Packets/Old Packets/ItemPackets.cs index 1bdc9064c..01a12afcf 100644 --- a/Projects/Server/Network/Packets/Old Packets/ItemPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/ItemPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ItemPackets.cs - Created: 2020/05/26 - Updated: 2020/05/26 * + * File: ItemPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/LightPackets.cs b/Projects/Server/Network/Packets/Old Packets/LightPackets.cs index d88708046..126f9a75a 100644 --- a/Projects/Server/Network/Packets/Old Packets/LightPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/LightPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: LightPackets.cs - Created: 2020/06/25 - Updated: 2020/06/25 * + * File: LightPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/MapPackets.cs b/Projects/Server/Network/Packets/Old Packets/MapPackets.cs index 0dc7612f3..1266eb1f7 100644 --- a/Projects/Server/Network/Packets/Old Packets/MapPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/MapPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MapPackets.cs - Created: 2020/05/03 - Updated: 2020/06/24 * + * File: MapPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/MenuPackets.cs b/Projects/Server/Network/Packets/Old Packets/MenuPackets.cs index 93df68a23..f6a529f4e 100644 --- a/Projects/Server/Network/Packets/Old Packets/MenuPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/MenuPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MenuPackets.cs - Created: 2020/05/08 - Updated: 2020/05/26 * + * File: MenuPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/MessagePackets.cs b/Projects/Server/Network/Packets/Old Packets/MessagePackets.cs index 6058b64ae..12514836d 100644 --- a/Projects/Server/Network/Packets/Old Packets/MessagePackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/MessagePackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MessagePackets.cs - Created: 2020/05/26 - Updated: 2020/06/25 * + * File: MessagePackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/MobilePackets.cs b/Projects/Server/Network/Packets/Old Packets/MobilePackets.cs index 5001c291f..79c34b0a7 100644 --- a/Projects/Server/Network/Packets/Old Packets/MobilePackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/MobilePackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MobilePackets.cs - Created: 2020/05/07 - Updated: 2020/06/25 * + * File: MobilePackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/MovementPackets.cs b/Projects/Server/Network/Packets/Old Packets/MovementPackets.cs index 428285597..d5dc3b8f1 100644 --- a/Projects/Server/Network/Packets/Old Packets/MovementPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/MovementPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: MovementPackets.cs - Created: 2020/06/25 - Updated: 2020/06/25 * + * File: MovementPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/ObjectHelpResponsePackets.cs b/Projects/Server/Network/Packets/Old Packets/ObjectHelpResponsePackets.cs index 91d437f18..fb88b6639 100644 --- a/Projects/Server/Network/Packets/Old Packets/ObjectHelpResponsePackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/ObjectHelpResponsePackets.cs @@ -2,19 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ObjectHelpResponse.cs * - * Created: 2020/05/03 - Updated: 2020/05/03 * + * File: ObjectHelpResponsePackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/PlayerPackets.cs b/Projects/Server/Network/Packets/Old Packets/PlayerPackets.cs index cde587bdd..f66032c9b 100644 --- a/Projects/Server/Network/Packets/Old Packets/PlayerPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/PlayerPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: PlayerPackets.cs - Created: 2020/05/07 - Updated: 2020/06/25 * + * File: PlayerPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/SecureTradePackets.cs b/Projects/Server/Network/Packets/Old Packets/SecureTradePackets.cs index 7dc3012a3..ec7687efa 100644 --- a/Projects/Server/Network/Packets/Old Packets/SecureTradePackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/SecureTradePackets.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: SecureTradePackets.cs * - * Created: 2020/05/03 - Updated: 2020/05/03 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/TargetPackets.cs b/Projects/Server/Network/Packets/Old Packets/TargetPackets.cs index 5e5abbac9..478baf790 100644 --- a/Projects/Server/Network/Packets/Old Packets/TargetPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/TargetPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: TargetPackets.cs - Created: 2020/05/26 - Updated: 2020/05/26 * + * File: TargetPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/UnicodePromptPackets.cs b/Projects/Server/Network/Packets/Old Packets/UnicodePromptPackets.cs index 2487001a9..e2a4df741 100644 --- a/Projects/Server/Network/Packets/Old Packets/UnicodePromptPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/UnicodePromptPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: UnicodePrompt.cs - Created: 2020/05/08 - Updated: 2020/05/08 * + * File: UnicodePromptPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/VendorBuyPackets.cs b/Projects/Server/Network/Packets/Old Packets/VendorBuyPackets.cs index 7ae17a86c..b2a5e70d3 100644 --- a/Projects/Server/Network/Packets/Old Packets/VendorBuyPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/VendorBuyPackets.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: VendorBuyPackets.cs - Created: 2020/05/03 - Updated: 2020/05/03 * + * File: VendorBuyPackets.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/Packets/Old Packets/VendorSellPackets.cs b/Projects/Server/Network/Packets/Old Packets/VendorSellPackets.cs index f9f5f8e00..72baa464e 100644 --- a/Projects/Server/Network/Packets/Old Packets/VendorSellPackets.cs +++ b/Projects/Server/Network/Packets/Old Packets/VendorSellPackets.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: VendorSellPackets.cs * - * Created: 2020/05/07 - Updated: 2020/05/07 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/ServerConnectionHandler.cs b/Projects/Server/Network/ServerConnectionHandler.cs index 062563c2d..c7a6317f3 100644 --- a/Projects/Server/Network/ServerConnectionHandler.cs +++ b/Projects/Server/Network/ServerConnectionHandler.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerConnectionHandler.cs * - * Created: 2020/04/12 - Updated: 2020/04/12 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/ServerInfo.cs b/Projects/Server/Network/ServerInfo.cs index cf6a9445e..6153fe581 100644 --- a/Projects/Server/Network/ServerInfo.cs +++ b/Projects/Server/Network/ServerInfo.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ServerInfo.cs - Created: 2020/06/25 - Updated: 2020/06/25 * + * File: ServerInfo.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/ServerStartup.cs b/Projects/Server/Network/ServerStartup.cs index 2ef47b15b..5fdc3b74b 100644 --- a/Projects/Server/Network/ServerStartup.cs +++ b/Projects/Server/Network/ServerStartup.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ServerStartup.cs * - * Created: 2020/04/12 - Updated: 2020/04/12 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/StaticPacketHandlers.cs b/Projects/Server/Network/StaticPacketHandlers.cs index 38e5f4eb3..b00829879 100644 --- a/Projects/Server/Network/StaticPacketHandlers.cs +++ b/Projects/Server/Network/StaticPacketHandlers.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: StaticPacketHandlers.cs * - * Created: 2019/03/15 - Updated: 2019/12/24 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Network/TcpServer.cs b/Projects/Server/Network/TcpServer.cs index b2940c518..132ad25e0 100644 --- a/Projects/Server/Network/TcpServer.cs +++ b/Projects/Server/Network/TcpServer.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: TcpServer.cs * - * Created: 2020/04/12 - Updated: 2020/04/12 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Persistence/Persistence.cs b/Projects/Server/Persistence/Persistence.cs index 3d307b50f..01b965750 100644 --- a/Projects/Server/Persistence/Persistence.cs +++ b/Projects/Server/Persistence/Persistence.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: Persistence.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.IO; diff --git a/Projects/Server/Random/BaseRandomSource.cs b/Projects/Server/Random/BaseRandomSource.cs index 1410d51d8..1d1adea02 100644 --- a/Projects/Server/Random/BaseRandomSource.cs +++ b/Projects/Server/Random/BaseRandomSource.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: BaseRandomSource.cs - Created: 2020/07/25 - Updated: 2020/07/25 * + * File: BaseRandomSource.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Random/IRandomSource.cs b/Projects/Server/Random/IRandomSource.cs index 46fe05e43..e73acee61 100644 --- a/Projects/Server/Random/IRandomSource.cs +++ b/Projects/Server/Random/IRandomSource.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: IRandomSource.cs - Created: 2020/07/25 - Updated: 2020/07/25 * + * File: IRandomSource.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Random/RandomSources.cs b/Projects/Server/Random/RandomSources.cs index 66c642d4d..562f1fdff 100644 --- a/Projects/Server/Random/RandomSources.cs +++ b/Projects/Server/Random/RandomSources.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: RandomSources.cs - Created: 2020/05/24 - Updated: 2020/07/25 * + * File: RandomSources.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Random/SecureRandom.cs b/Projects/Server/Random/SecureRandom.cs index 5d96d2429..2eb403305 100644 --- a/Projects/Server/Random/SecureRandom.cs +++ b/Projects/Server/Random/SecureRandom.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: SecureRandom.cs - Created: 2020/01/09 - Updated: 2020/07/25 * + * File: SecureRandom.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Random/Xoshiro256PlusPlus.cs b/Projects/Server/Random/Xoshiro256PlusPlus.cs index af61d63f7..928126713 100644 --- a/Projects/Server/Random/Xoshiro256PlusPlus.cs +++ b/Projects/Server/Random/Xoshiro256PlusPlus.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Xoshiro256PlusPlus.cs * - * Created: 2020/01/09 - Updated: 2020/07/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Regions/RegionLoader.cs b/Projects/Server/Regions/RegionLoader.cs index d64e097ba..c331ec96a 100644 --- a/Projects/Server/Regions/RegionLoader.cs +++ b/Projects/Server/Regions/RegionLoader.cs @@ -1,3 +1,18 @@ +/************************************************************************* + * ModernUO * + * Copyright (C) 2019-2020 - ModernUO Development Team * + * Email: hi@modernuo.com * + * File: RegionLoader.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 System.Diagnostics; diff --git a/Projects/Server/Serialization/AsyncWriter.cs b/Projects/Server/Serialization/AsyncWriter.cs index 9b8134514..f82c1f3c2 100644 --- a/Projects/Server/Serialization/AsyncWriter.cs +++ b/Projects/Server/Serialization/AsyncWriter.cs @@ -1,20 +1,14 @@ /************************************************************************* * ModernUO * - * Copyright (C) 2020 - ModernUO Development Team * + * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: AsyncWriter.cs * - * Created: 2020/12/30 - Updated: 2020/04/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Serialization/BinaryFileReader.cs b/Projects/Server/Serialization/BinaryFileReader.cs index 445d112f0..3da6acdc8 100644 --- a/Projects/Server/Serialization/BinaryFileReader.cs +++ b/Projects/Server/Serialization/BinaryFileReader.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: BinaryFileReader.cs * - * Created: 2019/12/30 - Updated: 2020/01/18 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Serialization/BinaryFileWriter.cs b/Projects/Server/Serialization/BinaryFileWriter.cs index 91127dfa2..77121335d 100644 --- a/Projects/Server/Serialization/BinaryFileWriter.cs +++ b/Projects/Server/Serialization/BinaryFileWriter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: BinaryFileWriter.cs * - * Created: 2019/12/30 - Updated: 2020/01/18 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Serialization/IGenericReader.cs b/Projects/Server/Serialization/IGenericReader.cs index 05807dcca..370461c06 100644 --- a/Projects/Server/Serialization/IGenericReader.cs +++ b/Projects/Server/Serialization/IGenericReader.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IGenericReader.cs * - * Created: 2019/12/30 - Updated: 2020/01/18 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Serialization/IGenericWriter.cs b/Projects/Server/Serialization/IGenericWriter.cs index 22b7089fe..7570ca701 100644 --- a/Projects/Server/Serialization/IGenericWriter.cs +++ b/Projects/Server/Serialization/IGenericWriter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: IGenericWriter.cs * - * Created: 2019/12/30 - Updated: 2020/01/18 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Serialization/ISerializable.cs b/Projects/Server/Serialization/ISerializable.cs index 90d31ed07..74b4bcb90 100644 --- a/Projects/Server/Serialization/ISerializable.cs +++ b/Projects/Server/Serialization/ISerializable.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: ISerializable.cs * - * Created: 2019/12/30 - Updated: 2020/01/18 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Timer/TimerDelayCalls.cs b/Projects/Server/Timer/TimerDelayCalls.cs index 2990e31b6..fbc6f6f3c 100644 --- a/Projects/Server/Timer/TimerDelayCalls.cs +++ b/Projects/Server/Timer/TimerDelayCalls.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: TimerDelayCalls.cs - Created: 2020/07/31 - Updated: 2020/07/31 * + * File: TimerDelayCalls.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Utilities/ActivatorUtil.cs b/Projects/Server/Utilities/ActivatorUtil.cs index b43daa448..1aa71eef0 100644 --- a/Projects/Server/Utilities/ActivatorUtil.cs +++ b/Projects/Server/Utilities/ActivatorUtil.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: ActivatorUtil.cs - Created: 2020/02/19 - Updated: 2020/07/30 * + * File: ActivatorUtil.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/Server/Utilities/RefPool.cs b/Projects/Server/Utilities/RefPool.cs index 079923c56..7caf442bc 100644 --- a/Projects/Server/Utilities/RefPool.cs +++ b/Projects/Server/Utilities/RefPool.cs @@ -2,18 +2,13 @@ * ModernUO * * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * - * File: RefPool.cs - Created: 2020/02/20 - Updated: 2020/07/30 * + * File: RefPool.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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/AccountSecurity.cs b/Projects/UOContent/Accounting/Security/AccountSecurity.cs index 15752e734..dbc890a6f 100644 --- a/Projects/UOContent/Accounting/Security/AccountSecurity.cs +++ b/Projects/UOContent/Accounting/Security/AccountSecurity.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: AccountSecurity.cs * - * Created: 2020/05/01 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs index 74c8a9ec7..793357974 100644 --- a/Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs +++ b/Projects/UOContent/Accounting/Security/Argon2PasswordProtection.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: Argon2PasswordProtection.cs * - * Created: 2020/05/01 - Updated: 2020/07/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs b/Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs index 90b6a982b..423d3a170 100644 --- a/Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs +++ b/Projects/UOContent/Accounting/Security/MD5PasswordProtection.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: MD5PasswordProtection.cs * - * Created: 2020/05/01 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs index 0c1adc644..b88aa25fb 100644 --- a/Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs +++ b/Projects/UOContent/Accounting/Security/PBKDF2PasswordProtection.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: PBKDF2PasswordProtection.cs * - * Created: 2020/04/30 - Updated: 2020/05/01 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs b/Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs index a2735e783..ae88dfa85 100644 --- a/Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs +++ b/Projects/UOContent/Accounting/Security/SHA1PasswordProtection.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: SHA1PasswordProtection.cs * - * Created: 2020/05/01 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs b/Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs index 6f463f606..6dc2fdf0e 100644 --- a/Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs +++ b/Projects/UOContent/Accounting/Security/SHA2PasswordProtection.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: SHA2PasswordProtection.cs * - * Created: 2020/05/01 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Configuration/EmailConfiguration.cs b/Projects/UOContent/Configuration/EmailConfiguration.cs index bf17729ea..d0233627c 100644 --- a/Projects/UOContent/Configuration/EmailConfiguration.cs +++ b/Projects/UOContent/Configuration/EmailConfiguration.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: EmailConfiguration.cs * - * Created: 2019/10/04 - Updated: 2020/05/02 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Json/Converters/TextDefinitionConverter.cs b/Projects/UOContent/Json/Converters/TextDefinitionConverter.cs index 265c9ca41..875346da5 100644 --- a/Projects/UOContent/Json/Converters/TextDefinitionConverter.cs +++ b/Projects/UOContent/Json/Converters/TextDefinitionConverter.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: TextDefinitionConverter.cs * - * Created: 2020/05/25 - Updated: 2020/05/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/Projects/UOContent/Json/Converters/TextDefinitionConverterFactory.cs b/Projects/UOContent/Json/Converters/TextDefinitionConverterFactory.cs index 3b69b990c..f82430b34 100644 --- a/Projects/UOContent/Json/Converters/TextDefinitionConverterFactory.cs +++ b/Projects/UOContent/Json/Converters/TextDefinitionConverterFactory.cs @@ -3,18 +3,12 @@ * Copyright (C) 2019-2020 - ModernUO Development Team * * Email: hi@modernuo.com * * File: TextDefinitionConverterFactory.cs * - * Created: 2020/05/25 - Updated: 2020/05/25 * * * * 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. * * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * *************************************************************************/ diff --git a/rider-settings.zip b/rider-settings.zip index 85492fe12e11d55f634f56db53c437b0c356466d..4e8d2444d6f963f555ad66702bfc9d000802dc73 100644 GIT binary patch delta 1226 zcmaDW`$LvDz?+#xgn@&DgQ0>~dGdYM8xvXdn2UIoCz`6(=jPus5csz*zVMVlQ`e-j z*;;EIOpiI;UiqcfVQcLwpB*aG=2&c&%`kbp|Gkrf$lAG^MC&`_-_5I@_j&Hrbq6&B z&n)O>V^Y1mBz>vW)Y5Nk3wB$!%y7N2*=A-+7yH7E2?t%gtiK)H=l1vQ$3S+z1eND2 z9=+tiiTntty@m`A8J-2>&L7$i38F$fnUA;h zFh>OSoye^|x#Yv8_J~96uDP3HEv8D>9AshP%A9B&gR_B8LL(OapRU$$?2 z`+RYIPE?8cq(cg#K9*0z4o}{A+(+5`{7Um#YnA?FzfRXp>b;in-zINv&5x@&@*>h} zw>rN4@&AfYZgc;#h>N>2=5GDg_S3=GyB3=F7= zTbgzEW>x0TjLe{vet=DnJ)|-vF+0C%^H(-c7O=z7=C!{-AFy+L*mkM6kAZ<^c%<% zU$~99MHmp-cNecTBg5pktg@4pc(fQFPWI)IbOz?-K;$qH0-AyVoQw<%C8@auIf*5y z#rmbisYQAfxj6yej7-Sp=J851eP^Ehj#XyzG#)*s-7J%j@t89`VVV4&$BoH_ZL&MB ziUQC*fv)05`jlB17<9!M7z_}W09h;8CZA`Mw}Xbbo=bj7aB4|OW?p(Rnq7g&zU4(R bLvwNspA0yjX7foieww_U&wx#r2c!f5Qhn|O delta 1244 zcmew%`&O1Ez?+$6ay5_C#Q!49j$Bfc#TZrVZ|B`|5U4#L-V@WJz%*w|=n}RLua%xb ztuY2Jdsp;|8E*^UwD;XRsYhXdzxNr=SfDob_6GfXr_ao^OivGcm%;P6A#+P$v%0HL zd9TYt6Tfc^R#W%U?+g1HJDht=dM38kGjDM^)|~v|=k0=*^E##}%YD|E ze!qdef=6_^-OOWCA0?PCZjk;RVz&98L`GAlHpOGGM%QM zGu@Dp#>MF}b@xkV3o9?BMf|tiFK9Tk9*WiT(^oI(67;GUJ5XxGyMtN$&Or}FgHsB( z1MSWw{1VVBmPwJkxwl!D`&n_m_J#CXA_&Y;uA3$ZkHzqn@p6ppH&q; zTr94%P-SyzxG_^ttb3Zcs;;7~@d?4HkzY%8hc>*+n!$D^z;crQ`-Rye zve)mJEMtu7xgctkvMYOsPQZ-ZoBJk6Ek1Zwb!+P@sVKD_HB(+h&N4oE(U7i@ko<6hrO7>SbxqmyqZdTgp^gHbLrR=)2v+}w>etq6h_~lpl-mUZH zO~aN=J^cT%FN?{&*EO!M_jHD7eaYQj@n`$re;ej}Q9oRM?L}U~*JG0>mYQ4a-{AEt z>TlxtxM^ntJ^MF*{IF=r%l3P@@6WyK_d2)!c&hE2)u$&d3x8~!9dbjj`&D>hFSuzE9Y`TAZ% zE+<0)*55K|?-Q1{&b^iYNV#%Wiv4Vd2lMZ(4`V)jKqY%pS8;`~-NK@)oXf98J0AWk zbV+c7|CLkIE!+a{KPYO;TOOtRa>>_^3Sxi6&27IVr9Ft-@_g@x6`k7ETU0Na?lpAJ z5YtS3^FQ}l%DZPAhoxM^_wmSsyx>}|nM4@ifj8L(D0>Mc%a1O@ z%O}mad9o&-0xUcy2k=Qm105X*@(;{Aya@LJSti^J44HYwC5bsXsVRCT6(t};xftO7 g4MbKgi_Bqo&OMorM^S{84I~QEvK1KVN<1JQ0N9h~#Q*>R