diff --git a/FFXIVClassic Common Class Lib/BasePacket.cs b/FFXIVClassic Common Class Lib/BasePacket.cs
index 5532d079..09de9697 100644
--- a/FFXIVClassic Common Class Lib/BasePacket.cs
+++ b/FFXIVClassic Common Class Lib/BasePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
@@ -452,4 +473,4 @@ namespace FFXIVClassic.Common
logger.Log(logEvent);
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Common Class Lib/Bitfield.cs b/FFXIVClassic Common Class Lib/Bitfield.cs
index 3ef5e7b5..cbfd0231 100644
--- a/FFXIVClassic Common Class Lib/Bitfield.cs
+++ b/FFXIVClassic Common Class Lib/Bitfield.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic.Common
{
@@ -71,4 +92,4 @@ namespace FFXIVClassic.Common
return r;
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Common Class Lib/Blowfish.cs b/FFXIVClassic Common Class Lib/Blowfish.cs
index e42fd062..d6390872 100644
--- a/FFXIVClassic Common Class Lib/Blowfish.cs
+++ b/FFXIVClassic Common Class Lib/Blowfish.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic.Common
{
diff --git a/FFXIVClassic Common Class Lib/EfficientHashTables.cs b/FFXIVClassic Common Class Lib/EfficientHashTables.cs
index d96f2303..1b1f58b0 100644
--- a/FFXIVClassic Common Class Lib/EfficientHashTables.cs
+++ b/FFXIVClassic Common Class Lib/EfficientHashTables.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic.Common
{
diff --git a/FFXIVClassic Common Class Lib/Sql.cs b/FFXIVClassic Common Class Lib/Sql.cs
index ace44be3..b4fcdd23 100644
--- a/FFXIVClassic Common Class Lib/Sql.cs
+++ b/FFXIVClassic Common Class Lib/Sql.cs
@@ -1,4 +1,25 @@
-using NLog;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using NLog;
namespace FFXIVClassic.Common
{
diff --git a/FFXIVClassic Common Class Lib/SubPacket.cs b/FFXIVClassic Common Class Lib/SubPacket.cs
index 1f9e38cb..7b005be6 100644
--- a/FFXIVClassic Common Class Lib/SubPacket.cs
+++ b/FFXIVClassic Common Class Lib/SubPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Runtime.InteropServices;
using NLog;
using NLog.Targets;
@@ -214,4 +235,4 @@ namespace FFXIVClassic.Common
#endif
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Common Class Lib/Utils.cs b/FFXIVClassic Common Class Lib/Utils.cs
index a0c05140..01e1e5df 100644
--- a/FFXIVClassic Common Class Lib/Utils.cs
+++ b/FFXIVClassic Common Class Lib/Utils.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
@@ -454,4 +475,4 @@ namespace FFXIVClassic.Common
return dx * dx + dz * dz;
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Common Class Lib/Vector3.cs b/FFXIVClassic Common Class Lib/Vector3.cs
index a938c8cb..ffee8147 100644
--- a/FFXIVClassic Common Class Lib/Vector3.cs
+++ b/FFXIVClassic Common Class Lib/Vector3.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic.Common
{
diff --git a/FFXIVClassic Lobby Server/ClientConnection.cs b/FFXIVClassic Lobby Server/ClientConnection.cs
index 91be70d6..d1d98352 100644
--- a/FFXIVClassic Lobby Server/ClientConnection.cs
+++ b/FFXIVClassic Lobby Server/ClientConnection.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Net.Sockets;
using FFXIVClassic.Common;
using System.Collections.Concurrent;
diff --git a/FFXIVClassic Lobby Server/ConfigConstants.cs b/FFXIVClassic Lobby Server/ConfigConstants.cs
index 4f3b4d3d..0bc8f6da 100644
--- a/FFXIVClassic Lobby Server/ConfigConstants.cs
+++ b/FFXIVClassic Lobby Server/ConfigConstants.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Linq;
diff --git a/FFXIVClassic Lobby Server/Database.cs b/FFXIVClassic Lobby Server/Database.cs
index 1ef82b66..23e5c971 100644
--- a/FFXIVClassic Lobby Server/Database.cs
+++ b/FFXIVClassic Lobby Server/Database.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Lobby_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Lobby_Server.dataobjects;
using MySql.Data.MySqlClient;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic Lobby Server/PacketProcessor.cs b/FFXIVClassic Lobby Server/PacketProcessor.cs
index c4f27e85..4acf252d 100644
--- a/FFXIVClassic Lobby Server/PacketProcessor.cs
+++ b/FFXIVClassic Lobby Server/PacketProcessor.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Lobby_Server.dataobjects;
using FFXIVClassic_Lobby_Server.packets;
using FFXIVClassic_Lobby_Server.packets.receive;
diff --git a/FFXIVClassic Lobby Server/Program.cs b/FFXIVClassic Lobby Server/Program.cs
index a5ce58fe..e6f4d137 100644
--- a/FFXIVClassic Lobby Server/Program.cs
+++ b/FFXIVClassic Lobby Server/Program.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Diagnostics;
using System.Threading;
using MySql.Data.MySqlClient;
diff --git a/FFXIVClassic Lobby Server/Server.cs b/FFXIVClassic Lobby Server/Server.cs
index 408ffa89..b8ad3713 100644
--- a/FFXIVClassic Lobby Server/Server.cs
+++ b/FFXIVClassic Lobby Server/Server.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
diff --git a/FFXIVClassic Lobby Server/dataobjects/Account.cs b/FFXIVClassic Lobby Server/dataobjects/Account.cs
index 26415924..4baa3ec4 100644
--- a/FFXIVClassic Lobby Server/dataobjects/Account.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/Account.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic_Lobby_Server.dataobjects
{
diff --git a/FFXIVClassic Lobby Server/dataobjects/Appearance.cs b/FFXIVClassic Lobby Server/dataobjects/Appearance.cs
index a0b68817..096d5aa8 100644
--- a/FFXIVClassic Lobby Server/dataobjects/Appearance.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/Appearance.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Lobby_Server.dataobjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Lobby_Server.dataobjects
{
class Appearance
{
diff --git a/FFXIVClassic Lobby Server/dataobjects/CharaInfo.cs b/FFXIVClassic Lobby Server/dataobjects/CharaInfo.cs
index 857131b5..3b218ec8 100644
--- a/FFXIVClassic Lobby Server/dataobjects/CharaInfo.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/CharaInfo.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
using System.IO;
diff --git a/FFXIVClassic Lobby Server/dataobjects/Character.cs b/FFXIVClassic Lobby Server/dataobjects/Character.cs
index e120d431..3392a086 100644
--- a/FFXIVClassic Lobby Server/dataobjects/Character.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/Character.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
using FFXIVClassic_Lobby_Server.dataobjects;
diff --git a/FFXIVClassic Lobby Server/dataobjects/Retainer.cs b/FFXIVClassic Lobby Server/dataobjects/Retainer.cs
index 2585ef0b..06d44eca 100644
--- a/FFXIVClassic Lobby Server/dataobjects/Retainer.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/Retainer.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Lobby_Server
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Lobby_Server
{
class Retainer
{
@@ -15,4 +36,4 @@
this.doRename = doRename;
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Lobby Server/dataobjects/World.cs b/FFXIVClassic Lobby Server/dataobjects/World.cs
index 67749216..18ded82c 100644
--- a/FFXIVClassic Lobby Server/dataobjects/World.cs
+++ b/FFXIVClassic Lobby Server/dataobjects/World.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Lobby_Server.dataobjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Lobby_Server.dataobjects
{
class World
{
diff --git a/FFXIVClassic Lobby Server/packets/HardCoded_Packets.cs b/FFXIVClassic Lobby Server/packets/HardCoded_Packets.cs
index 2d80bd74..1a901019 100644
--- a/FFXIVClassic Lobby Server/packets/HardCoded_Packets.cs
+++ b/FFXIVClassic Lobby Server/packets/HardCoded_Packets.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Lobby_Server.packets
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Lobby_Server.packets
{
class HardCoded_Packets
{
diff --git a/FFXIVClassic Lobby Server/packets/receive/CharacterModifyPacket.cs b/FFXIVClassic Lobby Server/packets/receive/CharacterModifyPacket.cs
index fc833926..adf5c034 100644
--- a/FFXIVClassic Lobby Server/packets/receive/CharacterModifyPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/receive/CharacterModifyPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Lobby Server/packets/receive/SecurityHandshakePacket.cs b/FFXIVClassic Lobby Server/packets/receive/SecurityHandshakePacket.cs
index b6196ed6..6533494a 100644
--- a/FFXIVClassic Lobby Server/packets/receive/SecurityHandshakePacket.cs
+++ b/FFXIVClassic Lobby Server/packets/receive/SecurityHandshakePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Lobby Server/packets/receive/SelectCharacterPacket.cs b/FFXIVClassic Lobby Server/packets/receive/SelectCharacterPacket.cs
index e23cd88b..6f8a640b 100644
--- a/FFXIVClassic Lobby Server/packets/receive/SelectCharacterPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/receive/SelectCharacterPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Lobby_Server.packets.receive
diff --git a/FFXIVClassic Lobby Server/packets/receive/SessionPacket.cs b/FFXIVClassic Lobby Server/packets/receive/SessionPacket.cs
index 4499ca5f..d9c5a1db 100644
--- a/FFXIVClassic Lobby Server/packets/receive/SessionPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/receive/SessionPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Lobby Server/packets/send/AccountListPacket.cs b/FFXIVClassic Lobby Server/packets/send/AccountListPacket.cs
index 2ec17d81..70c5d931 100644
--- a/FFXIVClassic Lobby Server/packets/send/AccountListPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/AccountListPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Lobby_Server.dataobjects;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic Lobby Server/packets/send/CharaCreatorPacket.cs b/FFXIVClassic Lobby Server/packets/send/CharaCreatorPacket.cs
index 31c9a882..fe462cf9 100644
--- a/FFXIVClassic Lobby Server/packets/send/CharaCreatorPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/CharaCreatorPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Lobby Server/packets/send/CharacterListPacket.cs b/FFXIVClassic Lobby Server/packets/send/CharacterListPacket.cs
index bceeac8c..92417495 100644
--- a/FFXIVClassic Lobby Server/packets/send/CharacterListPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/CharacterListPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Lobby_Server.dataobjects;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic Lobby Server/packets/send/ErrorPacket.cs b/FFXIVClassic Lobby Server/packets/send/ErrorPacket.cs
index 621732d3..526a4b81 100644
--- a/FFXIVClassic Lobby Server/packets/send/ErrorPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/ErrorPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Lobby Server/packets/send/ImportListPacket.cs b/FFXIVClassic Lobby Server/packets/send/ImportListPacket.cs
index ffb3a9cd..ab210af3 100644
--- a/FFXIVClassic Lobby Server/packets/send/ImportListPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/ImportListPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Lobby Server/packets/send/RetainerListPacket.cs b/FFXIVClassic Lobby Server/packets/send/RetainerListPacket.cs
index e17e39b2..b485091e 100644
--- a/FFXIVClassic Lobby Server/packets/send/RetainerListPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/RetainerListPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Lobby Server/packets/send/SelectCharacterConfirmPacket.cs b/FFXIVClassic Lobby Server/packets/send/SelectCharacterConfirmPacket.cs
index 35686caa..d386dde9 100644
--- a/FFXIVClassic Lobby Server/packets/send/SelectCharacterConfirmPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/SelectCharacterConfirmPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Lobby Server/packets/send/WorldListPacket.cs b/FFXIVClassic Lobby Server/packets/send/WorldListPacket.cs
index 86e4712a..9725222c 100644
--- a/FFXIVClassic Lobby Server/packets/send/WorldListPacket.cs
+++ b/FFXIVClassic Lobby Server/packets/send/WorldListPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Lobby_Server.dataobjects;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic Lobby Server/utils/CharacterCreatorUtils.cs b/FFXIVClassic Lobby Server/utils/CharacterCreatorUtils.cs
index d062bbbf..872a381d 100644
--- a/FFXIVClassic Lobby Server/utils/CharacterCreatorUtils.cs
+++ b/FFXIVClassic Lobby Server/utils/CharacterCreatorUtils.cs
@@ -1,4 +1,25 @@
-using System.Collections.Generic;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.Collections.Generic;
namespace FFXIVClassic_Lobby_Server.utils
{
diff --git a/FFXIVClassic Map Server/CommandProcessor.cs b/FFXIVClassic Map Server/CommandProcessor.cs
index 93e80cd3..c221b30a 100644
--- a/FFXIVClassic Map Server/CommandProcessor.cs
+++ b/FFXIVClassic Map Server/CommandProcessor.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Linq;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/ConfigConstants.cs b/FFXIVClassic Map Server/ConfigConstants.cs
index 2c225430..b8d03e5c 100644
--- a/FFXIVClassic Map Server/ConfigConstants.cs
+++ b/FFXIVClassic Map Server/ConfigConstants.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Linq;
diff --git a/FFXIVClassic Map Server/Database.cs b/FFXIVClassic Map Server/Database.cs
index aebcfede..8c5ff0b7 100644
--- a/FFXIVClassic Map Server/Database.cs
+++ b/FFXIVClassic Map Server/Database.cs
@@ -1,4 +1,25 @@
-using MySql.Data.MySqlClient;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using MySql.Data.MySqlClient;
using System;
using System.Collections.Generic;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/PacketProcessor.cs b/FFXIVClassic Map Server/PacketProcessor.cs
index 8360e652..4f31f28d 100644
--- a/FFXIVClassic Map Server/PacketProcessor.cs
+++ b/FFXIVClassic Map Server/PacketProcessor.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/Program.cs b/FFXIVClassic Map Server/Program.cs
index 08549016..b345375a 100644
--- a/FFXIVClassic Map Server/Program.cs
+++ b/FFXIVClassic Map Server/Program.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Diagnostics;
using MySql.Data.MySqlClient;
using NLog;
diff --git a/FFXIVClassic Map Server/Server.cs b/FFXIVClassic Map Server/Server.cs
index 3dcbf501..a9e1c805 100644
--- a/FFXIVClassic Map Server/Server.cs
+++ b/FFXIVClassic Map Server/Server.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
@@ -305,4 +326,4 @@ namespace FFXIVClassic_Map_Server
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/WorldManager.cs b/FFXIVClassic Map Server/WorldManager.cs
index ba4ca7a0..036e71cf 100644
--- a/FFXIVClassic Map Server/WorldManager.cs
+++ b/FFXIVClassic Map Server/WorldManager.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.area;
using FFXIVClassic_Map_Server.actors.chara.npc;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/actors/Actor.cs b/FFXIVClassic Map Server/actors/Actor.cs
index e2fc5df2..2f6aad70 100644
--- a/FFXIVClassic Map Server/actors/Actor.cs
+++ b/FFXIVClassic Map Server/actors/Actor.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic_Map_Server.actors;
using FFXIVClassic_Map_Server.lua;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/actors/EventList.cs b/FFXIVClassic Map Server/actors/EventList.cs
index 1e59f85c..94148b2d 100644
--- a/FFXIVClassic Map Server/actors/EventList.cs
+++ b/FFXIVClassic Map Server/actors/EventList.cs
@@ -1,4 +1,25 @@
-using System.Collections.Generic;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.Collections.Generic;
namespace FFXIVClassic_Map_Server.actors
{
diff --git a/FFXIVClassic Map Server/actors/StaticActors.cs b/FFXIVClassic Map Server/actors/StaticActors.cs
index 153b3092..2aa216dd 100644
--- a/FFXIVClassic Map Server/actors/StaticActors.cs
+++ b/FFXIVClassic Map Server/actors/StaticActors.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/actors/area/Area.cs b/FFXIVClassic Map Server/actors/area/Area.cs
index 69bdfda7..dfc6cc3f 100644
--- a/FFXIVClassic Map Server/actors/area/Area.cs
+++ b/FFXIVClassic Map Server/actors/area/Area.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.area;
using FFXIVClassic_Map_Server.actors.chara.npc;
using FFXIVClassic_Map_Server.lua;
diff --git a/FFXIVClassic Map Server/actors/area/PrivateArea.cs b/FFXIVClassic Map Server/actors/area/PrivateArea.cs
index 680999ac..6c5b2893 100644
--- a/FFXIVClassic Map Server/actors/area/PrivateArea.cs
+++ b/FFXIVClassic Map Server/actors/area/PrivateArea.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
diff --git a/FFXIVClassic Map Server/actors/area/PrivateAreaContent.cs b/FFXIVClassic Map Server/actors/area/PrivateAreaContent.cs
index ba979387..884fbde3 100644
--- a/FFXIVClassic Map Server/actors/area/PrivateAreaContent.cs
+++ b/FFXIVClassic Map Server/actors/area/PrivateAreaContent.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.director;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.director;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
using System;
diff --git a/FFXIVClassic Map Server/actors/area/SpawnLocation.cs b/FFXIVClassic Map Server/actors/area/SpawnLocation.cs
index 3321b4d2..954615eb 100644
--- a/FFXIVClassic Map Server/actors/area/SpawnLocation.cs
+++ b/FFXIVClassic Map Server/actors/area/SpawnLocation.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.area
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.area
{
class SpawnLocation
{
diff --git a/FFXIVClassic Map Server/actors/area/Zone.cs b/FFXIVClassic Map Server/actors/area/Zone.cs
index 18c05389..adf8c9a4 100644
--- a/FFXIVClassic Map Server/actors/area/Zone.cs
+++ b/FFXIVClassic Map Server/actors/area/Zone.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/actors/chara/AetheryteWork.cs b/FFXIVClassic Map Server/actors/chara/AetheryteWork.cs
index f301ca3c..c35a57a0 100644
--- a/FFXIVClassic Map Server/actors/chara/AetheryteWork.cs
+++ b/FFXIVClassic Map Server/actors/chara/AetheryteWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class AetheryteWork
{
diff --git a/FFXIVClassic Map Server/actors/chara/BattleSave.cs b/FFXIVClassic Map Server/actors/chara/BattleSave.cs
index 8d2928e4..68582135 100644
--- a/FFXIVClassic Map Server/actors/chara/BattleSave.cs
+++ b/FFXIVClassic Map Server/actors/chara/BattleSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class BattleSave
{
diff --git a/FFXIVClassic Map Server/actors/chara/BattleTemp.cs b/FFXIVClassic Map Server/actors/chara/BattleTemp.cs
index 9f46b35f..d418c94f 100644
--- a/FFXIVClassic Map Server/actors/chara/BattleTemp.cs
+++ b/FFXIVClassic Map Server/actors/chara/BattleTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class BattleTemp
{
diff --git a/FFXIVClassic Map Server/actors/chara/CharaWork.cs b/FFXIVClassic Map Server/actors/chara/CharaWork.cs
index 45afc964..e89cfefa 100644
--- a/FFXIVClassic Map Server/actors/chara/CharaWork.cs
+++ b/FFXIVClassic Map Server/actors/chara/CharaWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class CharaWork
{
diff --git a/FFXIVClassic Map Server/actors/chara/Character.cs b/FFXIVClassic Map Server/actors/chara/Character.cs
index adda181a..6f78d0e6 100644
--- a/FFXIVClassic Map Server/actors/chara/Character.cs
+++ b/FFXIVClassic Map Server/actors/chara/Character.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.chara.player;
using FFXIVClassic_Map_Server.actors.group;
@@ -1318,4 +1339,4 @@ namespace FFXIVClassic_Map_Server.Actors
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/EventSave.cs b/FFXIVClassic Map Server/actors/chara/EventSave.cs
index f6f9424d..4895e4db 100644
--- a/FFXIVClassic Map Server/actors/chara/EventSave.cs
+++ b/FFXIVClassic Map Server/actors/chara/EventSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class EventSave
{
diff --git a/FFXIVClassic Map Server/actors/chara/EventTemp.cs b/FFXIVClassic Map Server/actors/chara/EventTemp.cs
index 70701df2..4d7b3f4f 100644
--- a/FFXIVClassic Map Server/actors/chara/EventTemp.cs
+++ b/FFXIVClassic Map Server/actors/chara/EventTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class EventTemp
{
diff --git a/FFXIVClassic Map Server/actors/chara/ItemPackage.cs b/FFXIVClassic Map Server/actors/chara/ItemPackage.cs
index 1d4cdb44..9d0d6aa1 100644
--- a/FFXIVClassic Map Server/actors/chara/ItemPackage.cs
+++ b/FFXIVClassic Map Server/actors/chara/ItemPackage.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.chara.npc;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/actors/chara/Modifier.cs b/FFXIVClassic Map Server/actors/chara/Modifier.cs
index bba437b7..3c977cc5 100644
--- a/FFXIVClassic Map Server/actors/chara/Modifier.cs
+++ b/FFXIVClassic Map Server/actors/chara/Modifier.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic_Map_Server.actors.chara
{
diff --git a/FFXIVClassic Map Server/actors/chara/ModifierList.cs b/FFXIVClassic Map Server/actors/chara/ModifierList.cs
index b09790a6..0ec7c403 100644
--- a/FFXIVClassic Map Server/actors/chara/ModifierList.cs
+++ b/FFXIVClassic Map Server/actors/chara/ModifierList.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
namespace FFXIVClassic_Map_Server.actors.chara
diff --git a/FFXIVClassic Map Server/actors/chara/ParameterSave.cs b/FFXIVClassic Map Server/actors/chara/ParameterSave.cs
index 4dd9f52c..5519cf33 100644
--- a/FFXIVClassic Map Server/actors/chara/ParameterSave.cs
+++ b/FFXIVClassic Map Server/actors/chara/ParameterSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class ParameterSave
{
diff --git a/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs b/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs
index 399e7e84..9eafc699 100644
--- a/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs
+++ b/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class ParameterTemp
{
diff --git a/FFXIVClassic Map Server/actors/chara/ReferencedItemPackage.cs b/FFXIVClassic Map Server/actors/chara/ReferencedItemPackage.cs
index cb8b7c64..75f4dd9e 100644
--- a/FFXIVClassic Map Server/actors/chara/ReferencedItemPackage.cs
+++ b/FFXIVClassic Map Server/actors/chara/ReferencedItemPackage.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.chara.player;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.chara.player;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
using FFXIVClassic_Map_Server.packets.send.actor.inventory;
diff --git a/FFXIVClassic Map Server/actors/chara/SubState.cs b/FFXIVClassic Map Server/actors/chara/SubState.cs
index 38cb3693..6fbb147d 100644
--- a/FFXIVClassic Map Server/actors/chara/SubState.cs
+++ b/FFXIVClassic Map Server/actors/chara/SubState.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.chara
{
class SubState
{
diff --git a/FFXIVClassic Map Server/actors/chara/Work.cs b/FFXIVClassic Map Server/actors/chara/Work.cs
index 7f9e3f33..32b55b70 100644
--- a/FFXIVClassic Map Server/actors/chara/Work.cs
+++ b/FFXIVClassic Map Server/actors/chara/Work.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class Work
{
diff --git a/FFXIVClassic Map Server/actors/chara/ai/AIContainer.cs b/FFXIVClassic Map Server/actors/chara/ai/AIContainer.cs
index 254068a6..c2e73c64 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/AIContainer.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/AIContainer.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.actors.chara.ai.state;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/BattleCommand.cs b/FFXIVClassic Map Server/actors/chara/ai/BattleCommand.cs
index 2a9cf6f6..8209da9f 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/BattleCommand.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/BattleCommand.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.Actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.Actors;
using System;
using System.Collections.Generic;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
@@ -388,4 +409,4 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
return (ushort) actionType;
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/ai/BattleTrait.cs b/FFXIVClassic Map Server/actors/chara/ai/BattleTrait.cs
index 0ab36e87..c0f3335a 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/BattleTrait.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/BattleTrait.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.chara.ai
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.chara.ai
{
class BattleTrait
{
diff --git a/FFXIVClassic Map Server/actors/chara/ai/HateContainer.cs b/FFXIVClassic Map Server/actors/chara/ai/HateContainer.cs
index 72f62dcc..c084680f 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/HateContainer.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/HateContainer.cs
@@ -1,4 +1,25 @@
-using System.Collections.Generic;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.Collections.Generic;
using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai
diff --git a/FFXIVClassic Map Server/actors/chara/ai/StatusEffect.cs b/FFXIVClassic Map Server/actors/chara/ai/StatusEffect.cs
index 7f006567..a272daf7 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/StatusEffect.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/StatusEffect.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.Actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
using System;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/StatusEffectContainer.cs b/FFXIVClassic Map Server/actors/chara/ai/StatusEffectContainer.cs
index 9e0925d8..c9225380 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/StatusEffectContainer.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/StatusEffectContainer.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Linq;
using FFXIVClassic.Common;
@@ -421,4 +442,4 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
return new CommandResult(owner.actorId, 30330, (uint) HitEffect.StatusEffectType | newEffectId);
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/ai/controllers/AllyController.cs b/FFXIVClassic Map Server/actors/chara/ai/controllers/AllyController.cs
index 3a474e4f..0cbadcda 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/controllers/AllyController.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/controllers/AllyController.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.actors.chara.npc;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/controllers/BattleNpcController.cs b/FFXIVClassic Map Server/actors/chara/ai/controllers/BattleNpcController.cs
index 8f21f8c8..ca9d861b 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/controllers/BattleNpcController.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/controllers/BattleNpcController.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/controllers/Controller.cs b/FFXIVClassic Map Server/actors/chara/ai/controllers/Controller.cs
index 2bc58f6f..b0810cdd 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/controllers/Controller.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/controllers/Controller.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
diff --git a/FFXIVClassic Map Server/actors/chara/ai/controllers/PetController.cs b/FFXIVClassic Map Server/actors/chara/ai/controllers/PetController.cs
index 83290fbe..90b0f8ef 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/controllers/PetController.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/controllers/PetController.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
diff --git a/FFXIVClassic Map Server/actors/chara/ai/controllers/PlayerController.cs b/FFXIVClassic Map Server/actors/chara/ai/controllers/PlayerController.cs
index 0266ee6f..93ad9a95 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/controllers/PlayerController.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/controllers/PlayerController.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
diff --git a/FFXIVClassic Map Server/actors/chara/ai/helpers/ActionQueue.cs b/FFXIVClassic Map Server/actors/chara/ai/helpers/ActionQueue.cs
index 96c0b51d..06f960fb 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/helpers/ActionQueue.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/helpers/ActionQueue.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/helpers/PathFind.cs b/FFXIVClassic Map Server/actors/chara/ai/helpers/PathFind.cs
index d45b0787..e2d32fff 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/helpers/PathFind.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/helpers/PathFind.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.utils;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/helpers/TargetFind.cs b/FFXIVClassic Map Server/actors/chara/ai/helpers/TargetFind.cs
index 49adbcb8..d17c902f 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/helpers/TargetFind.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/helpers/TargetFind.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Linq;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/AbilityState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/AbilityState.cs
index a37cb2dd..ccccd041 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/AbilityState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/AbilityState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/AttackState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/AttackState.cs
index 14e7d226..085bd2d4 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/AttackState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/AttackState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/DeathState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/DeathState.cs
index 4e049679..4975ad75 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/DeathState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/DeathState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/DespawnState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/DespawnState.cs
index edf85561..5bb3ebdc 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/DespawnState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/DespawnState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/InactiveState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/InactiveState.cs
index 63bf140b..45ccc764 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/InactiveState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/InactiveState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/ItemState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/ItemState.cs
index f5cb8d9b..c8f629c7 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/ItemState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/ItemState.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.Actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/MagicState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/MagicState.cs
index 4008a72a..871c7492 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/MagicState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/MagicState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/State.cs b/FFXIVClassic Map Server/actors/chara/ai/state/State.cs
index 81985221..8c414cbb 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/State.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/State.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/state/WeaponSkillState.cs b/FFXIVClassic Map Server/actors/chara/ai/state/WeaponSkillState.cs
index a6ecb15e..18a0abdb 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/state/WeaponSkillState.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/state/WeaponSkillState.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
diff --git a/FFXIVClassic Map Server/actors/chara/ai/utils/AttackUtils.cs b/FFXIVClassic Map Server/actors/chara/ai/utils/AttackUtils.cs
index e2aa568c..da6a5676 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/utils/AttackUtils.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/utils/AttackUtils.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.Actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.Actors;
namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
{
static class AttackUtils
@@ -16,4 +37,4 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
return Program.Random.Next(10) * 10;
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/ai/utils/BattleUtils.cs b/FFXIVClassic Map Server/actors/chara/ai/utils/BattleUtils.cs
index 85141818..175e0481 100644
--- a/FFXIVClassic Map Server/actors/chara/ai/utils/BattleUtils.cs
+++ b/FFXIVClassic Map Server/actors/chara/ai/utils/BattleUtils.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Linq;
@@ -900,4 +921,4 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs b/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs
index 61e6d8eb..7577567b 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.chara.npc
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.chara.npc
{
class ActorClass
{
diff --git a/FFXIVClassic Map Server/actors/chara/npc/Ally.cs b/FFXIVClassic Map Server/actors/chara/npc/Ally.cs
index ae0daf94..499eaa42 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/Ally.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/Ally.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.Actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.actors.chara.ai;
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
diff --git a/FFXIVClassic Map Server/actors/chara/npc/BattleNpc.cs b/FFXIVClassic Map Server/actors/chara/npc/BattleNpc.cs
index 7d736201..841a7cc5 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/BattleNpc.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/BattleNpc.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.chara.npc;
diff --git a/FFXIVClassic Map Server/actors/chara/npc/MobModifier.cs b/FFXIVClassic Map Server/actors/chara/npc/MobModifier.cs
index 20aa606d..0d6e27a5 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/MobModifier.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/MobModifier.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.chara.npc
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.chara.npc
{
enum MobModifier
{
@@ -31,4 +52,4 @@
Linked = 26, // Did I get aggroed via linking?
LinkCount = 27 // How many BattleNPCs got linked with me
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs
index 6d681fea..99878e96 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors;
using FFXIVClassic_Map_Server.actors.chara.npc;
using FFXIVClassic_Map_Server.Actors.Chara;
diff --git a/FFXIVClassic Map Server/actors/chara/npc/NpcWork.cs b/FFXIVClassic Map Server/actors/chara/npc/NpcWork.cs
index 7827f7f5..4ceffffd 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/NpcWork.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/NpcWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors.Chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors.Chara
{
class NpcWork
{
diff --git a/FFXIVClassic Map Server/actors/chara/npc/Pet.cs b/FFXIVClassic Map Server/actors/chara/npc/Pet.cs
index ef7bcc85..1cbdc45b 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/Pet.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/Pet.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic_Map_Server.actors.chara.ai;
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
using FFXIVClassic_Map_Server.actors.chara.npc;
diff --git a/FFXIVClassic Map Server/actors/chara/npc/Retainer.cs b/FFXIVClassic Map Server/actors/chara/npc/Retainer.cs
index f1b26fae..c74ad16a 100644
--- a/FFXIVClassic Map Server/actors/chara/npc/Retainer.cs
+++ b/FFXIVClassic Map Server/actors/chara/npc/Retainer.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.chara.player;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.chara.player;
using FFXIVClassic_Map_Server.Actors;
using System;
diff --git a/FFXIVClassic Map Server/actors/chara/player/Player.cs b/FFXIVClassic Map Server/actors/chara/player/Player.cs
index 150057d0..ae7ad00f 100644
--- a/FFXIVClassic Map Server/actors/chara/player/Player.cs
+++ b/FFXIVClassic Map Server/actors/chara/player/Player.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using MoonSharp.Interpreter;
diff --git a/FFXIVClassic Map Server/actors/chara/player/PlayerWork.cs b/FFXIVClassic Map Server/actors/chara/player/PlayerWork.cs
index a4206abf..048fb5fa 100644
--- a/FFXIVClassic Map Server/actors/chara/player/PlayerWork.cs
+++ b/FFXIVClassic Map Server/actors/chara/player/PlayerWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.dataobjects.chara
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.dataobjects.chara
{
class PlayerWork
{
diff --git a/FFXIVClassic Map Server/actors/command/Command.cs b/FFXIVClassic Map Server/actors/command/Command.cs
index f4f0a538..cceb0b2f 100644
--- a/FFXIVClassic Map Server/actors/command/Command.cs
+++ b/FFXIVClassic Map Server/actors/command/Command.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors
{
class Command : Actor
{
diff --git a/FFXIVClassic Map Server/actors/debug/Debug.cs b/FFXIVClassic Map Server/actors/debug/Debug.cs
index 49b62173..5f887d96 100644
--- a/FFXIVClassic Map Server/actors/debug/Debug.cs
+++ b/FFXIVClassic Map Server/actors/debug/Debug.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.lua;
using FFXIVClassic_Map_Server.packets.send.actor;
using System.Collections.Generic;
diff --git a/FFXIVClassic Map Server/actors/director/Director.cs b/FFXIVClassic Map Server/actors/director/Director.cs
index 3f3c5a6b..6c3db421 100644
--- a/FFXIVClassic Map Server/actors/director/Director.cs
+++ b/FFXIVClassic Map Server/actors/director/Director.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.area;
using FFXIVClassic_Map_Server.actors.group;
@@ -318,4 +339,4 @@ namespace FFXIVClassic_Map_Server.actors.director
LuaEngine.GetInstance().ResolveResume(player, coroutine, value);
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/actors/director/GuildleveDirector.cs b/FFXIVClassic Map Server/actors/director/GuildleveDirector.cs
index 578fefc9..202f63f9 100644
--- a/FFXIVClassic Map Server/actors/director/GuildleveDirector.cs
+++ b/FFXIVClassic Map Server/actors/director/GuildleveDirector.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.director.Work;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/actors/director/Work/GuildleveWork.cs b/FFXIVClassic Map Server/actors/director/Work/GuildleveWork.cs
index c69929c4..ade5b38c 100644
--- a/FFXIVClassic Map Server/actors/director/Work/GuildleveWork.cs
+++ b/FFXIVClassic Map Server/actors/director/Work/GuildleveWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.director.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.director.Work
{
class GuildleveWork
diff --git a/FFXIVClassic Map Server/actors/group/ContentGroup.cs b/FFXIVClassic Map Server/actors/group/ContentGroup.cs
index 673a620f..99389a1c 100644
--- a/FFXIVClassic Map Server/actors/group/ContentGroup.cs
+++ b/FFXIVClassic Map Server/actors/group/ContentGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.director;
using FFXIVClassic_Map_Server.actors.group.Work;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/actors/group/GLContentGroup.cs b/FFXIVClassic Map Server/actors/group/GLContentGroup.cs
index 169d58e2..fb0069df 100644
--- a/FFXIVClassic Map Server/actors/group/GLContentGroup.cs
+++ b/FFXIVClassic Map Server/actors/group/GLContentGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.director;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.director;
namespace FFXIVClassic_Map_Server.actors.group
{
diff --git a/FFXIVClassic Map Server/actors/group/Group.cs b/FFXIVClassic Map Server/actors/group/Group.cs
index e5f1e164..8082f9eb 100644
--- a/FFXIVClassic Map Server/actors/group/Group.cs
+++ b/FFXIVClassic Map Server/actors/group/Group.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using FFXIVClassic_Map_Server.packets.send.group;
using FFXIVClassic_Map_Server.packets.send.groups;
diff --git a/FFXIVClassic Map Server/actors/group/MonsterParty.cs b/FFXIVClassic Map Server/actors/group/MonsterParty.cs
index ba1085d9..0e839f75 100644
--- a/FFXIVClassic Map Server/actors/group/MonsterParty.cs
+++ b/FFXIVClassic Map Server/actors/group/MonsterParty.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using FFXIVClassic_Map_Server.packets.send.group;
using FFXIVClassic_Map_Server.packets.send.groups;
diff --git a/FFXIVClassic Map Server/actors/group/Party.cs b/FFXIVClassic Map Server/actors/group/Party.cs
index 9f7e62b8..506c25a0 100644
--- a/FFXIVClassic Map Server/actors/group/Party.cs
+++ b/FFXIVClassic Map Server/actors/group/Party.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.group.Work;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.group.Work;
using FFXIVClassic_Map_Server.packets.send.group;
using System.Collections.Generic;
diff --git a/FFXIVClassic Map Server/actors/group/RelationGroup.cs b/FFXIVClassic Map Server/actors/group/RelationGroup.cs
index 0afa2570..f4ef26ed 100644
--- a/FFXIVClassic Map Server/actors/group/RelationGroup.cs
+++ b/FFXIVClassic Map Server/actors/group/RelationGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group.Work;
using FFXIVClassic_Map_Server.dataobjects;
using FFXIVClassic_Map_Server.packets.send.group;
diff --git a/FFXIVClassic Map Server/actors/group/RetainerMeetingRelationGroup.cs b/FFXIVClassic Map Server/actors/group/RetainerMeetingRelationGroup.cs
index 6a428122..f0e5a330 100644
--- a/FFXIVClassic Map Server/actors/group/RetainerMeetingRelationGroup.cs
+++ b/FFXIVClassic Map Server/actors/group/RetainerMeetingRelationGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.chara.npc;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/actors/group/TradeGroup.cs b/FFXIVClassic Map Server/actors/group/TradeGroup.cs
index 92e2da6b..cb827b50 100644
--- a/FFXIVClassic Map Server/actors/group/TradeGroup.cs
+++ b/FFXIVClassic Map Server/actors/group/TradeGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group.Work;
using FFXIVClassic_Map_Server.dataobjects;
using FFXIVClassic_Map_Server.packets.send.group;
diff --git a/FFXIVClassic Map Server/actors/group/work/ContentGroupWork.cs b/FFXIVClassic Map Server/actors/group/work/ContentGroupWork.cs
index 85f0a929..b4b0773e 100644
--- a/FFXIVClassic Map Server/actors/group/work/ContentGroupWork.cs
+++ b/FFXIVClassic Map Server/actors/group/work/ContentGroupWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class ContentGroupWork
{
diff --git a/FFXIVClassic Map Server/actors/group/work/GlobalTemp.cs b/FFXIVClassic Map Server/actors/group/work/GlobalTemp.cs
index 6aa7e98d..57818483 100644
--- a/FFXIVClassic Map Server/actors/group/work/GlobalTemp.cs
+++ b/FFXIVClassic Map Server/actors/group/work/GlobalTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class GlobalTemp
{
diff --git a/FFXIVClassic Map Server/actors/group/work/GroupGlobalSave.cs b/FFXIVClassic Map Server/actors/group/work/GroupGlobalSave.cs
index e6ff8e0e..84373a26 100644
--- a/FFXIVClassic Map Server/actors/group/work/GroupGlobalSave.cs
+++ b/FFXIVClassic Map Server/actors/group/work/GroupGlobalSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class GroupGlobalSave
{
diff --git a/FFXIVClassic Map Server/actors/group/work/GroupGlobalTemp.cs b/FFXIVClassic Map Server/actors/group/work/GroupGlobalTemp.cs
index 33ccf7de..01b2d1ee 100644
--- a/FFXIVClassic Map Server/actors/group/work/GroupGlobalTemp.cs
+++ b/FFXIVClassic Map Server/actors/group/work/GroupGlobalTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class GroupGlobalTemp
{
diff --git a/FFXIVClassic Map Server/actors/group/work/GroupMemberSave.cs b/FFXIVClassic Map Server/actors/group/work/GroupMemberSave.cs
index ebbba2d8..1959078c 100644
--- a/FFXIVClassic Map Server/actors/group/work/GroupMemberSave.cs
+++ b/FFXIVClassic Map Server/actors/group/work/GroupMemberSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class GroupMemberSave
{
diff --git a/FFXIVClassic Map Server/actors/group/work/PartyWork.cs b/FFXIVClassic Map Server/actors/group/work/PartyWork.cs
index e3c6adcc..0f562c3f 100644
--- a/FFXIVClassic Map Server/actors/group/work/PartyWork.cs
+++ b/FFXIVClassic Map Server/actors/group/work/PartyWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class PartyWork
{
diff --git a/FFXIVClassic Map Server/actors/group/work/RelationWork.cs b/FFXIVClassic Map Server/actors/group/work/RelationWork.cs
index 1b275e39..62dd6b83 100644
--- a/FFXIVClassic Map Server/actors/group/work/RelationWork.cs
+++ b/FFXIVClassic Map Server/actors/group/work/RelationWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.actors.group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.actors.group.Work
{
class RelationWork
{
diff --git a/FFXIVClassic Map Server/actors/judge/Judge.cs b/FFXIVClassic Map Server/actors/judge/Judge.cs
index 6e12a12a..6186dcb5 100644
--- a/FFXIVClassic Map Server/actors/judge/Judge.cs
+++ b/FFXIVClassic Map Server/actors/judge/Judge.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.Actors
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.Actors
{
class Judge : Actor
{
diff --git a/FFXIVClassic Map Server/actors/quest/Quest.cs b/FFXIVClassic Map Server/actors/quest/Quest.cs
index 2011fc36..a29c5d5b 100644
--- a/FFXIVClassic Map Server/actors/quest/Quest.cs
+++ b/FFXIVClassic Map Server/actors/quest/Quest.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic Map Server/actors/world/WorldMaster.cs b/FFXIVClassic Map Server/actors/world/WorldMaster.cs
index 132afc4d..d09c3322 100644
--- a/FFXIVClassic Map Server/actors/world/WorldMaster.cs
+++ b/FFXIVClassic Map Server/actors/world/WorldMaster.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.lua;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/dataobjects/GuildleveData.cs b/FFXIVClassic Map Server/dataobjects/GuildleveData.cs
index f50017a2..df0fdd5a 100644
--- a/FFXIVClassic Map Server/dataobjects/GuildleveData.cs
+++ b/FFXIVClassic Map Server/dataobjects/GuildleveData.cs
@@ -1,4 +1,25 @@
-using MySql.Data.MySqlClient;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using MySql.Data.MySqlClient;
namespace FFXIVClassic_Map_Server.dataobjects
{
diff --git a/FFXIVClassic Map Server/dataobjects/InventoryItem.cs b/FFXIVClassic Map Server/dataobjects/InventoryItem.cs
index f4daf32b..d8b778f4 100644
--- a/FFXIVClassic Map Server/dataobjects/InventoryItem.cs
+++ b/FFXIVClassic Map Server/dataobjects/InventoryItem.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors.chara.player;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors.chara.player;
using FFXIVClassic_Map_Server.Actors;
using MySql.Data.MySqlClient;
using System;
diff --git a/FFXIVClassic Map Server/dataobjects/ItemData.cs b/FFXIVClassic Map Server/dataobjects/ItemData.cs
index fcdcc9bb..38bd2fcc 100644
--- a/FFXIVClassic Map Server/dataobjects/ItemData.cs
+++ b/FFXIVClassic Map Server/dataobjects/ItemData.cs
@@ -1,4 +1,25 @@
-using MySql.Data.MySqlClient;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using MySql.Data.MySqlClient;
using System;
namespace FFXIVClassic_Map_Server.dataobjects
diff --git a/FFXIVClassic Map Server/dataobjects/RecruitmentDetails.cs b/FFXIVClassic Map Server/dataobjects/RecruitmentDetails.cs
index af32614e..3438c966 100644
--- a/FFXIVClassic Map Server/dataobjects/RecruitmentDetails.cs
+++ b/FFXIVClassic Map Server/dataobjects/RecruitmentDetails.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.dataobjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.dataobjects
{
class RecruitmentDetails
{
diff --git a/FFXIVClassic Map Server/dataobjects/SeamlessBoundry.cs b/FFXIVClassic Map Server/dataobjects/SeamlessBoundry.cs
index 9d4fbcb3..96e676cd 100644
--- a/FFXIVClassic Map Server/dataobjects/SeamlessBoundry.cs
+++ b/FFXIVClassic Map Server/dataobjects/SeamlessBoundry.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.dataobjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.dataobjects
{
class SeamlessBoundry
{
diff --git a/FFXIVClassic Map Server/dataobjects/SearchEntry.cs b/FFXIVClassic Map Server/dataobjects/SearchEntry.cs
index d272a1bf..bf3fa469 100644
--- a/FFXIVClassic Map Server/dataobjects/SearchEntry.cs
+++ b/FFXIVClassic Map Server/dataobjects/SearchEntry.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/dataobjects/Session.cs b/FFXIVClassic Map Server/dataobjects/Session.cs
index 73e9e06b..950af651 100644
--- a/FFXIVClassic Map Server/dataobjects/Session.cs
+++ b/FFXIVClassic Map Server/dataobjects/Session.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor;
diff --git a/FFXIVClassic Map Server/dataobjects/TradeTransaction.cs b/FFXIVClassic Map Server/dataobjects/TradeTransaction.cs
index a3f09c86..fec6d23b 100644
--- a/FFXIVClassic Map Server/dataobjects/TradeTransaction.cs
+++ b/FFXIVClassic Map Server/dataobjects/TradeTransaction.cs
@@ -1,3 +1,24 @@
-namespace FFXIVClassic_Map_Server.dataobjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.dataobjects
{
}
diff --git a/FFXIVClassic Map Server/dataobjects/ZoneConnection.cs b/FFXIVClassic Map Server/dataobjects/ZoneConnection.cs
index 6e6833bb..654bd404 100644
--- a/FFXIVClassic Map Server/dataobjects/ZoneConnection.cs
+++ b/FFXIVClassic Map Server/dataobjects/ZoneConnection.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Net.Sockets;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/dataobjects/database/DBWorld.cs b/FFXIVClassic Map Server/dataobjects/database/DBWorld.cs
index 6b135ccd..f404b679 100644
--- a/FFXIVClassic Map Server/dataobjects/database/DBWorld.cs
+++ b/FFXIVClassic Map Server/dataobjects/database/DBWorld.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
diff --git a/FFXIVClassic Map Server/lua/LuaEngine.cs b/FFXIVClassic Map Server/lua/LuaEngine.cs
index 65e6728a..9a975758 100644
--- a/FFXIVClassic Map Server/lua/LuaEngine.cs
+++ b/FFXIVClassic Map Server/lua/LuaEngine.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic_Map_Server.actors.director;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.dataobjects;
diff --git a/FFXIVClassic Map Server/lua/LuaParam.cs b/FFXIVClassic Map Server/lua/LuaParam.cs
index 263af598..f231a3f5 100644
--- a/FFXIVClassic Map Server/lua/LuaParam.cs
+++ b/FFXIVClassic Map Server/lua/LuaParam.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic_Map_Server.lua
{
diff --git a/FFXIVClassic Map Server/lua/LuaScript.cs b/FFXIVClassic Map Server/lua/LuaScript.cs
index 1357e171..05161e85 100644
--- a/FFXIVClassic Map Server/lua/LuaScript.cs
+++ b/FFXIVClassic Map Server/lua/LuaScript.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using MoonSharp.Interpreter;
using NLog;
using MoonSharp.Interpreter.Debugging;
diff --git a/FFXIVClassic Map Server/lua/LuaUtils.cs b/FFXIVClassic Map Server/lua/LuaUtils.cs
index b591094e..ac345847 100644
--- a/FFXIVClassic Map Server/lua/LuaUtils.cs
+++ b/FFXIVClassic Map Server/lua/LuaUtils.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.lua;
using MoonSharp.Interpreter;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Receive/ErrorPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Receive/ErrorPacket.cs
index a7722045..7f3af38b 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Receive/ErrorPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Receive/ErrorPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Receive
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Receive/LinkshellResultPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Receive/LinkshellResultPacket.cs
index 24d5192b..c4deef21 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Receive/LinkshellResultPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Receive/LinkshellResultPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Receive
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Receive/PartySyncPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Receive/PartySyncPacket.cs
index aff6baff..1fb75676 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Receive/PartySyncPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Receive/PartySyncPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Receive
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionBeginPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionBeginPacket.cs
index 94a17102..63d5112b 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionBeginPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionBeginPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Receive
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionEndPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionEndPacket.cs
index 9532d04a..32b7ea14 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Receive/SessionEndPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Receive
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/CreateLinkshellPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/CreateLinkshellPacket.cs
index 66c4b25a..7e7825a2 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/CreateLinkshellPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/CreateLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/DeleteLinkshellPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/DeleteLinkshellPacket.cs
index b2814854..7c89bc9c 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/DeleteLinkshellPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/DeleteLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/GroupInviteResultPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/GroupInviteResultPacket.cs
index e1b3e8ac..f417d5f0 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/GroupInviteResultPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/GroupInviteResultPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellChangePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellChangePacket.cs
index bbd5985b..b6307bfe 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellChangePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellChangePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInviteCancelPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInviteCancelPacket.cs
index 6c6036f1..9b685fcb 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInviteCancelPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInviteCancelPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInvitePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInvitePacket.cs
index 02388c8c..aebb6c43 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInvitePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellInvitePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellLeavePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellLeavePacket.cs
index f6a60bd1..c66e0457 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellLeavePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellLeavePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellRankChangePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellRankChangePacket.cs
index a30d8238..dd7d2310 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellRankChangePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/LinkshellRankChangePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/ModifyLinkshellPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/ModifyLinkshellPacket.cs
index c61a7d7c..71c969ac 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/ModifyLinkshellPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/ModifyLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyInvitePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyInvitePacket.cs
index 1f8d7b07..9fe99ece 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyInvitePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyInvitePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyLeavePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyLeavePacket.cs
index 4bc9f132..e0e129f2 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyLeavePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyLeavePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyModifyPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyModifyPacket.cs
index fd7e8828..f767c42e 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyModifyPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/Group/PartyModifyPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionBeginConfirmPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionBeginConfirmPacket.cs
index d05e8381..9a66dd7a 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionBeginConfirmPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionBeginConfirmPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionEndConfirmPacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionEndConfirmPacket.cs
index 3f518d51..de019ab3 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionEndConfirmPacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/SessionEndConfirmPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/WorldPackets/Send/WorldRequestZoneChangePacket.cs b/FFXIVClassic Map Server/packets/WorldPackets/Send/WorldRequestZoneChangePacket.cs
index af9b736a..66af0e80 100644
--- a/FFXIVClassic Map Server/packets/WorldPackets/Send/WorldRequestZoneChangePacket.cs
+++ b/FFXIVClassic Map Server/packets/WorldPackets/Send/WorldRequestZoneChangePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/receive/AchievementProgressRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/AchievementProgressRequestPacket.cs
index 15c76bbe..5455e3a5 100644
--- a/FFXIVClassic Map Server/packets/receive/AchievementProgressRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/AchievementProgressRequestPacket.cs
@@ -1,3 +1,24 @@
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/receive/ChatMessagePacket.cs b/FFXIVClassic Map Server/packets/receive/ChatMessagePacket.cs
index 877df6f3..07652b99 100644
--- a/FFXIVClassic Map Server/packets/receive/ChatMessagePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/ChatMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/CountdownRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/CountdownRequestPacket.cs
index 23701717..f642d6ee 100644
--- a/FFXIVClassic Map Server/packets/receive/CountdownRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/CountdownRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/GroupCreatedPacket.cs b/FFXIVClassic Map Server/packets/receive/GroupCreatedPacket.cs
index 620f2bab..dfda7f99 100644
--- a/FFXIVClassic Map Server/packets/receive/GroupCreatedPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/GroupCreatedPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/HandshakePacket.cs b/FFXIVClassic Map Server/packets/receive/HandshakePacket.cs
index 20586f6e..85ac4796 100644
--- a/FFXIVClassic Map Server/packets/receive/HandshakePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/HandshakePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/LangaugeCodePacket.cs b/FFXIVClassic Map Server/packets/receive/LangaugeCodePacket.cs
index c5e68583..ce201799 100644
--- a/FFXIVClassic Map Server/packets/receive/LangaugeCodePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/LangaugeCodePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/LockTargetPacket.cs b/FFXIVClassic Map Server/packets/receive/LockTargetPacket.cs
index 8f542aad..76d92d62 100644
--- a/FFXIVClassic Map Server/packets/receive/LockTargetPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/LockTargetPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/ParameterDataRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/ParameterDataRequestPacket.cs
index 1658a0a3..18fbd7fd 100644
--- a/FFXIVClassic Map Server/packets/receive/ParameterDataRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/ParameterDataRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/PingPacket.cs b/FFXIVClassic Map Server/packets/receive/PingPacket.cs
index 68ca8cba..a9426a1a 100644
--- a/FFXIVClassic Map Server/packets/receive/PingPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/PingPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/SetTargetPacket.cs b/FFXIVClassic Map Server/packets/receive/SetTargetPacket.cs
index b433a094..a8af96b3 100644
--- a/FFXIVClassic Map Server/packets/receive/SetTargetPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/SetTargetPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/UpdateItemPackagePacket.cs b/FFXIVClassic Map Server/packets/receive/UpdateItemPackagePacket.cs
index 2f863013..01abb9ee 100644
--- a/FFXIVClassic Map Server/packets/receive/UpdateItemPackagePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/UpdateItemPackagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/UpdatePlayerPositionPacket.cs b/FFXIVClassic Map Server/packets/receive/UpdatePlayerPositionPacket.cs
index a1d88502..5e71cfac 100644
--- a/FFXIVClassic Map Server/packets/receive/UpdatePlayerPositionPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/UpdatePlayerPositionPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/ZoneInCompletePacket.cs b/FFXIVClassic Map Server/packets/receive/ZoneInCompletePacket.cs
index ec717e62..32710e38 100644
--- a/FFXIVClassic Map Server/packets/receive/ZoneInCompletePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/ZoneInCompletePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/_0x02ReceivePacket.cs b/FFXIVClassic Map Server/packets/receive/_0x02ReceivePacket.cs
index aab20b5c..c0ed5368 100644
--- a/FFXIVClassic Map Server/packets/receive/_0x02ReceivePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/_0x02ReceivePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive
diff --git a/FFXIVClassic Map Server/packets/receive/events/EventStartPacket.cs b/FFXIVClassic Map Server/packets/receive/events/EventStartPacket.cs
index f5085c9e..82cb0042 100644
--- a/FFXIVClassic Map Server/packets/receive/events/EventStartPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/events/EventStartPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/receive/events/EventUpdatePacket.cs b/FFXIVClassic Map Server/packets/receive/events/EventUpdatePacket.cs
index 656531de..47ed6f92 100644
--- a/FFXIVClassic Map Server/packets/receive/events/EventUpdatePacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/events/EventUpdatePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentDetailsRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentDetailsRequestPacket.cs
index 8e335d32..1ffd3ae1 100644
--- a/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentDetailsRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentDetailsRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive.recruitment
diff --git a/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentSearchRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentSearchRequestPacket.cs
index e8513cfd..7541e82e 100644
--- a/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentSearchRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/recruitment/RecruitmentSearchRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/recruitment/StartRecruitingRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/recruitment/StartRecruitingRequestPacket.cs
index 53f7e4f0..396c78a8 100644
--- a/FFXIVClassic Map Server/packets/receive/recruitment/StartRecruitingRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/recruitment/StartRecruitingRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/social/AddRemoveSocialPacket.cs b/FFXIVClassic Map Server/packets/receive/social/AddRemoveSocialPacket.cs
index 693d752e..215e6cf8 100644
--- a/FFXIVClassic Map Server/packets/receive/social/AddRemoveSocialPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/social/AddRemoveSocialPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/social/FriendlistRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/social/FriendlistRequestPacket.cs
index 8353764a..7255e433 100644
--- a/FFXIVClassic Map Server/packets/receive/social/FriendlistRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/social/FriendlistRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive.social
diff --git a/FFXIVClassic Map Server/packets/receive/supportdesk/FaqBodyRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/supportdesk/FaqBodyRequestPacket.cs
index 22a1e18a..5a2b9dc1 100644
--- a/FFXIVClassic Map Server/packets/receive/supportdesk/FaqBodyRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/supportdesk/FaqBodyRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive.supportdesk
diff --git a/FFXIVClassic Map Server/packets/receive/supportdesk/FaqListRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/supportdesk/FaqListRequestPacket.cs
index 6862b8e5..ad06125d 100644
--- a/FFXIVClassic Map Server/packets/receive/supportdesk/FaqListRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/supportdesk/FaqListRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive.supportdesk
diff --git a/FFXIVClassic Map Server/packets/receive/supportdesk/GMSupportTicketPacket.cs b/FFXIVClassic Map Server/packets/receive/supportdesk/GMSupportTicketPacket.cs
index 4e88e164..07067085 100644
--- a/FFXIVClassic Map Server/packets/receive/supportdesk/GMSupportTicketPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/supportdesk/GMSupportTicketPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/receive/supportdesk/GMTicketIssuesRequestPacket.cs b/FFXIVClassic Map Server/packets/receive/supportdesk/GMTicketIssuesRequestPacket.cs
index e1875cb6..a0a28cad 100644
--- a/FFXIVClassic Map Server/packets/receive/supportdesk/GMTicketIssuesRequestPacket.cs
+++ b/FFXIVClassic Map Server/packets/receive/supportdesk/GMTicketIssuesRequestPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.receive.supportdesk
diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs
index 312ab394..c39a38a5 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs
index e76853cf..76f82af3 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs
index 45945c2c..e1c3b08b 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/AddActorPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/AddActorPacket.cs
index 8f5352c0..914964e5 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/AddActorPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/AddActorPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/DeleteAllActorsPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/DeleteAllActorsPacket.cs
index 3921b0dd..08b5d0dd 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/DeleteAllActorsPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/DeleteAllActorsPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs
index 884fb575..32d4fe07 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/PlayAnimationOnActorPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/PlayAnimationOnActorPacket.cs
index 182b0107..669933ec 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/PlayAnimationOnActorPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/PlayAnimationOnActorPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
namespace FFXIVClassic_Map_Server.packets.send.actor
diff --git a/FFXIVClassic Map Server/packets/send/Actor/PlayBGAnimation.cs b/FFXIVClassic Map Server/packets/send/Actor/PlayBGAnimation.cs
index 753414d6..dc7139c7 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/PlayBGAnimation.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/PlayBGAnimation.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/RemoveActorPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/RemoveActorPacket.cs
index 06344f2a..a0457e84 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/RemoveActorPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/RemoveActorPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorAppearancePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorAppearancePacket.cs
index f1a864ea..ab5bc819 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorAppearancePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorAppearancePacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorBGPropertiesPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorBGPropertiesPacket.cs
index f1acefcb..4e3262c5 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorBGPropertiesPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorBGPropertiesPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
using System;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs
index e5d52265..daf992f8 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs
index 13dff947..c251d77a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs
index bd421600..5000e36a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs
index a19dba52..ed1bc444 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs
index 02cf9a1f..8f51510a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Linq;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs
index 0e557cf4..ad83d474 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs
index b0a602fe..4da1a555 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
namespace FFXIVClassic_Map_Server.packets.send.actor
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs
index 79d242a7..588e23e6 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs
index 669cdca8..b192ea0b 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorSubStatePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorSubStatePacket.cs
index 3c0a9cba..d4097f64 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorSubStatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorSubStatePacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.chara;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs
index 6cae2cf8..d10f3dcf 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs
index 1fa2e8b6..af432afd 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
namespace FFXIVClassic_Map_Server.packets.send.actor
diff --git a/FFXIVClassic Map Server/packets/send/Actor/StartCountdownPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/StartCountdownPacket.cs
index 83f83c1a..e7e9fa89 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/StartCountdownPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/StartCountdownPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/_0x132Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/_0x132Packet.cs
index 769d517d..3597d3d2 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/_0x132Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/_0x132Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs
index 4826218e..e99b78d2 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs
index 71bf867b..14ed474d 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.actor.battle
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.actor.battle
{
class BattleAction
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs
index bbca0af1..8161cd28 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs
index 0983fb6a..bea447df 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResult.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResult.cs
index 09c663cd..d6af028f 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResult.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResult.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic_Map_Server.actors.chara.ai;
using FFXIVClassic_Map_Server.actors.chara.ai.utils;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultContainer.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultContainer.cs
index ddb3cda4..ff786366 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultContainer.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultContainer.cs
@@ -1,4 +1,25 @@
-using System.Collections.Generic;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.Collections.Generic;
namespace FFXIVClassic_Map_Server.packets.send.actor.battle
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX00Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX00Packet.cs
index fc1a2436..ed738b13 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX00Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX00Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX01Packet.cs
index 035af7d7..6ca4d469 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX01Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX01Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
@@ -49,4 +70,4 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle
return new SubPacket(OPCODE, sourceActorId, data);
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX10Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX10Packet.cs
index 3a0c4616..cb05eac6 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX10Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX10Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX18Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX18Packet.cs
index 1ec257d0..381c352e 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX18Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/battle/CommandResultX18Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetEmoteEventCondition.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetEmoteEventCondition.cs
index 98582ef0..44c530f8 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetEmoteEventCondition.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetEmoteEventCondition.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetEventStatus.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetEventStatus.cs
index 5f0e85e8..300ef24a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetEventStatus.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetEventStatus.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetNoticeEventCondition.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetNoticeEventCondition.cs
index 3f866f44..575474b8 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetNoticeEventCondition.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetNoticeEventCondition.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithCircle.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithCircle.cs
index 0caa1982..7b19b91c 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithCircle.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithCircle.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithFan.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithFan.cs
index 21b270fb..bdb4180b 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithFan.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithFan.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithTriggerBox.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithTriggerBox.cs
index 81d2cf96..498ab194 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithTriggerBox.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetPushEventConditionWithTriggerBox.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/events/SetTalkEventCondition.cs b/FFXIVClassic Map Server/packets/send/Actor/events/SetTalkEventCondition.cs
index 2d0a6b49..58a57b41 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/events/SetTalkEventCondition.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/events/SetTalkEventCondition.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.actors;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.actors;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs
index 1601fe33..6a39ad27 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor.inventory
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs
index bab10398..5d716f23 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor.inventory
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemEndPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemEndPacket.cs
index b1f99ec0..82162f14 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemEndPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemPacket.cs
index f548e240..a9d5b401 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryItemPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs
index db5a2714..30f04e9b 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs
index cbabf787..7125b39f 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs
index 90496fb6..25679b72 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX32Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX32Packet.cs
index a368d90e..d714bf10 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX32Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX32Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX64Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX64Packet.cs
index c37caee0..69090573 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX64Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX64Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX01Packet.cs
index 2893425b..36726e4a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX01Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX01Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX08Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX08Packet.cs
index df87fc59..8a3971e6 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX08Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX16Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX16Packet.cs
index c6586b1f..63145767 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX16Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX16Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX32Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX32Packet.cs
index d4840fa5..7e821160 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX32Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX32Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX64Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX64Packet.cs
index 201c7c72..fbbb44c1 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX64Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryRemoveX64Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs
index 75d61bfa..5d35d71a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs
index 5f899491..1b37bc8a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.actor.inventory
{
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX01Packet.cs
index fe427925..b797e366 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX01Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX01Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX08Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX08Packet.cs
index 220dc8bb..2d029a4a 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX08Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX16Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX16Packet.cs
index 6eda3cff..eee03ef0 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX16Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX16Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX32Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX32Packet.cs
index 8fd2c519..5df7b68d 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX32Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX32Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX64Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX64Packet.cs
index c9886704..0543ef60 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX64Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/LinkedItemListX64Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/SetInitialEquipmentPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/SetInitialEquipmentPacket.cs
index f6feab76..0c5575b3 100644
--- a/FFXIVClassic Map Server/packets/send/Actor/inventory/SetInitialEquipmentPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/SetInitialEquipmentPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Lobby_Server.packets;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Lobby_Server.packets;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs b/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs
index 52ef05ff..313dfd08 100644
--- a/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/LogoutPacket.cs b/FFXIVClassic Map Server/packets/send/LogoutPacket.cs
index c657e769..7e024ead 100644
--- a/FFXIVClassic Map Server/packets/send/LogoutPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/LogoutPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send
{
diff --git a/FFXIVClassic Map Server/packets/send/PongPacket.cs b/FFXIVClassic Map Server/packets/send/PongPacket.cs
index 72714b25..96bfe57e 100644
--- a/FFXIVClassic Map Server/packets/send/PongPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/PongPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/QuitPacket.cs b/FFXIVClassic Map Server/packets/send/QuitPacket.cs
index 1edc0699..f71bacf8 100644
--- a/FFXIVClassic Map Server/packets/send/QuitPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/QuitPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send
{
diff --git a/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs b/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs
index 9b368e90..f0a90a40 100644
--- a/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/SetDalamudPacket.cs b/FFXIVClassic Map Server/packets/send/SetDalamudPacket.cs
index aca7c9ec..4ce24b74 100644
--- a/FFXIVClassic Map Server/packets/send/SetDalamudPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/SetDalamudPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/SetMapPacket.cs b/FFXIVClassic Map Server/packets/send/SetMapPacket.cs
index cffb4507..aadfc0c6 100644
--- a/FFXIVClassic Map Server/packets/send/SetMapPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/SetMapPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/SetMusicPacket.cs b/FFXIVClassic Map Server/packets/send/SetMusicPacket.cs
index 666ff463..418c5e34 100644
--- a/FFXIVClassic Map Server/packets/send/SetMusicPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/SetMusicPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs b/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs
index 28c5c25b..e6126b68 100644
--- a/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/_0x02Packet.cs b/FFXIVClassic Map Server/packets/send/_0x02Packet.cs
index ec5d8921..d3a7607d 100644
--- a/FFXIVClassic Map Server/packets/send/_0x02Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/_0x02Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/_0xE2Packet.cs b/FFXIVClassic Map Server/packets/send/_0xE2Packet.cs
index b38d3eaf..e721c8b9 100644
--- a/FFXIVClassic Map Server/packets/send/_0xE2Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/_0xE2Packet.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/events/EndEventPacket.cs b/FFXIVClassic Map Server/packets/send/events/EndEventPacket.cs
index 1c8e3ec5..11f8facc 100644
--- a/FFXIVClassic Map Server/packets/send/events/EndEventPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/events/EndEventPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs b/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs
index 7fc79d64..9a845653 100644
--- a/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/events/RunEventFunctionPacket.cs b/FFXIVClassic Map Server/packets/send/events/RunEventFunctionPacket.cs
index 919114ca..1a503cda 100644
--- a/FFXIVClassic Map Server/packets/send/events/RunEventFunctionPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/events/RunEventFunctionPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX08Packet.cs b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX08Packet.cs
index 6933179f..a1c476ff 100644
--- a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX08Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX16Packet.cs b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX16Packet.cs
index 645241fb..d63e041f 100644
--- a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX16Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX16Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX32Packet.cs b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX32Packet.cs
index 4b70c7d4..aeaba3dc 100644
--- a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX32Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX32Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX64Packet.cs b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX64Packet.cs
index d81c05e9..5cd519b8 100644
--- a/FFXIVClassic Map Server/packets/send/groups/ContentMembersX64Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/ContentMembersX64Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroup.cs b/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroup.cs
index 934aa187..eeb52497 100644
--- a/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroup.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroupMultiple.cs b/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroupMultiple.cs
index 382a241a..0fe18bcd 100644
--- a/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroupMultiple.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/CreateNamedGroupMultiple.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/DeleteGroupPacket.cs b/FFXIVClassic Map Server/packets/send/groups/DeleteGroupPacket.cs
index 9e69d11d..d654142f 100644
--- a/FFXIVClassic Map Server/packets/send/groups/DeleteGroupPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/DeleteGroupPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupHeaderPacket.cs b/FFXIVClassic Map Server/packets/send/groups/GroupHeaderPacket.cs
index 3a679c63..2a549247 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupHeaderPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupHeaderPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMember.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMember.cs
index 318c2060..f7b8c965 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMember.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMember.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.group
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.group
{
class GroupMember
{
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersBeginPacket.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersBeginPacket.cs
index 561bbcc4..c3ec980e 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersBeginPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersBeginPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersEndPacket.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersEndPacket.cs
index 8d044419..da224dd6 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersEndPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX08Packet.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX08Packet.cs
index 24842c5a..538b5296 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX08Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX16Packet.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX16Packet.cs
index c75648ac..016448bc 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX16Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX16Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX32Packet.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX32Packet.cs
index e4d4cb74..e5f9ea65 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX32Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX32Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX64Packet.cs b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX64Packet.cs
index b77bdf75..79838308 100644
--- a/FFXIVClassic Map Server/packets/send/groups/GroupMembersX64Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/GroupMembersX64Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/groups/SynchGroupWorkValuesPacket.cs b/FFXIVClassic Map Server/packets/send/groups/SynchGroupWorkValuesPacket.cs
index bad80e9f..7ce620c4 100644
--- a/FFXIVClassic Map Server/packets/send/groups/SynchGroupWorkValuesPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/groups/SynchGroupWorkValuesPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/login/0x2Packet.cs b/FFXIVClassic Map Server/packets/send/login/0x2Packet.cs
index cd13514a..b519c8ac 100644
--- a/FFXIVClassic Map Server/packets/send/login/0x2Packet.cs
+++ b/FFXIVClassic Map Server/packets/send/login/0x2Packet.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/AchievementEarnedPacket.cs b/FFXIVClassic Map Server/packets/send/player/AchievementEarnedPacket.cs
index b6321ecf..063ca8ed 100644
--- a/FFXIVClassic Map Server/packets/send/player/AchievementEarnedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/AchievementEarnedPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/GenericDataPacket.cs b/FFXIVClassic Map Server/packets/send/player/GenericDataPacket.cs
index 1240c077..0b3055f1 100644
--- a/FFXIVClassic Map Server/packets/send/player/GenericDataPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/GenericDataPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.lua;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.lua;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/player/SendAchievementRatePacket.cs b/FFXIVClassic Map Server/packets/send/player/SendAchievementRatePacket.cs
index f7145d07..93c75a30 100644
--- a/FFXIVClassic Map Server/packets/send/player/SendAchievementRatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SendAchievementRatePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetAchievementPointsPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetAchievementPointsPacket.cs
index 24f8e277..3a3887c8 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetAchievementPointsPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetAchievementPointsPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs
index 2c2d4d07..6657c185 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs
@@ -1,4 +1,25 @@
-using System.Text;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetCompletedAchievementsPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCompletedAchievementsPacket.cs
index 657ffadc..6ae508a6 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetCompletedAchievementsPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetCompletedAchievementsPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.send.player
@@ -44,4 +65,4 @@ namespace FFXIVClassic_Map_Server.packets.send.player
}
}
-}
\ No newline at end of file
+}
diff --git a/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs
index b6e131dc..4d9c112b 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetCurrentMountChocoboPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCurrentMountChocoboPacket.cs
index 401df44c..bd9b362d 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetCurrentMountChocoboPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetCurrentMountChocoboPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.player
{
diff --git a/FFXIVClassic Map Server/packets/send/player/SetCurrentMountGoobbuePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCurrentMountGoobbuePacket.cs
index 168ffd88..37025db9 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetCurrentMountGoobbuePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetCurrentMountGoobbuePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.player
{
diff --git a/FFXIVClassic Map Server/packets/send/player/SetCutsceneBookPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCutsceneBookPacket.cs
index 4f8c4b0a..7820c8db 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetCutsceneBookPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetCutsceneBookPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs
index b4f120c9..bee065a9 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetHasChocoboPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetHasChocoboPacket.cs
index 9a72954d..f193e119 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetHasChocoboPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetHasChocoboPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.player
{
diff --git a/FFXIVClassic Map Server/packets/send/player/SetHasGoobbuePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetHasGoobbuePacket.cs
index 475bee38..db9d28a1 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetHasGoobbuePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetHasGoobbuePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.player
{
diff --git a/FFXIVClassic Map Server/packets/send/player/SetLatestAchievementsPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetLatestAchievementsPacket.cs
index 63fe48fc..3695eb39 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetLatestAchievementsPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetLatestAchievementsPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetPlayerDreamPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetPlayerDreamPacket.cs
index 82493e6b..8797309e 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetPlayerDreamPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetPlayerDreamPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
namespace FFXIVClassic_Map_Server.packets.send.player
diff --git a/FFXIVClassic Map Server/packets/send/player/SetPlayerItemStoragePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetPlayerItemStoragePacket.cs
index 1094ed31..6f653b88 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetPlayerItemStoragePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetPlayerItemStoragePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System.IO;
namespace FFXIVClassic_Map_Server.packets.send.player
diff --git a/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs
index f99066c9..f6a0f77e 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/player/SetSpecialEventWorkPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetSpecialEventWorkPacket.cs
index 93bd2644..faaf7e37 100644
--- a/FFXIVClassic Map Server/packets/send/player/SetSpecialEventWorkPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/player/SetSpecialEventWorkPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/recruitment/CurrentRecruitmentDetailsPacket.cs b/FFXIVClassic Map Server/packets/send/recruitment/CurrentRecruitmentDetailsPacket.cs
index 28b68825..c3532e16 100644
--- a/FFXIVClassic Map Server/packets/send/recruitment/CurrentRecruitmentDetailsPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/recruitment/CurrentRecruitmentDetailsPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_Map_Server.dataobjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_Map_Server.dataobjects;
using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/recruitment/EndRecruitmentPacket.cs b/FFXIVClassic Map Server/packets/send/recruitment/EndRecruitmentPacket.cs
index 4ce5d714..2f7d2774 100644
--- a/FFXIVClassic Map Server/packets/send/recruitment/EndRecruitmentPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/recruitment/EndRecruitmentPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.recruitment
{
diff --git a/FFXIVClassic Map Server/packets/send/recruitment/RecruiterStatePacket.cs b/FFXIVClassic Map Server/packets/send/recruitment/RecruiterStatePacket.cs
index 8bccd698..73c1acd1 100644
--- a/FFXIVClassic Map Server/packets/send/recruitment/RecruiterStatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/recruitment/RecruiterStatePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/recruitment/StartRecruitingResponse.cs b/FFXIVClassic Map Server/packets/send/recruitment/StartRecruitingResponse.cs
index 9629575c..eccc6b22 100644
--- a/FFXIVClassic Map Server/packets/send/recruitment/StartRecruitingResponse.cs
+++ b/FFXIVClassic Map Server/packets/send/recruitment/StartRecruitingResponse.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.recruitment
{
diff --git a/FFXIVClassic Map Server/packets/send/search/ItemSearchClosePacket.cs b/FFXIVClassic Map Server/packets/send/search/ItemSearchClosePacket.cs
index 22bc7a8b..b41e74ca 100644
--- a/FFXIVClassic Map Server/packets/send/search/ItemSearchClosePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/ItemSearchClosePacket.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.search
diff --git a/FFXIVClassic Map Server/packets/send/search/ItemSearchResult.cs b/FFXIVClassic Map Server/packets/send/search/ItemSearchResult.cs
index 50a44fd8..2a3a5c89 100644
--- a/FFXIVClassic Map Server/packets/send/search/ItemSearchResult.cs
+++ b/FFXIVClassic Map Server/packets/send/search/ItemSearchResult.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.search
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.search
{
class ItemSearchResult
{
diff --git a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBeginPacket.cs b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBeginPacket.cs
index e9d2f405..1d454a4e 100644
--- a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBeginPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBeginPacket.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.search
diff --git a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBodyPacket.cs b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBodyPacket.cs
index 0ba7f712..a8b1a920 100644
--- a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBodyPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsBodyPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System;
using FFXIVClassic.Common;
using System.Collections.Generic;
diff --git a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsEndPacket.cs b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsEndPacket.cs
index 01fd575b..624cee72 100644
--- a/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/ItemSearchResultsEndPacket.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.search
diff --git a/FFXIVClassic Map Server/packets/send/search/PlayerSearchCommentResultPacket.cs b/FFXIVClassic Map Server/packets/send/search/PlayerSearchCommentResultPacket.cs
index d6588878..f65ada54 100644
--- a/FFXIVClassic Map Server/packets/send/search/PlayerSearchCommentResultPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/PlayerSearchCommentResultPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/search/PlayerSearchInfoResultPacket.cs b/FFXIVClassic Map Server/packets/send/search/PlayerSearchInfoResultPacket.cs
index 137cc0d3..d0063953 100644
--- a/FFXIVClassic Map Server/packets/send/search/PlayerSearchInfoResultPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/PlayerSearchInfoResultPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/search/PlayerSearchResult.cs b/FFXIVClassic Map Server/packets/send/search/PlayerSearchResult.cs
index feab11e7..dd6bc8c4 100644
--- a/FFXIVClassic Map Server/packets/send/search/PlayerSearchResult.cs
+++ b/FFXIVClassic Map Server/packets/send/search/PlayerSearchResult.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.search
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.search
{
class PlayerSearchResult
{
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerResultBodyPacket.cs b/FFXIVClassic Map Server/packets/send/search/RetainerResultBodyPacket.cs
index abdbc600..48c7ae50 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerResultBodyPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerResultBodyPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerResultEndPacket.cs b/FFXIVClassic Map Server/packets/send/search/RetainerResultEndPacket.cs
index 947f331e..5518bd0b 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerResultEndPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerResultEndPacket.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.search
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerResultUpdatePacket.cs b/FFXIVClassic Map Server/packets/send/search/RetainerResultUpdatePacket.cs
index bc703e1f..60859853 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerResultUpdatePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerResultUpdatePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.search
{
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryPacket.cs b/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryPacket.cs
index ec0d1d33..f94896fb 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryResult.cs b/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryResult.cs
index a32a75de..f3ecbe96 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryResult.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerSearchHistoryResult.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.search
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.search
{
class RetainerSearchHistoryResult
{
diff --git a/FFXIVClassic Map Server/packets/send/search/RetainerSearchResult.cs b/FFXIVClassic Map Server/packets/send/search/RetainerSearchResult.cs
index edbf308b..864f4f73 100644
--- a/FFXIVClassic Map Server/packets/send/search/RetainerSearchResult.cs
+++ b/FFXIVClassic Map Server/packets/send/search/RetainerSearchResult.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_Map_Server.packets.send.search
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_Map_Server.packets.send.search
{
class RetainerSearchResult
{
diff --git a/FFXIVClassic Map Server/packets/send/social/BlacklistAddedPacket.cs b/FFXIVClassic Map Server/packets/send/social/BlacklistAddedPacket.cs
index 6cb39cdf..fe6990ac 100644
--- a/FFXIVClassic Map Server/packets/send/social/BlacklistAddedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/BlacklistAddedPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/social/BlacklistRemovedPacket.cs b/FFXIVClassic Map Server/packets/send/social/BlacklistRemovedPacket.cs
index b341c5d4..31543f01 100644
--- a/FFXIVClassic Map Server/packets/send/social/BlacklistRemovedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/BlacklistRemovedPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/social/FriendStatusPacket.cs b/FFXIVClassic Map Server/packets/send/social/FriendStatusPacket.cs
index 449a8873..70b915a9 100644
--- a/FFXIVClassic Map Server/packets/send/social/FriendStatusPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/FriendStatusPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/social/FriendlistAddedPacket.cs b/FFXIVClassic Map Server/packets/send/social/FriendlistAddedPacket.cs
index 6c7787a3..f1b3de98 100644
--- a/FFXIVClassic Map Server/packets/send/social/FriendlistAddedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/FriendlistAddedPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/social/FriendlistRemovedPacket.cs b/FFXIVClassic Map Server/packets/send/social/FriendlistRemovedPacket.cs
index 8e4d914c..2e6c5027 100644
--- a/FFXIVClassic Map Server/packets/send/social/FriendlistRemovedPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/FriendlistRemovedPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/social/SendBlacklistPacket.cs b/FFXIVClassic Map Server/packets/send/social/SendBlacklistPacket.cs
index 9ddd35c3..94c79295 100644
--- a/FFXIVClassic Map Server/packets/send/social/SendBlacklistPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/SendBlacklistPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/social/SendFriendlistPacket.cs b/FFXIVClassic Map Server/packets/send/social/SendFriendlistPacket.cs
index b07b31f8..68a083d7 100644
--- a/FFXIVClassic Map Server/packets/send/social/SendFriendlistPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/social/SendFriendlistPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/EndGMTicketPacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/EndGMTicketPacket.cs
index c0b0f92c..e45274cf 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/EndGMTicketPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/EndGMTicketPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
{
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/FaqBodyResponsePacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/FaqBodyResponsePacket.cs
index 09359e91..690be9bb 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/FaqBodyResponsePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/FaqBodyResponsePacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/FaqListResponsePacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/FaqListResponsePacket.cs
index 6c540d7d..4d248181 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/FaqListResponsePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/FaqListResponsePacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketPacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketPacket.cs
index a4c4c6c4..3f22a8d1 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketPacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketSentResponsePacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketSentResponsePacket.cs
index e466a941..7a594fad 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketSentResponsePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/GMTicketSentResponsePacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
{
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/IssueListResponsePacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/IssueListResponsePacket.cs
index ad838b1d..56c7be50 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/IssueListResponsePacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/IssueListResponsePacket.cs
@@ -1,4 +1,25 @@
-using System.IO;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System.IO;
using System.Text;
using FFXIVClassic.Common;
diff --git a/FFXIVClassic Map Server/packets/send/supportdesk/StartGMTicketPacket.cs b/FFXIVClassic Map Server/packets/send/supportdesk/StartGMTicketPacket.cs
index 20eb219c..deab8f8c 100644
--- a/FFXIVClassic Map Server/packets/send/supportdesk/StartGMTicketPacket.cs
+++ b/FFXIVClassic Map Server/packets/send/supportdesk/StartGMTicketPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.packets.send.supportdesk
{
diff --git a/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs b/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs
index 20200876..73d37f03 100644
--- a/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs
+++ b/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
using System.Collections.Generic;
using FFXIVClassic_Map_Server.packets.send.actor;
using FFXIVClassic_Map_Server.Actors;
diff --git a/FFXIVClassic Map Server/utils/CharacterUtils.cs b/FFXIVClassic Map Server/utils/CharacterUtils.cs
index b420b5fa..ebb604a6 100644
--- a/FFXIVClassic Map Server/utils/CharacterUtils.cs
+++ b/FFXIVClassic Map Server/utils/CharacterUtils.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
namespace FFXIVClassic_Map_Server.utils
diff --git a/FFXIVClassic Map Server/utils/NavmeshUtils.cs b/FFXIVClassic Map Server/utils/NavmeshUtils.cs
index e2c882ea..0b72d344 100644
--- a/FFXIVClassic Map Server/utils/NavmeshUtils.cs
+++ b/FFXIVClassic Map Server/utils/NavmeshUtils.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using SharpNav;
using SharpNav.Pathfinding;
diff --git a/FFXIVClassic Map Server/utils/SQLGeneration.cs b/FFXIVClassic Map Server/utils/SQLGeneration.cs
index 93e626ed..7726ff71 100644
--- a/FFXIVClassic Map Server/utils/SQLGeneration.cs
+++ b/FFXIVClassic Map Server/utils/SQLGeneration.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.packets.send.player;
using MySql.Data.MySqlClient;
using System;
diff --git a/FFXIVClassic World Server/Actor/Group/Work/ContentWork.cs b/FFXIVClassic World Server/Actor/Group/Work/ContentWork.cs
index d60dd63c..635ab395 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/ContentWork.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/ContentWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class ContentWork
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalSave.cs b/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalSave.cs
index e84a9ee4..d0436e17 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalSave.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class GroupGlobalSave
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalTemp.cs b/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalTemp.cs
index 7a9111ca..6628fa7a 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalTemp.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/GroupGlobalTemp.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class GroupGlobalTemp
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/GroupMemberSave.cs b/FFXIVClassic World Server/Actor/Group/Work/GroupMemberSave.cs
index 01159a9c..7d14afec 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/GroupMemberSave.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/GroupMemberSave.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class GroupMemberSave
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/LinkshellWork.cs b/FFXIVClassic World Server/Actor/Group/Work/LinkshellWork.cs
index 5312e451..ad56289f 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/LinkshellWork.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/LinkshellWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class LinkshellWork
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/PartyWork.cs b/FFXIVClassic World Server/Actor/Group/Work/PartyWork.cs
index 967793ed..4bc552ca 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/PartyWork.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/PartyWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class PartyWork
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/RelationWork.cs b/FFXIVClassic World Server/Actor/Group/Work/RelationWork.cs
index 9e94b7fb..fefeba7f 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/RelationWork.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/RelationWork.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Actor.Group.Work
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class RelationWork
{
diff --git a/FFXIVClassic World Server/Actor/Group/Work/RetainerWork.cs b/FFXIVClassic World Server/Actor/Group/Work/RetainerWork.cs
index 3fff116a..de558d0d 100644
--- a/FFXIVClassic World Server/Actor/Group/Work/RetainerWork.cs
+++ b/FFXIVClassic World Server/Actor/Group/Work/RetainerWork.cs
@@ -1,4 +1,25 @@
-
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+
namespace FFXIVClassic_World_Server.Actor.Group.Work
{
class RetainerWork
diff --git a/FFXIVClassic World Server/ConfigConstants.cs b/FFXIVClassic World Server/ConfigConstants.cs
index b291ea0b..af7b0257 100644
--- a/FFXIVClassic World Server/ConfigConstants.cs
+++ b/FFXIVClassic World Server/ConfigConstants.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
using System.Linq;
diff --git a/FFXIVClassic World Server/DataObjects/ClientConnection.cs b/FFXIVClassic World Server/DataObjects/ClientConnection.cs
index 7c3427a8..0014dddb 100644
--- a/FFXIVClassic World Server/DataObjects/ClientConnection.cs
+++ b/FFXIVClassic World Server/DataObjects/ClientConnection.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Net.Sockets;
using System.Collections.Concurrent;
using System.Net;
diff --git a/FFXIVClassic World Server/DataObjects/DBWorld.cs b/FFXIVClassic World Server/DataObjects/DBWorld.cs
index 8a2c3a3b..bb0d0a05 100644
--- a/FFXIVClassic World Server/DataObjects/DBWorld.cs
+++ b/FFXIVClassic World Server/DataObjects/DBWorld.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.DataObjects
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.DataObjects
{
class DBWorld
{
diff --git a/FFXIVClassic World Server/DataObjects/Group/Group.cs b/FFXIVClassic World Server/DataObjects/Group/Group.cs
index 43ce5b77..34bb0a18 100644
--- a/FFXIVClassic World Server/DataObjects/Group/Group.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/Group.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/DataObjects/Group/Linkshell.cs b/FFXIVClassic World Server/DataObjects/Group/Linkshell.cs
index 4df14bcb..b2f7198b 100644
--- a/FFXIVClassic World Server/DataObjects/Group/Linkshell.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/Linkshell.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.Actor.Group.Work;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.Actor.Group.Work;
using System;
using System.Collections.Generic;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
diff --git a/FFXIVClassic World Server/DataObjects/Group/LinkshellMember.cs b/FFXIVClassic World Server/DataObjects/Group/LinkshellMember.cs
index 0942e9e4..45a898de 100644
--- a/FFXIVClassic World Server/DataObjects/Group/LinkshellMember.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/LinkshellMember.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic_World_Server.DataObjects.Group
{
diff --git a/FFXIVClassic World Server/DataObjects/Group/Party.cs b/FFXIVClassic World Server/DataObjects/Group/Party.cs
index 3e8b87a8..0de4ae9e 100644
--- a/FFXIVClassic World Server/DataObjects/Group/Party.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/Party.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.Actor.Group.Work;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
using System;
diff --git a/FFXIVClassic World Server/DataObjects/Group/Relation.cs b/FFXIVClassic World Server/DataObjects/Group/Relation.cs
index 5ca5fb5f..3fbe11c7 100644
--- a/FFXIVClassic World Server/DataObjects/Group/Relation.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/Relation.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.Actor.Group.Work;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/DataObjects/Group/RetainerGroup.cs b/FFXIVClassic World Server/DataObjects/Group/RetainerGroup.cs
index 57729666..5dbf9e63 100644
--- a/FFXIVClassic World Server/DataObjects/Group/RetainerGroup.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/RetainerGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.Actor.Group.Work;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
using System;
diff --git a/FFXIVClassic World Server/DataObjects/Group/RetainerGroupMember.cs b/FFXIVClassic World Server/DataObjects/Group/RetainerGroupMember.cs
index e30d32d4..be45fa5e 100644
--- a/FFXIVClassic World Server/DataObjects/Group/RetainerGroupMember.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/RetainerGroupMember.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.DataObjects.Group
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.DataObjects.Group
{
class RetainerGroupMember
{
diff --git a/FFXIVClassic World Server/DataObjects/Group/RetainerMeetingRelationGroup.cs b/FFXIVClassic World Server/DataObjects/Group/RetainerMeetingRelationGroup.cs
index 51ce639f..c7815517 100644
--- a/FFXIVClassic World Server/DataObjects/Group/RetainerMeetingRelationGroup.cs
+++ b/FFXIVClassic World Server/DataObjects/Group/RetainerMeetingRelationGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups;
namespace FFXIVClassic_World_Server.DataObjects.Group
diff --git a/FFXIVClassic World Server/DataObjects/LuaParam.cs b/FFXIVClassic World Server/DataObjects/LuaParam.cs
index 8fe6a0f7..6ddb4d7c 100644
--- a/FFXIVClassic World Server/DataObjects/LuaParam.cs
+++ b/FFXIVClassic World Server/DataObjects/LuaParam.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
namespace FFXIVClassic_World_Server.DataObjects
{
diff --git a/FFXIVClassic World Server/DataObjects/LuaUtils.cs b/FFXIVClassic World Server/DataObjects/LuaUtils.cs
index b6736024..7cd12272 100644
--- a/FFXIVClassic World Server/DataObjects/LuaUtils.cs
+++ b/FFXIVClassic World Server/DataObjects/LuaUtils.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic World Server/DataObjects/Session.cs b/FFXIVClassic World Server/DataObjects/Session.cs
index 4746f659..b7884c7f 100644
--- a/FFXIVClassic World Server/DataObjects/Session.cs
+++ b/FFXIVClassic World Server/DataObjects/Session.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.Packets.Send.Subpackets;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.Packets.Send.Subpackets;
namespace FFXIVClassic_World_Server.DataObjects
{
diff --git a/FFXIVClassic World Server/DataObjects/ZoneServer.cs b/FFXIVClassic World Server/DataObjects/ZoneServer.cs
index 2ee408ac..104399c6 100644
--- a/FFXIVClassic World Server/DataObjects/ZoneServer.cs
+++ b/FFXIVClassic World Server/DataObjects/ZoneServer.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
diff --git a/FFXIVClassic World Server/Database.cs b/FFXIVClassic World Server/Database.cs
index c33c760f..f7cf0a0f 100644
--- a/FFXIVClassic World Server/Database.cs
+++ b/FFXIVClassic World Server/Database.cs
@@ -1,4 +1,25 @@
-using MySql.Data.MySqlClient;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using MySql.Data.MySqlClient;
using System;
using System.Collections.Generic;
using FFXIVClassic_World_Server.DataObjects;
diff --git a/FFXIVClassic World Server/LinkshellManager.cs b/FFXIVClassic World Server/LinkshellManager.cs
index f8edb951..17e3cfc0 100644
--- a/FFXIVClassic World Server/LinkshellManager.cs
+++ b/FFXIVClassic World Server/LinkshellManager.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.DataObjects.Group;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/PacketProcessor.cs b/FFXIVClassic World Server/PacketProcessor.cs
index 56909658..7563cdc4 100644
--- a/FFXIVClassic World Server/PacketProcessor.cs
+++ b/FFXIVClassic World Server/PacketProcessor.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using FFXIVClassic_World_Server.DataObjects.Group;
using FFXIVClassic_World_Server.Packets.Receive;
diff --git a/FFXIVClassic World Server/Packets/Receive/HelloPacket.cs b/FFXIVClassic World Server/Packets/Receive/HelloPacket.cs
index fff1ce9c..eef914a5 100644
--- a/FFXIVClassic World Server/Packets/Receive/HelloPacket.cs
+++ b/FFXIVClassic World Server/Packets/Receive/HelloPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Receive/Subpackets/ChatMessagePacket.cs b/FFXIVClassic World Server/Packets/Receive/Subpackets/ChatMessagePacket.cs
index ad94cc71..d50e4509 100644
--- a/FFXIVClassic World Server/Packets/Receive/Subpackets/ChatMessagePacket.cs
+++ b/FFXIVClassic World Server/Packets/Receive/Subpackets/ChatMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Receive/Subpackets/GroupCreatedPacket.cs b/FFXIVClassic World Server/Packets/Receive/Subpackets/GroupCreatedPacket.cs
index df553177..eb81f3d8 100644
--- a/FFXIVClassic World Server/Packets/Receive/Subpackets/GroupCreatedPacket.cs
+++ b/FFXIVClassic World Server/Packets/Receive/Subpackets/GroupCreatedPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Receive/Subpackets/PartyChatMessagePacket.cs b/FFXIVClassic World Server/Packets/Receive/Subpackets/PartyChatMessagePacket.cs
index ef20b3fc..13ba5bc7 100644
--- a/FFXIVClassic World Server/Packets/Receive/Subpackets/PartyChatMessagePacket.cs
+++ b/FFXIVClassic World Server/Packets/Receive/Subpackets/PartyChatMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/GameMessagePacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/GameMessagePacket.cs
index 6a049e5a..d7ac6fcb 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/GameMessagePacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/GameMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroup.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroup.cs
index 133578da..f17bf426 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroup.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroup.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroupMultiple.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroupMultiple.cs
index 1c0bb36d..9733a899 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroupMultiple.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/CreateNamedGroupMultiple.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/DeleteGroupPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/DeleteGroupPacket.cs
index 100cbb46..70349cb9 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/DeleteGroupPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/DeleteGroupPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupHeaderPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupHeaderPacket.cs
index a87874a9..a4d21f17 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupHeaderPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupHeaderPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMember.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMember.cs
index b9885080..39d64032 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMember.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMember.cs
@@ -1,4 +1,25 @@
-namespace FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+namespace FFXIVClassic_World_Server.Packets.Send.Subpackets.Groups
{
class GroupMember
{
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersBeginPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersBeginPacket.cs
index 6774a152..9dd6d441 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersBeginPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersBeginPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersEndPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersEndPacket.cs
index 4ce56683..f00398fa 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersEndPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersEndPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX08Packet.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX08Packet.cs
index 01634103..aebbeb98 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX08Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX08Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX16Packet.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX16Packet.cs
index 6f1a8d55..30f463f7 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX16Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX16Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX32Packet.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX32Packet.cs
index 01521604..e824abd0 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX32Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX32Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX64Packet.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX64Packet.cs
index e3cb902c..e1287bac 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX64Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/GroupMembersX64Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SetActiveLinkshellPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SetActiveLinkshellPacket.cs
index 31146cde..78d4cd00 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SetActiveLinkshellPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SetActiveLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SynchGroupWorkValuesPacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SynchGroupWorkValuesPacket.cs
index 831993fc..5c8e21f8 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SynchGroupWorkValuesPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/Groups/SynchGroupWorkValuesPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/Subpackets/SendMessagePacket.cs b/FFXIVClassic World Server/Packets/Send/Subpackets/SendMessagePacket.cs
index 55127d65..aa55ad1b 100644
--- a/FFXIVClassic World Server/Packets/Send/Subpackets/SendMessagePacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/Subpackets/SendMessagePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/Send/_0x2Packet.cs b/FFXIVClassic World Server/Packets/Send/_0x2Packet.cs
index ba91a5a2..3906d99b 100644
--- a/FFXIVClassic World Server/Packets/Send/_0x2Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/_0x2Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/_0x7Packet.cs b/FFXIVClassic World Server/Packets/Send/_0x7Packet.cs
index 1463543f..a9a5e84f 100644
--- a/FFXIVClassic World Server/Packets/Send/_0x7Packet.cs
+++ b/FFXIVClassic World Server/Packets/Send/_0x7Packet.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/Send/_0x8PingPacket.cs b/FFXIVClassic World Server/Packets/Send/_0x8PingPacket.cs
index 3b18b3b7..1e30e847 100644
--- a/FFXIVClassic World Server/Packets/Send/_0x8PingPacket.cs
+++ b/FFXIVClassic World Server/Packets/Send/_0x8PingPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateLinkshellPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateLinkshellPacket.cs
index f8ca2669..60a5b1f4 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateLinkshellPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateRelationPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateRelationPacket.cs
index 80f86099..066cde0d 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateRelationPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/CreateRelationPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive.Group
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/DeleteLinkshellPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/DeleteLinkshellPacket.cs
index 7c2a05c2..c14e2bf8 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/DeleteLinkshellPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/DeleteLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GetGroupPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GetGroupPacket.cs
index 5276bfac..f0ee11c4 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GetGroupPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GetGroupPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive.Group
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GroupInviteResultPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GroupInviteResultPacket.cs
index d0ec1b60..c447c911 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GroupInviteResultPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/GroupInviteResultPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive.Group
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellChangePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellChangePacket.cs
index 1ac77f3d..07cb7b79 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellChangePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellChangePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInviteCancelPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInviteCancelPacket.cs
index 045f6b72..3381749d 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInviteCancelPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInviteCancelPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive.Group
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInvitePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInvitePacket.cs
index 0c7fa1ed..f2e7c51d 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInvitePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellInvitePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellLeavePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellLeavePacket.cs
index 7c479d65..a3ec3cd3 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellLeavePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellLeavePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellRankChangePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellRankChangePacket.cs
index c62a4568..2e66e61a 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellRankChangePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/LinkshellRankChangePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/ModifyLinkshellPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/ModifyLinkshellPacket.cs
index c6c94eb1..b85857fa 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/ModifyLinkshellPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/ModifyLinkshellPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyInvitePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyInvitePacket.cs
index a0588afd..b02376a0 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyInvitePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyInvitePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyLeavePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyLeavePacket.cs
index 07826db6..f93ea10d 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyLeavePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyLeavePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive.Group
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyModifyPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyModifyPacket.cs
index 73bfc919..c0b9bf53 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyModifyPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/Group/PartyModifyPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionBeginConfirmPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionBeginConfirmPacket.cs
index 46201ddf..5f173c27 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionBeginConfirmPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionBeginConfirmPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionEndConfirmPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionEndConfirmPacket.cs
index 91f2573b..6c95becc 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionEndConfirmPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/SessionEndConfirmPacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Receive/WorldRequestZoneChangePacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Receive/WorldRequestZoneChangePacket.cs
index 95720e6f..4bae9c99 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Receive/WorldRequestZoneChangePacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Receive/WorldRequestZoneChangePacket.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
namespace FFXIVClassic_World_Server.Packets.WorldPackets.Receive
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Send/ErrorPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Send/ErrorPacket.cs
index c096552b..2a9eb33c 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Send/ErrorPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Send/ErrorPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Send/Group/PartySyncPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Send/Group/PartySyncPacket.cs
index 3ba86760..79286add 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Send/Group/PartySyncPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Send/Group/PartySyncPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using FFXIVClassic_World_Server.DataObjects.Group;
using System;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Send/LinkshellResultPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Send/LinkshellResultPacket.cs
index 3d87b79c..3541c118 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Send/LinkshellResultPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Send/LinkshellResultPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionBeginPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionBeginPacket.cs
index 12422d4e..dfc2b568 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionBeginPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionBeginPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionEndPacket.cs b/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionEndPacket.cs
index 2c6701ab..81721fb0 100644
--- a/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionEndPacket.cs
+++ b/FFXIVClassic World Server/Packets/WorldPackets/Send/SessionEndPacket.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using System;
using System.IO;
diff --git a/FFXIVClassic World Server/PartyManager.cs b/FFXIVClassic World Server/PartyManager.cs
index a2e83145..385be032 100644
--- a/FFXIVClassic World Server/PartyManager.cs
+++ b/FFXIVClassic World Server/PartyManager.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.DataObjects.Group;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/Program.cs b/FFXIVClassic World Server/Program.cs
index a1c14c19..fa7838c2 100644
--- a/FFXIVClassic World Server/Program.cs
+++ b/FFXIVClassic World Server/Program.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.DataObjects;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.DataObjects;
using MySql.Data.MySqlClient;
using NLog;
using System;
diff --git a/FFXIVClassic World Server/RelationGroupManager.cs b/FFXIVClassic World Server/RelationGroupManager.cs
index 9d73b513..a678d9e0 100644
--- a/FFXIVClassic World Server/RelationGroupManager.cs
+++ b/FFXIVClassic World Server/RelationGroupManager.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.DataObjects.Group;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/RetainerGroupManager.cs b/FFXIVClassic World Server/RetainerGroupManager.cs
index c682df72..1b1b32c7 100644
--- a/FFXIVClassic World Server/RetainerGroupManager.cs
+++ b/FFXIVClassic World Server/RetainerGroupManager.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic_World_Server.DataObjects.Group;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic_World_Server.DataObjects.Group;
using System;
using System.Collections.Generic;
diff --git a/FFXIVClassic World Server/Server.cs b/FFXIVClassic World Server/Server.cs
index 20b53159..1a6b19da 100644
--- a/FFXIVClassic World Server/Server.cs
+++ b/FFXIVClassic World Server/Server.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using FFXIVClassic_World_Server.DataObjects.Group;
using FFXIVClassic_World_Server.Packets.WorldPackets.Receive;
diff --git a/FFXIVClassic World Server/WorldMaster.cs b/FFXIVClassic World Server/WorldMaster.cs
index 4a9ccbb2..5aeff68c 100644
--- a/FFXIVClassic World Server/WorldMaster.cs
+++ b/FFXIVClassic World Server/WorldMaster.cs
@@ -1,4 +1,25 @@
-using FFXIVClassic.Common;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using FFXIVClassic.Common;
using FFXIVClassic_World_Server.DataObjects;
using FFXIVClassic_World_Server.DataObjects.Group;
using FFXIVClassic_World_Server.Packets.Send.Subpackets;
diff --git a/Launcher Editor/Program.cs b/Launcher Editor/Program.cs
index 766aaac4..c45d0c5c 100644
--- a/Launcher Editor/Program.cs
+++ b/Launcher Editor/Program.cs
@@ -1,4 +1,25 @@
-using System;
+/*
+===========================================================================
+Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
+
+This file is part of FFXIV Classic Server.
+
+FFXIV Classic Server is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+FFXIV Classic Server 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with FFXIV Classic Server. If not, see .
+===========================================================================
+*/
+
+using System;
using System.IO;
using System.Text;