diff --git a/src/GameServer/RemoteView/Character/StatIncreaseResultExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/StatIncreaseResultExtendedPlugIn.cs
index e9c4e8942..7ff39a7fa 100644
--- a/src/GameServer/RemoteView/Character/StatIncreaseResultExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/StatIncreaseResultExtendedPlugIn.cs
@@ -1,4 +1,10 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.AttributeSystem;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
@@ -6,8 +12,6 @@
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateCharacterStatsExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateCharacterStatsExtendedPlugIn.cs
index 51864ce28..760e3a9e5 100644
--- a/src/GameServer/RemoteView/Character/UpdateCharacterStatsExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateCharacterStatsExtendedPlugIn.cs
@@ -1,4 +1,10 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
@@ -6,8 +12,6 @@
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateCurrentHealthExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateCurrentHealthExtendedPlugIn.cs
index 0e14aead3..daf062c2c 100644
--- a/src/GameServer/RemoteView/Character/UpdateCurrentHealthExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateCurrentHealthExtendedPlugIn.cs
@@ -1,12 +1,16 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
using MUnique.OpenMU.Network.Packets.ServerToClient;
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateCurrentManaExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateCurrentManaExtendedPlugIn.cs
index 853af77bb..eb58815d1 100644
--- a/src/GameServer/RemoteView/Character/UpdateCurrentManaExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateCurrentManaExtendedPlugIn.cs
@@ -1,12 +1,16 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
using MUnique.OpenMU.Network.Packets.ServerToClient;
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateLevelExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateLevelExtendedPlugIn.cs
index 08b8bf468..e75e26126 100644
--- a/src/GameServer/RemoteView/Character/UpdateLevelExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateLevelExtendedPlugIn.cs
@@ -1,4 +1,10 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views;
@@ -8,8 +14,6 @@
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateMasterStatsExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateMasterStatsExtendedPlugIn.cs
index b71325b8c..f208797ed 100644
--- a/src/GameServer/RemoteView/Character/UpdateMasterStatsExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateMasterStatsExtendedPlugIn.cs
@@ -1,4 +1,10 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
@@ -6,8 +12,6 @@
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateMaximumHealthExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateMaximumHealthExtendedPlugIn.cs
index 7caac9b9c..5dd404843 100644
--- a/src/GameServer/RemoteView/Character/UpdateMaximumHealthExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateMaximumHealthExtendedPlugIn.cs
@@ -1,12 +1,16 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
using MUnique.OpenMU.Network.Packets.ServerToClient;
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///
diff --git a/src/GameServer/RemoteView/Character/UpdateMaximumManaExtendedPlugIn.cs b/src/GameServer/RemoteView/Character/UpdateMaximumManaExtendedPlugIn.cs
index 93e9466c1..899f989c9 100644
--- a/src/GameServer/RemoteView/Character/UpdateMaximumManaExtendedPlugIn.cs
+++ b/src/GameServer/RemoteView/Character/UpdateMaximumManaExtendedPlugIn.cs
@@ -1,12 +1,16 @@
-using System.Runtime.InteropServices;
+//
+// Licensed under the MIT License. See LICENSE file in the project root for full license information.
+//
+
+namespace MUnique.OpenMU.GameServer.RemoteView.Character;
+
+using System.Runtime.InteropServices;
using MUnique.OpenMU.GameLogic.Attributes;
using MUnique.OpenMU.GameLogic.Views.Character;
using MUnique.OpenMU.Network.Packets.ServerToClient;
using MUnique.OpenMU.Network.PlugIns;
using MUnique.OpenMU.PlugIns;
-namespace MUnique.OpenMU.GameServer.RemoteView.Character;
-
///
/// The extended implementation of the which is forwarding everything to the game client with specific data packets.
///