From 8940e65885182fac8c032cd915bc4a2fbcd26dbb Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Tue, 18 Jun 2019 22:55:32 -0400 Subject: [PATCH] Changed the project name from "FFXIV Classic Server" to "Project Meteor Server" to avoid trademark issues. --- FFXIVClassic Common Class Lib/BasePacket.cs | 25 +- FFXIVClassic Common Class Lib/Bitfield.cs | 25 +- FFXIVClassic Common Class Lib/Blowfish.cs | 23 +- .../EfficientHashTables.cs | 23 +- FFXIVClassic Common Class Lib/Sql.cs | 23 +- FFXIVClassic Common Class Lib/SubPacket.cs | 25 +- FFXIVClassic Common Class Lib/Utils.cs | 25 +- FFXIVClassic Common Class Lib/Vector3.cs | 23 +- FFXIVClassic Lobby Server/ClientConnection.cs | 23 +- FFXIVClassic Lobby Server/ConfigConstants.cs | 23 +- FFXIVClassic Lobby Server/Database.cs | 23 +- FFXIVClassic Lobby Server/PacketProcessor.cs | 23 +- FFXIVClassic Lobby Server/Program.cs | 23 +- FFXIVClassic Lobby Server/Server.cs | 23 +- .../dataobjects/Account.cs | 23 +- .../dataobjects/Appearance.cs | 23 +- .../dataobjects/CharaInfo.cs | 23 +- .../dataobjects/Character.cs | 23 +- .../dataobjects/Retainer.cs | 25 +- .../dataobjects/World.cs | 23 +- .../packets/HardCoded_Packets.cs | 23 +- .../packets/receive/CharacterModifyPacket.cs | 23 +- .../receive/SecurityHandshakePacket.cs | 23 +- .../packets/receive/SelectCharacterPacket.cs | 23 +- .../packets/receive/SessionPacket.cs | 23 +- .../packets/send/AccountListPacket.cs | 23 +- .../packets/send/CharaCreatorPacket.cs | 23 +- .../packets/send/CharacterListPacket.cs | 23 +- .../packets/send/ErrorPacket.cs | 23 +- .../packets/send/ImportListPacket.cs | 23 +- .../packets/send/RetainerListPacket.cs | 23 +- .../send/SelectCharacterConfirmPacket.cs | 23 +- .../packets/send/WorldListPacket.cs | 23 +- .../utils/CharacterCreatorUtils.cs | 23 +- FFXIVClassic Map Server/CommandProcessor.cs | 23 +- FFXIVClassic Map Server/ConfigConstants.cs | 23 +- FFXIVClassic Map Server/Database.cs | 23 +- FFXIVClassic Map Server/PacketProcessor.cs | 23 +- FFXIVClassic Map Server/Program.cs | 23 +- FFXIVClassic Map Server/Server.cs | 25 +- FFXIVClassic Map Server/WorldManager.cs | 23 +- FFXIVClassic Map Server/actors/Actor.cs | 23 +- FFXIVClassic Map Server/actors/EventList.cs | 23 +- .../actors/StaticActors.cs | 23 +- FFXIVClassic Map Server/actors/area/Area.cs | 23 +- .../actors/area/PrivateArea.cs | 23 +- .../actors/area/PrivateAreaContent.cs | 23 +- .../actors/area/SpawnLocation.cs | 23 +- FFXIVClassic Map Server/actors/area/Zone.cs | 23 +- .../actors/chara/AetheryteWork.cs | 23 +- .../actors/chara/BattleSave.cs | 23 +- .../actors/chara/BattleTemp.cs | 23 +- .../actors/chara/CharaWork.cs | 23 +- .../actors/chara/Character.cs | 25 +- .../actors/chara/EventSave.cs | 23 +- .../actors/chara/EventTemp.cs | 23 +- .../actors/chara/ItemPackage.cs | 23 +- .../actors/chara/Modifier.cs | 23 +- .../actors/chara/ModifierList.cs | 23 +- .../actors/chara/ParameterSave.cs | 23 +- .../actors/chara/ParameterTemp.cs | 23 +- .../actors/chara/ReferencedItemPackage.cs | 23 +- .../actors/chara/SubState.cs | 23 +- FFXIVClassic Map Server/actors/chara/Work.cs | 23 +- .../actors/chara/ai/AIContainer.cs | 23 +- .../actors/chara/ai/BattleCommand.cs | 25 +- .../actors/chara/ai/BattleTrait.cs | 23 +- .../actors/chara/ai/HateContainer.cs | 23 +- .../actors/chara/ai/StatusEffect.cs | 23 +- .../actors/chara/ai/StatusEffectContainer.cs | 25 +- .../chara/ai/controllers/AllyController.cs | 23 +- .../ai/controllers/BattleNpcController.cs | 23 +- .../actors/chara/ai/controllers/Controller.cs | 23 +- .../chara/ai/controllers/PetController.cs | 23 +- .../chara/ai/controllers/PlayerController.cs | 23 +- .../actors/chara/ai/helpers/ActionQueue.cs | 23 +- .../actors/chara/ai/helpers/PathFind.cs | 23 +- .../actors/chara/ai/helpers/TargetFind.cs | 23 +- .../actors/chara/ai/state/AbilityState.cs | 23 +- .../actors/chara/ai/state/AttackState.cs | 23 +- .../actors/chara/ai/state/DeathState.cs | 23 +- .../actors/chara/ai/state/DespawnState.cs | 23 +- .../actors/chara/ai/state/InactiveState.cs | 23 +- .../actors/chara/ai/state/ItemState.cs | 23 +- .../actors/chara/ai/state/MagicState.cs | 23 +- .../actors/chara/ai/state/State.cs | 23 +- .../actors/chara/ai/state/WeaponSkillState.cs | 23 +- .../actors/chara/ai/utils/AttackUtils.cs | 25 +- .../actors/chara/ai/utils/BattleUtils.cs | 25 +- .../actors/chara/npc/ActorClass.cs | 23 +- .../actors/chara/npc/Ally.cs | 23 +- .../actors/chara/npc/BattleNpc.cs | 23 +- .../actors/chara/npc/MobModifier.cs | 25 +- .../actors/chara/npc/Npc.cs | 23 +- .../actors/chara/npc/NpcWork.cs | 23 +- .../actors/chara/npc/Pet.cs | 23 +- .../actors/chara/npc/Retainer.cs | 23 +- .../actors/chara/player/Player.cs | 23 +- .../actors/chara/player/PlayerWork.cs | 23 +- .../actors/command/Command.cs | 23 +- FFXIVClassic Map Server/actors/debug/Debug.cs | 23 +- .../actors/director/Director.cs | 25 +- .../actors/director/GuildleveDirector.cs | 23 +- .../actors/director/Work/GuildleveWork.cs | 23 +- .../actors/group/ContentGroup.cs | 23 +- .../actors/group/GLContentGroup.cs | 23 +- FFXIVClassic Map Server/actors/group/Group.cs | 23 +- .../actors/group/MonsterParty.cs | 23 +- FFXIVClassic Map Server/actors/group/Party.cs | 23 +- .../actors/group/RelationGroup.cs | 23 +- .../group/RetainerMeetingRelationGroup.cs | 23 +- .../actors/group/TradeGroup.cs | 23 +- .../actors/group/work/ContentGroupWork.cs | 23 +- .../actors/group/work/GlobalTemp.cs | 23 +- .../actors/group/work/GroupGlobalSave.cs | 23 +- .../actors/group/work/GroupGlobalTemp.cs | 23 +- .../actors/group/work/GroupMemberSave.cs | 23 +- .../actors/group/work/PartyWork.cs | 23 +- .../actors/group/work/RelationWork.cs | 23 +- FFXIVClassic Map Server/actors/judge/Judge.cs | 23 +- FFXIVClassic Map Server/actors/quest/Quest.cs | 23 +- .../actors/world/WorldMaster.cs | 23 +- .../dataobjects/GuildleveData.cs | 23 +- .../dataobjects/InventoryItem.cs | 23 +- .../dataobjects/ItemData.cs | 23 +- .../dataobjects/RecruitmentDetails.cs | 23 +- .../dataobjects/SeamlessBoundry.cs | 23 +- .../dataobjects/SearchEntry.cs | 23 +- .../dataobjects/Session.cs | 23 +- .../dataobjects/TradeTransaction.cs | 23 +- .../dataobjects/ZoneConnection.cs | 23 +- .../dataobjects/database/DBWorld.cs | 23 +- FFXIVClassic Map Server/lua/LuaEngine.cs | 23 +- FFXIVClassic Map Server/lua/LuaParam.cs | 23 +- FFXIVClassic Map Server/lua/LuaScript.cs | 23 +- FFXIVClassic Map Server/lua/LuaUtils.cs | 23 +- .../WorldPackets/Receive/ErrorPacket.cs | 23 +- .../Receive/LinkshellResultPacket.cs | 23 +- .../WorldPackets/Receive/PartySyncPacket.cs | 23 +- .../Receive/SessionBeginPacket.cs | 23 +- .../WorldPackets/Receive/SessionEndPacket.cs | 23 +- .../Send/Group/CreateLinkshellPacket.cs | 23 +- .../Send/Group/DeleteLinkshellPacket.cs | 23 +- .../Send/Group/GroupInviteResultPacket.cs | 23 +- .../Send/Group/LinkshellChangePacket.cs | 23 +- .../Send/Group/LinkshellInviteCancelPacket.cs | 23 +- .../Send/Group/LinkshellInvitePacket.cs | 23 +- .../Send/Group/LinkshellLeavePacket.cs | 23 +- .../Send/Group/LinkshellRankChangePacket.cs | 23 +- .../Send/Group/ModifyLinkshellPacket.cs | 23 +- .../Send/Group/PartyInvitePacket.cs | 23 +- .../Send/Group/PartyLeavePacket.cs | 23 +- .../Send/Group/PartyModifyPacket.cs | 23 +- .../Send/SessionBeginConfirmPacket.cs | 23 +- .../Send/SessionEndConfirmPacket.cs | 23 +- .../Send/WorldRequestZoneChangePacket.cs | 23 +- .../AchievementProgressRequestPacket.cs | 21 + .../packets/receive/ChatMessagePacket.cs | 23 +- .../packets/receive/CountdownRequestPacket.cs | 23 +- .../packets/receive/GroupCreatedPacket.cs | 23 +- .../packets/receive/HandshakePacket.cs | 23 +- .../packets/receive/LangaugeCodePacket.cs | 23 +- .../packets/receive/LockTargetPacket.cs | 23 +- .../receive/ParameterDataRequestPacket.cs | 23 +- .../packets/receive/PingPacket.cs | 23 +- .../packets/receive/SetTargetPacket.cs | 23 +- .../receive/UpdateItemPackagePacket.cs | 23 +- .../receive/UpdatePlayerPositionPacket.cs | 23 +- .../packets/receive/ZoneInCompletePacket.cs | 23 +- .../packets/receive/_0x02ReceivePacket.cs | 23 +- .../receive/events/EventStartPacket.cs | 23 +- .../receive/events/EventUpdatePacket.cs | 23 +- .../RecruitmentDetailsRequestPacket.cs | 23 +- .../RecruitmentSearchRequestPacket.cs | 23 +- .../StartRecruitingRequestPacket.cs | 23 +- .../receive/social/AddRemoveSocialPacket.cs | 23 +- .../receive/social/FriendlistRequestPacket.cs | 23 +- .../supportdesk/FaqBodyRequestPacket.cs | 23 +- .../supportdesk/FaqListRequestPacket.cs | 23 +- .../supportdesk/GMSupportTicketPacket.cs | 23 +- .../GMTicketIssuesRequestPacket.cs | 23 +- .../packets/send/Actor/ActorDoEmotePacket.cs | 23 +- .../send/Actor/ActorInstantiatePacket.cs | 23 +- .../send/Actor/ActorSpecialGraphicPacket.cs | 23 +- .../packets/send/Actor/AddActorPacket.cs | 23 +- .../send/Actor/DeleteAllActorsPacket.cs | 23 +- .../send/Actor/MoveActorToPositionPacket.cs | 23 +- .../send/Actor/PlayAnimationOnActorPacket.cs | 23 +- .../packets/send/Actor/PlayBGAnimation.cs | 23 +- .../packets/send/Actor/RemoveActorPacket.cs | 23 +- .../send/Actor/SetActorAppearancePacket.cs | 23 +- .../send/Actor/SetActorBGPropertiesPacket.cs | 23 +- .../packets/send/Actor/SetActorIconPacket.cs | 23 +- .../send/Actor/SetActorIsZoningPacket.cs | 23 +- .../packets/send/Actor/SetActorNamePacket.cs | 23 +- .../send/Actor/SetActorPositionPacket.cs | 23 +- .../send/Actor/SetActorPropetyPacket.cs | 23 +- .../packets/send/Actor/SetActorSpeedPacket.cs | 23 +- .../packets/send/Actor/SetActorStatePacket.cs | 23 +- .../send/Actor/SetActorStatusAllPacket.cs | 23 +- .../send/Actor/SetActorStatusPacket.cs | 23 +- .../send/Actor/SetActorSubStatePacket.cs | 23 +- .../Actor/SetActorTargetAnimatedPacket.cs | 23 +- .../send/Actor/SetActorTargetPacket.cs | 23 +- .../send/Actor/StartCountdownPacket.cs | 23 +- .../packets/send/Actor/_0x132Packet.cs | 23 +- .../packets/send/Actor/_0xFPacket.cs | 23 +- .../packets/send/Actor/battle/BattleAction.cs | 23 +- .../Actor/battle/BattleActionX10Packet.cs | 23 +- .../Actor/battle/BattleActionX18Packet.cs | 23 +- .../send/Actor/battle/CommandResult.cs | 23 +- .../Actor/battle/CommandResultContainer.cs | 23 +- .../Actor/battle/CommandResultX00Packet.cs | 23 +- .../Actor/battle/CommandResultX01Packet.cs | 25 +- .../Actor/battle/CommandResultX10Packet.cs | 23 +- .../Actor/battle/CommandResultX18Packet.cs | 23 +- .../Actor/events/SetEmoteEventCondition.cs | 23 +- .../send/Actor/events/SetEventStatus.cs | 23 +- .../Actor/events/SetNoticeEventCondition.cs | 23 +- .../events/SetPushEventConditionWithCircle.cs | 23 +- .../events/SetPushEventConditionWithFan.cs | 23 +- .../SetPushEventConditionWithTriggerBox.cs | 23 +- .../Actor/events/SetTalkEventCondition.cs | 23 +- .../inventory/InventoryBeginChangePacket.cs | 23 +- .../inventory/InventoryEndChangePacket.cs | 23 +- .../Actor/inventory/InventoryItemEndPacket.cs | 23 +- .../Actor/inventory/InventoryItemPacket.cs | 23 +- .../Actor/inventory/InventoryListX01Packet.cs | 23 +- .../Actor/inventory/InventoryListX08Packet.cs | 23 +- .../Actor/inventory/InventoryListX16Packet.cs | 23 +- .../Actor/inventory/InventoryListX32Packet.cs | 23 +- .../Actor/inventory/InventoryListX64Packet.cs | 23 +- .../inventory/InventoryRemoveX01Packet.cs | 23 +- .../inventory/InventoryRemoveX08Packet.cs | 23 +- .../inventory/InventoryRemoveX16Packet.cs | 23 +- .../inventory/InventoryRemoveX32Packet.cs | 23 +- .../inventory/InventoryRemoveX64Packet.cs | 23 +- .../inventory/InventorySetBeginPacket.cs | 23 +- .../Actor/inventory/InventorySetEndPacket.cs | 23 +- .../inventory/LinkedItemListX01Packet.cs | 23 +- .../inventory/LinkedItemListX08Packet.cs | 23 +- .../inventory/LinkedItemListX16Packet.cs | 23 +- .../inventory/LinkedItemListX32Packet.cs | 23 +- .../inventory/LinkedItemListX64Packet.cs | 23 +- .../inventory/SetInitialEquipmentPacket.cs | 23 +- .../packets/send/GameMessagePacket.cs | 23 +- .../packets/send/LogoutPacket.cs | 23 +- .../packets/send/PongPacket.cs | 23 +- .../packets/send/QuitPacket.cs | 23 +- .../packets/send/SendMessagePacket.cs | 23 +- .../packets/send/SetDalamudPacket.cs | 23 +- .../packets/send/SetMapPacket.cs | 23 +- .../packets/send/SetMusicPacket.cs | 23 +- .../packets/send/SetWeatherPacket.cs | 23 +- .../packets/send/_0x02Packet.cs | 23 +- .../packets/send/_0xE2Packet.cs | 23 +- .../packets/send/events/EndEventPacket.cs | 23 +- .../packets/send/events/KickEventPacket.cs | 23 +- .../send/events/RunEventFunctionPacket.cs | 23 +- .../send/groups/ContentMembersX08Packet.cs | 23 +- .../send/groups/ContentMembersX16Packet.cs | 23 +- .../send/groups/ContentMembersX32Packet.cs | 23 +- .../send/groups/ContentMembersX64Packet.cs | 23 +- .../packets/send/groups/CreateNamedGroup.cs | 23 +- .../send/groups/CreateNamedGroupMultiple.cs | 23 +- .../packets/send/groups/DeleteGroupPacket.cs | 23 +- .../packets/send/groups/GroupHeaderPacket.cs | 23 +- .../packets/send/groups/GroupMember.cs | 23 +- .../send/groups/GroupMembersBeginPacket.cs | 23 +- .../send/groups/GroupMembersEndPacket.cs | 23 +- .../send/groups/GroupMembersX08Packet.cs | 23 +- .../send/groups/GroupMembersX16Packet.cs | 23 +- .../send/groups/GroupMembersX32Packet.cs | 23 +- .../send/groups/GroupMembersX64Packet.cs | 23 +- .../send/groups/SynchGroupWorkValuesPacket.cs | 23 +- .../packets/send/login/0x2Packet.cs | 23 +- .../send/player/AchievementEarnedPacket.cs | 23 +- .../packets/send/player/GenericDataPacket.cs | 23 +- .../send/player/SendAchievementRatePacket.cs | 23 +- .../send/player/SetAchievementPointsPacket.cs | 23 +- .../send/player/SetChocoboNamePacket.cs | 23 +- .../player/SetCompletedAchievementsPacket.cs | 25 +- .../send/player/SetCurrentJobPacket.cs | 23 +- .../player/SetCurrentMountChocoboPacket.cs | 23 +- .../player/SetCurrentMountGoobbuePacket.cs | 23 +- .../send/player/SetCutsceneBookPacket.cs | 23 +- .../send/player/SetGrandCompanyPacket.cs | 23 +- .../send/player/SetHasChocoboPacket.cs | 23 +- .../send/player/SetHasGoobbuePacket.cs | 23 +- .../player/SetLatestAchievementsPacket.cs | 23 +- .../send/player/SetPlayerDreamPacket.cs | 23 +- .../send/player/SetPlayerItemStoragePacket.cs | 23 +- .../send/player/SetPlayerTitlePacket.cs | 23 +- .../send/player/SetSpecialEventWorkPacket.cs | 23 +- .../CurrentRecruitmentDetailsPacket.cs | 23 +- .../send/recruitment/EndRecruitmentPacket.cs | 23 +- .../send/recruitment/RecruiterStatePacket.cs | 23 +- .../recruitment/StartRecruitingResponse.cs | 23 +- .../send/search/ItemSearchClosePacket.cs | 23 +- .../packets/send/search/ItemSearchResult.cs | 23 +- .../search/ItemSearchResultsBeginPacket.cs | 23 +- .../search/ItemSearchResultsBodyPacket.cs | 23 +- .../send/search/ItemSearchResultsEndPacket.cs | 23 +- .../search/PlayerSearchCommentResultPacket.cs | 23 +- .../search/PlayerSearchInfoResultPacket.cs | 23 +- .../packets/send/search/PlayerSearchResult.cs | 23 +- .../send/search/RetainerResultBodyPacket.cs | 23 +- .../send/search/RetainerResultEndPacket.cs | 23 +- .../send/search/RetainerResultUpdatePacket.cs | 23 +- .../search/RetainerSearchHistoryPacket.cs | 23 +- .../search/RetainerSearchHistoryResult.cs | 23 +- .../send/search/RetainerSearchResult.cs | 23 +- .../send/social/BlacklistAddedPacket.cs | 23 +- .../send/social/BlacklistRemovedPacket.cs | 23 +- .../packets/send/social/FriendStatusPacket.cs | 23 +- .../send/social/FriendlistAddedPacket.cs | 23 +- .../send/social/FriendlistRemovedPacket.cs | 23 +- .../send/social/SendBlacklistPacket.cs | 23 +- .../send/social/SendFriendlistPacket.cs | 23 +- .../send/supportdesk/EndGMTicketPacket.cs | 23 +- .../send/supportdesk/FaqBodyResponsePacket.cs | 23 +- .../send/supportdesk/FaqListResponsePacket.cs | 23 +- .../send/supportdesk/GMTicketPacket.cs | 23 +- .../supportdesk/GMTicketSentResponsePacket.cs | 23 +- .../supportdesk/IssueListResponsePacket.cs | 23 +- .../send/supportdesk/StartGMTicketPacket.cs | 23 +- .../utils/ActorPropertyPacketUtil.cs | 23 +- .../utils/CharacterUtils.cs | 23 +- FFXIVClassic Map Server/utils/NavmeshUtils.cs | 23 +- .../utils/SQLGeneration.cs | 23 +- .../Actor/Group/Work/ContentWork.cs | 23 +- .../Actor/Group/Work/GroupGlobalSave.cs | 23 +- .../Actor/Group/Work/GroupGlobalTemp.cs | 23 +- .../Actor/Group/Work/GroupMemberSave.cs | 23 +- .../Actor/Group/Work/LinkshellWork.cs | 23 +- .../Actor/Group/Work/PartyWork.cs | 23 +- .../Actor/Group/Work/RelationWork.cs | 23 +- .../Actor/Group/Work/RetainerWork.cs | 23 +- FFXIVClassic World Server/ConfigConstants.cs | 23 +- .../DataObjects/ClientConnection.cs | 23 +- .../DataObjects/DBWorld.cs | 23 +- .../DataObjects/Group/Group.cs | 23 +- .../DataObjects/Group/Linkshell.cs | 23 +- .../DataObjects/Group/LinkshellMember.cs | 23 +- .../DataObjects/Group/Party.cs | 23 +- .../DataObjects/Group/Relation.cs | 23 +- .../DataObjects/Group/RetainerGroup.cs | 23 +- .../DataObjects/Group/RetainerGroupMember.cs | 23 +- .../Group/RetainerMeetingRelationGroup.cs | 23 +- .../DataObjects/LuaParam.cs | 23 +- .../DataObjects/LuaUtils.cs | 23 +- .../DataObjects/Session.cs | 23 +- .../DataObjects/ZoneServer.cs | 23 +- FFXIVClassic World Server/Database.cs | 23 +- FFXIVClassic World Server/LinkshellManager.cs | 23 +- FFXIVClassic World Server/PacketProcessor.cs | 23 +- .../Packets/Receive/HelloPacket.cs | 23 +- .../Receive/Subpackets/ChatMessagePacket.cs | 23 +- .../Receive/Subpackets/GroupCreatedPacket.cs | 23 +- .../Subpackets/PartyChatMessagePacket.cs | 23 +- .../Send/Subpackets/GameMessagePacket.cs | 23 +- .../Subpackets/Groups/CreateNamedGroup.cs | 23 +- .../Groups/CreateNamedGroupMultiple.cs | 23 +- .../Subpackets/Groups/DeleteGroupPacket.cs | 23 +- .../Subpackets/Groups/GroupHeaderPacket.cs | 23 +- .../Send/Subpackets/Groups/GroupMember.cs | 23 +- .../Groups/GroupMembersBeginPacket.cs | 23 +- .../Groups/GroupMembersEndPacket.cs | 23 +- .../Groups/GroupMembersX08Packet.cs | 23 +- .../Groups/GroupMembersX16Packet.cs | 23 +- .../Groups/GroupMembersX32Packet.cs | 23 +- .../Groups/GroupMembersX64Packet.cs | 23 +- .../Groups/SetActiveLinkshellPacket.cs | 23 +- .../Groups/SynchGroupWorkValuesPacket.cs | 23 +- .../Send/Subpackets/SendMessagePacket.cs | 23 +- .../Packets/Send/_0x2Packet.cs | 23 +- .../Packets/Send/_0x7Packet.cs | 23 +- .../Packets/Send/_0x8PingPacket.cs | 23 +- .../Receive/Group/CreateLinkshellPacket.cs | 23 +- .../Receive/Group/CreateRelationPacket.cs | 23 +- .../Receive/Group/DeleteLinkshellPacket.cs | 23 +- .../Receive/Group/GetGroupPacket.cs | 23 +- .../Receive/Group/GroupInviteResultPacket.cs | 23 +- .../Receive/Group/LinkshellChangePacket.cs | 23 +- .../Group/LinkshellInviteCancelPacket.cs | 23 +- .../Receive/Group/LinkshellInvitePacket.cs | 23 +- .../Receive/Group/LinkshellLeavePacket.cs | 23 +- .../Group/LinkshellRankChangePacket.cs | 23 +- .../Receive/Group/ModifyLinkshellPacket.cs | 23 +- .../Receive/Group/PartyInvitePacket.cs | 23 +- .../Receive/Group/PartyLeavePacket.cs | 23 +- .../Receive/Group/PartyModifyPacket.cs | 23 +- .../Receive/SessionBeginConfirmPacket.cs | 23 +- .../Receive/SessionEndConfirmPacket.cs | 23 +- .../Receive/WorldRequestZoneChangePacket.cs | 23 +- .../Packets/WorldPackets/Send/ErrorPacket.cs | 23 +- .../Send/Group/PartySyncPacket.cs | 23 +- .../Send/LinkshellResultPacket.cs | 23 +- .../WorldPackets/Send/SessionBeginPacket.cs | 23 +- .../WorldPackets/Send/SessionEndPacket.cs | 23 +- FFXIVClassic World Server/PartyManager.cs | 23 +- FFXIVClassic World Server/Program.cs | 23 +- .../RelationGroupManager.cs | 23 +- .../RetainerGroupManager.cs | 23 +- FFXIVClassic World Server/Server.cs | 23 +- FFXIVClassic World Server/WorldMaster.cs | 23 +- LICENSE.md | 661 ++++++++++++++++++ Launcher Editor/Program.cs | 23 +- 408 files changed, 9629 insertions(+), 421 deletions(-) create mode 100644 LICENSE.md diff --git a/FFXIVClassic Common Class Lib/BasePacket.cs b/FFXIVClassic Common Class Lib/BasePacket.cs index 5532d079..ba0f20d4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ccb151b6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..04987e3c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..71865f12 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d2440f50 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ee2c74fc 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0b22b017 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a6d7e2a8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d7f2680d 100644 --- a/FFXIVClassic Lobby Server/ClientConnection.cs +++ b/FFXIVClassic Lobby Server/ClientConnection.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1549ad50 100644 --- a/FFXIVClassic Lobby Server/ConfigConstants.cs +++ b/FFXIVClassic Lobby Server/ConfigConstants.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7b2dee1f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b74996ce 100644 --- a/FFXIVClassic Lobby Server/PacketProcessor.cs +++ b/FFXIVClassic Lobby Server/PacketProcessor.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a7351140 100644 --- a/FFXIVClassic Lobby Server/Program.cs +++ b/FFXIVClassic Lobby Server/Program.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ed08ede0 100644 --- a/FFXIVClassic Lobby Server/Server.cs +++ b/FFXIVClassic Lobby Server/Server.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6f875c55 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9b2756da 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..495cc837 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a2a06ea5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f0cfacf4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c50ae07a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..79e6928b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e596e758 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1cddc866 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..94e022ad 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..83c7f4a2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8ae4f77d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..21585676 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f4069ef3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8efceea3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8aec0d62 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cebb94fd 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6c5fcf75 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f4069c75 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e5cbd737 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..27f457ff 100644 --- a/FFXIVClassic Map Server/CommandProcessor.cs +++ b/FFXIVClassic Map Server/CommandProcessor.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..41d9a37e 100644 --- a/FFXIVClassic Map Server/ConfigConstants.cs +++ b/FFXIVClassic Map Server/ConfigConstants.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a65af165 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5f99d859 100644 --- a/FFXIVClassic Map Server/PacketProcessor.cs +++ b/FFXIVClassic Map Server/PacketProcessor.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..86a0cf4b 100644 --- a/FFXIVClassic Map Server/Program.cs +++ b/FFXIVClassic Map Server/Program.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ba0460bc 100644 --- a/FFXIVClassic Map Server/Server.cs +++ b/FFXIVClassic Map Server/Server.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9650e41d 100644 --- a/FFXIVClassic Map Server/WorldManager.cs +++ b/FFXIVClassic Map Server/WorldManager.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ada34752 100644 --- a/FFXIVClassic Map Server/actors/Actor.cs +++ b/FFXIVClassic Map Server/actors/Actor.cs @@ -1,4 +1,25 @@ - +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..17bf1850 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1628893e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..94d7a6ab 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1ae09c70 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..853b8f5e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b68e02d8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..547cbf73 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c697d9ea 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..633e7279 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2cd5fd28 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..faae7593 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7866c74c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e2d9564b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3524159c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..db630ce9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cff39bc7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..006782fc 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b14f457f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5b14eeec 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..25af560d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..36a1bfb5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3e517435 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..769bb0db 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9df4f03c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0f392851 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e52e786a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4bfecc0c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2822b733 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bfcdf0c5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..61465457 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7d429e62 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d9696cb4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f52e21bf 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cff53549 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d52ed2ba 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bede5a8a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9c30a7f2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fc19f1c8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..32718b82 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5760e9c5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d4ffc116 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7d20f96c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4bdd79d1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2bd084cd 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1e0a82e9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c44e7411 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f2841673 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..724a7dd3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ab9c5755 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e78de87e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ab5fe0b2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4d41d997 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..dfaa3726 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..897e523f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cdbe0308 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0f64f881 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d3123e08 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5d15aa97 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..24d34106 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1fdfc2fa 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..72e76cfa 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..336184e4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e796f335 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2fc4da20 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bd86614c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f785f9f6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a57d7c7b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..db8058c3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..350d40ef 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..25711083 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5abb38de 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..80fb2440 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d925f196 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..12b323e0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6872d984 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3450c532 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2c8758ee 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..76b182b4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..865b2e24 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0682a5df 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6fb3ce08 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d6d026ce 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e020e672 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1a9cc220 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c07e729f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c9bc6d4c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c34ef042 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7b4f9bf1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a41dbaa2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4a412410 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ac74659c 100644 --- a/FFXIVClassic Map Server/lua/LuaEngine.cs +++ b/FFXIVClassic Map Server/lua/LuaEngine.cs @@ -1,4 +1,25 @@ - +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..253cec43 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..607493e9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b19f8ae7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4f9f2897 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5c28f667 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ac7c549a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..79e8d567 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4a3420e1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..14ef7c38 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..169f3ae3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..aa4dd5b7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..65d67678 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4243ea45 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..74756555 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5acd6488 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..62da0634 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..23fc3d68 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..24e7cb28 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e2db4927 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4b98d04e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3e53094e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..852164d9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8aaf75e2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..73a8699e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1c963f5b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..633755cd 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..67030f14 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5859466b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c727b484 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..37e5e82f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2ca5964f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2ba7bc6e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c1bced4d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8abfad6e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a604ed1f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e716830e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..46fa4a0d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3c7d31b2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..91b41a5a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..04421856 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1eb2aeb4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2bd277ee 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1fd2223e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a9a406f3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..09c99818 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7b778cb6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..56d0cda5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..16e9b7b6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8a7a65a2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5b7fd993 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ee167959 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..00d9ec56 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e94530af 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b2152c59 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6abfb24c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..91de933a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3f94767f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e3d5d6a8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3a540d0b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e955fa83 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..96cb33da 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9e469b0a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bc1f7ecf 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c8fa9e54 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4cd23e5f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0c827f4f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a457d471 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..aa1dd010 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b4b75ca2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fd3e2205 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..235af8b6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ec46a7bf 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..79e5be18 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..18d9a94f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4f905237 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ede90f73 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..43c9b6a1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..548cd353 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..128893be 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8cd0aee1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d411eb55 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a6927233 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7815745a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3afd0305 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..537ad204 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..df3cf432 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..304c1beb 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5edd4c44 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c373e999 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..afa94abe 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e974bdc4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..39d98afb 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..80d73db2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..757cc610 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3c99e5e7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ae621e79 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1b9f63f5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ce4691a4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..53c4ce65 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b02fd306 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9de3f763 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..aed24794 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e1798f68 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fb8d7352 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f301e82f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..37be85e0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b47508b9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4089bf16 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6985bfcd 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..39da5951 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f1c4cdb2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a35dbfc1 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0b6ad91d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..61d83404 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..26de799d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..07c52ca2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..059a0106 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7a12ed4f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cad2c8d3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..22f23a5a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c7875455 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cb633589 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8f8114d0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e7c08e57 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a515e49a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..88ca7fb0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..691eb208 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f4d03d40 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d2a7ca25 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..764d5505 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b1354045 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3fd23f75 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..dd450b0e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..96e590c8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7896e85c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c3132320 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3d67ff58 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5b066b17 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a831a79a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4b74610c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3ea94ceb 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..18c8dc1c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..00ee9f37 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cc365f4b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f69ea238 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6022bc52 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3d3eeba2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fb519b73 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f3155601 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..41d85007 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a580f8b6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..dcd9c473 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..95e13807 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c9286884 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9bff8e73 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8fa50723 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..14d3e541 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5fcd0cd6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4fbe4042 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..55ec0e7e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2dc4f83a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9ff0dc64 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bbc067a3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8fc298f0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a792efc7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6cf5b108 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..68dcc9c5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..60a780e3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..8dbcdd87 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..86fb0a44 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ac5122ff 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..25b0f54e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d6dd5319 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d287efe4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..933dc3fb 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f12eb6b0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..afc8c60a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3e7dd49f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f60f5935 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e54f1a7a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5f9ebe60 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2117fd33 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..072ff39f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..81cc49d5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0762e57d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..48048187 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5eb6ecfc 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ea6c1536 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6dd9f679 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a4780c10 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ec827fe8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3d5a03aa 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7a6eeff2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6f52a996 100644 --- a/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs +++ b/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs @@ -1,4 +1,25 @@ - +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cc68f448 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..20e15cf6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..516f8827 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f10b9182 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b943bf9a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b81b2c49 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b648c7f5 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a246a1e0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d0b87be2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c70020d7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c430b8ea 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a7bbfa63 100644 --- a/FFXIVClassic World Server/ConfigConstants.cs +++ b/FFXIVClassic World Server/ConfigConstants.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..010b178e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9b92f227 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d8a62071 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..73fb364a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6ac0cde0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d31b55e2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f93f2233 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4d96d7c4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e18fabf4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..235ed151 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1ddf5b44 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cea2405e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..dc5d3e58 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c549ded2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..edebb42e 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..11e38259 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..abab9b4b 100644 --- a/FFXIVClassic World Server/PacketProcessor.cs +++ b/FFXIVClassic World Server/PacketProcessor.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5891682b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0491e037 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..090faeae 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..7f91b121 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c0b4d4f2 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..41c178b6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fdb8c0b9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0a062f2d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..08858496 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..e2f846a4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..15c0cc86 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5a12670a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4b6f91ac 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1abdab4a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..58981ee4 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..75b02d6c 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b1684812 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0936952f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..bc35243a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..23745843 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..4ff51504 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3f60df4a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..5179d7b9 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ef53a123 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..34502686 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9e657c05 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..04186f07 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..154592bf 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1e385109 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..12d69f5b 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..3d156be3 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..d32d1c07 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..6e9276d8 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..797865c7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..b1e283af 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1855c74d 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..ca576c04 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c93eecb0 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..f942d287 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..fe4faafd 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..02caaa6a 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..2e13c2b7 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..a062ad81 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..9993d82f 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..0f11a2e6 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..c2a00b77 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..cb77b2ed 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..1b0499fb 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 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..96b05568 100644 --- a/FFXIVClassic World Server/Server.cs +++ b/FFXIVClassic World Server/Server.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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..53aecdb3 100644 --- a/FFXIVClassic World Server/WorldMaster.cs +++ b/FFXIVClassic World Server/WorldMaster.cs @@ -1,4 +1,25 @@ -using FFXIVClassic.Common; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor 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/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..29ebfa54 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. \ No newline at end of file diff --git a/Launcher Editor/Program.cs b/Launcher Editor/Program.cs index 766aaac4..8328ccf5 100644 --- a/Launcher Editor/Program.cs +++ b/Launcher Editor/Program.cs @@ -1,4 +1,25 @@ -using System; +/* +=========================================================================== +Copyright (C) 2015-2019 Project Meteor Dev Team + +This file is part of Project Meteor Server. + +Project Meteor Server is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Project Meteor Server is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with Project Meteor Server. If not, see . +=========================================================================== +*/ + +using System; using System.IO; using System.Text;