From 0cc15411c19c3235fdcfbf9c4fc9bd36b574c9a2 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:19:44 +0200 Subject: [PATCH] license update (#1674) --- src/AiFactory.cpp | 4 ++-- src/AiFactory.h | 4 ++-- src/ChatFilter.cpp | 4 ++-- src/ChatFilter.h | 4 ++-- src/ChatHelper.cpp | 4 ++-- src/ChatHelper.h | 4 ++-- src/FleeManager.cpp | 4 ++-- src/FleeManager.h | 4 ++-- src/GuildTaskMgr.cpp | 4 ++-- src/GuildTaskMgr.h | 4 ++-- src/Helpers.cpp | 4 ++-- src/Helpers.h | 4 ++-- src/LazyCalculatedValue.h | 4 ++-- src/LootObjectStack.cpp | 4 ++-- src/LootObjectStack.h | 4 ++-- src/PerformanceMonitor.cpp | 4 ++-- src/PerformanceMonitor.h | 4 ++-- src/PlaceholderHelper.cpp | 4 ++-- src/PlaceholderHelper.h | 4 ++-- src/PlayerbotAI.cpp | 4 ++-- src/PlayerbotAI.h | 4 ++-- src/PlayerbotAIAware.h | 4 ++-- src/PlayerbotAIBase.cpp | 4 ++-- src/PlayerbotAIBase.h | 4 ++-- src/PlayerbotAIConfig.cpp | 4 ++-- src/PlayerbotAIConfig.h | 4 ++-- src/PlayerbotCommandServer.cpp | 4 ++-- src/PlayerbotCommandServer.h | 4 ++-- src/PlayerbotDbStore.cpp | 4 ++-- src/PlayerbotDbStore.h | 4 ++-- src/PlayerbotDungeonSuggestionMgr.cpp | 4 ++-- src/PlayerbotDungeonSuggestionMgr.h | 4 ++-- src/PlayerbotMgr.cpp | 4 ++-- src/PlayerbotMgr.h | 4 ++-- src/PlayerbotSecurity.cpp | 4 ++-- src/PlayerbotSecurity.h | 4 ++-- src/PlayerbotTextMgr.cpp | 4 ++-- src/PlayerbotTextMgr.h | 4 ++-- src/Playerbots.h | 4 ++-- src/RandomItemMgr.cpp | 4 ++-- src/RandomItemMgr.h | 4 ++-- src/RandomPlayerbotFactory.cpp | 4 ++-- src/RandomPlayerbotFactory.h | 4 ++-- src/RandomPlayerbotMgr.cpp | 4 ++-- src/RandomPlayerbotMgr.h | 4 ++-- src/ServerFacade.cpp | 4 ++-- src/ServerFacade.h | 4 ++-- src/Talentspec.cpp | 4 ++-- src/Talentspec.h | 4 ++-- src/TravelMgr.cpp | 4 ++-- src/TravelMgr.h | 4 ++-- src/TravelNode.cpp | 4 ++-- src/TravelNode.h | 4 ++-- src/factory/PlayerbotFactory.cpp | 4 ++-- src/factory/PlayerbotFactory.h | 4 ++-- src/factory/StatsCollector.h | 4 ++-- src/factory/StatsWeightCalculator.cpp | 4 ++-- src/factory/StatsWeightCalculator.h | 4 ++-- src/strategy/Action.cpp | 4 ++-- src/strategy/Action.h | 4 ++-- src/strategy/AiObject.cpp | 4 ++-- src/strategy/AiObject.h | 4 ++-- src/strategy/AiObjectContext.cpp | 4 ++-- src/strategy/AiObjectContext.h | 4 ++-- src/strategy/CustomStrategy.cpp | 4 ++-- src/strategy/CustomStrategy.h | 4 ++-- src/strategy/Engine.cpp | 4 ++-- src/strategy/Engine.h | 4 ++-- src/strategy/Event.cpp | 4 ++-- src/strategy/Event.h | 4 ++-- src/strategy/ExternalEventHelper.cpp | 4 ++-- src/strategy/ExternalEventHelper.h | 4 ++-- src/strategy/ItemVisitors.cpp | 4 ++-- src/strategy/ItemVisitors.h | 4 ++-- src/strategy/Multiplier.h | 4 ++-- src/strategy/NamedObjectContext.cpp | 4 ++-- src/strategy/NamedObjectContext.h | 4 ++-- src/strategy/PassiveMultiplier.cpp | 4 ++-- src/strategy/PassiveMultiplier.h | 4 ++-- src/strategy/Queue.cpp | 4 ++-- src/strategy/Queue.h | 4 ++-- src/strategy/Strategy.cpp | 4 ++-- src/strategy/Strategy.h | 4 ++-- src/strategy/StrategyContext.h | 4 ++-- src/strategy/Trigger.cpp | 4 ++-- src/strategy/Trigger.h | 4 ++-- src/strategy/Value.cpp | 4 ++-- src/strategy/Value.h | 4 ++-- src/strategy/actions/AcceptBattlegroundInvitationAction.cpp | 4 ++-- src/strategy/actions/AcceptBattlegroundInvitationAction.h | 4 ++-- src/strategy/actions/AcceptDuelAction.cpp | 4 ++-- src/strategy/actions/AcceptDuelAction.h | 4 ++-- src/strategy/actions/AcceptInvitationAction.cpp | 4 ++-- src/strategy/actions/AcceptInvitationAction.h | 4 ++-- src/strategy/actions/AcceptQuestAction.cpp | 4 ++-- src/strategy/actions/AcceptQuestAction.h | 4 ++-- src/strategy/actions/AcceptResurrectAction.cpp | 4 ++-- src/strategy/actions/AcceptResurrectAction.h | 4 ++-- src/strategy/actions/ActionContext.h | 4 ++-- src/strategy/actions/AddLootAction.cpp | 4 ++-- src/strategy/actions/AddLootAction.h | 4 ++-- src/strategy/actions/AreaTriggerAction.cpp | 4 ++-- src/strategy/actions/AreaTriggerAction.h | 4 ++-- src/strategy/actions/ArenaTeamActions.cpp | 4 ++-- src/strategy/actions/ArenaTeamActions.h | 4 ++-- src/strategy/actions/AttackAction.cpp | 4 ++-- src/strategy/actions/AttackAction.h | 4 ++-- src/strategy/actions/AutoMaintenanceOnLevelupAction.h | 4 ++-- src/strategy/actions/BankAction.cpp | 4 ++-- src/strategy/actions/BankAction.h | 4 ++-- src/strategy/actions/BattleGroundJoinAction.cpp | 4 ++-- src/strategy/actions/BattleGroundJoinAction.h | 4 ++-- src/strategy/actions/BattleGroundTactics.cpp | 4 ++-- src/strategy/actions/BattleGroundTactics.h | 4 ++-- src/strategy/actions/BossAuraActions.cpp | 4 ++-- src/strategy/actions/BossAuraActions.h | 4 ++-- src/strategy/actions/BuffAction.cpp | 4 ++-- src/strategy/actions/BuffAction.h | 4 ++-- src/strategy/actions/BuyAction.cpp | 4 ++-- src/strategy/actions/BuyAction.h | 4 ++-- src/strategy/actions/CancelChannelAction.cpp | 4 ++-- src/strategy/actions/CancelChannelAction.h | 4 ++-- src/strategy/actions/CastCustomSpellAction.cpp | 4 ++-- src/strategy/actions/CastCustomSpellAction.h | 4 ++-- src/strategy/actions/ChangeChatAction.cpp | 4 ++-- src/strategy/actions/ChangeChatAction.h | 4 ++-- src/strategy/actions/ChangeStrategyAction.cpp | 4 ++-- src/strategy/actions/ChangeStrategyAction.h | 4 ++-- src/strategy/actions/ChangeTalentsAction.cpp | 4 ++-- src/strategy/actions/ChangeTalentsAction.h | 4 ++-- src/strategy/actions/ChatActionContext.h | 4 ++-- src/strategy/actions/ChatShortcutActions.cpp | 4 ++-- src/strategy/actions/ChatShortcutActions.h | 4 ++-- src/strategy/actions/CheatAction.cpp | 4 ++-- src/strategy/actions/CheatAction.h | 4 ++-- src/strategy/actions/CheckMailAction.cpp | 4 ++-- src/strategy/actions/CheckMailAction.h | 4 ++-- src/strategy/actions/CheckMountStateAction.cpp | 4 ++-- src/strategy/actions/CheckMountStateAction.h | 4 ++-- src/strategy/actions/CheckValuesAction.cpp | 4 ++-- src/strategy/actions/CheckValuesAction.h | 4 ++-- src/strategy/actions/ChooseRpgTargetAction.cpp | 4 ++-- src/strategy/actions/ChooseRpgTargetAction.h | 4 ++-- src/strategy/actions/ChooseTargetActions.cpp | 4 ++-- src/strategy/actions/ChooseTargetActions.h | 4 ++-- src/strategy/actions/ChooseTravelTargetAction.cpp | 4 ++-- src/strategy/actions/ChooseTravelTargetAction.h | 4 ++-- src/strategy/actions/CombatActions.cpp | 4 ++-- src/strategy/actions/CombatActions.h | 4 ++-- src/strategy/actions/CustomStrategyEditAction.cpp | 4 ++-- src/strategy/actions/CustomStrategyEditAction.h | 4 ++-- src/strategy/actions/DebugAction.cpp | 4 ++-- src/strategy/actions/DebugAction.h | 4 ++-- src/strategy/actions/DelayAction.cpp | 4 ++-- src/strategy/actions/DelayAction.h | 4 ++-- src/strategy/actions/DestroyItemAction.cpp | 4 ++-- src/strategy/actions/DestroyItemAction.h | 4 ++-- src/strategy/actions/DropQuestAction.cpp | 4 ++-- src/strategy/actions/DropQuestAction.h | 4 ++-- src/strategy/actions/EmoteAction.cpp | 4 ++-- src/strategy/actions/EmoteAction.h | 4 ++-- src/strategy/actions/EquipAction.cpp | 4 ++-- src/strategy/actions/EquipAction.h | 4 ++-- src/strategy/actions/EquipGlyphsAction.cpp | 4 ++-- src/strategy/actions/EquipGlyphsAction.h | 4 ++-- src/strategy/actions/FlagAction.cpp | 4 ++-- src/strategy/actions/FlagAction.h | 4 ++-- src/strategy/actions/FollowActions.cpp | 4 ++-- src/strategy/actions/FollowActions.h | 4 ++-- src/strategy/actions/GenericActions.cpp | 4 ++-- src/strategy/actions/GenericActions.h | 4 ++-- src/strategy/actions/GenericBuffUtils.cpp | 4 ++-- src/strategy/actions/GenericBuffUtils.h | 4 ++-- src/strategy/actions/GenericSpellActions.cpp | 4 ++-- src/strategy/actions/GenericSpellActions.h | 4 ++-- src/strategy/actions/GiveItemAction.cpp | 4 ++-- src/strategy/actions/GiveItemAction.h | 4 ++-- src/strategy/actions/GoAction.cpp | 4 ++-- src/strategy/actions/GoAction.h | 4 ++-- src/strategy/actions/GossipHelloAction.cpp | 4 ++-- src/strategy/actions/GossipHelloAction.h | 4 ++-- src/strategy/actions/GreetAction.cpp | 4 ++-- src/strategy/actions/GreetAction.h | 4 ++-- src/strategy/actions/GuildAcceptAction.cpp | 4 ++-- src/strategy/actions/GuildAcceptAction.h | 4 ++-- src/strategy/actions/GuildBankAction.cpp | 4 ++-- src/strategy/actions/GuildBankAction.h | 4 ++-- src/strategy/actions/GuildCreateActions.cpp | 4 ++-- src/strategy/actions/GuildCreateActions.h | 4 ++-- src/strategy/actions/GuildManagementActions.cpp | 4 ++-- src/strategy/actions/GuildManagementActions.h | 4 ++-- src/strategy/actions/HelpAction.cpp | 4 ++-- src/strategy/actions/HelpAction.h | 4 ++-- src/strategy/actions/HireAction.cpp | 4 ++-- src/strategy/actions/HireAction.h | 4 ++-- src/strategy/actions/ImbueAction.cpp | 4 ++-- src/strategy/actions/ImbueAction.h | 4 ++-- src/strategy/actions/InventoryAction.cpp | 4 ++-- src/strategy/actions/InventoryAction.h | 4 ++-- src/strategy/actions/InventoryChangeFailureAction.cpp | 4 ++-- src/strategy/actions/InventoryChangeFailureAction.h | 4 ++-- src/strategy/actions/InviteToGroupAction.cpp | 4 ++-- src/strategy/actions/InviteToGroupAction.h | 4 ++-- src/strategy/actions/LeaveGroupAction.cpp | 4 ++-- src/strategy/actions/LeaveGroupAction.h | 4 ++-- src/strategy/actions/LfgActions.cpp | 4 ++-- src/strategy/actions/LfgActions.h | 4 ++-- src/strategy/actions/ListQuestsActions.cpp | 4 ++-- src/strategy/actions/ListQuestsActions.h | 4 ++-- src/strategy/actions/ListSpellsAction.cpp | 4 ++-- src/strategy/actions/ListSpellsAction.h | 4 ++-- src/strategy/actions/LogLevelAction.cpp | 4 ++-- src/strategy/actions/LogLevelAction.h | 4 ++-- src/strategy/actions/LootAction.cpp | 4 ++-- src/strategy/actions/LootAction.h | 4 ++-- src/strategy/actions/LootRollAction.cpp | 4 ++-- src/strategy/actions/LootRollAction.h | 4 ++-- src/strategy/actions/LootStrategyAction.cpp | 4 ++-- src/strategy/actions/LootStrategyAction.h | 4 ++-- src/strategy/actions/MailAction.cpp | 4 ++-- src/strategy/actions/MailAction.h | 4 ++-- src/strategy/actions/MoveToRpgTargetAction.cpp | 4 ++-- src/strategy/actions/MoveToRpgTargetAction.h | 4 ++-- src/strategy/actions/MoveToTravelTargetAction.cpp | 4 ++-- src/strategy/actions/MoveToTravelTargetAction.h | 4 ++-- src/strategy/actions/MovementActions.cpp | 4 ++-- src/strategy/actions/MovementActions.h | 4 ++-- src/strategy/actions/NonCombatActions.cpp | 4 ++-- src/strategy/actions/NonCombatActions.h | 4 ++-- src/strategy/actions/OpenItemAction.h | 4 ++-- src/strategy/actions/OutfitAction.cpp | 4 ++-- src/strategy/actions/OutfitAction.h | 4 ++-- src/strategy/actions/PassLeadershipToMasterAction.cpp | 4 ++-- src/strategy/actions/PassLeadershipToMasterAction.h | 4 ++-- src/strategy/actions/PetAction.cpp | 4 ++-- src/strategy/actions/PetAction.h | 4 ++-- src/strategy/actions/PetitionSignAction.cpp | 4 ++-- src/strategy/actions/PetitionSignAction.h | 4 ++-- src/strategy/actions/PositionAction.cpp | 4 ++-- src/strategy/actions/PositionAction.h | 4 ++-- src/strategy/actions/QueryItemUsageAction.cpp | 4 ++-- src/strategy/actions/QueryItemUsageAction.h | 4 ++-- src/strategy/actions/QueryQuestAction.cpp | 4 ++-- src/strategy/actions/QueryQuestAction.h | 4 ++-- src/strategy/actions/QuestAction.cpp | 4 ++-- src/strategy/actions/QuestAction.h | 4 ++-- src/strategy/actions/QuestConfirmAcceptAction.h | 4 ++-- src/strategy/actions/RandomBotUpdateAction.cpp | 4 ++-- src/strategy/actions/RandomBotUpdateAction.h | 4 ++-- src/strategy/actions/RangeAction.cpp | 4 ++-- src/strategy/actions/RangeAction.h | 4 ++-- src/strategy/actions/ReachTargetActions.cpp | 4 ++-- src/strategy/actions/ReachTargetActions.h | 4 ++-- src/strategy/actions/ReadyCheckAction.cpp | 4 ++-- src/strategy/actions/ReadyCheckAction.h | 4 ++-- src/strategy/actions/ReleaseSpiritAction.cpp | 4 ++-- src/strategy/actions/ReleaseSpiritAction.h | 4 ++-- src/strategy/actions/RememberTaxiAction.cpp | 4 ++-- src/strategy/actions/RememberTaxiAction.h | 4 ++-- src/strategy/actions/RemoveAuraAction.cpp | 4 ++-- src/strategy/actions/RemoveAuraAction.h | 4 ++-- src/strategy/actions/RepairAllAction.cpp | 4 ++-- src/strategy/actions/RepairAllAction.h | 4 ++-- src/strategy/actions/ResetAiAction.cpp | 4 ++-- src/strategy/actions/ResetAiAction.h | 4 ++-- src/strategy/actions/ResetInstancesAction.cpp | 4 ++-- src/strategy/actions/ResetInstancesAction.h | 4 ++-- src/strategy/actions/RevealGatheringItemAction.cpp | 4 ++-- src/strategy/actions/RevealGatheringItemAction.h | 4 ++-- src/strategy/actions/ReviveFromCorpseAction.cpp | 4 ++-- src/strategy/actions/ReviveFromCorpseAction.h | 4 ++-- src/strategy/actions/RewardAction.cpp | 4 ++-- src/strategy/actions/RewardAction.h | 4 ++-- src/strategy/actions/RpgAction.cpp | 4 ++-- src/strategy/actions/RpgAction.h | 4 ++-- src/strategy/actions/RpgSubActions.cpp | 4 ++-- src/strategy/actions/RpgSubActions.h | 4 ++-- src/strategy/actions/RpgValues.h | 4 ++-- src/strategy/actions/RtiAction.cpp | 4 ++-- src/strategy/actions/RtiAction.h | 4 ++-- src/strategy/actions/RtscAction.cpp | 4 ++-- src/strategy/actions/RtscAction.h | 4 ++-- src/strategy/actions/SaveManaAction.cpp | 4 ++-- src/strategy/actions/SaveManaAction.h | 4 ++-- src/strategy/actions/SayAction.cpp | 4 ++-- src/strategy/actions/SayAction.h | 4 ++-- src/strategy/actions/SecurityCheckAction.cpp | 4 ++-- src/strategy/actions/SecurityCheckAction.h | 4 ++-- src/strategy/actions/SeeSpellAction.cpp | 4 ++-- src/strategy/actions/SeeSpellAction.h | 4 ++-- src/strategy/actions/SellAction.cpp | 4 ++-- src/strategy/actions/SellAction.h | 4 ++-- src/strategy/actions/SendMailAction.cpp | 4 ++-- src/strategy/actions/SendMailAction.h | 4 ++-- src/strategy/actions/SetCraftAction.cpp | 4 ++-- src/strategy/actions/SetCraftAction.h | 4 ++-- src/strategy/actions/SetHomeAction.cpp | 4 ++-- src/strategy/actions/SetHomeAction.h | 4 ++-- src/strategy/actions/ShareQuestAction.cpp | 4 ++-- src/strategy/actions/ShareQuestAction.h | 4 ++-- src/strategy/actions/SkipSpellsListAction.cpp | 4 ++-- src/strategy/actions/SkipSpellsListAction.h | 4 ++-- src/strategy/actions/StatsAction.cpp | 4 ++-- src/strategy/actions/StatsAction.h | 4 ++-- src/strategy/actions/StayActions.cpp | 4 ++-- src/strategy/actions/StayActions.h | 4 ++-- src/strategy/actions/SuggestWhatToDoAction.cpp | 4 ++-- src/strategy/actions/SuggestWhatToDoAction.h | 4 ++-- src/strategy/actions/TalkToQuestGiverAction.cpp | 4 ++-- src/strategy/actions/TalkToQuestGiverAction.h | 4 ++-- src/strategy/actions/TameAction.cpp | 4 ++-- src/strategy/actions/TameAction.h | 4 ++-- src/strategy/actions/TaxiAction.cpp | 4 ++-- src/strategy/actions/TaxiAction.h | 4 ++-- src/strategy/actions/TeleportAction.cpp | 4 ++-- src/strategy/actions/TeleportAction.h | 4 ++-- src/strategy/actions/TellCastFailedAction.cpp | 4 ++-- src/strategy/actions/TellCastFailedAction.h | 4 ++-- src/strategy/actions/TellGlyphsAction.cpp | 4 ++-- src/strategy/actions/TellGlyphsAction.h | 4 ++-- src/strategy/actions/TellItemCountAction.cpp | 4 ++-- src/strategy/actions/TellItemCountAction.h | 4 ++-- src/strategy/actions/TellLosAction.cpp | 4 ++-- src/strategy/actions/TellLosAction.h | 4 ++-- src/strategy/actions/TellMasterAction.cpp | 4 ++-- src/strategy/actions/TellMasterAction.h | 4 ++-- src/strategy/actions/TellReputationAction.cpp | 4 ++-- src/strategy/actions/TellReputationAction.h | 4 ++-- src/strategy/actions/TellTargetAction.cpp | 4 ++-- src/strategy/actions/TellTargetAction.h | 4 ++-- src/strategy/actions/TradeAction.cpp | 4 ++-- src/strategy/actions/TradeAction.h | 4 ++-- src/strategy/actions/TradeStatusAction.cpp | 4 ++-- src/strategy/actions/TradeStatusAction.h | 4 ++-- src/strategy/actions/TradeValues.cpp | 4 ++-- src/strategy/actions/TradeValues.h | 4 ++-- src/strategy/actions/TrainerAction.cpp | 4 ++-- src/strategy/actions/TrainerAction.h | 4 ++-- src/strategy/actions/TravelAction.cpp | 4 ++-- src/strategy/actions/TravelAction.h | 4 ++-- src/strategy/actions/UnequipAction.cpp | 4 ++-- src/strategy/actions/UnequipAction.h | 4 ++-- src/strategy/actions/UseItemAction.cpp | 4 ++-- src/strategy/actions/UseItemAction.h | 4 ++-- src/strategy/actions/UseMeetingStoneAction.cpp | 4 ++-- src/strategy/actions/UseMeetingStoneAction.h | 4 ++-- src/strategy/actions/VehicleActions.cpp | 4 ++-- src/strategy/actions/VehicleActions.h | 4 ++-- src/strategy/actions/WhoAction.cpp | 4 ++-- src/strategy/actions/WhoAction.h | 4 ++-- src/strategy/actions/WipeAction.cpp | 4 ++-- src/strategy/actions/WipeAction.h | 4 ++-- src/strategy/actions/WorldBuffAction.cpp | 4 ++-- src/strategy/actions/WorldBuffAction.h | 4 ++-- src/strategy/actions/WorldPacketActionContext.h | 4 ++-- src/strategy/actions/WtsAction.cpp | 4 ++-- src/strategy/actions/WtsAction.h | 4 ++-- src/strategy/actions/XpGainAction.cpp | 4 ++-- src/strategy/actions/XpGainAction.h | 4 ++-- src/strategy/deathknight/BloodDKStrategy.cpp | 4 ++-- src/strategy/deathknight/BloodDKStrategy.h | 4 ++-- src/strategy/deathknight/DKActions.cpp | 4 ++-- src/strategy/deathknight/DKActions.h | 4 ++-- src/strategy/deathknight/DKAiObjectContext.cpp | 4 ++-- src/strategy/deathknight/DKAiObjectContext.h | 4 ++-- src/strategy/deathknight/DKTriggers.cpp | 4 ++-- src/strategy/deathknight/DKTriggers.h | 4 ++-- src/strategy/deathknight/FrostDKStrategy.cpp | 4 ++-- src/strategy/deathknight/FrostDKStrategy.h | 4 ++-- src/strategy/deathknight/GenericDKNonCombatStrategy.cpp | 4 ++-- src/strategy/deathknight/GenericDKNonCombatStrategy.h | 4 ++-- src/strategy/deathknight/GenericDKStrategy.cpp | 2 +- src/strategy/deathknight/GenericDKStrategy.h | 4 ++-- src/strategy/deathknight/UnholyDKStrategy.cpp | 2 +- src/strategy/deathknight/UnholyDKStrategy.h | 4 ++-- src/strategy/druid/BearTankDruidStrategy.cpp | 4 ++-- src/strategy/druid/BearTankDruidStrategy.h | 4 ++-- src/strategy/druid/CasterDruidStrategy.cpp | 4 ++-- src/strategy/druid/CasterDruidStrategy.h | 4 ++-- src/strategy/druid/CatDpsDruidStrategy.cpp | 4 ++-- src/strategy/druid/CatDpsDruidStrategy.h | 4 ++-- src/strategy/druid/DruidActions.cpp | 4 ++-- src/strategy/druid/DruidActions.h | 4 ++-- src/strategy/druid/DruidAiObjectContext.cpp | 4 ++-- src/strategy/druid/DruidAiObjectContext.h | 4 ++-- src/strategy/druid/DruidBearActions.cpp | 4 ++-- src/strategy/druid/DruidBearActions.h | 4 ++-- src/strategy/druid/DruidCatActions.h | 4 ++-- src/strategy/druid/DruidShapeshiftActions.cpp | 4 ++-- src/strategy/druid/DruidShapeshiftActions.h | 4 ++-- src/strategy/druid/DruidTriggers.cpp | 4 ++-- src/strategy/druid/DruidTriggers.h | 4 ++-- src/strategy/druid/FeralDruidStrategy.cpp | 4 ++-- src/strategy/druid/FeralDruidStrategy.h | 4 ++-- src/strategy/druid/GenericDruidNonCombatStrategy.cpp | 4 ++-- src/strategy/druid/GenericDruidNonCombatStrategy.h | 4 ++-- src/strategy/druid/GenericDruidStrategy.cpp | 4 ++-- src/strategy/druid/GenericDruidStrategy.h | 4 ++-- src/strategy/druid/HealDruidStrategy.cpp | 4 ++-- src/strategy/druid/HealDruidStrategy.h | 4 ++-- src/strategy/druid/MeleeDruidStrategy.cpp | 4 ++-- src/strategy/druid/MeleeDruidStrategy.h | 4 ++-- src/strategy/druid/OffhealDruidCatStrategy.cpp | 4 ++-- src/strategy/druid/OffhealDruidCatStrategy.h | 4 ++-- src/strategy/generic/AttackEnemyPlayersStrategy.cpp | 4 ++-- src/strategy/generic/AttackEnemyPlayersStrategy.h | 4 ++-- src/strategy/generic/BattlegroundStrategy.cpp | 4 ++-- src/strategy/generic/BattlegroundStrategy.h | 4 ++-- src/strategy/generic/CastTimeStrategy.cpp | 4 ++-- src/strategy/generic/CastTimeStrategy.h | 4 ++-- src/strategy/generic/ChatCommandHandlerStrategy.cpp | 4 ++-- src/strategy/generic/ChatCommandHandlerStrategy.h | 4 ++-- src/strategy/generic/CombatStrategy.cpp | 4 ++-- src/strategy/generic/CombatStrategy.h | 4 ++-- src/strategy/generic/ConserveManaStrategy.cpp | 4 ++-- src/strategy/generic/ConserveManaStrategy.h | 4 ++-- src/strategy/generic/DeadStrategy.cpp | 4 ++-- src/strategy/generic/DeadStrategy.h | 4 ++-- src/strategy/generic/DebugStrategy.cpp | 4 ++-- src/strategy/generic/DebugStrategy.h | 4 ++-- src/strategy/generic/DpsAssistStrategy.cpp | 4 ++-- src/strategy/generic/DpsAssistStrategy.h | 4 ++-- src/strategy/generic/DuelStrategy.cpp | 4 ++-- src/strategy/generic/DuelStrategy.h | 4 ++-- src/strategy/generic/EmoteStrategy.cpp | 4 ++-- src/strategy/generic/EmoteStrategy.h | 4 ++-- src/strategy/generic/FleeStrategy.cpp | 4 ++-- src/strategy/generic/FleeStrategy.h | 4 ++-- src/strategy/generic/FollowMasterStrategy.cpp | 4 ++-- src/strategy/generic/FollowMasterStrategy.h | 4 ++-- src/strategy/generic/GrindingStrategy.cpp | 4 ++-- src/strategy/generic/GrindingStrategy.h | 4 ++-- src/strategy/generic/GroupStrategy.cpp | 4 ++-- src/strategy/generic/GroupStrategy.h | 4 ++-- src/strategy/generic/GuardStrategy.cpp | 4 ++-- src/strategy/generic/GuardStrategy.h | 4 ++-- src/strategy/generic/GuildStrategy.cpp | 4 ++-- src/strategy/generic/GuildStrategy.h | 4 ++-- src/strategy/generic/KiteStrategy.cpp | 4 ++-- src/strategy/generic/KiteStrategy.h | 4 ++-- src/strategy/generic/LfgStrategy.cpp | 4 ++-- src/strategy/generic/LfgStrategy.h | 4 ++-- src/strategy/generic/LootNonCombatStrategy.cpp | 4 ++-- src/strategy/generic/LootNonCombatStrategy.h | 4 ++-- src/strategy/generic/MaintenanceStrategy.cpp | 4 ++-- src/strategy/generic/MaintenanceStrategy.h | 4 ++-- src/strategy/generic/MarkRtiStrategy.cpp | 4 ++-- src/strategy/generic/MarkRtiStrategy.h | 4 ++-- src/strategy/generic/MeleeCombatStrategy.cpp | 4 ++-- src/strategy/generic/MeleeCombatStrategy.h | 4 ++-- src/strategy/generic/MoveFromGroupStrategy.cpp | 4 ++-- src/strategy/generic/MoveFromGroupStrategy.h | 4 ++-- src/strategy/generic/NonCombatStrategy.cpp | 4 ++-- src/strategy/generic/NonCombatStrategy.h | 4 ++-- src/strategy/generic/PassTroughStrategy.cpp | 4 ++-- src/strategy/generic/PassTroughStrategy.h | 4 ++-- src/strategy/generic/PassiveStrategy.cpp | 4 ++-- src/strategy/generic/PassiveStrategy.h | 4 ++-- src/strategy/generic/PullStrategy.cpp | 4 ++-- src/strategy/generic/PullStrategy.h | 4 ++-- src/strategy/generic/QuestStrategies.cpp | 4 ++-- src/strategy/generic/QuestStrategies.h | 4 ++-- src/strategy/generic/RTSCStrategy.cpp | 4 ++-- src/strategy/generic/RTSCStrategy.h | 4 ++-- src/strategy/generic/RacialsStrategy.cpp | 4 ++-- src/strategy/generic/RacialsStrategy.h | 4 ++-- src/strategy/generic/RangedCombatStrategy.cpp | 4 ++-- src/strategy/generic/RangedCombatStrategy.h | 4 ++-- src/strategy/generic/ReturnStrategy.cpp | 4 ++-- src/strategy/generic/ReturnStrategy.h | 4 ++-- src/strategy/generic/RpgStrategy.cpp | 4 ++-- src/strategy/generic/RpgStrategy.h | 4 ++-- src/strategy/generic/RunawayStrategy.cpp | 4 ++-- src/strategy/generic/RunawayStrategy.h | 4 ++-- src/strategy/generic/SayStrategy.cpp | 4 ++-- src/strategy/generic/SayStrategy.h | 4 ++-- src/strategy/generic/StayStrategy.cpp | 4 ++-- src/strategy/generic/StayStrategy.h | 4 ++-- src/strategy/generic/TankAssistStrategy.cpp | 4 ++-- src/strategy/generic/TankAssistStrategy.h | 4 ++-- src/strategy/generic/TellTargetStrategy.cpp | 4 ++-- src/strategy/generic/TellTargetStrategy.h | 4 ++-- src/strategy/generic/ThreatStrategy.cpp | 4 ++-- src/strategy/generic/ThreatStrategy.h | 4 ++-- src/strategy/generic/TravelStrategy.cpp | 4 ++-- src/strategy/generic/TravelStrategy.h | 4 ++-- src/strategy/generic/UseFoodStrategy.cpp | 4 ++-- src/strategy/generic/UseFoodStrategy.h | 4 ++-- src/strategy/generic/UsePotionsStrategy.cpp | 4 ++-- src/strategy/generic/UsePotionsStrategy.h | 4 ++-- src/strategy/generic/WorldPacketHandlerStrategy.cpp | 4 ++-- src/strategy/generic/WorldPacketHandlerStrategy.h | 4 ++-- src/strategy/hunter/BeastMasteryHunterStrategy.cpp | 4 ++-- src/strategy/hunter/BeastMasteryHunterStrategy.h | 4 ++-- src/strategy/hunter/GenericHunterNonCombatStrategy.cpp | 4 ++-- src/strategy/hunter/GenericHunterNonCombatStrategy.h | 4 ++-- src/strategy/hunter/GenericHunterStrategy.cpp | 4 ++-- src/strategy/hunter/GenericHunterStrategy.h | 4 ++-- src/strategy/hunter/HunterActions.cpp | 4 ++-- src/strategy/hunter/HunterActions.h | 4 ++-- src/strategy/hunter/HunterAiObjectContext.cpp | 4 ++-- src/strategy/hunter/HunterAiObjectContext.h | 4 ++-- src/strategy/hunter/HunterBuffStrategies.cpp | 4 ++-- src/strategy/hunter/HunterBuffStrategies.h | 4 ++-- src/strategy/hunter/HunterTriggers.cpp | 4 ++-- src/strategy/hunter/HunterTriggers.h | 4 ++-- src/strategy/hunter/MarksmanshipHunterStrategy.cpp | 4 ++-- src/strategy/hunter/MarksmanshipHunterStrategy.h | 4 ++-- src/strategy/hunter/SurvivalHunterStrategy.cpp | 4 ++-- src/strategy/hunter/SurvivalHunterStrategy.h | 4 ++-- src/strategy/mage/ArcaneMageStrategy.cpp | 4 ++-- src/strategy/mage/ArcaneMageStrategy.h | 4 ++-- src/strategy/mage/FireMageStrategy.cpp | 4 ++-- src/strategy/mage/FireMageStrategy.h | 4 ++-- src/strategy/mage/FrostFireMageStrategy.cpp | 4 ++-- src/strategy/mage/FrostFireMageStrategy.h | 4 ++-- src/strategy/mage/FrostMageStrategy.cpp | 4 ++-- src/strategy/mage/FrostMageStrategy.h | 4 ++-- src/strategy/mage/GenericMageNonCombatStrategy.cpp | 4 ++-- src/strategy/mage/GenericMageNonCombatStrategy.h | 4 ++-- src/strategy/mage/GenericMageStrategy.cpp | 4 ++-- src/strategy/mage/GenericMageStrategy.h | 4 ++-- src/strategy/mage/MageActions.cpp | 4 ++-- src/strategy/mage/MageActions.h | 4 ++-- src/strategy/mage/MageAiObjectContext.cpp | 4 ++-- src/strategy/mage/MageAiObjectContext.h | 4 ++-- src/strategy/mage/MageTriggers.cpp | 4 ++-- src/strategy/mage/MageTriggers.h | 4 ++-- src/strategy/paladin/DpsPaladinStrategy.cpp | 4 ++-- src/strategy/paladin/DpsPaladinStrategy.h | 4 ++-- src/strategy/paladin/GenericPaladinNonCombatStrategy.cpp | 4 ++-- src/strategy/paladin/GenericPaladinNonCombatStrategy.h | 4 ++-- src/strategy/paladin/GenericPaladinStrategy.cpp | 4 ++-- src/strategy/paladin/GenericPaladinStrategy.h | 4 ++-- .../paladin/GenericPaladinStrategyActionNodeFactory.h | 4 ++-- src/strategy/paladin/HealPaladinStrategy.cpp | 4 ++-- src/strategy/paladin/HealPaladinStrategy.h | 4 ++-- src/strategy/paladin/OffhealRetPaladinStrategy.cpp | 4 ++-- src/strategy/paladin/OffhealRetPaladinStrategy.h | 4 ++-- src/strategy/paladin/PaladinActions.cpp | 4 ++-- src/strategy/paladin/PaladinActions.h | 4 ++-- src/strategy/paladin/PaladinAiObjectContext.cpp | 4 ++-- src/strategy/paladin/PaladinAiObjectContext.h | 4 ++-- src/strategy/paladin/PaladinBuffStrategies.cpp | 4 ++-- src/strategy/paladin/PaladinBuffStrategies.h | 4 ++-- src/strategy/paladin/PaladinTriggers.cpp | 4 ++-- src/strategy/paladin/PaladinTriggers.h | 4 ++-- src/strategy/paladin/TankPaladinStrategy.cpp | 4 ++-- src/strategy/paladin/TankPaladinStrategy.h | 4 ++-- src/strategy/priest/GenericPriestStrategy.cpp | 4 ++-- src/strategy/priest/GenericPriestStrategy.h | 4 ++-- src/strategy/priest/GenericPriestStrategyActionNodeFactory.h | 4 ++-- src/strategy/priest/HealPriestStrategy.cpp | 4 ++-- src/strategy/priest/HealPriestStrategy.h | 4 ++-- src/strategy/priest/HolyPriestStrategy.cpp | 4 ++-- src/strategy/priest/HolyPriestStrategy.h | 4 ++-- src/strategy/priest/PriestActions.cpp | 4 ++-- src/strategy/priest/PriestActions.h | 4 ++-- src/strategy/priest/PriestAiObjectContext.cpp | 4 ++-- src/strategy/priest/PriestAiObjectContext.h | 4 ++-- src/strategy/priest/PriestNonCombatStrategy.cpp | 4 ++-- src/strategy/priest/PriestNonCombatStrategy.h | 4 ++-- .../priest/PriestNonCombatStrategyActionNodeFactory.h | 4 ++-- src/strategy/priest/PriestTriggers.cpp | 4 ++-- src/strategy/priest/PriestTriggers.h | 4 ++-- src/strategy/priest/ShadowPriestStrategy.cpp | 4 ++-- src/strategy/priest/ShadowPriestStrategy.h | 4 ++-- src/strategy/priest/ShadowPriestStrategyActionNodeFactory.h | 4 ++-- src/strategy/raids/naxxramas/RaidNaxxActionContext.h | 4 ++-- src/strategy/raids/naxxramas/RaidNaxxTriggerContext.h | 4 ++-- src/strategy/raids/ulduar/RaidUlduarActionContext.h | 4 ++-- src/strategy/raids/ulduar/RaidUlduarTriggerContext.h | 4 ++-- src/strategy/raids/vaultofarchavon/RaidVoAActionContext.h | 4 ++-- src/strategy/raids/vaultofarchavon/RaidVoATriggerContext.h | 4 ++-- src/strategy/rogue/DpsRogueStrategy.cpp | 4 ++-- src/strategy/rogue/DpsRogueStrategy.h | 4 ++-- src/strategy/rogue/GenericRogueNonCombatStrategy.cpp | 4 ++-- src/strategy/rogue/GenericRogueNonCombatStrategy.h | 4 ++-- src/strategy/rogue/RogueActions.cpp | 4 ++-- src/strategy/rogue/RogueActions.h | 4 ++-- src/strategy/rogue/RogueAiObjectContext.cpp | 4 ++-- src/strategy/rogue/RogueAiObjectContext.h | 4 ++-- src/strategy/rogue/RogueComboActions.cpp | 4 ++-- src/strategy/rogue/RogueComboActions.h | 4 ++-- src/strategy/rogue/RogueFinishingActions.h | 4 ++-- src/strategy/rogue/RogueOpeningActions.cpp | 4 ++-- src/strategy/rogue/RogueOpeningActions.h | 4 ++-- src/strategy/rogue/RogueTriggers.cpp | 4 ++-- src/strategy/rogue/RogueTriggers.h | 4 ++-- src/strategy/rpg/NewRpgStrategy.cpp | 4 ++-- src/strategy/rpg/NewRpgStrategy.h | 4 ++-- src/strategy/shaman/ElementalShamanStrategy.cpp | 4 ++-- src/strategy/shaman/ElementalShamanStrategy.h | 4 ++-- src/strategy/shaman/EnhancementShamanStrategy.cpp | 4 ++-- src/strategy/shaman/EnhancementShamanStrategy.h | 4 ++-- src/strategy/shaman/GenericShamanStrategy.cpp | 4 ++-- src/strategy/shaman/GenericShamanStrategy.h | 4 ++-- src/strategy/shaman/RestoShamanStrategy.cpp | 4 ++-- src/strategy/shaman/RestoShamanStrategy.h | 4 ++-- src/strategy/shaman/ShamanActions.cpp | 4 ++-- src/strategy/shaman/ShamanActions.h | 4 ++-- src/strategy/shaman/ShamanAiObjectContext.cpp | 4 ++-- src/strategy/shaman/ShamanAiObjectContext.h | 4 ++-- src/strategy/shaman/ShamanNonCombatStrategy.cpp | 4 ++-- src/strategy/shaman/ShamanNonCombatStrategy.h | 4 ++-- src/strategy/shaman/ShamanTriggers.cpp | 4 ++-- src/strategy/shaman/ShamanTriggers.h | 4 ++-- src/strategy/shaman/TotemsShamanStrategy.cpp | 4 ++-- src/strategy/shaman/TotemsShamanStrategy.h | 4 ++-- src/strategy/triggers/BossAuraTriggers.cpp | 4 ++-- src/strategy/triggers/BossAuraTriggers.h | 4 ++-- src/strategy/triggers/ChatCommandTrigger.cpp | 4 ++-- src/strategy/triggers/ChatCommandTrigger.h | 4 ++-- src/strategy/triggers/ChatTriggerContext.h | 4 ++-- src/strategy/triggers/CureTriggers.cpp | 4 ++-- src/strategy/triggers/CureTriggers.h | 4 ++-- src/strategy/triggers/GenericTriggers.cpp | 4 ++-- src/strategy/triggers/GenericTriggers.h | 4 ++-- src/strategy/triggers/GuildTriggers.cpp | 4 ++-- src/strategy/triggers/GuildTriggers.h | 4 ++-- src/strategy/triggers/HealthTriggers.cpp | 4 ++-- src/strategy/triggers/HealthTriggers.h | 4 ++-- src/strategy/triggers/LfgTriggers.cpp | 4 ++-- src/strategy/triggers/LfgTriggers.h | 4 ++-- src/strategy/triggers/LootTriggers.cpp | 4 ++-- src/strategy/triggers/LootTriggers.h | 4 ++-- src/strategy/triggers/PvpTriggers.cpp | 4 ++-- src/strategy/triggers/PvpTriggers.h | 4 ++-- src/strategy/triggers/RangeTriggers.cpp | 4 ++-- src/strategy/triggers/RangeTriggers.h | 4 ++-- src/strategy/triggers/RpgTriggers.cpp | 4 ++-- src/strategy/triggers/RpgTriggers.h | 4 ++-- src/strategy/triggers/RtiTriggers.cpp | 4 ++-- src/strategy/triggers/RtiTriggers.h | 4 ++-- src/strategy/triggers/StuckTriggers.cpp | 4 ++-- src/strategy/triggers/StuckTriggers.h | 4 ++-- src/strategy/triggers/TravelTriggers.cpp | 4 ++-- src/strategy/triggers/TravelTriggers.h | 4 ++-- src/strategy/triggers/TriggerContext.h | 4 ++-- src/strategy/triggers/WithinAreaTrigger.cpp | 4 ++-- src/strategy/triggers/WithinAreaTrigger.h | 4 ++-- src/strategy/triggers/WorldPacketTrigger.cpp | 4 ++-- src/strategy/triggers/WorldPacketTrigger.h | 4 ++-- src/strategy/triggers/WorldPacketTriggerContext.h | 4 ++-- src/strategy/values/ActiveSpellValue.cpp | 4 ++-- src/strategy/values/ActiveSpellValue.h | 4 ++-- src/strategy/values/AlwaysLootListValue.cpp | 4 ++-- src/strategy/values/AlwaysLootListValue.h | 4 ++-- src/strategy/values/AoeHealValues.cpp | 4 ++-- src/strategy/values/AoeHealValues.h | 4 ++-- src/strategy/values/AoeValues.cpp | 4 ++-- src/strategy/values/AoeValues.h | 4 ++-- src/strategy/values/Arrow.cpp | 4 ++-- src/strategy/values/Arrow.h | 4 ++-- src/strategy/values/AttackerCountValues.cpp | 4 ++-- src/strategy/values/AttackerCountValues.h | 4 ++-- src/strategy/values/AttackerWithoutAuraTargetValue.cpp | 4 ++-- src/strategy/values/AttackerWithoutAuraTargetValue.h | 4 ++-- src/strategy/values/AttackersValue.cpp | 4 ++-- src/strategy/values/AttackersValue.h | 4 ++-- src/strategy/values/AvailableLootValue.cpp | 4 ++-- src/strategy/values/AvailableLootValue.h | 4 ++-- src/strategy/values/BudgetValues.cpp | 4 ++-- src/strategy/values/BudgetValues.h | 4 ++-- src/strategy/values/CcTargetValue.cpp | 4 ++-- src/strategy/values/CcTargetValue.h | 4 ++-- src/strategy/values/ChatValue.h | 4 ++-- src/strategy/values/CollisionValue.cpp | 4 ++-- src/strategy/values/CollisionValue.h | 4 ++-- src/strategy/values/CraftValue.h | 4 ++-- src/strategy/values/CurrentCcTargetValue.cpp | 4 ++-- src/strategy/values/CurrentCcTargetValue.h | 4 ++-- src/strategy/values/CurrentTargetValue.cpp | 4 ++-- src/strategy/values/CurrentTargetValue.h | 4 ++-- src/strategy/values/DistanceValue.cpp | 4 ++-- src/strategy/values/DistanceValue.h | 4 ++-- src/strategy/values/DpsTargetValue.cpp | 4 ++-- src/strategy/values/DpsTargetValue.h | 4 ++-- src/strategy/values/DuelTargetValue.cpp | 4 ++-- src/strategy/values/DuelTargetValue.h | 4 ++-- src/strategy/values/EnemyHealerTargetValue.cpp | 4 ++-- src/strategy/values/EnemyHealerTargetValue.h | 4 ++-- src/strategy/values/EnemyPlayerValue.cpp | 4 ++-- src/strategy/values/EnemyPlayerValue.h | 4 ++-- src/strategy/values/EstimatedLifetimeValue.h | 4 ++-- src/strategy/values/Formations.cpp | 4 ++-- src/strategy/values/Formations.h | 4 ++-- src/strategy/values/GrindTargetValue.cpp | 4 ++-- src/strategy/values/GrindTargetValue.h | 4 ++-- src/strategy/values/GroupValues.cpp | 4 ++-- src/strategy/values/GroupValues.h | 4 ++-- src/strategy/values/GuildValues.cpp | 4 ++-- src/strategy/values/GuildValues.h | 4 ++-- src/strategy/values/HasAvailableLootValue.cpp | 4 ++-- src/strategy/values/HasAvailableLootValue.h | 4 ++-- src/strategy/values/HasTotemValue.cpp | 4 ++-- src/strategy/values/HasTotemValue.h | 4 ++-- src/strategy/values/InvalidTargetValue.cpp | 4 ++-- src/strategy/values/InvalidTargetValue.h | 4 ++-- src/strategy/values/IsBehindValue.cpp | 4 ++-- src/strategy/values/IsBehindValue.h | 4 ++-- src/strategy/values/IsFacingValue.cpp | 4 ++-- src/strategy/values/IsFacingValue.h | 4 ++-- src/strategy/values/IsMovingValue.cpp | 4 ++-- src/strategy/values/IsMovingValue.h | 4 ++-- src/strategy/values/ItemCountValue.cpp | 4 ++-- src/strategy/values/ItemCountValue.h | 4 ++-- src/strategy/values/ItemForSpellValue.cpp | 4 ++-- src/strategy/values/ItemForSpellValue.h | 4 ++-- src/strategy/values/ItemUsageValue.cpp | 4 ++-- src/strategy/values/ItemUsageValue.h | 4 ++-- src/strategy/values/LastMovementValue.cpp | 4 ++-- src/strategy/values/LastMovementValue.h | 4 ++-- src/strategy/values/LastSaidValue.h | 4 ++-- src/strategy/values/LastSpellCastTimeValue.h | 4 ++-- src/strategy/values/LastSpellCastValue.cpp | 4 ++-- src/strategy/values/LastSpellCastValue.h | 4 ++-- src/strategy/values/LeastHpTargetValue.cpp | 4 ++-- src/strategy/values/LeastHpTargetValue.h | 4 ++-- src/strategy/values/LfgValues.h | 4 ++-- src/strategy/values/LineTargetValue.cpp | 4 ++-- src/strategy/values/LineTargetValue.h | 4 ++-- src/strategy/values/LogLevelValue.h | 4 ++-- src/strategy/values/LootStrategyValue.cpp | 4 ++-- src/strategy/values/LootStrategyValue.h | 4 ++-- src/strategy/values/LootValues.cpp | 4 ++-- src/strategy/values/LootValues.h | 4 ++-- src/strategy/values/MaintenanceValues.cpp | 4 ++-- src/strategy/values/MaintenanceValues.h | 4 ++-- src/strategy/values/ManaSaveLevelValue.h | 4 ++-- src/strategy/values/MasterTargetValue.cpp | 4 ++-- src/strategy/values/MasterTargetValue.h | 4 ++-- src/strategy/values/NearestAdsValue.cpp | 4 ++-- src/strategy/values/NearestAdsValue.h | 4 ++-- src/strategy/values/NearestCorpsesValue.cpp | 4 ++-- src/strategy/values/NearestCorpsesValue.h | 4 ++-- src/strategy/values/NearestFriendlyPlayersValue.cpp | 4 ++-- src/strategy/values/NearestFriendlyPlayersValue.h | 4 ++-- src/strategy/values/NearestGameObjects.cpp | 4 ++-- src/strategy/values/NearestGameObjects.h | 4 ++-- src/strategy/values/NearestNonBotPlayersValue.cpp | 4 ++-- src/strategy/values/NearestNonBotPlayersValue.h | 4 ++-- src/strategy/values/NearestNpcsValue.cpp | 4 ++-- src/strategy/values/NearestNpcsValue.h | 4 ++-- src/strategy/values/NearestUnitsValue.cpp | 4 ++-- src/strategy/values/NearestUnitsValue.h | 4 ++-- src/strategy/values/NewPlayerNearbyValue.cpp | 4 ++-- src/strategy/values/NewPlayerNearbyValue.h | 4 ++-- src/strategy/values/OutfitListValue.cpp | 4 ++-- src/strategy/values/OutfitListValue.h | 4 ++-- src/strategy/values/PartyMemberToDispel.cpp | 4 ++-- src/strategy/values/PartyMemberToDispel.h | 4 ++-- src/strategy/values/PartyMemberToHeal.cpp | 4 ++-- src/strategy/values/PartyMemberToHeal.h | 4 ++-- src/strategy/values/PartyMemberToResurrect.cpp | 4 ++-- src/strategy/values/PartyMemberToResurrect.h | 4 ++-- src/strategy/values/PartyMemberValue.cpp | 4 ++-- src/strategy/values/PartyMemberValue.h | 4 ++-- src/strategy/values/PartyMemberWithoutAuraValue.cpp | 4 ++-- src/strategy/values/PartyMemberWithoutAuraValue.h | 4 ++-- src/strategy/values/PartyMemberWithoutItemValue.cpp | 4 ++-- src/strategy/values/PartyMemberWithoutItemValue.h | 4 ++-- src/strategy/values/PetTargetValue.cpp | 4 ++-- src/strategy/values/PetTargetValue.h | 4 ++-- src/strategy/values/PositionValue.cpp | 4 ++-- src/strategy/values/PositionValue.h | 4 ++-- src/strategy/values/PossibleRpgTargetsValue.cpp | 4 ++-- src/strategy/values/PossibleRpgTargetsValue.h | 4 ++-- src/strategy/values/PossibleTargetsValue.cpp | 4 ++-- src/strategy/values/PossibleTargetsValue.h | 4 ++-- src/strategy/values/PvpValues.cpp | 4 ++-- src/strategy/values/PvpValues.h | 4 ++-- src/strategy/values/QuestValues.cpp | 4 ++-- src/strategy/values/QuestValues.h | 4 ++-- src/strategy/values/RTSCValues.cpp | 4 ++-- src/strategy/values/RTSCValues.h | 4 ++-- src/strategy/values/RandomBotUpdateValue.h | 4 ++-- src/strategy/values/RangeValues.cpp | 4 ++-- src/strategy/values/RangeValues.h | 4 ++-- src/strategy/values/RtiTargetValue.cpp | 4 ++-- src/strategy/values/RtiTargetValue.h | 4 ++-- src/strategy/values/RtiValue.cpp | 4 ++-- src/strategy/values/RtiValue.h | 4 ++-- src/strategy/values/SelfTargetValue.cpp | 4 ++-- src/strategy/values/SelfTargetValue.h | 4 ++-- src/strategy/values/SharedValueContext.h | 4 ++-- src/strategy/values/SkipSpellsListValue.cpp | 4 ++-- src/strategy/values/SkipSpellsListValue.h | 4 ++-- src/strategy/values/SnareTargetValue.cpp | 4 ++-- src/strategy/values/SnareTargetValue.h | 4 ++-- src/strategy/values/SpellCastUsefulValue.cpp | 4 ++-- src/strategy/values/SpellCastUsefulValue.h | 4 ++-- src/strategy/values/SpellIdValue.cpp | 4 ++-- src/strategy/values/SpellIdValue.h | 4 ++-- src/strategy/values/Stances.cpp | 4 ++-- src/strategy/values/Stances.h | 4 ++-- src/strategy/values/StatsValues.cpp | 4 ++-- src/strategy/values/StatsValues.h | 4 ++-- src/strategy/values/TankTargetValue.cpp | 4 ++-- src/strategy/values/TankTargetValue.h | 4 ++-- src/strategy/values/TargetValue.cpp | 4 ++-- src/strategy/values/TargetValue.h | 4 ++-- src/strategy/values/ThreatValues.cpp | 4 ++-- src/strategy/values/ThreatValues.h | 4 ++-- src/strategy/values/ValueContext.h | 4 ++-- src/strategy/warlock/AfflictionWarlockStrategy.cpp | 4 ++-- src/strategy/warlock/AfflictionWarlockStrategy.h | 4 ++-- src/strategy/warlock/DemonologyWarlockStrategy.cpp | 4 ++-- src/strategy/warlock/DemonologyWarlockStrategy.h | 4 ++-- src/strategy/warlock/DestructionWarlockStrategy.cpp | 4 ++-- src/strategy/warlock/DestructionWarlockStrategy.h | 4 ++-- src/strategy/warlock/GenericWarlockNonCombatStrategy.cpp | 4 ++-- src/strategy/warlock/GenericWarlockNonCombatStrategy.h | 4 ++-- src/strategy/warlock/GenericWarlockStrategy.cpp | 4 ++-- src/strategy/warlock/GenericWarlockStrategy.h | 4 ++-- src/strategy/warlock/TankWarlockStrategy.cpp | 4 ++-- src/strategy/warlock/TankWarlockStrategy.h | 4 ++-- src/strategy/warlock/WarlockActions.cpp | 4 ++-- src/strategy/warlock/WarlockActions.h | 4 ++-- src/strategy/warlock/WarlockAiObjectContext.cpp | 4 ++-- src/strategy/warlock/WarlockAiObjectContext.h | 4 ++-- src/strategy/warlock/WarlockTriggers.cpp | 4 ++-- src/strategy/warlock/WarlockTriggers.h | 4 ++-- src/strategy/warrior/ArmsWarriorStrategy.cpp | 4 ++-- src/strategy/warrior/ArmsWarriorStrategy.h | 4 ++-- src/strategy/warrior/FuryWarriorStrategy.cpp | 4 ++-- src/strategy/warrior/FuryWarriorStrategy.h | 4 ++-- src/strategy/warrior/GenericWarriorNonCombatStrategy.cpp | 4 ++-- src/strategy/warrior/GenericWarriorNonCombatStrategy.h | 4 ++-- src/strategy/warrior/GenericWarriorStrategy.cpp | 4 ++-- src/strategy/warrior/GenericWarriorStrategy.h | 4 ++-- src/strategy/warrior/TankWarriorStrategy.cpp | 4 ++-- src/strategy/warrior/TankWarriorStrategy.h | 4 ++-- src/strategy/warrior/WarriorActions.cpp | 4 ++-- src/strategy/warrior/WarriorActions.h | 4 ++-- src/strategy/warrior/WarriorAiObjectContext.cpp | 4 ++-- src/strategy/warrior/WarriorAiObjectContext.h | 4 ++-- src/strategy/warrior/WarriorTriggers.cpp | 4 ++-- src/strategy/warrior/WarriorTriggers.h | 4 ++-- 839 files changed, 1676 insertions(+), 1676 deletions(-) diff --git a/src/AiFactory.cpp b/src/AiFactory.cpp index 75d51bf1..3ec1418a 100644 --- a/src/AiFactory.cpp +++ b/src/AiFactory.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AiFactory.h" diff --git a/src/AiFactory.h b/src/AiFactory.h index 2c3fafe5..3d11d80a 100644 --- a/src/AiFactory.h +++ b/src/AiFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AIFACTORY_H diff --git a/src/ChatFilter.cpp b/src/ChatFilter.cpp index 30a85099..9a6b6700 100644 --- a/src/ChatFilter.cpp +++ b/src/ChatFilter.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChatFilter.h" diff --git a/src/ChatFilter.h b/src/ChatFilter.h index e823cbf5..ebb1d9cf 100644 --- a/src/ChatFilter.h +++ b/src/ChatFilter.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATFILTER_H diff --git a/src/ChatHelper.cpp b/src/ChatHelper.cpp index 1b1265dd..d1a50509 100644 --- a/src/ChatHelper.cpp +++ b/src/ChatHelper.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChatHelper.h" diff --git a/src/ChatHelper.h b/src/ChatHelper.h index 20b62f3a..562f2307 100644 --- a/src/ChatHelper.h +++ b/src/ChatHelper.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATHELPER_H diff --git a/src/FleeManager.cpp b/src/FleeManager.cpp index edbfcbaa..34e17fe3 100644 --- a/src/FleeManager.cpp +++ b/src/FleeManager.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FleeManager.h" diff --git a/src/FleeManager.h b/src/FleeManager.h index 22caf1f1..79629769 100644 --- a/src/FleeManager.h +++ b/src/FleeManager.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FLEEMANAGER_H diff --git a/src/GuildTaskMgr.cpp b/src/GuildTaskMgr.cpp index 7a2bc220..a689abdb 100644 --- a/src/GuildTaskMgr.cpp +++ b/src/GuildTaskMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildTaskMgr.h" diff --git a/src/GuildTaskMgr.h b/src/GuildTaskMgr.h index f6826bf5..c050281c 100644 --- a/src/GuildTaskMgr.h +++ b/src/GuildTaskMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDTASKMGR_H diff --git a/src/Helpers.cpp b/src/Helpers.cpp index 5ab06cb7..84d34c12 100644 --- a/src/Helpers.cpp +++ b/src/Helpers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Helpers.h" diff --git a/src/Helpers.h b/src/Helpers.h index 02340fa6..6a648ad1 100644 --- a/src/Helpers.h +++ b/src/Helpers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HELPERS_H diff --git a/src/LazyCalculatedValue.h b/src/LazyCalculatedValue.h index 2d9fd8a1..84497b8a 100644 --- a/src/LazyCalculatedValue.h +++ b/src/LazyCalculatedValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LAZYCALCULATEDVALUE_H diff --git a/src/LootObjectStack.cpp b/src/LootObjectStack.cpp index b7d0caf9..a62eb8fe 100644 --- a/src/LootObjectStack.cpp +++ b/src/LootObjectStack.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootObjectStack.h" diff --git a/src/LootObjectStack.h b/src/LootObjectStack.h index 9ff7dd99..0f87aed7 100644 --- a/src/LootObjectStack.h +++ b/src/LootObjectStack.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTOBJECTSTACK_H diff --git a/src/PerformanceMonitor.cpp b/src/PerformanceMonitor.cpp index dfe2fbd5..99b0989a 100644 --- a/src/PerformanceMonitor.cpp +++ b/src/PerformanceMonitor.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PerformanceMonitor.h" diff --git a/src/PerformanceMonitor.h b/src/PerformanceMonitor.h index 77f6e64b..290cec55 100644 --- a/src/PerformanceMonitor.h +++ b/src/PerformanceMonitor.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PERFORMANCEMONITOR_H diff --git a/src/PlaceholderHelper.cpp b/src/PlaceholderHelper.cpp index d2b215e2..e41a050f 100644 --- a/src/PlaceholderHelper.cpp +++ b/src/PlaceholderHelper.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlaceholderHelper.h" diff --git a/src/PlaceholderHelper.h b/src/PlaceholderHelper.h index c6a50eea..2f290b09 100644 --- a/src/PlaceholderHelper.h +++ b/src/PlaceholderHelper.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLACEHOLDERHELPER_H diff --git a/src/PlayerbotAI.cpp b/src/PlayerbotAI.cpp index d529ae34..47d37adb 100644 --- a/src/PlayerbotAI.cpp +++ b/src/PlayerbotAI.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotAI.h" diff --git a/src/PlayerbotAI.h b/src/PlayerbotAI.h index f112f9d0..04deae3a 100644 --- a/src/PlayerbotAI.h +++ b/src/PlayerbotAI.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERbotAI_H diff --git a/src/PlayerbotAIAware.h b/src/PlayerbotAIAware.h index a43ba60c..8e1fda1b 100644 --- a/src/PlayerbotAIAware.h +++ b/src/PlayerbotAIAware.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERbotAIAWARE_H diff --git a/src/PlayerbotAIBase.cpp b/src/PlayerbotAIBase.cpp index 37cc9ebd..992e8349 100644 --- a/src/PlayerbotAIBase.cpp +++ b/src/PlayerbotAIBase.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotAIBase.h" diff --git a/src/PlayerbotAIBase.h b/src/PlayerbotAIBase.h index 6c1772e2..2b1f6d3f 100644 --- a/src/PlayerbotAIBase.h +++ b/src/PlayerbotAIBase.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTAIBASE_H diff --git a/src/PlayerbotAIConfig.cpp b/src/PlayerbotAIConfig.cpp index d2a3ff8a..4eed4223 100644 --- a/src/PlayerbotAIConfig.cpp +++ b/src/PlayerbotAIConfig.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotAIConfig.h" diff --git a/src/PlayerbotAIConfig.h b/src/PlayerbotAIConfig.h index 48e1b864..25cabcb7 100644 --- a/src/PlayerbotAIConfig.h +++ b/src/PlayerbotAIConfig.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERbotAICONFIG_H diff --git a/src/PlayerbotCommandServer.cpp b/src/PlayerbotCommandServer.cpp index 482c2348..83931229 100644 --- a/src/PlayerbotCommandServer.cpp +++ b/src/PlayerbotCommandServer.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotCommandServer.h" diff --git a/src/PlayerbotCommandServer.h b/src/PlayerbotCommandServer.h index 6ba0d24c..e1b93a33 100644 --- a/src/PlayerbotCommandServer.h +++ b/src/PlayerbotCommandServer.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTCOMMANDSERVER_H diff --git a/src/PlayerbotDbStore.cpp b/src/PlayerbotDbStore.cpp index 42331ffe..d66056ec 100644 --- a/src/PlayerbotDbStore.cpp +++ b/src/PlayerbotDbStore.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotDbStore.h" diff --git a/src/PlayerbotDbStore.h b/src/PlayerbotDbStore.h index 184bafd7..713d7f65 100644 --- a/src/PlayerbotDbStore.h +++ b/src/PlayerbotDbStore.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTDBSTORE_H diff --git a/src/PlayerbotDungeonSuggestionMgr.cpp b/src/PlayerbotDungeonSuggestionMgr.cpp index e4402d6d..3df2d0d7 100644 --- a/src/PlayerbotDungeonSuggestionMgr.cpp +++ b/src/PlayerbotDungeonSuggestionMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotDungeonSuggestionMgr.h" diff --git a/src/PlayerbotDungeonSuggestionMgr.h b/src/PlayerbotDungeonSuggestionMgr.h index 5d9bb50a..74354613 100644 --- a/src/PlayerbotDungeonSuggestionMgr.h +++ b/src/PlayerbotDungeonSuggestionMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTDUNGEONSUGGESTIONMGR_H diff --git a/src/PlayerbotMgr.cpp b/src/PlayerbotMgr.cpp index 78460b5c..ba0f4e39 100644 --- a/src/PlayerbotMgr.cpp +++ b/src/PlayerbotMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotMgr.h" diff --git a/src/PlayerbotMgr.h b/src/PlayerbotMgr.h index 5ef31776..7e1cc528 100644 --- a/src/PlayerbotMgr.h +++ b/src/PlayerbotMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTMGR_H diff --git a/src/PlayerbotSecurity.cpp b/src/PlayerbotSecurity.cpp index 3c8cafe9..45e85989 100644 --- a/src/PlayerbotSecurity.cpp +++ b/src/PlayerbotSecurity.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotSecurity.h" diff --git a/src/PlayerbotSecurity.h b/src/PlayerbotSecurity.h index f2947595..e73108dc 100644 --- a/src/PlayerbotSecurity.h +++ b/src/PlayerbotSecurity.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTSECURITY_H diff --git a/src/PlayerbotTextMgr.cpp b/src/PlayerbotTextMgr.cpp index e758d630..3caa96a7 100644 --- a/src/PlayerbotTextMgr.cpp +++ b/src/PlayerbotTextMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotTextMgr.h" diff --git a/src/PlayerbotTextMgr.h b/src/PlayerbotTextMgr.h index 05c47ce2..f4ec2c40 100644 --- a/src/PlayerbotTextMgr.h +++ b/src/PlayerbotTextMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTTEXTMGR_H diff --git a/src/Playerbots.h b/src/Playerbots.h index 5b82771b..72ea9e4f 100644 --- a/src/Playerbots.h +++ b/src/Playerbots.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_H diff --git a/src/RandomItemMgr.cpp b/src/RandomItemMgr.cpp index c5783a4f..f99c4959 100644 --- a/src/RandomItemMgr.cpp +++ b/src/RandomItemMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RandomItemMgr.h" diff --git a/src/RandomItemMgr.h b/src/RandomItemMgr.h index 6ff954a0..216ddf9b 100644 --- a/src/RandomItemMgr.h +++ b/src/RandomItemMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANDOMITEMMGR_H diff --git a/src/RandomPlayerbotFactory.cpp b/src/RandomPlayerbotFactory.cpp index 94f6928e..37d6ba49 100644 --- a/src/RandomPlayerbotFactory.cpp +++ b/src/RandomPlayerbotFactory.cpp @@ -1,6 +1,6 @@ /* -* Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -* and/or modify it under version 2 of the License, or (at your option), any later version. +* Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +* and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RandomPlayerbotFactory.h" diff --git a/src/RandomPlayerbotFactory.h b/src/RandomPlayerbotFactory.h index 94e51537..e74926a2 100644 --- a/src/RandomPlayerbotFactory.h +++ b/src/RandomPlayerbotFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANDOMPLAYERBOTFACTORY_H diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index c0a9d25f..ab28c25d 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RandomPlayerbotMgr.h" diff --git a/src/RandomPlayerbotMgr.h b/src/RandomPlayerbotMgr.h index ed4c1cd2..be624328 100644 --- a/src/RandomPlayerbotMgr.h +++ b/src/RandomPlayerbotMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANDOMPLAYERBOTMGR_H diff --git a/src/ServerFacade.cpp b/src/ServerFacade.cpp index 8266e8dd..61b9b0d4 100644 --- a/src/ServerFacade.cpp +++ b/src/ServerFacade.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ServerFacade.h" diff --git a/src/ServerFacade.h b/src/ServerFacade.h index 13e21124..0ea93f07 100644 --- a/src/ServerFacade.h +++ b/src/ServerFacade.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SERVERFACADE_H diff --git a/src/Talentspec.cpp b/src/Talentspec.cpp index aa22ae5e..06e70b84 100644 --- a/src/Talentspec.cpp +++ b/src/Talentspec.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Talentspec.h" diff --git a/src/Talentspec.h b/src/Talentspec.h index aba39059..8cb63e44 100644 --- a/src/Talentspec.h +++ b/src/Talentspec.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TALENTSPEC_H diff --git a/src/TravelMgr.cpp b/src/TravelMgr.cpp index 69d510b9..f8df8bfe 100644 --- a/src/TravelMgr.cpp +++ b/src/TravelMgr.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TravelMgr.h" diff --git a/src/TravelMgr.h b/src/TravelMgr.h index 46d76665..c1c2ec0d 100644 --- a/src/TravelMgr.h +++ b/src/TravelMgr.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAVELMGR_H diff --git a/src/TravelNode.cpp b/src/TravelNode.cpp index 096a0b97..a29bebf1 100644 --- a/src/TravelNode.cpp +++ b/src/TravelNode.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TravelNode.h" diff --git a/src/TravelNode.h b/src/TravelNode.h index abc70eb0..3a86cbb1 100644 --- a/src/TravelNode.h +++ b/src/TravelNode.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAVELNODE_H diff --git a/src/factory/PlayerbotFactory.cpp b/src/factory/PlayerbotFactory.cpp index 60b6ec69..9eed6a5f 100644 --- a/src/factory/PlayerbotFactory.cpp +++ b/src/factory/PlayerbotFactory.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotFactory.h" diff --git a/src/factory/PlayerbotFactory.h b/src/factory/PlayerbotFactory.h index 277d7b12..2fec9fcd 100644 --- a/src/factory/PlayerbotFactory.h +++ b/src/factory/PlayerbotFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PLAYERBOTFACTORY_H diff --git a/src/factory/StatsCollector.h b/src/factory/StatsCollector.h index a8e6bc54..27ef871e 100644 --- a/src/factory/StatsCollector.h +++ b/src/factory/StatsCollector.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STATSCOLLECTOR_H diff --git a/src/factory/StatsWeightCalculator.cpp b/src/factory/StatsWeightCalculator.cpp index 2963c741..a42ce6f2 100644 --- a/src/factory/StatsWeightCalculator.cpp +++ b/src/factory/StatsWeightCalculator.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StatsWeightCalculator.h" diff --git a/src/factory/StatsWeightCalculator.h b/src/factory/StatsWeightCalculator.h index 24d705a1..4390e6af 100644 --- a/src/factory/StatsWeightCalculator.h +++ b/src/factory/StatsWeightCalculator.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GEARSCORECALCULATOR_H diff --git a/src/strategy/Action.cpp b/src/strategy/Action.cpp index 5072cdf9..08c0af98 100644 --- a/src/strategy/Action.cpp +++ b/src/strategy/Action.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Action.h" diff --git a/src/strategy/Action.h b/src/strategy/Action.h index 03224f56..5087a42b 100644 --- a/src/strategy/Action.h +++ b/src/strategy/Action.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACTION_H diff --git a/src/strategy/AiObject.cpp b/src/strategy/AiObject.cpp index 5de5923e..fd57a5d6 100644 --- a/src/strategy/AiObject.cpp +++ b/src/strategy/AiObject.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AiObject.h" diff --git a/src/strategy/AiObject.h b/src/strategy/AiObject.h index d7ffa84d..4312313f 100644 --- a/src/strategy/AiObject.h +++ b/src/strategy/AiObject.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AIOBJECT_H diff --git a/src/strategy/AiObjectContext.cpp b/src/strategy/AiObjectContext.cpp index dd025c2e..0789f9ba 100644 --- a/src/strategy/AiObjectContext.cpp +++ b/src/strategy/AiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AiObjectContext.h" diff --git a/src/strategy/AiObjectContext.h b/src/strategy/AiObjectContext.h index c65ad8ae..3ffd1850 100644 --- a/src/strategy/AiObjectContext.h +++ b/src/strategy/AiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AIOBJECTCONTEXT_H diff --git a/src/strategy/CustomStrategy.cpp b/src/strategy/CustomStrategy.cpp index cc6496d1..a056aed5 100644 --- a/src/strategy/CustomStrategy.cpp +++ b/src/strategy/CustomStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CustomStrategy.h" diff --git a/src/strategy/CustomStrategy.h b/src/strategy/CustomStrategy.h index 82ec4d2b..9a400795 100644 --- a/src/strategy/CustomStrategy.h +++ b/src/strategy/CustomStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CUSTOMSTRATEGY_H diff --git a/src/strategy/Engine.cpp b/src/strategy/Engine.cpp index b62ac483..c1072ff9 100644 --- a/src/strategy/Engine.cpp +++ b/src/strategy/Engine.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Engine.h" diff --git a/src/strategy/Engine.h b/src/strategy/Engine.h index 8a662997..6b98e04f 100644 --- a/src/strategy/Engine.h +++ b/src/strategy/Engine.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ENGINE_H diff --git a/src/strategy/Event.cpp b/src/strategy/Event.cpp index 1835d19c..5bee3a32 100644 --- a/src/strategy/Event.cpp +++ b/src/strategy/Event.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Event.h" diff --git a/src/strategy/Event.h b/src/strategy/Event.h index 0ec10658..6caf4e92 100644 --- a/src/strategy/Event.h +++ b/src/strategy/Event.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EVENT_H diff --git a/src/strategy/ExternalEventHelper.cpp b/src/strategy/ExternalEventHelper.cpp index f5647cf4..2f42eee9 100644 --- a/src/strategy/ExternalEventHelper.cpp +++ b/src/strategy/ExternalEventHelper.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ExternalEventHelper.h" diff --git a/src/strategy/ExternalEventHelper.h b/src/strategy/ExternalEventHelper.h index 6e1e70e3..7e95c556 100644 --- a/src/strategy/ExternalEventHelper.h +++ b/src/strategy/ExternalEventHelper.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EXTERNALEVENTHELPER_H diff --git a/src/strategy/ItemVisitors.cpp b/src/strategy/ItemVisitors.cpp index 2579fe9f..5615146f 100644 --- a/src/strategy/ItemVisitors.cpp +++ b/src/strategy/ItemVisitors.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ItemVisitors.h" diff --git a/src/strategy/ItemVisitors.h b/src/strategy/ItemVisitors.h index 00941488..e42b14f8 100644 --- a/src/strategy/ItemVisitors.h +++ b/src/strategy/ItemVisitors.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ITEMVISITORS_H diff --git a/src/strategy/Multiplier.h b/src/strategy/Multiplier.h index 133bda86..5a8bba68 100644 --- a/src/strategy/Multiplier.h +++ b/src/strategy/Multiplier.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MULTIPLIER_H diff --git a/src/strategy/NamedObjectContext.cpp b/src/strategy/NamedObjectContext.cpp index ae3a7079..fcb85261 100644 --- a/src/strategy/NamedObjectContext.cpp +++ b/src/strategy/NamedObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NamedObjectContext.h" diff --git a/src/strategy/NamedObjectContext.h b/src/strategy/NamedObjectContext.h index 846026c2..af8c4ece 100644 --- a/src/strategy/NamedObjectContext.h +++ b/src/strategy/NamedObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NAMEDOBJECTCONEXT_H diff --git a/src/strategy/PassiveMultiplier.cpp b/src/strategy/PassiveMultiplier.cpp index 461947d8..0b95e01a 100644 --- a/src/strategy/PassiveMultiplier.cpp +++ b/src/strategy/PassiveMultiplier.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PassiveMultiplier.h" diff --git a/src/strategy/PassiveMultiplier.h b/src/strategy/PassiveMultiplier.h index 3f8abb10..b407f933 100644 --- a/src/strategy/PassiveMultiplier.h +++ b/src/strategy/PassiveMultiplier.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PASSIVEMULTIPLIER_H diff --git a/src/strategy/Queue.cpp b/src/strategy/Queue.cpp index af08dcc7..136e1b43 100644 --- a/src/strategy/Queue.cpp +++ b/src/strategy/Queue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Queue.h" diff --git a/src/strategy/Queue.h b/src/strategy/Queue.h index 0ba17112..b8a486dc 100644 --- a/src/strategy/Queue.h +++ b/src/strategy/Queue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef PLAYERBOT_QUEUE_H diff --git a/src/strategy/Strategy.cpp b/src/strategy/Strategy.cpp index 3f1c3010..753615c4 100644 --- a/src/strategy/Strategy.cpp +++ b/src/strategy/Strategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Strategy.h" diff --git a/src/strategy/Strategy.h b/src/strategy/Strategy.h index e597d394..333906fe 100644 --- a/src/strategy/Strategy.h +++ b/src/strategy/Strategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STRATEGY_H diff --git a/src/strategy/StrategyContext.h b/src/strategy/StrategyContext.h index a95ccbdf..e0a96797 100644 --- a/src/strategy/StrategyContext.h +++ b/src/strategy/StrategyContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STRATEGYCONTEXT_H diff --git a/src/strategy/Trigger.cpp b/src/strategy/Trigger.cpp index 89f61696..07105be2 100644 --- a/src/strategy/Trigger.cpp +++ b/src/strategy/Trigger.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Trigger.h" diff --git a/src/strategy/Trigger.h b/src/strategy/Trigger.h index af8d0528..8b391730 100644 --- a/src/strategy/Trigger.h +++ b/src/strategy/Trigger.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRIGGER_H diff --git a/src/strategy/Value.cpp b/src/strategy/Value.cpp index 82f8a45c..ac10774c 100644 --- a/src/strategy/Value.cpp +++ b/src/strategy/Value.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Value.h" diff --git a/src/strategy/Value.h b/src/strategy/Value.h index a4189f78..8c370226 100644 --- a/src/strategy/Value.h +++ b/src/strategy/Value.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_VALUE_H diff --git a/src/strategy/actions/AcceptBattlegroundInvitationAction.cpp b/src/strategy/actions/AcceptBattlegroundInvitationAction.cpp index 7ff30433..96d61d4b 100644 --- a/src/strategy/actions/AcceptBattlegroundInvitationAction.cpp +++ b/src/strategy/actions/AcceptBattlegroundInvitationAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AcceptBattlegroundInvitationAction.h" diff --git a/src/strategy/actions/AcceptBattlegroundInvitationAction.h b/src/strategy/actions/AcceptBattlegroundInvitationAction.h index da9662fe..5ff4f439 100644 --- a/src/strategy/actions/AcceptBattlegroundInvitationAction.h +++ b/src/strategy/actions/AcceptBattlegroundInvitationAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACCEPTBATTLEGROUNDINVITATIONACTION_H diff --git a/src/strategy/actions/AcceptDuelAction.cpp b/src/strategy/actions/AcceptDuelAction.cpp index fe88fe07..bfa46e6b 100644 --- a/src/strategy/actions/AcceptDuelAction.cpp +++ b/src/strategy/actions/AcceptDuelAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AcceptDuelAction.h" diff --git a/src/strategy/actions/AcceptDuelAction.h b/src/strategy/actions/AcceptDuelAction.h index c49efb9d..4606e938 100644 --- a/src/strategy/actions/AcceptDuelAction.h +++ b/src/strategy/actions/AcceptDuelAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACCEPTDUELACTION_H diff --git a/src/strategy/actions/AcceptInvitationAction.cpp b/src/strategy/actions/AcceptInvitationAction.cpp index 6c246992..2d53c13e 100644 --- a/src/strategy/actions/AcceptInvitationAction.cpp +++ b/src/strategy/actions/AcceptInvitationAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AcceptInvitationAction.h" diff --git a/src/strategy/actions/AcceptInvitationAction.h b/src/strategy/actions/AcceptInvitationAction.h index 7208fbe4..396ebd7c 100644 --- a/src/strategy/actions/AcceptInvitationAction.h +++ b/src/strategy/actions/AcceptInvitationAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACCEPTINVITATIONACTION_H diff --git a/src/strategy/actions/AcceptQuestAction.cpp b/src/strategy/actions/AcceptQuestAction.cpp index 82b63c64..005cfb08 100644 --- a/src/strategy/actions/AcceptQuestAction.cpp +++ b/src/strategy/actions/AcceptQuestAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AcceptQuestAction.h" diff --git a/src/strategy/actions/AcceptQuestAction.h b/src/strategy/actions/AcceptQuestAction.h index 504e144c..1160e66a 100644 --- a/src/strategy/actions/AcceptQuestAction.h +++ b/src/strategy/actions/AcceptQuestAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACCEPTQUESTACTION_H diff --git a/src/strategy/actions/AcceptResurrectAction.cpp b/src/strategy/actions/AcceptResurrectAction.cpp index cdf6fb6a..6e2178a8 100644 --- a/src/strategy/actions/AcceptResurrectAction.cpp +++ b/src/strategy/actions/AcceptResurrectAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AcceptResurrectAction.h" diff --git a/src/strategy/actions/AcceptResurrectAction.h b/src/strategy/actions/AcceptResurrectAction.h index 9dfa3a81..c4495cfc 100644 --- a/src/strategy/actions/AcceptResurrectAction.h +++ b/src/strategy/actions/AcceptResurrectAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACCEPTRESURRECTACTION_H diff --git a/src/strategy/actions/ActionContext.h b/src/strategy/actions/ActionContext.h index 7d458e2b..cebd7615 100644 --- a/src/strategy/actions/ActionContext.h +++ b/src/strategy/actions/ActionContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACTIONCONTEXT_H diff --git a/src/strategy/actions/AddLootAction.cpp b/src/strategy/actions/AddLootAction.cpp index c4d6eae2..9e16ee2d 100644 --- a/src/strategy/actions/AddLootAction.cpp +++ b/src/strategy/actions/AddLootAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AddLootAction.h" diff --git a/src/strategy/actions/AddLootAction.h b/src/strategy/actions/AddLootAction.h index c38a4396..dcd38817 100644 --- a/src/strategy/actions/AddLootAction.h +++ b/src/strategy/actions/AddLootAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ADDLOOTACTION_H diff --git a/src/strategy/actions/AreaTriggerAction.cpp b/src/strategy/actions/AreaTriggerAction.cpp index 5937a0f7..298bc686 100644 --- a/src/strategy/actions/AreaTriggerAction.cpp +++ b/src/strategy/actions/AreaTriggerAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AreaTriggerAction.h" diff --git a/src/strategy/actions/AreaTriggerAction.h b/src/strategy/actions/AreaTriggerAction.h index 74dd4af7..93a90f16 100644 --- a/src/strategy/actions/AreaTriggerAction.h +++ b/src/strategy/actions/AreaTriggerAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AREATRIGGERACTION_H diff --git a/src/strategy/actions/ArenaTeamActions.cpp b/src/strategy/actions/ArenaTeamActions.cpp index 3563bfe1..82672cd6 100644 --- a/src/strategy/actions/ArenaTeamActions.cpp +++ b/src/strategy/actions/ArenaTeamActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ArenaTeamActions.h" diff --git a/src/strategy/actions/ArenaTeamActions.h b/src/strategy/actions/ArenaTeamActions.h index 703fde57..f9fb9ebe 100644 --- a/src/strategy/actions/ArenaTeamActions.h +++ b/src/strategy/actions/ArenaTeamActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ARENATEAMACTION_H diff --git a/src/strategy/actions/AttackAction.cpp b/src/strategy/actions/AttackAction.cpp index a5ea1d8a..94c95418 100644 --- a/src/strategy/actions/AttackAction.cpp +++ b/src/strategy/actions/AttackAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AttackAction.h" diff --git a/src/strategy/actions/AttackAction.h b/src/strategy/actions/AttackAction.h index ee95cb24..27081350 100644 --- a/src/strategy/actions/AttackAction.h +++ b/src/strategy/actions/AttackAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ATTACKACTION_H diff --git a/src/strategy/actions/AutoMaintenanceOnLevelupAction.h b/src/strategy/actions/AutoMaintenanceOnLevelupAction.h index ca9bf630..314d44bb 100644 --- a/src/strategy/actions/AutoMaintenanceOnLevelupAction.h +++ b/src/strategy/actions/AutoMaintenanceOnLevelupAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AUTOTELEPORTFORLEVELACTION_H diff --git a/src/strategy/actions/BankAction.cpp b/src/strategy/actions/BankAction.cpp index d49559a0..19804da8 100644 --- a/src/strategy/actions/BankAction.cpp +++ b/src/strategy/actions/BankAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BankAction.h" diff --git a/src/strategy/actions/BankAction.h b/src/strategy/actions/BankAction.h index 90aacd5c..5f3ffc78 100644 --- a/src/strategy/actions/BankAction.h +++ b/src/strategy/actions/BankAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BANKACTION_H diff --git a/src/strategy/actions/BattleGroundJoinAction.cpp b/src/strategy/actions/BattleGroundJoinAction.cpp index fda822ef..f4581624 100644 --- a/src/strategy/actions/BattleGroundJoinAction.cpp +++ b/src/strategy/actions/BattleGroundJoinAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BattleGroundJoinAction.h" diff --git a/src/strategy/actions/BattleGroundJoinAction.h b/src/strategy/actions/BattleGroundJoinAction.h index 5768736e..d3aaa899 100644 --- a/src/strategy/actions/BattleGroundJoinAction.h +++ b/src/strategy/actions/BattleGroundJoinAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BATTLEGROUNDJOINACTION_H diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index f5e42d98..74bc236a 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BattleGroundTactics.h" diff --git a/src/strategy/actions/BattleGroundTactics.h b/src/strategy/actions/BattleGroundTactics.h index 6cfe377c..b6d065ae 100644 --- a/src/strategy/actions/BattleGroundTactics.h +++ b/src/strategy/actions/BattleGroundTactics.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BATTLEGROUNDTACTICSACTION_H diff --git a/src/strategy/actions/BossAuraActions.cpp b/src/strategy/actions/BossAuraActions.cpp index d91186c6..d711559e 100644 --- a/src/strategy/actions/BossAuraActions.cpp +++ b/src/strategy/actions/BossAuraActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include diff --git a/src/strategy/actions/BossAuraActions.h b/src/strategy/actions/BossAuraActions.h index d40b3c76..e31be8c4 100644 --- a/src/strategy/actions/BossAuraActions.h +++ b/src/strategy/actions/BossAuraActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BOSSAURAACTION_H diff --git a/src/strategy/actions/BuffAction.cpp b/src/strategy/actions/BuffAction.cpp index 103f8b99..d15dcf65 100644 --- a/src/strategy/actions/BuffAction.cpp +++ b/src/strategy/actions/BuffAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BuffAction.h" diff --git a/src/strategy/actions/BuffAction.h b/src/strategy/actions/BuffAction.h index 9978b293..525badd1 100644 --- a/src/strategy/actions/BuffAction.h +++ b/src/strategy/actions/BuffAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BUFFACTION_H diff --git a/src/strategy/actions/BuyAction.cpp b/src/strategy/actions/BuyAction.cpp index 5f1c78ee..793ef8e0 100644 --- a/src/strategy/actions/BuyAction.cpp +++ b/src/strategy/actions/BuyAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BuyAction.h" diff --git a/src/strategy/actions/BuyAction.h b/src/strategy/actions/BuyAction.h index 3cbb546b..0d7e7e15 100644 --- a/src/strategy/actions/BuyAction.h +++ b/src/strategy/actions/BuyAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BUYACTION_H diff --git a/src/strategy/actions/CancelChannelAction.cpp b/src/strategy/actions/CancelChannelAction.cpp index 89837475..9f359f39 100644 --- a/src/strategy/actions/CancelChannelAction.cpp +++ b/src/strategy/actions/CancelChannelAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CancelChannelAction.h" diff --git a/src/strategy/actions/CancelChannelAction.h b/src/strategy/actions/CancelChannelAction.h index 4f352570..220beb71 100644 --- a/src/strategy/actions/CancelChannelAction.h +++ b/src/strategy/actions/CancelChannelAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CANCELCHANNELACTION_H diff --git a/src/strategy/actions/CastCustomSpellAction.cpp b/src/strategy/actions/CastCustomSpellAction.cpp index 3dff4f9a..417ffb50 100644 --- a/src/strategy/actions/CastCustomSpellAction.cpp +++ b/src/strategy/actions/CastCustomSpellAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CastCustomSpellAction.h" diff --git a/src/strategy/actions/CastCustomSpellAction.h b/src/strategy/actions/CastCustomSpellAction.h index e598154d..ed53b18a 100644 --- a/src/strategy/actions/CastCustomSpellAction.h +++ b/src/strategy/actions/CastCustomSpellAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CASTCUSTOMSPELLACTION_H diff --git a/src/strategy/actions/ChangeChatAction.cpp b/src/strategy/actions/ChangeChatAction.cpp index 4caee907..04d692c2 100644 --- a/src/strategy/actions/ChangeChatAction.cpp +++ b/src/strategy/actions/ChangeChatAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChangeChatAction.h" diff --git a/src/strategy/actions/ChangeChatAction.h b/src/strategy/actions/ChangeChatAction.h index 12c4d9d4..f4f476a6 100644 --- a/src/strategy/actions/ChangeChatAction.h +++ b/src/strategy/actions/ChangeChatAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHANGECHATACTION_H diff --git a/src/strategy/actions/ChangeStrategyAction.cpp b/src/strategy/actions/ChangeStrategyAction.cpp index 1690774d..6d410c0d 100644 --- a/src/strategy/actions/ChangeStrategyAction.cpp +++ b/src/strategy/actions/ChangeStrategyAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChangeStrategyAction.h" diff --git a/src/strategy/actions/ChangeStrategyAction.h b/src/strategy/actions/ChangeStrategyAction.h index b50b7131..b9d0ee86 100644 --- a/src/strategy/actions/ChangeStrategyAction.h +++ b/src/strategy/actions/ChangeStrategyAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHANGESTRATEGYACTION_H diff --git a/src/strategy/actions/ChangeTalentsAction.cpp b/src/strategy/actions/ChangeTalentsAction.cpp index 8d511706..c50e4a92 100644 --- a/src/strategy/actions/ChangeTalentsAction.cpp +++ b/src/strategy/actions/ChangeTalentsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChangeTalentsAction.h" diff --git a/src/strategy/actions/ChangeTalentsAction.h b/src/strategy/actions/ChangeTalentsAction.h index d241987c..0b06a674 100644 --- a/src/strategy/actions/ChangeTalentsAction.h +++ b/src/strategy/actions/ChangeTalentsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHANGETALENTSACTION_H diff --git a/src/strategy/actions/ChatActionContext.h b/src/strategy/actions/ChatActionContext.h index bf5ff80f..cb617e3e 100644 --- a/src/strategy/actions/ChatActionContext.h +++ b/src/strategy/actions/ChatActionContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATACTIONCONTEXTACTION_H diff --git a/src/strategy/actions/ChatShortcutActions.cpp b/src/strategy/actions/ChatShortcutActions.cpp index f7e02163..0e99c5fe 100644 --- a/src/strategy/actions/ChatShortcutActions.cpp +++ b/src/strategy/actions/ChatShortcutActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChatShortcutActions.h" diff --git a/src/strategy/actions/ChatShortcutActions.h b/src/strategy/actions/ChatShortcutActions.h index 90895431..fa941a4c 100644 --- a/src/strategy/actions/ChatShortcutActions.h +++ b/src/strategy/actions/ChatShortcutActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATSHORTCUTACTION_H diff --git a/src/strategy/actions/CheatAction.cpp b/src/strategy/actions/CheatAction.cpp index f627105f..b3f4ec5c 100644 --- a/src/strategy/actions/CheatAction.cpp +++ b/src/strategy/actions/CheatAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CheatAction.h" diff --git a/src/strategy/actions/CheatAction.h b/src/strategy/actions/CheatAction.h index 8c2061a0..512c9d39 100644 --- a/src/strategy/actions/CheatAction.h +++ b/src/strategy/actions/CheatAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Action.h" diff --git a/src/strategy/actions/CheckMailAction.cpp b/src/strategy/actions/CheckMailAction.cpp index 96c1ba95..85df168f 100644 --- a/src/strategy/actions/CheckMailAction.cpp +++ b/src/strategy/actions/CheckMailAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CheckMailAction.h" diff --git a/src/strategy/actions/CheckMailAction.h b/src/strategy/actions/CheckMailAction.h index 2089c111..cd0add81 100644 --- a/src/strategy/actions/CheckMailAction.h +++ b/src/strategy/actions/CheckMailAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHECKMAILACTION_H diff --git a/src/strategy/actions/CheckMountStateAction.cpp b/src/strategy/actions/CheckMountStateAction.cpp index 589984ac..7bbcd58e 100644 --- a/src/strategy/actions/CheckMountStateAction.cpp +++ b/src/strategy/actions/CheckMountStateAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CheckMountStateAction.h" diff --git a/src/strategy/actions/CheckMountStateAction.h b/src/strategy/actions/CheckMountStateAction.h index d93e9adb..9a21838e 100644 --- a/src/strategy/actions/CheckMountStateAction.h +++ b/src/strategy/actions/CheckMountStateAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHECKMOUNTSTATEACTION_H diff --git a/src/strategy/actions/CheckValuesAction.cpp b/src/strategy/actions/CheckValuesAction.cpp index 89ad4b15..1fc0d4c3 100644 --- a/src/strategy/actions/CheckValuesAction.cpp +++ b/src/strategy/actions/CheckValuesAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CheckValuesAction.h" diff --git a/src/strategy/actions/CheckValuesAction.h b/src/strategy/actions/CheckValuesAction.h index c884828e..f3665756 100644 --- a/src/strategy/actions/CheckValuesAction.h +++ b/src/strategy/actions/CheckValuesAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHECKVALUESACTION_H diff --git a/src/strategy/actions/ChooseRpgTargetAction.cpp b/src/strategy/actions/ChooseRpgTargetAction.cpp index 794e65f5..20151658 100644 --- a/src/strategy/actions/ChooseRpgTargetAction.cpp +++ b/src/strategy/actions/ChooseRpgTargetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include diff --git a/src/strategy/actions/ChooseRpgTargetAction.h b/src/strategy/actions/ChooseRpgTargetAction.h index 57c063bf..2aeb89e2 100644 --- a/src/strategy/actions/ChooseRpgTargetAction.h +++ b/src/strategy/actions/ChooseRpgTargetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHOOSERPGTARGETACTION_H diff --git a/src/strategy/actions/ChooseTargetActions.cpp b/src/strategy/actions/ChooseTargetActions.cpp index 4b90e237..f98360ff 100644 --- a/src/strategy/actions/ChooseTargetActions.cpp +++ b/src/strategy/actions/ChooseTargetActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChooseTargetActions.h" diff --git a/src/strategy/actions/ChooseTargetActions.h b/src/strategy/actions/ChooseTargetActions.h index 38307e09..5f905019 100644 --- a/src/strategy/actions/ChooseTargetActions.h +++ b/src/strategy/actions/ChooseTargetActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHOOSETARGETACTIONS_H diff --git a/src/strategy/actions/ChooseTravelTargetAction.cpp b/src/strategy/actions/ChooseTravelTargetAction.cpp index 0fc7015e..709307f4 100644 --- a/src/strategy/actions/ChooseTravelTargetAction.cpp +++ b/src/strategy/actions/ChooseTravelTargetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChooseTravelTargetAction.h" diff --git a/src/strategy/actions/ChooseTravelTargetAction.h b/src/strategy/actions/ChooseTravelTargetAction.h index 7cb99158..2ec026dc 100644 --- a/src/strategy/actions/ChooseTravelTargetAction.h +++ b/src/strategy/actions/ChooseTravelTargetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHOOSETRAVELTARGETACTION_H diff --git a/src/strategy/actions/CombatActions.cpp b/src/strategy/actions/CombatActions.cpp index 52b809cd..fe29a11b 100644 --- a/src/strategy/actions/CombatActions.cpp +++ b/src/strategy/actions/CombatActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CombatActions.h" diff --git a/src/strategy/actions/CombatActions.h b/src/strategy/actions/CombatActions.h index 5ce6df49..82d74527 100644 --- a/src/strategy/actions/CombatActions.h +++ b/src/strategy/actions/CombatActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_COMBATACTIONS_H diff --git a/src/strategy/actions/CustomStrategyEditAction.cpp b/src/strategy/actions/CustomStrategyEditAction.cpp index 8f043fd5..a8e83e87 100644 --- a/src/strategy/actions/CustomStrategyEditAction.cpp +++ b/src/strategy/actions/CustomStrategyEditAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CustomStrategyEditAction.h" diff --git a/src/strategy/actions/CustomStrategyEditAction.h b/src/strategy/actions/CustomStrategyEditAction.h index f019a88d..36330765 100644 --- a/src/strategy/actions/CustomStrategyEditAction.h +++ b/src/strategy/actions/CustomStrategyEditAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CUSTOMSTRATEGYEDITACTION_H diff --git a/src/strategy/actions/DebugAction.cpp b/src/strategy/actions/DebugAction.cpp index 0c2cbac1..11a0bf26 100644 --- a/src/strategy/actions/DebugAction.cpp +++ b/src/strategy/actions/DebugAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DebugAction.h" diff --git a/src/strategy/actions/DebugAction.h b/src/strategy/actions/DebugAction.h index df4a28bc..5c81c313 100644 --- a/src/strategy/actions/DebugAction.h +++ b/src/strategy/actions/DebugAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DEBUGACTION_H diff --git a/src/strategy/actions/DelayAction.cpp b/src/strategy/actions/DelayAction.cpp index a393bd90..8d47912f 100644 --- a/src/strategy/actions/DelayAction.cpp +++ b/src/strategy/actions/DelayAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DelayAction.h" diff --git a/src/strategy/actions/DelayAction.h b/src/strategy/actions/DelayAction.h index 4d341d8d..626c577f 100644 --- a/src/strategy/actions/DelayAction.h +++ b/src/strategy/actions/DelayAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DELAYACTION_H diff --git a/src/strategy/actions/DestroyItemAction.cpp b/src/strategy/actions/DestroyItemAction.cpp index 153606a0..0fce4ad7 100644 --- a/src/strategy/actions/DestroyItemAction.cpp +++ b/src/strategy/actions/DestroyItemAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DestroyItemAction.h" diff --git a/src/strategy/actions/DestroyItemAction.h b/src/strategy/actions/DestroyItemAction.h index a0d4f5ef..fce18e60 100644 --- a/src/strategy/actions/DestroyItemAction.h +++ b/src/strategy/actions/DestroyItemAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DESTROYITEMACTION_H diff --git a/src/strategy/actions/DropQuestAction.cpp b/src/strategy/actions/DropQuestAction.cpp index 672358cb..ddcdaef5 100644 --- a/src/strategy/actions/DropQuestAction.cpp +++ b/src/strategy/actions/DropQuestAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DropQuestAction.h" diff --git a/src/strategy/actions/DropQuestAction.h b/src/strategy/actions/DropQuestAction.h index b20cccde..a6622eec 100644 --- a/src/strategy/actions/DropQuestAction.h +++ b/src/strategy/actions/DropQuestAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DROPQUESTACTION_H diff --git a/src/strategy/actions/EmoteAction.cpp b/src/strategy/actions/EmoteAction.cpp index ba44424b..72952e66 100644 --- a/src/strategy/actions/EmoteAction.cpp +++ b/src/strategy/actions/EmoteAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EmoteAction.h" diff --git a/src/strategy/actions/EmoteAction.h b/src/strategy/actions/EmoteAction.h index b1836cb3..7732ad8e 100644 --- a/src/strategy/actions/EmoteAction.h +++ b/src/strategy/actions/EmoteAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EMOTEACTION_H diff --git a/src/strategy/actions/EquipAction.cpp b/src/strategy/actions/EquipAction.cpp index de1046c5..946af5b2 100644 --- a/src/strategy/actions/EquipAction.cpp +++ b/src/strategy/actions/EquipAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EquipAction.h" diff --git a/src/strategy/actions/EquipAction.h b/src/strategy/actions/EquipAction.h index 64ef5aa3..518d39c8 100644 --- a/src/strategy/actions/EquipAction.h +++ b/src/strategy/actions/EquipAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EQUIPACTION_H diff --git a/src/strategy/actions/EquipGlyphsAction.cpp b/src/strategy/actions/EquipGlyphsAction.cpp index 4caa8c13..05c064b9 100644 --- a/src/strategy/actions/EquipGlyphsAction.cpp +++ b/src/strategy/actions/EquipGlyphsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EquipGlyphsAction.h" diff --git a/src/strategy/actions/EquipGlyphsAction.h b/src/strategy/actions/EquipGlyphsAction.h index 9206915e..d2812d8e 100644 --- a/src/strategy/actions/EquipGlyphsAction.h +++ b/src/strategy/actions/EquipGlyphsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EQUIPGLYPHSACTION_H diff --git a/src/strategy/actions/FlagAction.cpp b/src/strategy/actions/FlagAction.cpp index 566f2df0..023b376d 100644 --- a/src/strategy/actions/FlagAction.cpp +++ b/src/strategy/actions/FlagAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FlagAction.h" diff --git a/src/strategy/actions/FlagAction.h b/src/strategy/actions/FlagAction.h index 3e64db8e..3d50d7ad 100644 --- a/src/strategy/actions/FlagAction.h +++ b/src/strategy/actions/FlagAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FLAGACTION_H diff --git a/src/strategy/actions/FollowActions.cpp b/src/strategy/actions/FollowActions.cpp index a86fded5..f4a66bf9 100644 --- a/src/strategy/actions/FollowActions.cpp +++ b/src/strategy/actions/FollowActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FollowActions.h" diff --git a/src/strategy/actions/FollowActions.h b/src/strategy/actions/FollowActions.h index d9819744..5468e341 100644 --- a/src/strategy/actions/FollowActions.h +++ b/src/strategy/actions/FollowActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FOLLOWACTIONS_H diff --git a/src/strategy/actions/GenericActions.cpp b/src/strategy/actions/GenericActions.cpp index ae8010e1..184b1771 100644 --- a/src/strategy/actions/GenericActions.cpp +++ b/src/strategy/actions/GenericActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericActions.h" diff --git a/src/strategy/actions/GenericActions.h b/src/strategy/actions/GenericActions.h index 1bc8d77e..b089b676 100644 --- a/src/strategy/actions/GenericActions.h +++ b/src/strategy/actions/GenericActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICACTIONS_H diff --git a/src/strategy/actions/GenericBuffUtils.cpp b/src/strategy/actions/GenericBuffUtils.cpp index d222667c..fb27a234 100644 --- a/src/strategy/actions/GenericBuffUtils.cpp +++ b/src/strategy/actions/GenericBuffUtils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericBuffUtils.h" diff --git a/src/strategy/actions/GenericBuffUtils.h b/src/strategy/actions/GenericBuffUtils.h index 571c5c3c..d9cfc842 100644 --- a/src/strategy/actions/GenericBuffUtils.h +++ b/src/strategy/actions/GenericBuffUtils.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #pragma once diff --git a/src/strategy/actions/GenericSpellActions.cpp b/src/strategy/actions/GenericSpellActions.cpp index 8e5a95d2..3a36d9cc 100644 --- a/src/strategy/actions/GenericSpellActions.cpp +++ b/src/strategy/actions/GenericSpellActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericSpellActions.h" diff --git a/src/strategy/actions/GenericSpellActions.h b/src/strategy/actions/GenericSpellActions.h index a66e36ae..e2435a57 100644 --- a/src/strategy/actions/GenericSpellActions.h +++ b/src/strategy/actions/GenericSpellActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICSPELLACTIONS_H diff --git a/src/strategy/actions/GiveItemAction.cpp b/src/strategy/actions/GiveItemAction.cpp index afdf19be..6e2d6744 100644 --- a/src/strategy/actions/GiveItemAction.cpp +++ b/src/strategy/actions/GiveItemAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GiveItemAction.h" diff --git a/src/strategy/actions/GiveItemAction.h b/src/strategy/actions/GiveItemAction.h index 169be1e9..bd3f3b08 100644 --- a/src/strategy/actions/GiveItemAction.h +++ b/src/strategy/actions/GiveItemAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GIVEITEMACTION_H diff --git a/src/strategy/actions/GoAction.cpp b/src/strategy/actions/GoAction.cpp index bb1076d6..1b8cd62a 100644 --- a/src/strategy/actions/GoAction.cpp +++ b/src/strategy/actions/GoAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GoAction.h" diff --git a/src/strategy/actions/GoAction.h b/src/strategy/actions/GoAction.h index 48a1ffa5..f9418156 100644 --- a/src/strategy/actions/GoAction.h +++ b/src/strategy/actions/GoAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GOACTION_H diff --git a/src/strategy/actions/GossipHelloAction.cpp b/src/strategy/actions/GossipHelloAction.cpp index 83a67c99..9c5083d8 100644 --- a/src/strategy/actions/GossipHelloAction.cpp +++ b/src/strategy/actions/GossipHelloAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GossipHelloAction.h" diff --git a/src/strategy/actions/GossipHelloAction.h b/src/strategy/actions/GossipHelloAction.h index e6ed73f3..71ef373f 100644 --- a/src/strategy/actions/GossipHelloAction.h +++ b/src/strategy/actions/GossipHelloAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GOSSIPHELLOACTION_H diff --git a/src/strategy/actions/GreetAction.cpp b/src/strategy/actions/GreetAction.cpp index ff7118f3..87bf2c5f 100644 --- a/src/strategy/actions/GreetAction.cpp +++ b/src/strategy/actions/GreetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GreetAction.h" diff --git a/src/strategy/actions/GreetAction.h b/src/strategy/actions/GreetAction.h index aef11098..8b1e910e 100644 --- a/src/strategy/actions/GreetAction.h +++ b/src/strategy/actions/GreetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GREETACTION_H diff --git a/src/strategy/actions/GuildAcceptAction.cpp b/src/strategy/actions/GuildAcceptAction.cpp index f926a68e..cd7635a9 100644 --- a/src/strategy/actions/GuildAcceptAction.cpp +++ b/src/strategy/actions/GuildAcceptAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildAcceptAction.h" diff --git a/src/strategy/actions/GuildAcceptAction.h b/src/strategy/actions/GuildAcceptAction.h index 50284dff..8d60d07e 100644 --- a/src/strategy/actions/GuildAcceptAction.h +++ b/src/strategy/actions/GuildAcceptAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDACCEPTACTION_H diff --git a/src/strategy/actions/GuildBankAction.cpp b/src/strategy/actions/GuildBankAction.cpp index a7d50a99..2d9c74ff 100644 --- a/src/strategy/actions/GuildBankAction.cpp +++ b/src/strategy/actions/GuildBankAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildBankAction.h" diff --git a/src/strategy/actions/GuildBankAction.h b/src/strategy/actions/GuildBankAction.h index 5aac99b8..5454a310 100644 --- a/src/strategy/actions/GuildBankAction.h +++ b/src/strategy/actions/GuildBankAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDBANKACTION_H diff --git a/src/strategy/actions/GuildCreateActions.cpp b/src/strategy/actions/GuildCreateActions.cpp index caa920c7..075b28ca 100644 --- a/src/strategy/actions/GuildCreateActions.cpp +++ b/src/strategy/actions/GuildCreateActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildCreateActions.h" diff --git a/src/strategy/actions/GuildCreateActions.h b/src/strategy/actions/GuildCreateActions.h index a4e7ba9b..07de5824 100644 --- a/src/strategy/actions/GuildCreateActions.h +++ b/src/strategy/actions/GuildCreateActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDCREATEACTION_H diff --git a/src/strategy/actions/GuildManagementActions.cpp b/src/strategy/actions/GuildManagementActions.cpp index a46d3437..af5a1f01 100644 --- a/src/strategy/actions/GuildManagementActions.cpp +++ b/src/strategy/actions/GuildManagementActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildManagementActions.h" diff --git a/src/strategy/actions/GuildManagementActions.h b/src/strategy/actions/GuildManagementActions.h index 99186351..bf46d1b7 100644 --- a/src/strategy/actions/GuildManagementActions.h +++ b/src/strategy/actions/GuildManagementActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDMAMANEGEMENTACTION_H diff --git a/src/strategy/actions/HelpAction.cpp b/src/strategy/actions/HelpAction.cpp index 6f0ef2ce..3dbe1d6e 100644 --- a/src/strategy/actions/HelpAction.cpp +++ b/src/strategy/actions/HelpAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HelpAction.h" diff --git a/src/strategy/actions/HelpAction.h b/src/strategy/actions/HelpAction.h index 0481bb0d..e1d374b0 100644 --- a/src/strategy/actions/HelpAction.h +++ b/src/strategy/actions/HelpAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HELPACTION_H diff --git a/src/strategy/actions/HireAction.cpp b/src/strategy/actions/HireAction.cpp index 6ad575fc..f8b36539 100644 --- a/src/strategy/actions/HireAction.cpp +++ b/src/strategy/actions/HireAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HireAction.h" diff --git a/src/strategy/actions/HireAction.h b/src/strategy/actions/HireAction.h index 96f38527..6738f02c 100644 --- a/src/strategy/actions/HireAction.h +++ b/src/strategy/actions/HireAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HIREACTION_H diff --git a/src/strategy/actions/ImbueAction.cpp b/src/strategy/actions/ImbueAction.cpp index 55ee5829..8c151ef8 100644 --- a/src/strategy/actions/ImbueAction.cpp +++ b/src/strategy/actions/ImbueAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ImbueAction.h" diff --git a/src/strategy/actions/ImbueAction.h b/src/strategy/actions/ImbueAction.h index ca317c7d..398a8fa1 100644 --- a/src/strategy/actions/ImbueAction.h +++ b/src/strategy/actions/ImbueAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_IMBUEACTION_H diff --git a/src/strategy/actions/InventoryAction.cpp b/src/strategy/actions/InventoryAction.cpp index d2d54da1..f7b606a9 100644 --- a/src/strategy/actions/InventoryAction.cpp +++ b/src/strategy/actions/InventoryAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "InventoryAction.h" diff --git a/src/strategy/actions/InventoryAction.h b/src/strategy/actions/InventoryAction.h index f7fd6cd2..7ab0f59d 100644 --- a/src/strategy/actions/InventoryAction.h +++ b/src/strategy/actions/InventoryAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_INVENTORYACTION_H diff --git a/src/strategy/actions/InventoryChangeFailureAction.cpp b/src/strategy/actions/InventoryChangeFailureAction.cpp index 31a182c9..ef7cd923 100644 --- a/src/strategy/actions/InventoryChangeFailureAction.cpp +++ b/src/strategy/actions/InventoryChangeFailureAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "InventoryChangeFailureAction.h" diff --git a/src/strategy/actions/InventoryChangeFailureAction.h b/src/strategy/actions/InventoryChangeFailureAction.h index a8596adb..6877d098 100644 --- a/src/strategy/actions/InventoryChangeFailureAction.h +++ b/src/strategy/actions/InventoryChangeFailureAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_INVENTORYCHANGEFAILUREACTION_H diff --git a/src/strategy/actions/InviteToGroupAction.cpp b/src/strategy/actions/InviteToGroupAction.cpp index 89b8122c..7af26210 100644 --- a/src/strategy/actions/InviteToGroupAction.cpp +++ b/src/strategy/actions/InviteToGroupAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "InviteToGroupAction.h" diff --git a/src/strategy/actions/InviteToGroupAction.h b/src/strategy/actions/InviteToGroupAction.h index 04168ddb..4b9f2c7f 100644 --- a/src/strategy/actions/InviteToGroupAction.h +++ b/src/strategy/actions/InviteToGroupAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_INVITETOGROUPACTION_H diff --git a/src/strategy/actions/LeaveGroupAction.cpp b/src/strategy/actions/LeaveGroupAction.cpp index 5eca0cde..2773ce4b 100644 --- a/src/strategy/actions/LeaveGroupAction.cpp +++ b/src/strategy/actions/LeaveGroupAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LeaveGroupAction.h" diff --git a/src/strategy/actions/LeaveGroupAction.h b/src/strategy/actions/LeaveGroupAction.h index 824b9055..dcb4e96c 100644 --- a/src/strategy/actions/LeaveGroupAction.h +++ b/src/strategy/actions/LeaveGroupAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LEAVEGROUPACTION_H diff --git a/src/strategy/actions/LfgActions.cpp b/src/strategy/actions/LfgActions.cpp index c56ddeaf..406a0ec0 100644 --- a/src/strategy/actions/LfgActions.cpp +++ b/src/strategy/actions/LfgActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LfgActions.h" diff --git a/src/strategy/actions/LfgActions.h b/src/strategy/actions/LfgActions.h index 9f23389b..8622a42d 100644 --- a/src/strategy/actions/LfgActions.h +++ b/src/strategy/actions/LfgActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LFGACTIONS_H diff --git a/src/strategy/actions/ListQuestsActions.cpp b/src/strategy/actions/ListQuestsActions.cpp index 7f5d9878..79684170 100644 --- a/src/strategy/actions/ListQuestsActions.cpp +++ b/src/strategy/actions/ListQuestsActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ListQuestsActions.h" diff --git a/src/strategy/actions/ListQuestsActions.h b/src/strategy/actions/ListQuestsActions.h index aea5dbad..2cf2d592 100644 --- a/src/strategy/actions/ListQuestsActions.h +++ b/src/strategy/actions/ListQuestsActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LISTQUESTSACTIONS_H diff --git a/src/strategy/actions/ListSpellsAction.cpp b/src/strategy/actions/ListSpellsAction.cpp index e7885155..3a3ad7f6 100644 --- a/src/strategy/actions/ListSpellsAction.cpp +++ b/src/strategy/actions/ListSpellsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ListSpellsAction.h" diff --git a/src/strategy/actions/ListSpellsAction.h b/src/strategy/actions/ListSpellsAction.h index 0290c523..5fa44bc1 100644 --- a/src/strategy/actions/ListSpellsAction.h +++ b/src/strategy/actions/ListSpellsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LISTSPELLSACTION_H diff --git a/src/strategy/actions/LogLevelAction.cpp b/src/strategy/actions/LogLevelAction.cpp index 0b8ff485..cd8b5c28 100644 --- a/src/strategy/actions/LogLevelAction.cpp +++ b/src/strategy/actions/LogLevelAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LogLevelAction.h" diff --git a/src/strategy/actions/LogLevelAction.h b/src/strategy/actions/LogLevelAction.h index 8bd6c739..3aefaf97 100644 --- a/src/strategy/actions/LogLevelAction.h +++ b/src/strategy/actions/LogLevelAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOGLEVELACTION_H diff --git a/src/strategy/actions/LootAction.cpp b/src/strategy/actions/LootAction.cpp index 9f2de51d..2e0656e7 100644 --- a/src/strategy/actions/LootAction.cpp +++ b/src/strategy/actions/LootAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootAction.h" diff --git a/src/strategy/actions/LootAction.h b/src/strategy/actions/LootAction.h index 5607fc78..b657ee8c 100644 --- a/src/strategy/actions/LootAction.h +++ b/src/strategy/actions/LootAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTACTION_H diff --git a/src/strategy/actions/LootRollAction.cpp b/src/strategy/actions/LootRollAction.cpp index 66ff1d0f..3b3a4240 100644 --- a/src/strategy/actions/LootRollAction.cpp +++ b/src/strategy/actions/LootRollAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootRollAction.h" diff --git a/src/strategy/actions/LootRollAction.h b/src/strategy/actions/LootRollAction.h index 2582274c..13d89586 100644 --- a/src/strategy/actions/LootRollAction.h +++ b/src/strategy/actions/LootRollAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTROLLACTION_H diff --git a/src/strategy/actions/LootStrategyAction.cpp b/src/strategy/actions/LootStrategyAction.cpp index db09727f..68f8089c 100644 --- a/src/strategy/actions/LootStrategyAction.cpp +++ b/src/strategy/actions/LootStrategyAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootStrategyAction.h" diff --git a/src/strategy/actions/LootStrategyAction.h b/src/strategy/actions/LootStrategyAction.h index 6dcd5b40..a972066a 100644 --- a/src/strategy/actions/LootStrategyAction.h +++ b/src/strategy/actions/LootStrategyAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTSTRATEGYACTION_H diff --git a/src/strategy/actions/MailAction.cpp b/src/strategy/actions/MailAction.cpp index f15034b2..4ee2fee6 100644 --- a/src/strategy/actions/MailAction.cpp +++ b/src/strategy/actions/MailAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MailAction.h" diff --git a/src/strategy/actions/MailAction.h b/src/strategy/actions/MailAction.h index c54cac3d..e66d4147 100644 --- a/src/strategy/actions/MailAction.h +++ b/src/strategy/actions/MailAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAILACTION_H diff --git a/src/strategy/actions/MoveToRpgTargetAction.cpp b/src/strategy/actions/MoveToRpgTargetAction.cpp index 4facc600..618af10a 100644 --- a/src/strategy/actions/MoveToRpgTargetAction.cpp +++ b/src/strategy/actions/MoveToRpgTargetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MoveToRpgTargetAction.h" diff --git a/src/strategy/actions/MoveToRpgTargetAction.h b/src/strategy/actions/MoveToRpgTargetAction.h index 19ef1968..6dd6558b 100644 --- a/src/strategy/actions/MoveToRpgTargetAction.h +++ b/src/strategy/actions/MoveToRpgTargetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MOVETORPGTARGETACTION_H diff --git a/src/strategy/actions/MoveToTravelTargetAction.cpp b/src/strategy/actions/MoveToTravelTargetAction.cpp index 9ae28919..a4dec2ca 100644 --- a/src/strategy/actions/MoveToTravelTargetAction.cpp +++ b/src/strategy/actions/MoveToTravelTargetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MoveToTravelTargetAction.h" diff --git a/src/strategy/actions/MoveToTravelTargetAction.h b/src/strategy/actions/MoveToTravelTargetAction.h index 9f6400a9..3d8609cb 100644 --- a/src/strategy/actions/MoveToTravelTargetAction.h +++ b/src/strategy/actions/MoveToTravelTargetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MOVETOTRAVELTARGETACTION_H diff --git a/src/strategy/actions/MovementActions.cpp b/src/strategy/actions/MovementActions.cpp index fd828ea4..371d11c2 100644 --- a/src/strategy/actions/MovementActions.cpp +++ b/src/strategy/actions/MovementActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MovementActions.h" diff --git a/src/strategy/actions/MovementActions.h b/src/strategy/actions/MovementActions.h index e639c5cb..b5f7a389 100644 --- a/src/strategy/actions/MovementActions.h +++ b/src/strategy/actions/MovementActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MOVEMENTACTIONS_H diff --git a/src/strategy/actions/NonCombatActions.cpp b/src/strategy/actions/NonCombatActions.cpp index 60628bc7..e810ad27 100644 --- a/src/strategy/actions/NonCombatActions.cpp +++ b/src/strategy/actions/NonCombatActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NonCombatActions.h" diff --git a/src/strategy/actions/NonCombatActions.h b/src/strategy/actions/NonCombatActions.h index 5d30d498..3156d499 100644 --- a/src/strategy/actions/NonCombatActions.h +++ b/src/strategy/actions/NonCombatActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NONCOMBATACTIONS_H diff --git a/src/strategy/actions/OpenItemAction.h b/src/strategy/actions/OpenItemAction.h index 6ab73b79..c221741b 100644 --- a/src/strategy/actions/OpenItemAction.h +++ b/src/strategy/actions/OpenItemAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, - * you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, + * you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_OPENITEMACTION_H diff --git a/src/strategy/actions/OutfitAction.cpp b/src/strategy/actions/OutfitAction.cpp index 986fbe48..78f7f9bc 100644 --- a/src/strategy/actions/OutfitAction.cpp +++ b/src/strategy/actions/OutfitAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "OutfitAction.h" diff --git a/src/strategy/actions/OutfitAction.h b/src/strategy/actions/OutfitAction.h index 2a6e6785..b530504c 100644 --- a/src/strategy/actions/OutfitAction.h +++ b/src/strategy/actions/OutfitAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_OUTFITACTION_H diff --git a/src/strategy/actions/PassLeadershipToMasterAction.cpp b/src/strategy/actions/PassLeadershipToMasterAction.cpp index a362c2cb..ceb1fbbc 100644 --- a/src/strategy/actions/PassLeadershipToMasterAction.cpp +++ b/src/strategy/actions/PassLeadershipToMasterAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PassLeadershipToMasterAction.h" diff --git a/src/strategy/actions/PassLeadershipToMasterAction.h b/src/strategy/actions/PassLeadershipToMasterAction.h index a4ab15c4..afa5663b 100644 --- a/src/strategy/actions/PassLeadershipToMasterAction.h +++ b/src/strategy/actions/PassLeadershipToMasterAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PASSLEADERSHIPTOMASTERACTION_H diff --git a/src/strategy/actions/PetAction.cpp b/src/strategy/actions/PetAction.cpp index e149b42e..963ff09b 100644 --- a/src/strategy/actions/PetAction.cpp +++ b/src/strategy/actions/PetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PetAction.h" diff --git a/src/strategy/actions/PetAction.h b/src/strategy/actions/PetAction.h index 5ca49191..ed4af4d8 100644 --- a/src/strategy/actions/PetAction.h +++ b/src/strategy/actions/PetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PETACTION_H diff --git a/src/strategy/actions/PetitionSignAction.cpp b/src/strategy/actions/PetitionSignAction.cpp index 025f0447..9b6cebfc 100644 --- a/src/strategy/actions/PetitionSignAction.cpp +++ b/src/strategy/actions/PetitionSignAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PetitionSignAction.h" diff --git a/src/strategy/actions/PetitionSignAction.h b/src/strategy/actions/PetitionSignAction.h index b73e4283..9eb8b313 100644 --- a/src/strategy/actions/PetitionSignAction.h +++ b/src/strategy/actions/PetitionSignAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PETITIONSIGNACTION_H diff --git a/src/strategy/actions/PositionAction.cpp b/src/strategy/actions/PositionAction.cpp index 3888f28f..2de27f04 100644 --- a/src/strategy/actions/PositionAction.cpp +++ b/src/strategy/actions/PositionAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PositionAction.h" diff --git a/src/strategy/actions/PositionAction.h b/src/strategy/actions/PositionAction.h index 16a671de..7e817392 100644 --- a/src/strategy/actions/PositionAction.h +++ b/src/strategy/actions/PositionAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_POSITIONACTION_H diff --git a/src/strategy/actions/QueryItemUsageAction.cpp b/src/strategy/actions/QueryItemUsageAction.cpp index 71d46245..2fbc75af 100644 --- a/src/strategy/actions/QueryItemUsageAction.cpp +++ b/src/strategy/actions/QueryItemUsageAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "QueryItemUsageAction.h" diff --git a/src/strategy/actions/QueryItemUsageAction.h b/src/strategy/actions/QueryItemUsageAction.h index 44df2143..f2f8bc2c 100644 --- a/src/strategy/actions/QueryItemUsageAction.h +++ b/src/strategy/actions/QueryItemUsageAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUERYITEMUSAGEACTION_H diff --git a/src/strategy/actions/QueryQuestAction.cpp b/src/strategy/actions/QueryQuestAction.cpp index 67f12066..6ceccad9 100644 --- a/src/strategy/actions/QueryQuestAction.cpp +++ b/src/strategy/actions/QueryQuestAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "QueryQuestAction.h" diff --git a/src/strategy/actions/QueryQuestAction.h b/src/strategy/actions/QueryQuestAction.h index dd0c5819..30885090 100644 --- a/src/strategy/actions/QueryQuestAction.h +++ b/src/strategy/actions/QueryQuestAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUERYQUESTACTION_H diff --git a/src/strategy/actions/QuestAction.cpp b/src/strategy/actions/QuestAction.cpp index 7d3b4378..39e8e1ba 100644 --- a/src/strategy/actions/QuestAction.cpp +++ b/src/strategy/actions/QuestAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "QuestAction.h" diff --git a/src/strategy/actions/QuestAction.h b/src/strategy/actions/QuestAction.h index 680154cf..b9ca10e5 100644 --- a/src/strategy/actions/QuestAction.h +++ b/src/strategy/actions/QuestAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUESTACTION_H diff --git a/src/strategy/actions/QuestConfirmAcceptAction.h b/src/strategy/actions/QuestConfirmAcceptAction.h index e5383eba..029c6eef 100644 --- a/src/strategy/actions/QuestConfirmAcceptAction.h +++ b/src/strategy/actions/QuestConfirmAcceptAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUESTCONFIRMACCEPTACTION_H diff --git a/src/strategy/actions/RandomBotUpdateAction.cpp b/src/strategy/actions/RandomBotUpdateAction.cpp index b4e1248d..1536cd6b 100644 --- a/src/strategy/actions/RandomBotUpdateAction.cpp +++ b/src/strategy/actions/RandomBotUpdateAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RandomBotUpdateAction.h" diff --git a/src/strategy/actions/RandomBotUpdateAction.h b/src/strategy/actions/RandomBotUpdateAction.h index c615a86b..b5d940ad 100644 --- a/src/strategy/actions/RandomBotUpdateAction.h +++ b/src/strategy/actions/RandomBotUpdateAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANDOMBOTUPDATEACTION_H diff --git a/src/strategy/actions/RangeAction.cpp b/src/strategy/actions/RangeAction.cpp index a06c8532..3cf9e693 100644 --- a/src/strategy/actions/RangeAction.cpp +++ b/src/strategy/actions/RangeAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RangeAction.h" diff --git a/src/strategy/actions/RangeAction.h b/src/strategy/actions/RangeAction.h index 0675a671..828fcc97 100644 --- a/src/strategy/actions/RangeAction.h +++ b/src/strategy/actions/RangeAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANGEACTION_H diff --git a/src/strategy/actions/ReachTargetActions.cpp b/src/strategy/actions/ReachTargetActions.cpp index f5e51011..2be0da6b 100644 --- a/src/strategy/actions/ReachTargetActions.cpp +++ b/src/strategy/actions/ReachTargetActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ReachTargetActions.h" diff --git a/src/strategy/actions/ReachTargetActions.h b/src/strategy/actions/ReachTargetActions.h index edf8ab57..40559753 100644 --- a/src/strategy/actions/ReachTargetActions.h +++ b/src/strategy/actions/ReachTargetActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REACHTARGETACTIONS_H diff --git a/src/strategy/actions/ReadyCheckAction.cpp b/src/strategy/actions/ReadyCheckAction.cpp index a8a2d8ca..00b9e4c2 100644 --- a/src/strategy/actions/ReadyCheckAction.cpp +++ b/src/strategy/actions/ReadyCheckAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ReadyCheckAction.h" diff --git a/src/strategy/actions/ReadyCheckAction.h b/src/strategy/actions/ReadyCheckAction.h index f64c15aa..0c16c489 100644 --- a/src/strategy/actions/ReadyCheckAction.h +++ b/src/strategy/actions/ReadyCheckAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_READYCHECKACTION_H diff --git a/src/strategy/actions/ReleaseSpiritAction.cpp b/src/strategy/actions/ReleaseSpiritAction.cpp index 0cae6569..92b7ac55 100644 --- a/src/strategy/actions/ReleaseSpiritAction.cpp +++ b/src/strategy/actions/ReleaseSpiritAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ReleaseSpiritAction.h" diff --git a/src/strategy/actions/ReleaseSpiritAction.h b/src/strategy/actions/ReleaseSpiritAction.h index 7771f9ff..debeab84 100644 --- a/src/strategy/actions/ReleaseSpiritAction.h +++ b/src/strategy/actions/ReleaseSpiritAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef PLAYERBOT_RELEASESPIRITACTION_H diff --git a/src/strategy/actions/RememberTaxiAction.cpp b/src/strategy/actions/RememberTaxiAction.cpp index f4922b97..af5a5403 100644 --- a/src/strategy/actions/RememberTaxiAction.cpp +++ b/src/strategy/actions/RememberTaxiAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RememberTaxiAction.h" diff --git a/src/strategy/actions/RememberTaxiAction.h b/src/strategy/actions/RememberTaxiAction.h index 6d93f795..e2de4b44 100644 --- a/src/strategy/actions/RememberTaxiAction.h +++ b/src/strategy/actions/RememberTaxiAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REMEMBERTAXIACTION_H diff --git a/src/strategy/actions/RemoveAuraAction.cpp b/src/strategy/actions/RemoveAuraAction.cpp index a84d652a..a863a597 100644 --- a/src/strategy/actions/RemoveAuraAction.cpp +++ b/src/strategy/actions/RemoveAuraAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RemoveAuraAction.h" diff --git a/src/strategy/actions/RemoveAuraAction.h b/src/strategy/actions/RemoveAuraAction.h index 297579a8..14f4073c 100644 --- a/src/strategy/actions/RemoveAuraAction.h +++ b/src/strategy/actions/RemoveAuraAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REMOVEAURAACTION_H diff --git a/src/strategy/actions/RepairAllAction.cpp b/src/strategy/actions/RepairAllAction.cpp index 2eaf07c3..a66ba3a1 100644 --- a/src/strategy/actions/RepairAllAction.cpp +++ b/src/strategy/actions/RepairAllAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RepairAllAction.h" diff --git a/src/strategy/actions/RepairAllAction.h b/src/strategy/actions/RepairAllAction.h index f938ffbf..aec1af96 100644 --- a/src/strategy/actions/RepairAllAction.h +++ b/src/strategy/actions/RepairAllAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REPAIRALLACTION_H diff --git a/src/strategy/actions/ResetAiAction.cpp b/src/strategy/actions/ResetAiAction.cpp index 181b0974..e97d0905 100644 --- a/src/strategy/actions/ResetAiAction.cpp +++ b/src/strategy/actions/ResetAiAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ResetAiAction.h" diff --git a/src/strategy/actions/ResetAiAction.h b/src/strategy/actions/ResetAiAction.h index b195faef..092a0313 100644 --- a/src/strategy/actions/ResetAiAction.h +++ b/src/strategy/actions/ResetAiAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RESETAIACTION_H diff --git a/src/strategy/actions/ResetInstancesAction.cpp b/src/strategy/actions/ResetInstancesAction.cpp index e8768446..1c0a6f24 100644 --- a/src/strategy/actions/ResetInstancesAction.cpp +++ b/src/strategy/actions/ResetInstancesAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ResetInstancesAction.h" diff --git a/src/strategy/actions/ResetInstancesAction.h b/src/strategy/actions/ResetInstancesAction.h index 7f04d4eb..b69256bc 100644 --- a/src/strategy/actions/ResetInstancesAction.h +++ b/src/strategy/actions/ResetInstancesAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RESETINSTANCESACTION_H diff --git a/src/strategy/actions/RevealGatheringItemAction.cpp b/src/strategy/actions/RevealGatheringItemAction.cpp index 5697347f..00f1cc1d 100644 --- a/src/strategy/actions/RevealGatheringItemAction.cpp +++ b/src/strategy/actions/RevealGatheringItemAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RevealGatheringItemAction.h" diff --git a/src/strategy/actions/RevealGatheringItemAction.h b/src/strategy/actions/RevealGatheringItemAction.h index f74c9048..cd042247 100644 --- a/src/strategy/actions/RevealGatheringItemAction.h +++ b/src/strategy/actions/RevealGatheringItemAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REVEALGATHERINGITEMACTION_H diff --git a/src/strategy/actions/ReviveFromCorpseAction.cpp b/src/strategy/actions/ReviveFromCorpseAction.cpp index 960f438f..f2810747 100644 --- a/src/strategy/actions/ReviveFromCorpseAction.cpp +++ b/src/strategy/actions/ReviveFromCorpseAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ReviveFromCorpseAction.h" diff --git a/src/strategy/actions/ReviveFromCorpseAction.h b/src/strategy/actions/ReviveFromCorpseAction.h index 58c8572a..a20dd3c0 100644 --- a/src/strategy/actions/ReviveFromCorpseAction.h +++ b/src/strategy/actions/ReviveFromCorpseAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REVIVEFROMCORPSEACTION_H diff --git a/src/strategy/actions/RewardAction.cpp b/src/strategy/actions/RewardAction.cpp index fd5e6ae3..1022166d 100644 --- a/src/strategy/actions/RewardAction.cpp +++ b/src/strategy/actions/RewardAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RewardAction.h" diff --git a/src/strategy/actions/RewardAction.h b/src/strategy/actions/RewardAction.h index 5ae9a0f6..328777a9 100644 --- a/src/strategy/actions/RewardAction.h +++ b/src/strategy/actions/RewardAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_REWARDACTION_H diff --git a/src/strategy/actions/RpgAction.cpp b/src/strategy/actions/RpgAction.cpp index f5ffa130..21b68d6b 100644 --- a/src/strategy/actions/RpgAction.cpp +++ b/src/strategy/actions/RpgAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RpgAction.h" diff --git a/src/strategy/actions/RpgAction.h b/src/strategy/actions/RpgAction.h index 7751df17..c0485a8e 100644 --- a/src/strategy/actions/RpgAction.h +++ b/src/strategy/actions/RpgAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RPGACTION_H diff --git a/src/strategy/actions/RpgSubActions.cpp b/src/strategy/actions/RpgSubActions.cpp index ac84ed2b..784f6bbb 100644 --- a/src/strategy/actions/RpgSubActions.cpp +++ b/src/strategy/actions/RpgSubActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RpgSubActions.h" diff --git a/src/strategy/actions/RpgSubActions.h b/src/strategy/actions/RpgSubActions.h index c0b39082..8d5fbda4 100644 --- a/src/strategy/actions/RpgSubActions.h +++ b/src/strategy/actions/RpgSubActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RPGSUBACTIONS_H diff --git a/src/strategy/actions/RpgValues.h b/src/strategy/actions/RpgValues.h index b3e30867..bff78cc8 100644 --- a/src/strategy/actions/RpgValues.h +++ b/src/strategy/actions/RpgValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RPGVALUES_H diff --git a/src/strategy/actions/RtiAction.cpp b/src/strategy/actions/RtiAction.cpp index cf4a3d40..b34b3eec 100644 --- a/src/strategy/actions/RtiAction.cpp +++ b/src/strategy/actions/RtiAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RtiAction.h" diff --git a/src/strategy/actions/RtiAction.h b/src/strategy/actions/RtiAction.h index 5978a7d6..18b0aa44 100644 --- a/src/strategy/actions/RtiAction.h +++ b/src/strategy/actions/RtiAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTIACTION_H diff --git a/src/strategy/actions/RtscAction.cpp b/src/strategy/actions/RtscAction.cpp index 7d096ea5..4ed91d29 100644 --- a/src/strategy/actions/RtscAction.cpp +++ b/src/strategy/actions/RtscAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RtscAction.h" diff --git a/src/strategy/actions/RtscAction.h b/src/strategy/actions/RtscAction.h index 062b77ca..81ec27c0 100644 --- a/src/strategy/actions/RtscAction.h +++ b/src/strategy/actions/RtscAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTSCACTION_H diff --git a/src/strategy/actions/SaveManaAction.cpp b/src/strategy/actions/SaveManaAction.cpp index 34814128..bfabe36a 100644 --- a/src/strategy/actions/SaveManaAction.cpp +++ b/src/strategy/actions/SaveManaAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SaveManaAction.h" diff --git a/src/strategy/actions/SaveManaAction.h b/src/strategy/actions/SaveManaAction.h index 0e3a5c93..09edec98 100644 --- a/src/strategy/actions/SaveManaAction.h +++ b/src/strategy/actions/SaveManaAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SAVEMANAACTION_H diff --git a/src/strategy/actions/SayAction.cpp b/src/strategy/actions/SayAction.cpp index f6a6c316..474f37e4 100644 --- a/src/strategy/actions/SayAction.cpp +++ b/src/strategy/actions/SayAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AiFactory.h" diff --git a/src/strategy/actions/SayAction.h b/src/strategy/actions/SayAction.h index e184c9c8..5bf9a8f0 100644 --- a/src/strategy/actions/SayAction.h +++ b/src/strategy/actions/SayAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SAYACTION_H diff --git a/src/strategy/actions/SecurityCheckAction.cpp b/src/strategy/actions/SecurityCheckAction.cpp index afd0f9d1..1320eb04 100644 --- a/src/strategy/actions/SecurityCheckAction.cpp +++ b/src/strategy/actions/SecurityCheckAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SecurityCheckAction.h" diff --git a/src/strategy/actions/SecurityCheckAction.h b/src/strategy/actions/SecurityCheckAction.h index fa068ffa..21f343cc 100644 --- a/src/strategy/actions/SecurityCheckAction.h +++ b/src/strategy/actions/SecurityCheckAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SECURITYCHECKACTION_H diff --git a/src/strategy/actions/SeeSpellAction.cpp b/src/strategy/actions/SeeSpellAction.cpp index 0fd90bcc..8b90adec 100644 --- a/src/strategy/actions/SeeSpellAction.cpp +++ b/src/strategy/actions/SeeSpellAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SeeSpellAction.h" diff --git a/src/strategy/actions/SeeSpellAction.h b/src/strategy/actions/SeeSpellAction.h index 1d3178a5..91556d63 100644 --- a/src/strategy/actions/SeeSpellAction.h +++ b/src/strategy/actions/SeeSpellAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SEESPELLACTION_H diff --git a/src/strategy/actions/SellAction.cpp b/src/strategy/actions/SellAction.cpp index 3f25748e..8ff78f3a 100644 --- a/src/strategy/actions/SellAction.cpp +++ b/src/strategy/actions/SellAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SellAction.h" diff --git a/src/strategy/actions/SellAction.h b/src/strategy/actions/SellAction.h index 0fc61ea9..7c985de9 100644 --- a/src/strategy/actions/SellAction.h +++ b/src/strategy/actions/SellAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SELLACTION_H diff --git a/src/strategy/actions/SendMailAction.cpp b/src/strategy/actions/SendMailAction.cpp index f28c0545..c6184c4b 100644 --- a/src/strategy/actions/SendMailAction.cpp +++ b/src/strategy/actions/SendMailAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SendMailAction.h" diff --git a/src/strategy/actions/SendMailAction.h b/src/strategy/actions/SendMailAction.h index a016ad71..06affa6b 100644 --- a/src/strategy/actions/SendMailAction.h +++ b/src/strategy/actions/SendMailAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SENDMAILACTION_H diff --git a/src/strategy/actions/SetCraftAction.cpp b/src/strategy/actions/SetCraftAction.cpp index d514c7f4..f062ce5c 100644 --- a/src/strategy/actions/SetCraftAction.cpp +++ b/src/strategy/actions/SetCraftAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SetCraftAction.h" diff --git a/src/strategy/actions/SetCraftAction.h b/src/strategy/actions/SetCraftAction.h index 8ec59131..d10507da 100644 --- a/src/strategy/actions/SetCraftAction.h +++ b/src/strategy/actions/SetCraftAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SETCRAFTACTION_H diff --git a/src/strategy/actions/SetHomeAction.cpp b/src/strategy/actions/SetHomeAction.cpp index 0da185d4..36893f4a 100644 --- a/src/strategy/actions/SetHomeAction.cpp +++ b/src/strategy/actions/SetHomeAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SetHomeAction.h" diff --git a/src/strategy/actions/SetHomeAction.h b/src/strategy/actions/SetHomeAction.h index 1b9109bf..ee499bf8 100644 --- a/src/strategy/actions/SetHomeAction.h +++ b/src/strategy/actions/SetHomeAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SETHOMEACTION_H diff --git a/src/strategy/actions/ShareQuestAction.cpp b/src/strategy/actions/ShareQuestAction.cpp index 77ff51b0..d4b470b4 100644 --- a/src/strategy/actions/ShareQuestAction.cpp +++ b/src/strategy/actions/ShareQuestAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShareQuestAction.h" diff --git a/src/strategy/actions/ShareQuestAction.h b/src/strategy/actions/ShareQuestAction.h index efc87010..033ed606 100644 --- a/src/strategy/actions/ShareQuestAction.h +++ b/src/strategy/actions/ShareQuestAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAREQUESTACTION_H diff --git a/src/strategy/actions/SkipSpellsListAction.cpp b/src/strategy/actions/SkipSpellsListAction.cpp index 2221731d..ad7e86a5 100644 --- a/src/strategy/actions/SkipSpellsListAction.cpp +++ b/src/strategy/actions/SkipSpellsListAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SkipSpellsListAction.h" diff --git a/src/strategy/actions/SkipSpellsListAction.h b/src/strategy/actions/SkipSpellsListAction.h index 58f77ca6..578be9a9 100644 --- a/src/strategy/actions/SkipSpellsListAction.h +++ b/src/strategy/actions/SkipSpellsListAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SKIPSPELLSLISTACTION_H diff --git a/src/strategy/actions/StatsAction.cpp b/src/strategy/actions/StatsAction.cpp index 6d05a8df..f6872c84 100644 --- a/src/strategy/actions/StatsAction.cpp +++ b/src/strategy/actions/StatsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StatsAction.h" diff --git a/src/strategy/actions/StatsAction.h b/src/strategy/actions/StatsAction.h index 019eb4af..0dbaf38b 100644 --- a/src/strategy/actions/StatsAction.h +++ b/src/strategy/actions/StatsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STATSACTION_H diff --git a/src/strategy/actions/StayActions.cpp b/src/strategy/actions/StayActions.cpp index cca32c1a..525ff8d5 100644 --- a/src/strategy/actions/StayActions.cpp +++ b/src/strategy/actions/StayActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StayActions.h" diff --git a/src/strategy/actions/StayActions.h b/src/strategy/actions/StayActions.h index 5dd9a8e4..d050b966 100644 --- a/src/strategy/actions/StayActions.h +++ b/src/strategy/actions/StayActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STAYACTIONS_H diff --git a/src/strategy/actions/SuggestWhatToDoAction.cpp b/src/strategy/actions/SuggestWhatToDoAction.cpp index 3ecf6e41..468b1f50 100644 --- a/src/strategy/actions/SuggestWhatToDoAction.cpp +++ b/src/strategy/actions/SuggestWhatToDoAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include diff --git a/src/strategy/actions/SuggestWhatToDoAction.h b/src/strategy/actions/SuggestWhatToDoAction.h index 5db9947d..238ce7e8 100644 --- a/src/strategy/actions/SuggestWhatToDoAction.h +++ b/src/strategy/actions/SuggestWhatToDoAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SUGGESTWHATTODOACTION_H diff --git a/src/strategy/actions/TalkToQuestGiverAction.cpp b/src/strategy/actions/TalkToQuestGiverAction.cpp index 4b8bb137..ad87a550 100644 --- a/src/strategy/actions/TalkToQuestGiverAction.cpp +++ b/src/strategy/actions/TalkToQuestGiverAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TalkToQuestGiverAction.h" diff --git a/src/strategy/actions/TalkToQuestGiverAction.h b/src/strategy/actions/TalkToQuestGiverAction.h index df12f434..edde3272 100644 --- a/src/strategy/actions/TalkToQuestGiverAction.h +++ b/src/strategy/actions/TalkToQuestGiverAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TALKTOQUESTGIVERACTION_H diff --git a/src/strategy/actions/TameAction.cpp b/src/strategy/actions/TameAction.cpp index 8446c24c..b414b478 100644 --- a/src/strategy/actions/TameAction.cpp +++ b/src/strategy/actions/TameAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TameAction.h" diff --git a/src/strategy/actions/TameAction.h b/src/strategy/actions/TameAction.h index 018ba5a0..234eaec2 100644 --- a/src/strategy/actions/TameAction.h +++ b/src/strategy/actions/TameAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TAMEACTION_H diff --git a/src/strategy/actions/TaxiAction.cpp b/src/strategy/actions/TaxiAction.cpp index 91a42c4b..1f9e89cc 100644 --- a/src/strategy/actions/TaxiAction.cpp +++ b/src/strategy/actions/TaxiAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TaxiAction.h" diff --git a/src/strategy/actions/TaxiAction.h b/src/strategy/actions/TaxiAction.h index fd8f6b7a..97cbda6f 100644 --- a/src/strategy/actions/TaxiAction.h +++ b/src/strategy/actions/TaxiAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TAXIACTION_H diff --git a/src/strategy/actions/TeleportAction.cpp b/src/strategy/actions/TeleportAction.cpp index 68afeb78..65aa24e0 100644 --- a/src/strategy/actions/TeleportAction.cpp +++ b/src/strategy/actions/TeleportAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TeleportAction.h" diff --git a/src/strategy/actions/TeleportAction.h b/src/strategy/actions/TeleportAction.h index f5ea2d08..46e316f8 100644 --- a/src/strategy/actions/TeleportAction.h +++ b/src/strategy/actions/TeleportAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELEPORTACTION_H diff --git a/src/strategy/actions/TellCastFailedAction.cpp b/src/strategy/actions/TellCastFailedAction.cpp index ec33aa50..792a3244 100644 --- a/src/strategy/actions/TellCastFailedAction.cpp +++ b/src/strategy/actions/TellCastFailedAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellCastFailedAction.h" diff --git a/src/strategy/actions/TellCastFailedAction.h b/src/strategy/actions/TellCastFailedAction.h index d5228080..5eec7a43 100644 --- a/src/strategy/actions/TellCastFailedAction.h +++ b/src/strategy/actions/TellCastFailedAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLCASTFAILEDACTION_H diff --git a/src/strategy/actions/TellGlyphsAction.cpp b/src/strategy/actions/TellGlyphsAction.cpp index 3f48dbd8..3eac1047 100644 --- a/src/strategy/actions/TellGlyphsAction.cpp +++ b/src/strategy/actions/TellGlyphsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellGlyphsAction.h" diff --git a/src/strategy/actions/TellGlyphsAction.h b/src/strategy/actions/TellGlyphsAction.h index b68e9fef..6f3e0dac 100644 --- a/src/strategy/actions/TellGlyphsAction.h +++ b/src/strategy/actions/TellGlyphsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLGLYPHSACTION_H diff --git a/src/strategy/actions/TellItemCountAction.cpp b/src/strategy/actions/TellItemCountAction.cpp index cf55da1d..ade7571f 100644 --- a/src/strategy/actions/TellItemCountAction.cpp +++ b/src/strategy/actions/TellItemCountAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellItemCountAction.h" diff --git a/src/strategy/actions/TellItemCountAction.h b/src/strategy/actions/TellItemCountAction.h index 43da9b07..3bc4cf79 100644 --- a/src/strategy/actions/TellItemCountAction.h +++ b/src/strategy/actions/TellItemCountAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLITEMCOUNTACTION_H diff --git a/src/strategy/actions/TellLosAction.cpp b/src/strategy/actions/TellLosAction.cpp index 125b7df4..9cd12b02 100644 --- a/src/strategy/actions/TellLosAction.cpp +++ b/src/strategy/actions/TellLosAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellLosAction.h" diff --git a/src/strategy/actions/TellLosAction.h b/src/strategy/actions/TellLosAction.h index 988564cf..d4ae928e 100644 --- a/src/strategy/actions/TellLosAction.h +++ b/src/strategy/actions/TellLosAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLLOSACTION_H diff --git a/src/strategy/actions/TellMasterAction.cpp b/src/strategy/actions/TellMasterAction.cpp index 10c01c0c..701f93d7 100644 --- a/src/strategy/actions/TellMasterAction.cpp +++ b/src/strategy/actions/TellMasterAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellMasterAction.h" diff --git a/src/strategy/actions/TellMasterAction.h b/src/strategy/actions/TellMasterAction.h index f1f6dba9..5a882120 100644 --- a/src/strategy/actions/TellMasterAction.h +++ b/src/strategy/actions/TellMasterAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLMASTERACTION_H diff --git a/src/strategy/actions/TellReputationAction.cpp b/src/strategy/actions/TellReputationAction.cpp index 686f8a20..e08a38d8 100644 --- a/src/strategy/actions/TellReputationAction.cpp +++ b/src/strategy/actions/TellReputationAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellReputationAction.h" diff --git a/src/strategy/actions/TellReputationAction.h b/src/strategy/actions/TellReputationAction.h index c9f74ef9..3adaa66d 100644 --- a/src/strategy/actions/TellReputationAction.h +++ b/src/strategy/actions/TellReputationAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLREPUTATIONACTION_H diff --git a/src/strategy/actions/TellTargetAction.cpp b/src/strategy/actions/TellTargetAction.cpp index f6f05639..7ecd8efb 100644 --- a/src/strategy/actions/TellTargetAction.cpp +++ b/src/strategy/actions/TellTargetAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellTargetAction.h" diff --git a/src/strategy/actions/TellTargetAction.h b/src/strategy/actions/TellTargetAction.h index 608c4964..440e42f2 100644 --- a/src/strategy/actions/TellTargetAction.h +++ b/src/strategy/actions/TellTargetAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLTARGETACTION_H diff --git a/src/strategy/actions/TradeAction.cpp b/src/strategy/actions/TradeAction.cpp index 62f8b513..9ac7aca2 100644 --- a/src/strategy/actions/TradeAction.cpp +++ b/src/strategy/actions/TradeAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TradeAction.h" diff --git a/src/strategy/actions/TradeAction.h b/src/strategy/actions/TradeAction.h index f9af19f3..4b81d24d 100644 --- a/src/strategy/actions/TradeAction.h +++ b/src/strategy/actions/TradeAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRADEACTION_H diff --git a/src/strategy/actions/TradeStatusAction.cpp b/src/strategy/actions/TradeStatusAction.cpp index f24e997c..16ad2ca7 100644 --- a/src/strategy/actions/TradeStatusAction.cpp +++ b/src/strategy/actions/TradeStatusAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TradeStatusAction.h" diff --git a/src/strategy/actions/TradeStatusAction.h b/src/strategy/actions/TradeStatusAction.h index ab6556f5..4313b18d 100644 --- a/src/strategy/actions/TradeStatusAction.h +++ b/src/strategy/actions/TradeStatusAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRADESTATUSACTION_H diff --git a/src/strategy/actions/TradeValues.cpp b/src/strategy/actions/TradeValues.cpp index 304103d0..47a86e10 100644 --- a/src/strategy/actions/TradeValues.cpp +++ b/src/strategy/actions/TradeValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TradeValues.h" diff --git a/src/strategy/actions/TradeValues.h b/src/strategy/actions/TradeValues.h index d230cf0b..3f7d3e53 100644 --- a/src/strategy/actions/TradeValues.h +++ b/src/strategy/actions/TradeValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRADEVALUES_H diff --git a/src/strategy/actions/TrainerAction.cpp b/src/strategy/actions/TrainerAction.cpp index 655208bf..2de9d283 100644 --- a/src/strategy/actions/TrainerAction.cpp +++ b/src/strategy/actions/TrainerAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TrainerAction.h" diff --git a/src/strategy/actions/TrainerAction.h b/src/strategy/actions/TrainerAction.h index b9f4cd34..10f8a119 100644 --- a/src/strategy/actions/TrainerAction.h +++ b/src/strategy/actions/TrainerAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAINERACTION_H diff --git a/src/strategy/actions/TravelAction.cpp b/src/strategy/actions/TravelAction.cpp index 4d7ce96e..5804fd7d 100644 --- a/src/strategy/actions/TravelAction.cpp +++ b/src/strategy/actions/TravelAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TravelAction.h" diff --git a/src/strategy/actions/TravelAction.h b/src/strategy/actions/TravelAction.h index 94de22bf..d84b0c24 100644 --- a/src/strategy/actions/TravelAction.h +++ b/src/strategy/actions/TravelAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAVELACTION_H diff --git a/src/strategy/actions/UnequipAction.cpp b/src/strategy/actions/UnequipAction.cpp index 9a32f5cc..f5b5f628 100644 --- a/src/strategy/actions/UnequipAction.cpp +++ b/src/strategy/actions/UnequipAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UnequipAction.h" diff --git a/src/strategy/actions/UnequipAction.h b/src/strategy/actions/UnequipAction.h index d855f539..56004beb 100644 --- a/src/strategy/actions/UnequipAction.h +++ b/src/strategy/actions/UnequipAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_UNEQUIPACTION_H diff --git a/src/strategy/actions/UseItemAction.cpp b/src/strategy/actions/UseItemAction.cpp index 85c56c63..690d2d4b 100644 --- a/src/strategy/actions/UseItemAction.cpp +++ b/src/strategy/actions/UseItemAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UseItemAction.h" diff --git a/src/strategy/actions/UseItemAction.h b/src/strategy/actions/UseItemAction.h index bfbf67d3..2b0c7e19 100644 --- a/src/strategy/actions/UseItemAction.h +++ b/src/strategy/actions/UseItemAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_USEITEMACTION_H diff --git a/src/strategy/actions/UseMeetingStoneAction.cpp b/src/strategy/actions/UseMeetingStoneAction.cpp index dfebc859..68eecce6 100644 --- a/src/strategy/actions/UseMeetingStoneAction.cpp +++ b/src/strategy/actions/UseMeetingStoneAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UseMeetingStoneAction.h" diff --git a/src/strategy/actions/UseMeetingStoneAction.h b/src/strategy/actions/UseMeetingStoneAction.h index 1799503d..f3b59549 100644 --- a/src/strategy/actions/UseMeetingStoneAction.h +++ b/src/strategy/actions/UseMeetingStoneAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_USEMEETINGSTONEACTION_H diff --git a/src/strategy/actions/VehicleActions.cpp b/src/strategy/actions/VehicleActions.cpp index ac33eead..ee1c6e2d 100644 --- a/src/strategy/actions/VehicleActions.cpp +++ b/src/strategy/actions/VehicleActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "VehicleActions.h" diff --git a/src/strategy/actions/VehicleActions.h b/src/strategy/actions/VehicleActions.h index fbda01b8..1a0e0a30 100644 --- a/src/strategy/actions/VehicleActions.h +++ b/src/strategy/actions/VehicleActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_VEHICLEACTIONS_H diff --git a/src/strategy/actions/WhoAction.cpp b/src/strategy/actions/WhoAction.cpp index 78535600..edafdfcb 100644 --- a/src/strategy/actions/WhoAction.cpp +++ b/src/strategy/actions/WhoAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WhoAction.h" diff --git a/src/strategy/actions/WhoAction.h b/src/strategy/actions/WhoAction.h index c222fe8f..d3ba1756 100644 --- a/src/strategy/actions/WhoAction.h +++ b/src/strategy/actions/WhoAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WHOACTION_H diff --git a/src/strategy/actions/WipeAction.cpp b/src/strategy/actions/WipeAction.cpp index d00fdde0..bbd1997d 100644 --- a/src/strategy/actions/WipeAction.cpp +++ b/src/strategy/actions/WipeAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PlayerbotAI.h" diff --git a/src/strategy/actions/WipeAction.h b/src/strategy/actions/WipeAction.h index e26770d4..86811908 100644 --- a/src/strategy/actions/WipeAction.h +++ b/src/strategy/actions/WipeAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WIPEACTION_H diff --git a/src/strategy/actions/WorldBuffAction.cpp b/src/strategy/actions/WorldBuffAction.cpp index 0659ee0c..b4708385 100644 --- a/src/strategy/actions/WorldBuffAction.cpp +++ b/src/strategy/actions/WorldBuffAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WorldBuffAction.h" diff --git a/src/strategy/actions/WorldBuffAction.h b/src/strategy/actions/WorldBuffAction.h index 49bba390..e1330e94 100644 --- a/src/strategy/actions/WorldBuffAction.h +++ b/src/strategy/actions/WorldBuffAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WORLDBUFFACTION_H diff --git a/src/strategy/actions/WorldPacketActionContext.h b/src/strategy/actions/WorldPacketActionContext.h index 1638d596..bada772c 100644 --- a/src/strategy/actions/WorldPacketActionContext.h +++ b/src/strategy/actions/WorldPacketActionContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WORLDPACKETACTIONCONTEXT_H diff --git a/src/strategy/actions/WtsAction.cpp b/src/strategy/actions/WtsAction.cpp index f4adfa7a..a3c77c27 100644 --- a/src/strategy/actions/WtsAction.cpp +++ b/src/strategy/actions/WtsAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WtsAction.h" diff --git a/src/strategy/actions/WtsAction.h b/src/strategy/actions/WtsAction.h index 7fefb11e..22da503f 100644 --- a/src/strategy/actions/WtsAction.h +++ b/src/strategy/actions/WtsAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WTSACTION_H diff --git a/src/strategy/actions/XpGainAction.cpp b/src/strategy/actions/XpGainAction.cpp index 43afff1d..446be3bb 100644 --- a/src/strategy/actions/XpGainAction.cpp +++ b/src/strategy/actions/XpGainAction.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "XpGainAction.h" diff --git a/src/strategy/actions/XpGainAction.h b/src/strategy/actions/XpGainAction.h index da5926e0..d5935a9f 100644 --- a/src/strategy/actions/XpGainAction.h +++ b/src/strategy/actions/XpGainAction.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_XPGAINACTION_H diff --git a/src/strategy/deathknight/BloodDKStrategy.cpp b/src/strategy/deathknight/BloodDKStrategy.cpp index 03bc454c..1f2793d9 100644 --- a/src/strategy/deathknight/BloodDKStrategy.cpp +++ b/src/strategy/deathknight/BloodDKStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BloodDKStrategy.h" diff --git a/src/strategy/deathknight/BloodDKStrategy.h b/src/strategy/deathknight/BloodDKStrategy.h index 9a726478..e00101ad 100644 --- a/src/strategy/deathknight/BloodDKStrategy.h +++ b/src/strategy/deathknight/BloodDKStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BLOODDKSTRATEGY_H diff --git a/src/strategy/deathknight/DKActions.cpp b/src/strategy/deathknight/DKActions.cpp index 575c5aef..52061036 100644 --- a/src/strategy/deathknight/DKActions.cpp +++ b/src/strategy/deathknight/DKActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DKActions.h" diff --git a/src/strategy/deathknight/DKActions.h b/src/strategy/deathknight/DKActions.h index 355a5c52..a320a233 100644 --- a/src/strategy/deathknight/DKActions.h +++ b/src/strategy/deathknight/DKActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DKACTIONS_H diff --git a/src/strategy/deathknight/DKAiObjectContext.cpp b/src/strategy/deathknight/DKAiObjectContext.cpp index a26f96c0..ac80c7dc 100644 --- a/src/strategy/deathknight/DKAiObjectContext.cpp +++ b/src/strategy/deathknight/DKAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DKAiObjectContext.h" diff --git a/src/strategy/deathknight/DKAiObjectContext.h b/src/strategy/deathknight/DKAiObjectContext.h index b45a778a..8921df71 100644 --- a/src/strategy/deathknight/DKAiObjectContext.h +++ b/src/strategy/deathknight/DKAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DKAIOBJECTCONTEXT_H diff --git a/src/strategy/deathknight/DKTriggers.cpp b/src/strategy/deathknight/DKTriggers.cpp index 86508ceb..90c16209 100644 --- a/src/strategy/deathknight/DKTriggers.cpp +++ b/src/strategy/deathknight/DKTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DKTriggers.h" diff --git a/src/strategy/deathknight/DKTriggers.h b/src/strategy/deathknight/DKTriggers.h index 721a1dbc..c46fbfe3 100644 --- a/src/strategy/deathknight/DKTriggers.h +++ b/src/strategy/deathknight/DKTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DKTRIGGERS_H diff --git a/src/strategy/deathknight/FrostDKStrategy.cpp b/src/strategy/deathknight/FrostDKStrategy.cpp index 6ec84558..f25fa682 100644 --- a/src/strategy/deathknight/FrostDKStrategy.cpp +++ b/src/strategy/deathknight/FrostDKStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FrostDKStrategy.h" diff --git a/src/strategy/deathknight/FrostDKStrategy.h b/src/strategy/deathknight/FrostDKStrategy.h index 3a4b6e72..c305621a 100644 --- a/src/strategy/deathknight/FrostDKStrategy.h +++ b/src/strategy/deathknight/FrostDKStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FROSTDKSTRATEGY_H diff --git a/src/strategy/deathknight/GenericDKNonCombatStrategy.cpp b/src/strategy/deathknight/GenericDKNonCombatStrategy.cpp index 99163441..5c095d29 100644 --- a/src/strategy/deathknight/GenericDKNonCombatStrategy.cpp +++ b/src/strategy/deathknight/GenericDKNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericDKNonCombatStrategy.h" diff --git a/src/strategy/deathknight/GenericDKNonCombatStrategy.h b/src/strategy/deathknight/GenericDKNonCombatStrategy.h index f94be4c9..37e8c74b 100644 --- a/src/strategy/deathknight/GenericDKNonCombatStrategy.h +++ b/src/strategy/deathknight/GenericDKNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICDKNONCOMBATSTRATEGY_H diff --git a/src/strategy/deathknight/GenericDKStrategy.cpp b/src/strategy/deathknight/GenericDKStrategy.cpp index 62da4362..4d52cbc3 100644 --- a/src/strategy/deathknight/GenericDKStrategy.cpp +++ b/src/strategy/deathknight/GenericDKStrategy.cpp @@ -1,5 +1,5 @@ #/* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericDKStrategy.h" diff --git a/src/strategy/deathknight/GenericDKStrategy.h b/src/strategy/deathknight/GenericDKStrategy.h index 4169d611..dabe7428 100644 --- a/src/strategy/deathknight/GenericDKStrategy.h +++ b/src/strategy/deathknight/GenericDKStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICDKSTRATEGY_H diff --git a/src/strategy/deathknight/UnholyDKStrategy.cpp b/src/strategy/deathknight/UnholyDKStrategy.cpp index acc7ab57..1740ec39 100644 --- a/src/strategy/deathknight/UnholyDKStrategy.cpp +++ b/src/strategy/deathknight/UnholyDKStrategy.cpp @@ -1,5 +1,5 @@ #/* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UnholyDKStrategy.h" diff --git a/src/strategy/deathknight/UnholyDKStrategy.h b/src/strategy/deathknight/UnholyDKStrategy.h index 3e69bc09..512ddb0d 100644 --- a/src/strategy/deathknight/UnholyDKStrategy.h +++ b/src/strategy/deathknight/UnholyDKStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_UNHOLYDKSTRATEGY_H diff --git a/src/strategy/druid/BearTankDruidStrategy.cpp b/src/strategy/druid/BearTankDruidStrategy.cpp index e732357d..42bb81c4 100644 --- a/src/strategy/druid/BearTankDruidStrategy.cpp +++ b/src/strategy/druid/BearTankDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BearTankDruidStrategy.h" diff --git a/src/strategy/druid/BearTankDruidStrategy.h b/src/strategy/druid/BearTankDruidStrategy.h index 6bc96d97..9b0595a1 100644 --- a/src/strategy/druid/BearTankDruidStrategy.h +++ b/src/strategy/druid/BearTankDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BEARTANKDRUIDSTRATEGY_H diff --git a/src/strategy/druid/CasterDruidStrategy.cpp b/src/strategy/druid/CasterDruidStrategy.cpp index 571ee2bb..657fedaa 100644 --- a/src/strategy/druid/CasterDruidStrategy.cpp +++ b/src/strategy/druid/CasterDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CasterDruidStrategy.h" diff --git a/src/strategy/druid/CasterDruidStrategy.h b/src/strategy/druid/CasterDruidStrategy.h index b7b16d84..0455b2f1 100644 --- a/src/strategy/druid/CasterDruidStrategy.h +++ b/src/strategy/druid/CasterDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CASTERDRUIDSTRATEGY_H diff --git a/src/strategy/druid/CatDpsDruidStrategy.cpp b/src/strategy/druid/CatDpsDruidStrategy.cpp index e640cebd..641156f9 100644 --- a/src/strategy/druid/CatDpsDruidStrategy.cpp +++ b/src/strategy/druid/CatDpsDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CatDpsDruidStrategy.h" diff --git a/src/strategy/druid/CatDpsDruidStrategy.h b/src/strategy/druid/CatDpsDruidStrategy.h index 96b8d3af..bfe2450b 100644 --- a/src/strategy/druid/CatDpsDruidStrategy.h +++ b/src/strategy/druid/CatDpsDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CATDPSDRUIDSTRATEGY_H diff --git a/src/strategy/druid/DruidActions.cpp b/src/strategy/druid/DruidActions.cpp index 1743a339..b5a493db 100644 --- a/src/strategy/druid/DruidActions.cpp +++ b/src/strategy/druid/DruidActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DruidActions.h" diff --git a/src/strategy/druid/DruidActions.h b/src/strategy/druid/DruidActions.h index 124fef6c..f7a4ef32 100644 --- a/src/strategy/druid/DruidActions.h +++ b/src/strategy/druid/DruidActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDACTIONS_H diff --git a/src/strategy/druid/DruidAiObjectContext.cpp b/src/strategy/druid/DruidAiObjectContext.cpp index db2d9a70..29d9d4fd 100644 --- a/src/strategy/druid/DruidAiObjectContext.cpp +++ b/src/strategy/druid/DruidAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DruidAiObjectContext.h" diff --git a/src/strategy/druid/DruidAiObjectContext.h b/src/strategy/druid/DruidAiObjectContext.h index c36dd0c8..ee309e79 100644 --- a/src/strategy/druid/DruidAiObjectContext.h +++ b/src/strategy/druid/DruidAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDAIOBJECTCONTEXT_H diff --git a/src/strategy/druid/DruidBearActions.cpp b/src/strategy/druid/DruidBearActions.cpp index b04ed968..e6ff2a86 100644 --- a/src/strategy/druid/DruidBearActions.cpp +++ b/src/strategy/druid/DruidBearActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DruidBearActions.h" diff --git a/src/strategy/druid/DruidBearActions.h b/src/strategy/druid/DruidBearActions.h index e83821bb..caf369be 100644 --- a/src/strategy/druid/DruidBearActions.h +++ b/src/strategy/druid/DruidBearActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDBEARACTIONS_H diff --git a/src/strategy/druid/DruidCatActions.h b/src/strategy/druid/DruidCatActions.h index cf4c6c35..f6d8f232 100644 --- a/src/strategy/druid/DruidCatActions.h +++ b/src/strategy/druid/DruidCatActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDCATACTIONS_H diff --git a/src/strategy/druid/DruidShapeshiftActions.cpp b/src/strategy/druid/DruidShapeshiftActions.cpp index 4354328e..0c3aab7b 100644 --- a/src/strategy/druid/DruidShapeshiftActions.cpp +++ b/src/strategy/druid/DruidShapeshiftActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DruidShapeshiftActions.h" diff --git a/src/strategy/druid/DruidShapeshiftActions.h b/src/strategy/druid/DruidShapeshiftActions.h index 6b24208b..61a9a138 100644 --- a/src/strategy/druid/DruidShapeshiftActions.h +++ b/src/strategy/druid/DruidShapeshiftActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDSHAPESHIFTACTIONS_H diff --git a/src/strategy/druid/DruidTriggers.cpp b/src/strategy/druid/DruidTriggers.cpp index d38a29c4..6cf8552a 100644 --- a/src/strategy/druid/DruidTriggers.cpp +++ b/src/strategy/druid/DruidTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DruidTriggers.h" diff --git a/src/strategy/druid/DruidTriggers.h b/src/strategy/druid/DruidTriggers.h index 1b9c7a25..5541cc10 100644 --- a/src/strategy/druid/DruidTriggers.h +++ b/src/strategy/druid/DruidTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DRUIDTRIGGERS_H diff --git a/src/strategy/druid/FeralDruidStrategy.cpp b/src/strategy/druid/FeralDruidStrategy.cpp index 5fe2f63b..e5e48325 100644 --- a/src/strategy/druid/FeralDruidStrategy.cpp +++ b/src/strategy/druid/FeralDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FeralDruidStrategy.h" diff --git a/src/strategy/druid/FeralDruidStrategy.h b/src/strategy/druid/FeralDruidStrategy.h index ccb945c0..dd1e7d00 100644 --- a/src/strategy/druid/FeralDruidStrategy.h +++ b/src/strategy/druid/FeralDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FERALRUIDSTRATEGY_H diff --git a/src/strategy/druid/GenericDruidNonCombatStrategy.cpp b/src/strategy/druid/GenericDruidNonCombatStrategy.cpp index 0f269cab..3b42160a 100644 --- a/src/strategy/druid/GenericDruidNonCombatStrategy.cpp +++ b/src/strategy/druid/GenericDruidNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericDruidNonCombatStrategy.h" diff --git a/src/strategy/druid/GenericDruidNonCombatStrategy.h b/src/strategy/druid/GenericDruidNonCombatStrategy.h index 31add8ea..28e15445 100644 --- a/src/strategy/druid/GenericDruidNonCombatStrategy.h +++ b/src/strategy/druid/GenericDruidNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICDRUIDNONCOMBATSTRATEGY_H diff --git a/src/strategy/druid/GenericDruidStrategy.cpp b/src/strategy/druid/GenericDruidStrategy.cpp index 429954cf..b1fec20e 100644 --- a/src/strategy/druid/GenericDruidStrategy.cpp +++ b/src/strategy/druid/GenericDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericDruidStrategy.h" diff --git a/src/strategy/druid/GenericDruidStrategy.h b/src/strategy/druid/GenericDruidStrategy.h index 547b93b0..2f1c2e78 100644 --- a/src/strategy/druid/GenericDruidStrategy.h +++ b/src/strategy/druid/GenericDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICDRUIDSTRATEGY_H diff --git a/src/strategy/druid/HealDruidStrategy.cpp b/src/strategy/druid/HealDruidStrategy.cpp index 0f22f223..7e052a34 100644 --- a/src/strategy/druid/HealDruidStrategy.cpp +++ b/src/strategy/druid/HealDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HealDruidStrategy.h" diff --git a/src/strategy/druid/HealDruidStrategy.h b/src/strategy/druid/HealDruidStrategy.h index e0833d29..36ce4027 100644 --- a/src/strategy/druid/HealDruidStrategy.h +++ b/src/strategy/druid/HealDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HEALDRUIDSTRATEGY_H diff --git a/src/strategy/druid/MeleeDruidStrategy.cpp b/src/strategy/druid/MeleeDruidStrategy.cpp index 2b709836..f474a978 100644 --- a/src/strategy/druid/MeleeDruidStrategy.cpp +++ b/src/strategy/druid/MeleeDruidStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MeleeDruidStrategy.h" diff --git a/src/strategy/druid/MeleeDruidStrategy.h b/src/strategy/druid/MeleeDruidStrategy.h index 5302212b..95317360 100644 --- a/src/strategy/druid/MeleeDruidStrategy.h +++ b/src/strategy/druid/MeleeDruidStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MELEEDRUIDSTRATEGY_H diff --git a/src/strategy/druid/OffhealDruidCatStrategy.cpp b/src/strategy/druid/OffhealDruidCatStrategy.cpp index 8cfef7f7..70590709 100644 --- a/src/strategy/druid/OffhealDruidCatStrategy.cpp +++ b/src/strategy/druid/OffhealDruidCatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "OffhealDruidCatStrategy.h" diff --git a/src/strategy/druid/OffhealDruidCatStrategy.h b/src/strategy/druid/OffhealDruidCatStrategy.h index d180743a..c90775d5 100644 --- a/src/strategy/druid/OffhealDruidCatStrategy.h +++ b/src/strategy/druid/OffhealDruidCatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_OFFHEALDRUIDCATSTRATEGY_H diff --git a/src/strategy/generic/AttackEnemyPlayersStrategy.cpp b/src/strategy/generic/AttackEnemyPlayersStrategy.cpp index 794efe41..1c3b843e 100644 --- a/src/strategy/generic/AttackEnemyPlayersStrategy.cpp +++ b/src/strategy/generic/AttackEnemyPlayersStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AttackEnemyPlayersStrategy.h" diff --git a/src/strategy/generic/AttackEnemyPlayersStrategy.h b/src/strategy/generic/AttackEnemyPlayersStrategy.h index d0f79efe..aa29d90c 100644 --- a/src/strategy/generic/AttackEnemyPlayersStrategy.h +++ b/src/strategy/generic/AttackEnemyPlayersStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ATTACKENEMYPAYERSSTRATEGYACTION_H diff --git a/src/strategy/generic/BattlegroundStrategy.cpp b/src/strategy/generic/BattlegroundStrategy.cpp index ca30d5a2..444acf06 100644 --- a/src/strategy/generic/BattlegroundStrategy.cpp +++ b/src/strategy/generic/BattlegroundStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BattlegroundStrategy.h" diff --git a/src/strategy/generic/BattlegroundStrategy.h b/src/strategy/generic/BattlegroundStrategy.h index 3f535248..e36895e2 100644 --- a/src/strategy/generic/BattlegroundStrategy.h +++ b/src/strategy/generic/BattlegroundStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BATTLEGROUNDSTRATEGY_H diff --git a/src/strategy/generic/CastTimeStrategy.cpp b/src/strategy/generic/CastTimeStrategy.cpp index 3990bd7d..042d1c9e 100644 --- a/src/strategy/generic/CastTimeStrategy.cpp +++ b/src/strategy/generic/CastTimeStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CastTimeStrategy.h" diff --git a/src/strategy/generic/CastTimeStrategy.h b/src/strategy/generic/CastTimeStrategy.h index 07100249..f5eddc1c 100644 --- a/src/strategy/generic/CastTimeStrategy.h +++ b/src/strategy/generic/CastTimeStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CASTTIMESTRATEGY_H diff --git a/src/strategy/generic/ChatCommandHandlerStrategy.cpp b/src/strategy/generic/ChatCommandHandlerStrategy.cpp index 038db891..e23e827c 100644 --- a/src/strategy/generic/ChatCommandHandlerStrategy.cpp +++ b/src/strategy/generic/ChatCommandHandlerStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChatCommandHandlerStrategy.h" diff --git a/src/strategy/generic/ChatCommandHandlerStrategy.h b/src/strategy/generic/ChatCommandHandlerStrategy.h index cf69a7b0..87eab747 100644 --- a/src/strategy/generic/ChatCommandHandlerStrategy.h +++ b/src/strategy/generic/ChatCommandHandlerStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATCOMMANDHANDLERSTRATEGY_H diff --git a/src/strategy/generic/CombatStrategy.cpp b/src/strategy/generic/CombatStrategy.cpp index 77982143..e194eb88 100644 --- a/src/strategy/generic/CombatStrategy.cpp +++ b/src/strategy/generic/CombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CombatStrategy.h" diff --git a/src/strategy/generic/CombatStrategy.h b/src/strategy/generic/CombatStrategy.h index 9005f6f5..3f3019f2 100644 --- a/src/strategy/generic/CombatStrategy.h +++ b/src/strategy/generic/CombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_COMBATSTRATEGY_H diff --git a/src/strategy/generic/ConserveManaStrategy.cpp b/src/strategy/generic/ConserveManaStrategy.cpp index 48ebabab..adc3cec8 100644 --- a/src/strategy/generic/ConserveManaStrategy.cpp +++ b/src/strategy/generic/ConserveManaStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ConserveManaStrategy.h" diff --git a/src/strategy/generic/ConserveManaStrategy.h b/src/strategy/generic/ConserveManaStrategy.h index 0f389ca3..000399f1 100644 --- a/src/strategy/generic/ConserveManaStrategy.h +++ b/src/strategy/generic/ConserveManaStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CONSERVEMANASTRATEGY_H diff --git a/src/strategy/generic/DeadStrategy.cpp b/src/strategy/generic/DeadStrategy.cpp index 31de5afd..764813cf 100644 --- a/src/strategy/generic/DeadStrategy.cpp +++ b/src/strategy/generic/DeadStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DeadStrategy.h" diff --git a/src/strategy/generic/DeadStrategy.h b/src/strategy/generic/DeadStrategy.h index 67addaa6..4ae33d4c 100644 --- a/src/strategy/generic/DeadStrategy.h +++ b/src/strategy/generic/DeadStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DEADSTRATEGY_H diff --git a/src/strategy/generic/DebugStrategy.cpp b/src/strategy/generic/DebugStrategy.cpp index 2840e2f6..bae6b419 100644 --- a/src/strategy/generic/DebugStrategy.cpp +++ b/src/strategy/generic/DebugStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DebugStrategy.h" diff --git a/src/strategy/generic/DebugStrategy.h b/src/strategy/generic/DebugStrategy.h index ae69bd3f..95118f73 100644 --- a/src/strategy/generic/DebugStrategy.h +++ b/src/strategy/generic/DebugStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DEBUGSTRATEGY_H diff --git a/src/strategy/generic/DpsAssistStrategy.cpp b/src/strategy/generic/DpsAssistStrategy.cpp index 11047e26..19976233 100644 --- a/src/strategy/generic/DpsAssistStrategy.cpp +++ b/src/strategy/generic/DpsAssistStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DpsAssistStrategy.h" diff --git a/src/strategy/generic/DpsAssistStrategy.h b/src/strategy/generic/DpsAssistStrategy.h index 394a28ef..2f97e165 100644 --- a/src/strategy/generic/DpsAssistStrategy.h +++ b/src/strategy/generic/DpsAssistStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DPSASSISTSTRATEGY_H diff --git a/src/strategy/generic/DuelStrategy.cpp b/src/strategy/generic/DuelStrategy.cpp index cf7b836b..5a571e0f 100644 --- a/src/strategy/generic/DuelStrategy.cpp +++ b/src/strategy/generic/DuelStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DuelStrategy.h" diff --git a/src/strategy/generic/DuelStrategy.h b/src/strategy/generic/DuelStrategy.h index db703c91..fc08030a 100644 --- a/src/strategy/generic/DuelStrategy.h +++ b/src/strategy/generic/DuelStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DUELSTRATEGY_H diff --git a/src/strategy/generic/EmoteStrategy.cpp b/src/strategy/generic/EmoteStrategy.cpp index f2c67f75..8e38a4b7 100644 --- a/src/strategy/generic/EmoteStrategy.cpp +++ b/src/strategy/generic/EmoteStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EmoteStrategy.h" diff --git a/src/strategy/generic/EmoteStrategy.h b/src/strategy/generic/EmoteStrategy.h index 9f4fdd98..4f1f5efa 100644 --- a/src/strategy/generic/EmoteStrategy.h +++ b/src/strategy/generic/EmoteStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EMOTESTRATEGY_H diff --git a/src/strategy/generic/FleeStrategy.cpp b/src/strategy/generic/FleeStrategy.cpp index 36d49988..a2eeb9ba 100644 --- a/src/strategy/generic/FleeStrategy.cpp +++ b/src/strategy/generic/FleeStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FleeStrategy.h" diff --git a/src/strategy/generic/FleeStrategy.h b/src/strategy/generic/FleeStrategy.h index 793e79b0..31571984 100644 --- a/src/strategy/generic/FleeStrategy.h +++ b/src/strategy/generic/FleeStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FLEESTRATEGY_H diff --git a/src/strategy/generic/FollowMasterStrategy.cpp b/src/strategy/generic/FollowMasterStrategy.cpp index 4e5984f0..771bcffb 100644 --- a/src/strategy/generic/FollowMasterStrategy.cpp +++ b/src/strategy/generic/FollowMasterStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FollowMasterStrategy.h" diff --git a/src/strategy/generic/FollowMasterStrategy.h b/src/strategy/generic/FollowMasterStrategy.h index ef31c537..d751741e 100644 --- a/src/strategy/generic/FollowMasterStrategy.h +++ b/src/strategy/generic/FollowMasterStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FOLLOWMASTERSTRATEGY_H diff --git a/src/strategy/generic/GrindingStrategy.cpp b/src/strategy/generic/GrindingStrategy.cpp index e20b7fbe..62237fa4 100644 --- a/src/strategy/generic/GrindingStrategy.cpp +++ b/src/strategy/generic/GrindingStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GrindingStrategy.h" diff --git a/src/strategy/generic/GrindingStrategy.h b/src/strategy/generic/GrindingStrategy.h index d04060c4..5ce9c4f7 100644 --- a/src/strategy/generic/GrindingStrategy.h +++ b/src/strategy/generic/GrindingStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GRINDINGSTRATEGY_H diff --git a/src/strategy/generic/GroupStrategy.cpp b/src/strategy/generic/GroupStrategy.cpp index b17b46e1..9406e840 100644 --- a/src/strategy/generic/GroupStrategy.cpp +++ b/src/strategy/generic/GroupStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GroupStrategy.h" diff --git a/src/strategy/generic/GroupStrategy.h b/src/strategy/generic/GroupStrategy.h index 9f5fc71d..0a2bd508 100644 --- a/src/strategy/generic/GroupStrategy.h +++ b/src/strategy/generic/GroupStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GROUPSTRATEGY_H diff --git a/src/strategy/generic/GuardStrategy.cpp b/src/strategy/generic/GuardStrategy.cpp index 7022c96a..68ce2d00 100644 --- a/src/strategy/generic/GuardStrategy.cpp +++ b/src/strategy/generic/GuardStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuardStrategy.h" diff --git a/src/strategy/generic/GuardStrategy.h b/src/strategy/generic/GuardStrategy.h index c6c21938..c6902ced 100644 --- a/src/strategy/generic/GuardStrategy.h +++ b/src/strategy/generic/GuardStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUARDSTRATEGY_H diff --git a/src/strategy/generic/GuildStrategy.cpp b/src/strategy/generic/GuildStrategy.cpp index f2249db5..3a5df2f1 100644 --- a/src/strategy/generic/GuildStrategy.cpp +++ b/src/strategy/generic/GuildStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildStrategy.h" diff --git a/src/strategy/generic/GuildStrategy.h b/src/strategy/generic/GuildStrategy.h index 2a06ca2e..1e46bf9b 100644 --- a/src/strategy/generic/GuildStrategy.h +++ b/src/strategy/generic/GuildStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDSTRATEGY_H diff --git a/src/strategy/generic/KiteStrategy.cpp b/src/strategy/generic/KiteStrategy.cpp index a369baa0..011650df 100644 --- a/src/strategy/generic/KiteStrategy.cpp +++ b/src/strategy/generic/KiteStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "KiteStrategy.h" diff --git a/src/strategy/generic/KiteStrategy.h b/src/strategy/generic/KiteStrategy.h index c8eb226b..4e77774c 100644 --- a/src/strategy/generic/KiteStrategy.h +++ b/src/strategy/generic/KiteStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_KITESTRATEGY_H diff --git a/src/strategy/generic/LfgStrategy.cpp b/src/strategy/generic/LfgStrategy.cpp index 59f95f4d..1607d8e5 100644 --- a/src/strategy/generic/LfgStrategy.cpp +++ b/src/strategy/generic/LfgStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LfgStrategy.h" diff --git a/src/strategy/generic/LfgStrategy.h b/src/strategy/generic/LfgStrategy.h index 88324234..6626725b 100644 --- a/src/strategy/generic/LfgStrategy.h +++ b/src/strategy/generic/LfgStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LFGSTRATEGY_H diff --git a/src/strategy/generic/LootNonCombatStrategy.cpp b/src/strategy/generic/LootNonCombatStrategy.cpp index 89fb6b5d..324243a1 100644 --- a/src/strategy/generic/LootNonCombatStrategy.cpp +++ b/src/strategy/generic/LootNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootNonCombatStrategy.h" diff --git a/src/strategy/generic/LootNonCombatStrategy.h b/src/strategy/generic/LootNonCombatStrategy.h index e9b59e97..2de1d776 100644 --- a/src/strategy/generic/LootNonCombatStrategy.h +++ b/src/strategy/generic/LootNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTNONCOMBATSTRATEGY_H diff --git a/src/strategy/generic/MaintenanceStrategy.cpp b/src/strategy/generic/MaintenanceStrategy.cpp index b2e32c0d..3e35f5bf 100644 --- a/src/strategy/generic/MaintenanceStrategy.cpp +++ b/src/strategy/generic/MaintenanceStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MaintenanceStrategy.h" diff --git a/src/strategy/generic/MaintenanceStrategy.h b/src/strategy/generic/MaintenanceStrategy.h index a879e3fa..5a7025be 100644 --- a/src/strategy/generic/MaintenanceStrategy.h +++ b/src/strategy/generic/MaintenanceStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAINTANCESTRATEGY_H diff --git a/src/strategy/generic/MarkRtiStrategy.cpp b/src/strategy/generic/MarkRtiStrategy.cpp index dea739ce..bf5fb8de 100644 --- a/src/strategy/generic/MarkRtiStrategy.cpp +++ b/src/strategy/generic/MarkRtiStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MarkRtiStrategy.h" diff --git a/src/strategy/generic/MarkRtiStrategy.h b/src/strategy/generic/MarkRtiStrategy.h index dbb2c495..734f3d8e 100644 --- a/src/strategy/generic/MarkRtiStrategy.h +++ b/src/strategy/generic/MarkRtiStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MARKRTISTRATEGY_H diff --git a/src/strategy/generic/MeleeCombatStrategy.cpp b/src/strategy/generic/MeleeCombatStrategy.cpp index 67a5f1db..de3ba39a 100644 --- a/src/strategy/generic/MeleeCombatStrategy.cpp +++ b/src/strategy/generic/MeleeCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MeleeCombatStrategy.h" diff --git a/src/strategy/generic/MeleeCombatStrategy.h b/src/strategy/generic/MeleeCombatStrategy.h index c5adc269..9cad2bb3 100644 --- a/src/strategy/generic/MeleeCombatStrategy.h +++ b/src/strategy/generic/MeleeCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MELEECOMBATSTRATEGY_H diff --git a/src/strategy/generic/MoveFromGroupStrategy.cpp b/src/strategy/generic/MoveFromGroupStrategy.cpp index 5d084510..3ceccce2 100644 --- a/src/strategy/generic/MoveFromGroupStrategy.cpp +++ b/src/strategy/generic/MoveFromGroupStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MoveFromGroupStrategy.h" diff --git a/src/strategy/generic/MoveFromGroupStrategy.h b/src/strategy/generic/MoveFromGroupStrategy.h index a28c61b9..3fb17f37 100644 --- a/src/strategy/generic/MoveFromGroupStrategy.h +++ b/src/strategy/generic/MoveFromGroupStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MOVEFROMGROUPSTRATEGY_H diff --git a/src/strategy/generic/NonCombatStrategy.cpp b/src/strategy/generic/NonCombatStrategy.cpp index 52e37bd4..7363f8c6 100644 --- a/src/strategy/generic/NonCombatStrategy.cpp +++ b/src/strategy/generic/NonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NonCombatStrategy.h" diff --git a/src/strategy/generic/NonCombatStrategy.h b/src/strategy/generic/NonCombatStrategy.h index c6f266d1..ca4d3fd2 100644 --- a/src/strategy/generic/NonCombatStrategy.h +++ b/src/strategy/generic/NonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NONCOMBATSTRATEGY_H diff --git a/src/strategy/generic/PassTroughStrategy.cpp b/src/strategy/generic/PassTroughStrategy.cpp index d66af024..e9365bad 100644 --- a/src/strategy/generic/PassTroughStrategy.cpp +++ b/src/strategy/generic/PassTroughStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PassTroughStrategy.h" diff --git a/src/strategy/generic/PassTroughStrategy.h b/src/strategy/generic/PassTroughStrategy.h index b5784fd7..b3f897e2 100644 --- a/src/strategy/generic/PassTroughStrategy.h +++ b/src/strategy/generic/PassTroughStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PASSTHROUGHSTRATEGY_H diff --git a/src/strategy/generic/PassiveStrategy.cpp b/src/strategy/generic/PassiveStrategy.cpp index d716c0dd..700b9e67 100644 --- a/src/strategy/generic/PassiveStrategy.cpp +++ b/src/strategy/generic/PassiveStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PassiveStrategy.h" diff --git a/src/strategy/generic/PassiveStrategy.h b/src/strategy/generic/PassiveStrategy.h index 86bbef97..097ecd0a 100644 --- a/src/strategy/generic/PassiveStrategy.h +++ b/src/strategy/generic/PassiveStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PASSIVESTRATEGY_H diff --git a/src/strategy/generic/PullStrategy.cpp b/src/strategy/generic/PullStrategy.cpp index 557ac729..70111ef8 100644 --- a/src/strategy/generic/PullStrategy.cpp +++ b/src/strategy/generic/PullStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PullStrategy.h" diff --git a/src/strategy/generic/PullStrategy.h b/src/strategy/generic/PullStrategy.h index f8489d3d..354760df 100644 --- a/src/strategy/generic/PullStrategy.h +++ b/src/strategy/generic/PullStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PULLSTRATEGY_H diff --git a/src/strategy/generic/QuestStrategies.cpp b/src/strategy/generic/QuestStrategies.cpp index 53a1eabf..bdc1e9b7 100644 --- a/src/strategy/generic/QuestStrategies.cpp +++ b/src/strategy/generic/QuestStrategies.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "QuestStrategies.h" diff --git a/src/strategy/generic/QuestStrategies.h b/src/strategy/generic/QuestStrategies.h index 55a36e24..232d1942 100644 --- a/src/strategy/generic/QuestStrategies.h +++ b/src/strategy/generic/QuestStrategies.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUESTSTRATEGIES_H diff --git a/src/strategy/generic/RTSCStrategy.cpp b/src/strategy/generic/RTSCStrategy.cpp index 820a837b..2c64092e 100644 --- a/src/strategy/generic/RTSCStrategy.cpp +++ b/src/strategy/generic/RTSCStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RTSCStrategy.h" diff --git a/src/strategy/generic/RTSCStrategy.h b/src/strategy/generic/RTSCStrategy.h index 46465fd8..c61aee2a 100644 --- a/src/strategy/generic/RTSCStrategy.h +++ b/src/strategy/generic/RTSCStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTSCSTRATEGY_H diff --git a/src/strategy/generic/RacialsStrategy.cpp b/src/strategy/generic/RacialsStrategy.cpp index 033474d2..53f40ef8 100644 --- a/src/strategy/generic/RacialsStrategy.cpp +++ b/src/strategy/generic/RacialsStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RacialsStrategy.h" diff --git a/src/strategy/generic/RacialsStrategy.h b/src/strategy/generic/RacialsStrategy.h index ca42f3ac..1837890f 100644 --- a/src/strategy/generic/RacialsStrategy.h +++ b/src/strategy/generic/RacialsStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RACIALSSTRATEGY_H diff --git a/src/strategy/generic/RangedCombatStrategy.cpp b/src/strategy/generic/RangedCombatStrategy.cpp index 09ec3a10..ec0f3fb3 100644 --- a/src/strategy/generic/RangedCombatStrategy.cpp +++ b/src/strategy/generic/RangedCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RangedCombatStrategy.h" diff --git a/src/strategy/generic/RangedCombatStrategy.h b/src/strategy/generic/RangedCombatStrategy.h index 04d9150f..cb5adad7 100644 --- a/src/strategy/generic/RangedCombatStrategy.h +++ b/src/strategy/generic/RangedCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANGEDCOMBATSTRATEGY_H diff --git a/src/strategy/generic/ReturnStrategy.cpp b/src/strategy/generic/ReturnStrategy.cpp index cf70a86a..27fc7670 100644 --- a/src/strategy/generic/ReturnStrategy.cpp +++ b/src/strategy/generic/ReturnStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ReturnStrategy.h" diff --git a/src/strategy/generic/ReturnStrategy.h b/src/strategy/generic/ReturnStrategy.h index 739f0bcb..1d260b33 100644 --- a/src/strategy/generic/ReturnStrategy.h +++ b/src/strategy/generic/ReturnStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RETURNSTRATEGY_H diff --git a/src/strategy/generic/RpgStrategy.cpp b/src/strategy/generic/RpgStrategy.cpp index 67e43c38..13173fd2 100644 --- a/src/strategy/generic/RpgStrategy.cpp +++ b/src/strategy/generic/RpgStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RpgStrategy.h" diff --git a/src/strategy/generic/RpgStrategy.h b/src/strategy/generic/RpgStrategy.h index 26a054e6..f81a5bdf 100644 --- a/src/strategy/generic/RpgStrategy.h +++ b/src/strategy/generic/RpgStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RPGSTRATEGY_H diff --git a/src/strategy/generic/RunawayStrategy.cpp b/src/strategy/generic/RunawayStrategy.cpp index 78db444b..ae9cf129 100644 --- a/src/strategy/generic/RunawayStrategy.cpp +++ b/src/strategy/generic/RunawayStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RunawayStrategy.h" diff --git a/src/strategy/generic/RunawayStrategy.h b/src/strategy/generic/RunawayStrategy.h index 8152af05..4ab802ac 100644 --- a/src/strategy/generic/RunawayStrategy.h +++ b/src/strategy/generic/RunawayStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RUNAWAYSTRATEGY_H diff --git a/src/strategy/generic/SayStrategy.cpp b/src/strategy/generic/SayStrategy.cpp index e6c1a51f..fe9e5f54 100644 --- a/src/strategy/generic/SayStrategy.cpp +++ b/src/strategy/generic/SayStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SayStrategy.h" diff --git a/src/strategy/generic/SayStrategy.h b/src/strategy/generic/SayStrategy.h index 63dad120..f83ece59 100644 --- a/src/strategy/generic/SayStrategy.h +++ b/src/strategy/generic/SayStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SAYSTRATEGY_H diff --git a/src/strategy/generic/StayStrategy.cpp b/src/strategy/generic/StayStrategy.cpp index b980275b..2237cc99 100644 --- a/src/strategy/generic/StayStrategy.cpp +++ b/src/strategy/generic/StayStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StayStrategy.h" diff --git a/src/strategy/generic/StayStrategy.h b/src/strategy/generic/StayStrategy.h index 76674858..90285516 100644 --- a/src/strategy/generic/StayStrategy.h +++ b/src/strategy/generic/StayStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STAYSTRATEGY_H diff --git a/src/strategy/generic/TankAssistStrategy.cpp b/src/strategy/generic/TankAssistStrategy.cpp index 46ad4d96..60106d43 100644 --- a/src/strategy/generic/TankAssistStrategy.cpp +++ b/src/strategy/generic/TankAssistStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TankAssistStrategy.h" diff --git a/src/strategy/generic/TankAssistStrategy.h b/src/strategy/generic/TankAssistStrategy.h index 924773ad..8efcf0fe 100644 --- a/src/strategy/generic/TankAssistStrategy.h +++ b/src/strategy/generic/TankAssistStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TANKASSISTSTRATEGY_H diff --git a/src/strategy/generic/TellTargetStrategy.cpp b/src/strategy/generic/TellTargetStrategy.cpp index 522accb3..4410dcbf 100644 --- a/src/strategy/generic/TellTargetStrategy.cpp +++ b/src/strategy/generic/TellTargetStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TellTargetStrategy.h" diff --git a/src/strategy/generic/TellTargetStrategy.h b/src/strategy/generic/TellTargetStrategy.h index b87f44f5..4b366349 100644 --- a/src/strategy/generic/TellTargetStrategy.h +++ b/src/strategy/generic/TellTargetStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TELLTARGETSTRATEGY_H diff --git a/src/strategy/generic/ThreatStrategy.cpp b/src/strategy/generic/ThreatStrategy.cpp index 1e73e89e..4509eaa0 100644 --- a/src/strategy/generic/ThreatStrategy.cpp +++ b/src/strategy/generic/ThreatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ThreatStrategy.h" diff --git a/src/strategy/generic/ThreatStrategy.h b/src/strategy/generic/ThreatStrategy.h index 61e347d7..d1815e81 100644 --- a/src/strategy/generic/ThreatStrategy.h +++ b/src/strategy/generic/ThreatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_THREATSTRATEGY_H diff --git a/src/strategy/generic/TravelStrategy.cpp b/src/strategy/generic/TravelStrategy.cpp index 978666eb..2f335a46 100644 --- a/src/strategy/generic/TravelStrategy.cpp +++ b/src/strategy/generic/TravelStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TravelStrategy.h" diff --git a/src/strategy/generic/TravelStrategy.h b/src/strategy/generic/TravelStrategy.h index 50782ba3..bc5afc0d 100644 --- a/src/strategy/generic/TravelStrategy.h +++ b/src/strategy/generic/TravelStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAVELSTRATEGY_H diff --git a/src/strategy/generic/UseFoodStrategy.cpp b/src/strategy/generic/UseFoodStrategy.cpp index e7f2049d..f945dad7 100644 --- a/src/strategy/generic/UseFoodStrategy.cpp +++ b/src/strategy/generic/UseFoodStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UseFoodStrategy.h" diff --git a/src/strategy/generic/UseFoodStrategy.h b/src/strategy/generic/UseFoodStrategy.h index 33db69e0..9eb7a94d 100644 --- a/src/strategy/generic/UseFoodStrategy.h +++ b/src/strategy/generic/UseFoodStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_USEFOODSTRATEGY_H diff --git a/src/strategy/generic/UsePotionsStrategy.cpp b/src/strategy/generic/UsePotionsStrategy.cpp index 71908a97..dc4bc9ad 100644 --- a/src/strategy/generic/UsePotionsStrategy.cpp +++ b/src/strategy/generic/UsePotionsStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "UsePotionsStrategy.h" diff --git a/src/strategy/generic/UsePotionsStrategy.h b/src/strategy/generic/UsePotionsStrategy.h index b6042cd7..36cf2dc2 100644 --- a/src/strategy/generic/UsePotionsStrategy.h +++ b/src/strategy/generic/UsePotionsStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_USEPOTIONSSTRATEGY_H diff --git a/src/strategy/generic/WorldPacketHandlerStrategy.cpp b/src/strategy/generic/WorldPacketHandlerStrategy.cpp index 9fa58989..69b7685e 100644 --- a/src/strategy/generic/WorldPacketHandlerStrategy.cpp +++ b/src/strategy/generic/WorldPacketHandlerStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WorldPacketHandlerStrategy.h" diff --git a/src/strategy/generic/WorldPacketHandlerStrategy.h b/src/strategy/generic/WorldPacketHandlerStrategy.h index dcc131d1..52b6e83e 100644 --- a/src/strategy/generic/WorldPacketHandlerStrategy.h +++ b/src/strategy/generic/WorldPacketHandlerStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WORLDPACKETHANDLERSTRATEGY_H diff --git a/src/strategy/hunter/BeastMasteryHunterStrategy.cpp b/src/strategy/hunter/BeastMasteryHunterStrategy.cpp index 44827cb7..0b691357 100644 --- a/src/strategy/hunter/BeastMasteryHunterStrategy.cpp +++ b/src/strategy/hunter/BeastMasteryHunterStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BeastMasteryHunterStrategy.h" diff --git a/src/strategy/hunter/BeastMasteryHunterStrategy.h b/src/strategy/hunter/BeastMasteryHunterStrategy.h index 93f2615e..561ba024 100644 --- a/src/strategy/hunter/BeastMasteryHunterStrategy.h +++ b/src/strategy/hunter/BeastMasteryHunterStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BEASTMASTERYHUNTERSTRATEGY_H diff --git a/src/strategy/hunter/GenericHunterNonCombatStrategy.cpp b/src/strategy/hunter/GenericHunterNonCombatStrategy.cpp index 3ffe60eb..e7581873 100644 --- a/src/strategy/hunter/GenericHunterNonCombatStrategy.cpp +++ b/src/strategy/hunter/GenericHunterNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericHunterNonCombatStrategy.h" diff --git a/src/strategy/hunter/GenericHunterNonCombatStrategy.h b/src/strategy/hunter/GenericHunterNonCombatStrategy.h index 719b7756..697b1e29 100644 --- a/src/strategy/hunter/GenericHunterNonCombatStrategy.h +++ b/src/strategy/hunter/GenericHunterNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICHUNTERNONCOMBATSTRATEGY_H diff --git a/src/strategy/hunter/GenericHunterStrategy.cpp b/src/strategy/hunter/GenericHunterStrategy.cpp index e8215083..dab37261 100644 --- a/src/strategy/hunter/GenericHunterStrategy.cpp +++ b/src/strategy/hunter/GenericHunterStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericHunterStrategy.h" diff --git a/src/strategy/hunter/GenericHunterStrategy.h b/src/strategy/hunter/GenericHunterStrategy.h index b5fb1dbf..0fa9ed69 100644 --- a/src/strategy/hunter/GenericHunterStrategy.h +++ b/src/strategy/hunter/GenericHunterStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICHUNTERSTRATEGY_H diff --git a/src/strategy/hunter/HunterActions.cpp b/src/strategy/hunter/HunterActions.cpp index 90dd4352..379cf0d5 100644 --- a/src/strategy/hunter/HunterActions.cpp +++ b/src/strategy/hunter/HunterActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HunterActions.h" diff --git a/src/strategy/hunter/HunterActions.h b/src/strategy/hunter/HunterActions.h index 752577c5..6deaabaf 100644 --- a/src/strategy/hunter/HunterActions.h +++ b/src/strategy/hunter/HunterActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HUNTERACTIONS_H diff --git a/src/strategy/hunter/HunterAiObjectContext.cpp b/src/strategy/hunter/HunterAiObjectContext.cpp index 42c5de3e..def1e469 100644 --- a/src/strategy/hunter/HunterAiObjectContext.cpp +++ b/src/strategy/hunter/HunterAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HunterAiObjectContext.h" diff --git a/src/strategy/hunter/HunterAiObjectContext.h b/src/strategy/hunter/HunterAiObjectContext.h index 5acd3ba2..27178104 100644 --- a/src/strategy/hunter/HunterAiObjectContext.h +++ b/src/strategy/hunter/HunterAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HUNTERAIOBJECTCONTEXT_H diff --git a/src/strategy/hunter/HunterBuffStrategies.cpp b/src/strategy/hunter/HunterBuffStrategies.cpp index 25c3577d..94e7e7dc 100644 --- a/src/strategy/hunter/HunterBuffStrategies.cpp +++ b/src/strategy/hunter/HunterBuffStrategies.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HunterBuffStrategies.h" diff --git a/src/strategy/hunter/HunterBuffStrategies.h b/src/strategy/hunter/HunterBuffStrategies.h index 3bedd3a1..7df8bc1b 100644 --- a/src/strategy/hunter/HunterBuffStrategies.h +++ b/src/strategy/hunter/HunterBuffStrategies.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HUNTERBUFFSTRATEGIES_H diff --git a/src/strategy/hunter/HunterTriggers.cpp b/src/strategy/hunter/HunterTriggers.cpp index eece2ad1..091b8d5f 100644 --- a/src/strategy/hunter/HunterTriggers.cpp +++ b/src/strategy/hunter/HunterTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HunterTriggers.h" diff --git a/src/strategy/hunter/HunterTriggers.h b/src/strategy/hunter/HunterTriggers.h index 50a4b776..6bc5f3c4 100644 --- a/src/strategy/hunter/HunterTriggers.h +++ b/src/strategy/hunter/HunterTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HUNTERTRIGGERS_H diff --git a/src/strategy/hunter/MarksmanshipHunterStrategy.cpp b/src/strategy/hunter/MarksmanshipHunterStrategy.cpp index 8d9630dd..665de727 100644 --- a/src/strategy/hunter/MarksmanshipHunterStrategy.cpp +++ b/src/strategy/hunter/MarksmanshipHunterStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MarksmanshipHunterStrategy.h" diff --git a/src/strategy/hunter/MarksmanshipHunterStrategy.h b/src/strategy/hunter/MarksmanshipHunterStrategy.h index d1041a8a..e08de85c 100644 --- a/src/strategy/hunter/MarksmanshipHunterStrategy.h +++ b/src/strategy/hunter/MarksmanshipHunterStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MARKSMANSHIPHUNTERSTRATEGY_H diff --git a/src/strategy/hunter/SurvivalHunterStrategy.cpp b/src/strategy/hunter/SurvivalHunterStrategy.cpp index e121b3ed..78908354 100644 --- a/src/strategy/hunter/SurvivalHunterStrategy.cpp +++ b/src/strategy/hunter/SurvivalHunterStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SurvivalHunterStrategy.h" diff --git a/src/strategy/hunter/SurvivalHunterStrategy.h b/src/strategy/hunter/SurvivalHunterStrategy.h index c5c69788..573a3e8f 100644 --- a/src/strategy/hunter/SurvivalHunterStrategy.h +++ b/src/strategy/hunter/SurvivalHunterStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SURVIVALHUNTERSTRATEGY_H diff --git a/src/strategy/mage/ArcaneMageStrategy.cpp b/src/strategy/mage/ArcaneMageStrategy.cpp index 30c17d54..b3cf8a63 100644 --- a/src/strategy/mage/ArcaneMageStrategy.cpp +++ b/src/strategy/mage/ArcaneMageStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ArcaneMageStrategy.h" diff --git a/src/strategy/mage/ArcaneMageStrategy.h b/src/strategy/mage/ArcaneMageStrategy.h index f6adf23f..c32f966f 100644 --- a/src/strategy/mage/ArcaneMageStrategy.h +++ b/src/strategy/mage/ArcaneMageStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ARCANEMAGESTRATEGY_H diff --git a/src/strategy/mage/FireMageStrategy.cpp b/src/strategy/mage/FireMageStrategy.cpp index f87fe882..95cc6955 100644 --- a/src/strategy/mage/FireMageStrategy.cpp +++ b/src/strategy/mage/FireMageStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FireMageStrategy.h" diff --git a/src/strategy/mage/FireMageStrategy.h b/src/strategy/mage/FireMageStrategy.h index 4574a345..5a5e1fa0 100644 --- a/src/strategy/mage/FireMageStrategy.h +++ b/src/strategy/mage/FireMageStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FIREMAGESTRATEGY_H diff --git a/src/strategy/mage/FrostFireMageStrategy.cpp b/src/strategy/mage/FrostFireMageStrategy.cpp index 4af7a869..0d6e1fec 100644 --- a/src/strategy/mage/FrostFireMageStrategy.cpp +++ b/src/strategy/mage/FrostFireMageStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FrostFireMageStrategy.h" diff --git a/src/strategy/mage/FrostFireMageStrategy.h b/src/strategy/mage/FrostFireMageStrategy.h index 0db6f934..8d3a3963 100644 --- a/src/strategy/mage/FrostFireMageStrategy.h +++ b/src/strategy/mage/FrostFireMageStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FROSTFIREMAGESTRATEGY_H diff --git a/src/strategy/mage/FrostMageStrategy.cpp b/src/strategy/mage/FrostMageStrategy.cpp index 7614de4e..369fc1c8 100644 --- a/src/strategy/mage/FrostMageStrategy.cpp +++ b/src/strategy/mage/FrostMageStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FrostMageStrategy.h" diff --git a/src/strategy/mage/FrostMageStrategy.h b/src/strategy/mage/FrostMageStrategy.h index d54c04d3..d0b3b372 100644 --- a/src/strategy/mage/FrostMageStrategy.h +++ b/src/strategy/mage/FrostMageStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FROSTMAGESTRATEGY_H diff --git a/src/strategy/mage/GenericMageNonCombatStrategy.cpp b/src/strategy/mage/GenericMageNonCombatStrategy.cpp index 24da5125..d83c0f5f 100644 --- a/src/strategy/mage/GenericMageNonCombatStrategy.cpp +++ b/src/strategy/mage/GenericMageNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericMageNonCombatStrategy.h" diff --git a/src/strategy/mage/GenericMageNonCombatStrategy.h b/src/strategy/mage/GenericMageNonCombatStrategy.h index 81cb06eb..d31261f6 100644 --- a/src/strategy/mage/GenericMageNonCombatStrategy.h +++ b/src/strategy/mage/GenericMageNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICMAGENONCOMBATSTRATEGY_H diff --git a/src/strategy/mage/GenericMageStrategy.cpp b/src/strategy/mage/GenericMageStrategy.cpp index 176308a4..f8d5667f 100644 --- a/src/strategy/mage/GenericMageStrategy.cpp +++ b/src/strategy/mage/GenericMageStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericMageStrategy.h" diff --git a/src/strategy/mage/GenericMageStrategy.h b/src/strategy/mage/GenericMageStrategy.h index 66ac8de5..93914794 100644 --- a/src/strategy/mage/GenericMageStrategy.h +++ b/src/strategy/mage/GenericMageStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICMAGESTRATEGY_H diff --git a/src/strategy/mage/MageActions.cpp b/src/strategy/mage/MageActions.cpp index 85036808..67587e32 100644 --- a/src/strategy/mage/MageActions.cpp +++ b/src/strategy/mage/MageActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MageActions.h" diff --git a/src/strategy/mage/MageActions.h b/src/strategy/mage/MageActions.h index dd22bd77..39d1531a 100644 --- a/src/strategy/mage/MageActions.h +++ b/src/strategy/mage/MageActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAGEACTIONS_H diff --git a/src/strategy/mage/MageAiObjectContext.cpp b/src/strategy/mage/MageAiObjectContext.cpp index c28a8315..477c0e07 100644 --- a/src/strategy/mage/MageAiObjectContext.cpp +++ b/src/strategy/mage/MageAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MageAiObjectContext.h" diff --git a/src/strategy/mage/MageAiObjectContext.h b/src/strategy/mage/MageAiObjectContext.h index 435b43d0..c2cd2f5e 100644 --- a/src/strategy/mage/MageAiObjectContext.h +++ b/src/strategy/mage/MageAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAGEAIOBJECTCONTEXT_H diff --git a/src/strategy/mage/MageTriggers.cpp b/src/strategy/mage/MageTriggers.cpp index de864083..e2221079 100644 --- a/src/strategy/mage/MageTriggers.cpp +++ b/src/strategy/mage/MageTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MageTriggers.h" diff --git a/src/strategy/mage/MageTriggers.h b/src/strategy/mage/MageTriggers.h index a8e06317..e769916f 100644 --- a/src/strategy/mage/MageTriggers.h +++ b/src/strategy/mage/MageTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAGETRIGGERS_H diff --git a/src/strategy/paladin/DpsPaladinStrategy.cpp b/src/strategy/paladin/DpsPaladinStrategy.cpp index 94b47171..209e0200 100644 --- a/src/strategy/paladin/DpsPaladinStrategy.cpp +++ b/src/strategy/paladin/DpsPaladinStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DpsPaladinStrategy.h" diff --git a/src/strategy/paladin/DpsPaladinStrategy.h b/src/strategy/paladin/DpsPaladinStrategy.h index 7a01396e..144ad3d5 100644 --- a/src/strategy/paladin/DpsPaladinStrategy.h +++ b/src/strategy/paladin/DpsPaladinStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DPSPALADINSTRATEGY_H diff --git a/src/strategy/paladin/GenericPaladinNonCombatStrategy.cpp b/src/strategy/paladin/GenericPaladinNonCombatStrategy.cpp index ad2fcaf3..a1630ea2 100644 --- a/src/strategy/paladin/GenericPaladinNonCombatStrategy.cpp +++ b/src/strategy/paladin/GenericPaladinNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericPaladinNonCombatStrategy.h" diff --git a/src/strategy/paladin/GenericPaladinNonCombatStrategy.h b/src/strategy/paladin/GenericPaladinNonCombatStrategy.h index 3b52f222..c4e21a56 100644 --- a/src/strategy/paladin/GenericPaladinNonCombatStrategy.h +++ b/src/strategy/paladin/GenericPaladinNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICPALADINNONCOMBATSTRATEGY_H diff --git a/src/strategy/paladin/GenericPaladinStrategy.cpp b/src/strategy/paladin/GenericPaladinStrategy.cpp index 7e87bced..aec2c4f8 100644 --- a/src/strategy/paladin/GenericPaladinStrategy.cpp +++ b/src/strategy/paladin/GenericPaladinStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericPaladinStrategy.h" diff --git a/src/strategy/paladin/GenericPaladinStrategy.h b/src/strategy/paladin/GenericPaladinStrategy.h index 737048cc..2a3ec516 100644 --- a/src/strategy/paladin/GenericPaladinStrategy.h +++ b/src/strategy/paladin/GenericPaladinStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICPALADINSTRATEGY_H diff --git a/src/strategy/paladin/GenericPaladinStrategyActionNodeFactory.h b/src/strategy/paladin/GenericPaladinStrategyActionNodeFactory.h index 031929a9..93812ce6 100644 --- a/src/strategy/paladin/GenericPaladinStrategyActionNodeFactory.h +++ b/src/strategy/paladin/GenericPaladinStrategyActionNodeFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICPALADINSTRATEGYACTIONNODEFACTORY_H diff --git a/src/strategy/paladin/HealPaladinStrategy.cpp b/src/strategy/paladin/HealPaladinStrategy.cpp index 0f955162..3b368d03 100644 --- a/src/strategy/paladin/HealPaladinStrategy.cpp +++ b/src/strategy/paladin/HealPaladinStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HealPaladinStrategy.h" diff --git a/src/strategy/paladin/HealPaladinStrategy.h b/src/strategy/paladin/HealPaladinStrategy.h index e740ab37..eb13de15 100644 --- a/src/strategy/paladin/HealPaladinStrategy.h +++ b/src/strategy/paladin/HealPaladinStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HEALPALADINSTRATEGY_H diff --git a/src/strategy/paladin/OffhealRetPaladinStrategy.cpp b/src/strategy/paladin/OffhealRetPaladinStrategy.cpp index e8675c8c..3dd9c904 100644 --- a/src/strategy/paladin/OffhealRetPaladinStrategy.cpp +++ b/src/strategy/paladin/OffhealRetPaladinStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "OffhealRetPaladinStrategy.h" diff --git a/src/strategy/paladin/OffhealRetPaladinStrategy.h b/src/strategy/paladin/OffhealRetPaladinStrategy.h index 258331c6..c634297a 100644 --- a/src/strategy/paladin/OffhealRetPaladinStrategy.h +++ b/src/strategy/paladin/OffhealRetPaladinStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_OFFHEALRETPALADINSTRATEGY_H diff --git a/src/strategy/paladin/PaladinActions.cpp b/src/strategy/paladin/PaladinActions.cpp index 57581cf5..7dbf7c91 100644 --- a/src/strategy/paladin/PaladinActions.cpp +++ b/src/strategy/paladin/PaladinActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PaladinActions.h" diff --git a/src/strategy/paladin/PaladinActions.h b/src/strategy/paladin/PaladinActions.h index aba9fcde..3bacc884 100644 --- a/src/strategy/paladin/PaladinActions.h +++ b/src/strategy/paladin/PaladinActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PALADINACTIONS_H diff --git a/src/strategy/paladin/PaladinAiObjectContext.cpp b/src/strategy/paladin/PaladinAiObjectContext.cpp index 74869bb1..4929eb9d 100644 --- a/src/strategy/paladin/PaladinAiObjectContext.cpp +++ b/src/strategy/paladin/PaladinAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PaladinAiObjectContext.h" diff --git a/src/strategy/paladin/PaladinAiObjectContext.h b/src/strategy/paladin/PaladinAiObjectContext.h index e8b867ae..4ca5f94b 100644 --- a/src/strategy/paladin/PaladinAiObjectContext.h +++ b/src/strategy/paladin/PaladinAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PALADINAIOBJECTCONTEXT_H diff --git a/src/strategy/paladin/PaladinBuffStrategies.cpp b/src/strategy/paladin/PaladinBuffStrategies.cpp index e6300345..439e3aaf 100644 --- a/src/strategy/paladin/PaladinBuffStrategies.cpp +++ b/src/strategy/paladin/PaladinBuffStrategies.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PaladinBuffStrategies.h" diff --git a/src/strategy/paladin/PaladinBuffStrategies.h b/src/strategy/paladin/PaladinBuffStrategies.h index 365fe995..25f8886a 100644 --- a/src/strategy/paladin/PaladinBuffStrategies.h +++ b/src/strategy/paladin/PaladinBuffStrategies.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PALADINBUFFSTRATEGIES_H diff --git a/src/strategy/paladin/PaladinTriggers.cpp b/src/strategy/paladin/PaladinTriggers.cpp index 14cd3b2b..6c333bc7 100644 --- a/src/strategy/paladin/PaladinTriggers.cpp +++ b/src/strategy/paladin/PaladinTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PaladinTriggers.h" diff --git a/src/strategy/paladin/PaladinTriggers.h b/src/strategy/paladin/PaladinTriggers.h index a3c42d70..7352dbc8 100644 --- a/src/strategy/paladin/PaladinTriggers.h +++ b/src/strategy/paladin/PaladinTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PALADINTRIGGERS_H diff --git a/src/strategy/paladin/TankPaladinStrategy.cpp b/src/strategy/paladin/TankPaladinStrategy.cpp index aa017d0d..145f205d 100644 --- a/src/strategy/paladin/TankPaladinStrategy.cpp +++ b/src/strategy/paladin/TankPaladinStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TankPaladinStrategy.h" diff --git a/src/strategy/paladin/TankPaladinStrategy.h b/src/strategy/paladin/TankPaladinStrategy.h index 9216c948..5f7e109d 100644 --- a/src/strategy/paladin/TankPaladinStrategy.h +++ b/src/strategy/paladin/TankPaladinStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TANKPALADINSTRATEGY_H diff --git a/src/strategy/priest/GenericPriestStrategy.cpp b/src/strategy/priest/GenericPriestStrategy.cpp index d0d9137b..cbd838ab 100644 --- a/src/strategy/priest/GenericPriestStrategy.cpp +++ b/src/strategy/priest/GenericPriestStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericPriestStrategy.h" diff --git a/src/strategy/priest/GenericPriestStrategy.h b/src/strategy/priest/GenericPriestStrategy.h index 2668723e..35fd7db1 100644 --- a/src/strategy/priest/GenericPriestStrategy.h +++ b/src/strategy/priest/GenericPriestStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICPRIESTSTRATEGY_H diff --git a/src/strategy/priest/GenericPriestStrategyActionNodeFactory.h b/src/strategy/priest/GenericPriestStrategyActionNodeFactory.h index aa57a110..d96f2e19 100644 --- a/src/strategy/priest/GenericPriestStrategyActionNodeFactory.h +++ b/src/strategy/priest/GenericPriestStrategyActionNodeFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICPRIESTSTRATEGYACTIONNODEFACTORY_H diff --git a/src/strategy/priest/HealPriestStrategy.cpp b/src/strategy/priest/HealPriestStrategy.cpp index d98c3166..ecb59f6a 100644 --- a/src/strategy/priest/HealPriestStrategy.cpp +++ b/src/strategy/priest/HealPriestStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HealPriestStrategy.h" diff --git a/src/strategy/priest/HealPriestStrategy.h b/src/strategy/priest/HealPriestStrategy.h index b93f05c8..e6db6621 100644 --- a/src/strategy/priest/HealPriestStrategy.h +++ b/src/strategy/priest/HealPriestStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HEALPRIESTSTRATEGY_H diff --git a/src/strategy/priest/HolyPriestStrategy.cpp b/src/strategy/priest/HolyPriestStrategy.cpp index cb590f99..bdf804ed 100644 --- a/src/strategy/priest/HolyPriestStrategy.cpp +++ b/src/strategy/priest/HolyPriestStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HolyPriestStrategy.h" diff --git a/src/strategy/priest/HolyPriestStrategy.h b/src/strategy/priest/HolyPriestStrategy.h index 9bdd3bef..87b28a98 100644 --- a/src/strategy/priest/HolyPriestStrategy.h +++ b/src/strategy/priest/HolyPriestStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HOLYPRIESTSTRATEGY_H diff --git a/src/strategy/priest/PriestActions.cpp b/src/strategy/priest/PriestActions.cpp index 2364a5e2..e1c61033 100644 --- a/src/strategy/priest/PriestActions.cpp +++ b/src/strategy/priest/PriestActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PriestActions.h" diff --git a/src/strategy/priest/PriestActions.h b/src/strategy/priest/PriestActions.h index c84bfc7d..1b09414d 100644 --- a/src/strategy/priest/PriestActions.h +++ b/src/strategy/priest/PriestActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PRIESTACTIONS_H diff --git a/src/strategy/priest/PriestAiObjectContext.cpp b/src/strategy/priest/PriestAiObjectContext.cpp index b433fbf7..7ffac96c 100644 --- a/src/strategy/priest/PriestAiObjectContext.cpp +++ b/src/strategy/priest/PriestAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PriestAiObjectContext.h" diff --git a/src/strategy/priest/PriestAiObjectContext.h b/src/strategy/priest/PriestAiObjectContext.h index bb6efb4e..83e3449c 100644 --- a/src/strategy/priest/PriestAiObjectContext.h +++ b/src/strategy/priest/PriestAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PRIESTAIOBJECTCONTEXT_H diff --git a/src/strategy/priest/PriestNonCombatStrategy.cpp b/src/strategy/priest/PriestNonCombatStrategy.cpp index 0db6e22e..38513106 100644 --- a/src/strategy/priest/PriestNonCombatStrategy.cpp +++ b/src/strategy/priest/PriestNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PriestNonCombatStrategy.h" diff --git a/src/strategy/priest/PriestNonCombatStrategy.h b/src/strategy/priest/PriestNonCombatStrategy.h index 88849519..465d05a5 100644 --- a/src/strategy/priest/PriestNonCombatStrategy.h +++ b/src/strategy/priest/PriestNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PRIESTNONCOMBATSTRATEGY_H diff --git a/src/strategy/priest/PriestNonCombatStrategyActionNodeFactory.h b/src/strategy/priest/PriestNonCombatStrategyActionNodeFactory.h index 5ef6f37c..e12a1a67 100644 --- a/src/strategy/priest/PriestNonCombatStrategyActionNodeFactory.h +++ b/src/strategy/priest/PriestNonCombatStrategyActionNodeFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PRIESTNONCOMBATSTRATEGYACTIONNODEFACTORY_H diff --git a/src/strategy/priest/PriestTriggers.cpp b/src/strategy/priest/PriestTriggers.cpp index 45c8ad6d..894780ad 100644 --- a/src/strategy/priest/PriestTriggers.cpp +++ b/src/strategy/priest/PriestTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PriestTriggers.h" diff --git a/src/strategy/priest/PriestTriggers.h b/src/strategy/priest/PriestTriggers.h index 747d2c66..5ae91985 100644 --- a/src/strategy/priest/PriestTriggers.h +++ b/src/strategy/priest/PriestTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PRIESTTRIGGERS_H diff --git a/src/strategy/priest/ShadowPriestStrategy.cpp b/src/strategy/priest/ShadowPriestStrategy.cpp index 5532dd27..e6565b72 100644 --- a/src/strategy/priest/ShadowPriestStrategy.cpp +++ b/src/strategy/priest/ShadowPriestStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShadowPriestStrategy.h" diff --git a/src/strategy/priest/ShadowPriestStrategy.h b/src/strategy/priest/ShadowPriestStrategy.h index 8ceadc7b..a6d8000d 100644 --- a/src/strategy/priest/ShadowPriestStrategy.h +++ b/src/strategy/priest/ShadowPriestStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHADOWPRIESTSTRATEGY_H diff --git a/src/strategy/priest/ShadowPriestStrategyActionNodeFactory.h b/src/strategy/priest/ShadowPriestStrategyActionNodeFactory.h index a5382aed..e3dd4efa 100644 --- a/src/strategy/priest/ShadowPriestStrategyActionNodeFactory.h +++ b/src/strategy/priest/ShadowPriestStrategyActionNodeFactory.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHADOWPRIESTSTRATEGYACTIONNODEFACTORY_H diff --git a/src/strategy/raids/naxxramas/RaidNaxxActionContext.h b/src/strategy/raids/naxxramas/RaidNaxxActionContext.h index f323106f..aafddf8b 100644 --- a/src/strategy/raids/naxxramas/RaidNaxxActionContext.h +++ b/src/strategy/raids/naxxramas/RaidNaxxActionContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDNAXXACTIONCONTEXT_H diff --git a/src/strategy/raids/naxxramas/RaidNaxxTriggerContext.h b/src/strategy/raids/naxxramas/RaidNaxxTriggerContext.h index 9f12369a..fc1076c3 100644 --- a/src/strategy/raids/naxxramas/RaidNaxxTriggerContext.h +++ b/src/strategy/raids/naxxramas/RaidNaxxTriggerContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDNAXXTRIGGERCONTEXT_H diff --git a/src/strategy/raids/ulduar/RaidUlduarActionContext.h b/src/strategy/raids/ulduar/RaidUlduarActionContext.h index 3dcd3195..84c1bb85 100644 --- a/src/strategy/raids/ulduar/RaidUlduarActionContext.h +++ b/src/strategy/raids/ulduar/RaidUlduarActionContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDULDUARACTIONCONTEXT_H diff --git a/src/strategy/raids/ulduar/RaidUlduarTriggerContext.h b/src/strategy/raids/ulduar/RaidUlduarTriggerContext.h index b3c7f60a..e4243fb1 100644 --- a/src/strategy/raids/ulduar/RaidUlduarTriggerContext.h +++ b/src/strategy/raids/ulduar/RaidUlduarTriggerContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDULDUARTRIGGERCONTEXT_H diff --git a/src/strategy/raids/vaultofarchavon/RaidVoAActionContext.h b/src/strategy/raids/vaultofarchavon/RaidVoAActionContext.h index 42b0ae9e..b304826b 100644 --- a/src/strategy/raids/vaultofarchavon/RaidVoAActionContext.h +++ b/src/strategy/raids/vaultofarchavon/RaidVoAActionContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDVOAACTIONCONTEXT_H diff --git a/src/strategy/raids/vaultofarchavon/RaidVoATriggerContext.h b/src/strategy/raids/vaultofarchavon/RaidVoATriggerContext.h index 16ae0caf..9fe078f8 100644 --- a/src/strategy/raids/vaultofarchavon/RaidVoATriggerContext.h +++ b/src/strategy/raids/vaultofarchavon/RaidVoATriggerContext.h @@ -1,6 +1,6 @@ // /* -// * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it -// and/or modify it under version 2 of the License, or (at your option), any later version. +// * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it +// and/or modify it under version 3 of the License, or (at your option), any later version. // */ #ifndef _PLAYERBOT_RAIDVOATRIGGERCONTEXT_H diff --git a/src/strategy/rogue/DpsRogueStrategy.cpp b/src/strategy/rogue/DpsRogueStrategy.cpp index 106d48d5..a1e511df 100644 --- a/src/strategy/rogue/DpsRogueStrategy.cpp +++ b/src/strategy/rogue/DpsRogueStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DpsRogueStrategy.h" diff --git a/src/strategy/rogue/DpsRogueStrategy.h b/src/strategy/rogue/DpsRogueStrategy.h index 39aee91f..8e9a79b2 100644 --- a/src/strategy/rogue/DpsRogueStrategy.h +++ b/src/strategy/rogue/DpsRogueStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DPSROGUESTRATEGY_H diff --git a/src/strategy/rogue/GenericRogueNonCombatStrategy.cpp b/src/strategy/rogue/GenericRogueNonCombatStrategy.cpp index 7f161550..bfdcacd7 100644 --- a/src/strategy/rogue/GenericRogueNonCombatStrategy.cpp +++ b/src/strategy/rogue/GenericRogueNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericRogueNonCombatStrategy.h" diff --git a/src/strategy/rogue/GenericRogueNonCombatStrategy.h b/src/strategy/rogue/GenericRogueNonCombatStrategy.h index 2bcfbefd..8bc4e3c5 100644 --- a/src/strategy/rogue/GenericRogueNonCombatStrategy.h +++ b/src/strategy/rogue/GenericRogueNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICROGUENONCOMBATSTRATEGY_H diff --git a/src/strategy/rogue/RogueActions.cpp b/src/strategy/rogue/RogueActions.cpp index 89d744c1..8a04a01d 100644 --- a/src/strategy/rogue/RogueActions.cpp +++ b/src/strategy/rogue/RogueActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RogueActions.h" diff --git a/src/strategy/rogue/RogueActions.h b/src/strategy/rogue/RogueActions.h index 9b276ccd..c31dfbd7 100644 --- a/src/strategy/rogue/RogueActions.h +++ b/src/strategy/rogue/RogueActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUEACTIONS_H diff --git a/src/strategy/rogue/RogueAiObjectContext.cpp b/src/strategy/rogue/RogueAiObjectContext.cpp index 39941bed..9875f23d 100644 --- a/src/strategy/rogue/RogueAiObjectContext.cpp +++ b/src/strategy/rogue/RogueAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RogueAiObjectContext.h" diff --git a/src/strategy/rogue/RogueAiObjectContext.h b/src/strategy/rogue/RogueAiObjectContext.h index f1b3f98b..3628f873 100644 --- a/src/strategy/rogue/RogueAiObjectContext.h +++ b/src/strategy/rogue/RogueAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUEAIOBJECTCONTEXT_H diff --git a/src/strategy/rogue/RogueComboActions.cpp b/src/strategy/rogue/RogueComboActions.cpp index 21f0ea54..d99fa468 100644 --- a/src/strategy/rogue/RogueComboActions.cpp +++ b/src/strategy/rogue/RogueComboActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RogueComboActions.h" diff --git a/src/strategy/rogue/RogueComboActions.h b/src/strategy/rogue/RogueComboActions.h index e5ebc5a8..be840ecc 100644 --- a/src/strategy/rogue/RogueComboActions.h +++ b/src/strategy/rogue/RogueComboActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUECOMBOACTIONS_H diff --git a/src/strategy/rogue/RogueFinishingActions.h b/src/strategy/rogue/RogueFinishingActions.h index 464c35a1..333e4589 100644 --- a/src/strategy/rogue/RogueFinishingActions.h +++ b/src/strategy/rogue/RogueFinishingActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUEFINISHINGACTIONS_H diff --git a/src/strategy/rogue/RogueOpeningActions.cpp b/src/strategy/rogue/RogueOpeningActions.cpp index f4beb13c..3e4a832a 100644 --- a/src/strategy/rogue/RogueOpeningActions.cpp +++ b/src/strategy/rogue/RogueOpeningActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RogueOpeningActions.h" diff --git a/src/strategy/rogue/RogueOpeningActions.h b/src/strategy/rogue/RogueOpeningActions.h index 8a564fc9..8d7c6491 100644 --- a/src/strategy/rogue/RogueOpeningActions.h +++ b/src/strategy/rogue/RogueOpeningActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUEOPENINGACTIONS_H diff --git a/src/strategy/rogue/RogueTriggers.cpp b/src/strategy/rogue/RogueTriggers.cpp index 3d013ed6..16aada01 100644 --- a/src/strategy/rogue/RogueTriggers.cpp +++ b/src/strategy/rogue/RogueTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RogueTriggers.h" diff --git a/src/strategy/rogue/RogueTriggers.h b/src/strategy/rogue/RogueTriggers.h index 48ce772e..4ef826a8 100644 --- a/src/strategy/rogue/RogueTriggers.h +++ b/src/strategy/rogue/RogueTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ROGUETRIGGERS_H diff --git a/src/strategy/rpg/NewRpgStrategy.cpp b/src/strategy/rpg/NewRpgStrategy.cpp index 72fc92d3..019b0c6b 100644 --- a/src/strategy/rpg/NewRpgStrategy.cpp +++ b/src/strategy/rpg/NewRpgStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NewRpgStrategy.h" diff --git a/src/strategy/rpg/NewRpgStrategy.h b/src/strategy/rpg/NewRpgStrategy.h index 59fa61fe..b1b1e156 100644 --- a/src/strategy/rpg/NewRpgStrategy.h +++ b/src/strategy/rpg/NewRpgStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEWRPGSTRATEGY_H diff --git a/src/strategy/shaman/ElementalShamanStrategy.cpp b/src/strategy/shaman/ElementalShamanStrategy.cpp index 055c3e6d..3e058925 100644 --- a/src/strategy/shaman/ElementalShamanStrategy.cpp +++ b/src/strategy/shaman/ElementalShamanStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ElementalShamanStrategy.h" diff --git a/src/strategy/shaman/ElementalShamanStrategy.h b/src/strategy/shaman/ElementalShamanStrategy.h index 2aba120a..44f883c7 100644 --- a/src/strategy/shaman/ElementalShamanStrategy.h +++ b/src/strategy/shaman/ElementalShamanStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ELEMENTALSHAMANSTRATEGY_H diff --git a/src/strategy/shaman/EnhancementShamanStrategy.cpp b/src/strategy/shaman/EnhancementShamanStrategy.cpp index 224b01a4..c38b0409 100644 --- a/src/strategy/shaman/EnhancementShamanStrategy.cpp +++ b/src/strategy/shaman/EnhancementShamanStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EnhancementShamanStrategy.h" diff --git a/src/strategy/shaman/EnhancementShamanStrategy.h b/src/strategy/shaman/EnhancementShamanStrategy.h index c683407f..04e29907 100644 --- a/src/strategy/shaman/EnhancementShamanStrategy.h +++ b/src/strategy/shaman/EnhancementShamanStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ENHANCEMENTSHAMANSTRATEGY_H diff --git a/src/strategy/shaman/GenericShamanStrategy.cpp b/src/strategy/shaman/GenericShamanStrategy.cpp index 719767fa..2df84edd 100644 --- a/src/strategy/shaman/GenericShamanStrategy.cpp +++ b/src/strategy/shaman/GenericShamanStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericShamanStrategy.h" diff --git a/src/strategy/shaman/GenericShamanStrategy.h b/src/strategy/shaman/GenericShamanStrategy.h index fab343a0..953b0930 100644 --- a/src/strategy/shaman/GenericShamanStrategy.h +++ b/src/strategy/shaman/GenericShamanStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICSHAMANSTRATEGY_H diff --git a/src/strategy/shaman/RestoShamanStrategy.cpp b/src/strategy/shaman/RestoShamanStrategy.cpp index 60d8d70d..ea7476b4 100644 --- a/src/strategy/shaman/RestoShamanStrategy.cpp +++ b/src/strategy/shaman/RestoShamanStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RestoShamanStrategy.h" diff --git a/src/strategy/shaman/RestoShamanStrategy.h b/src/strategy/shaman/RestoShamanStrategy.h index 1b8d46d4..dc26d2ea 100644 --- a/src/strategy/shaman/RestoShamanStrategy.h +++ b/src/strategy/shaman/RestoShamanStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RESTOSHAMANSTRATEGY_H diff --git a/src/strategy/shaman/ShamanActions.cpp b/src/strategy/shaman/ShamanActions.cpp index d4d0f98a..52e13309 100644 --- a/src/strategy/shaman/ShamanActions.cpp +++ b/src/strategy/shaman/ShamanActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShamanActions.h" diff --git a/src/strategy/shaman/ShamanActions.h b/src/strategy/shaman/ShamanActions.h index 4d64bb1d..499c100b 100644 --- a/src/strategy/shaman/ShamanActions.h +++ b/src/strategy/shaman/ShamanActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAMANACTIONS_H diff --git a/src/strategy/shaman/ShamanAiObjectContext.cpp b/src/strategy/shaman/ShamanAiObjectContext.cpp index 0c307f44..dc7145e7 100644 --- a/src/strategy/shaman/ShamanAiObjectContext.cpp +++ b/src/strategy/shaman/ShamanAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShamanAiObjectContext.h" diff --git a/src/strategy/shaman/ShamanAiObjectContext.h b/src/strategy/shaman/ShamanAiObjectContext.h index d168f7af..cb07ba6e 100644 --- a/src/strategy/shaman/ShamanAiObjectContext.h +++ b/src/strategy/shaman/ShamanAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAMANAIOBJECTCONTEXT_H diff --git a/src/strategy/shaman/ShamanNonCombatStrategy.cpp b/src/strategy/shaman/ShamanNonCombatStrategy.cpp index 0515bda0..623b013e 100644 --- a/src/strategy/shaman/ShamanNonCombatStrategy.cpp +++ b/src/strategy/shaman/ShamanNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShamanNonCombatStrategy.h" diff --git a/src/strategy/shaman/ShamanNonCombatStrategy.h b/src/strategy/shaman/ShamanNonCombatStrategy.h index bee40f2d..9fc34e8b 100644 --- a/src/strategy/shaman/ShamanNonCombatStrategy.h +++ b/src/strategy/shaman/ShamanNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAMANNONCOMBATSTRATEGY_H diff --git a/src/strategy/shaman/ShamanTriggers.cpp b/src/strategy/shaman/ShamanTriggers.cpp index cdee870c..44a9f757 100644 --- a/src/strategy/shaman/ShamanTriggers.cpp +++ b/src/strategy/shaman/ShamanTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ShamanTriggers.h" diff --git a/src/strategy/shaman/ShamanTriggers.h b/src/strategy/shaman/ShamanTriggers.h index fa70bf40..1e8ef8d5 100644 --- a/src/strategy/shaman/ShamanTriggers.h +++ b/src/strategy/shaman/ShamanTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAMANTRIGGERS_H diff --git a/src/strategy/shaman/TotemsShamanStrategy.cpp b/src/strategy/shaman/TotemsShamanStrategy.cpp index 604cfcfe..d9149b8c 100644 --- a/src/strategy/shaman/TotemsShamanStrategy.cpp +++ b/src/strategy/shaman/TotemsShamanStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TotemsShamanStrategy.h" diff --git a/src/strategy/shaman/TotemsShamanStrategy.h b/src/strategy/shaman/TotemsShamanStrategy.h index 5bfb5e63..6d36f4a2 100644 --- a/src/strategy/shaman/TotemsShamanStrategy.h +++ b/src/strategy/shaman/TotemsShamanStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TOTEMSSHAMANSTRATEGY_H diff --git a/src/strategy/triggers/BossAuraTriggers.cpp b/src/strategy/triggers/BossAuraTriggers.cpp index c1ce677a..8d2520cf 100644 --- a/src/strategy/triggers/BossAuraTriggers.cpp +++ b/src/strategy/triggers/BossAuraTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BossAuraTriggers.h" diff --git a/src/strategy/triggers/BossAuraTriggers.h b/src/strategy/triggers/BossAuraTriggers.h index 63e4002f..86a0fa31 100644 --- a/src/strategy/triggers/BossAuraTriggers.h +++ b/src/strategy/triggers/BossAuraTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BOSSAURATRIGGERS_H diff --git a/src/strategy/triggers/ChatCommandTrigger.cpp b/src/strategy/triggers/ChatCommandTrigger.cpp index 6567b7ae..3fd6d732 100644 --- a/src/strategy/triggers/ChatCommandTrigger.cpp +++ b/src/strategy/triggers/ChatCommandTrigger.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ChatCommandTrigger.h" diff --git a/src/strategy/triggers/ChatCommandTrigger.h b/src/strategy/triggers/ChatCommandTrigger.h index 599e7dcd..4131b0e4 100644 --- a/src/strategy/triggers/ChatCommandTrigger.h +++ b/src/strategy/triggers/ChatCommandTrigger.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATCOMMANDTRIGGER_H diff --git a/src/strategy/triggers/ChatTriggerContext.h b/src/strategy/triggers/ChatTriggerContext.h index a06a94a6..a299e32c 100644 --- a/src/strategy/triggers/ChatTriggerContext.h +++ b/src/strategy/triggers/ChatTriggerContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATTRIGGERCONTEXT_H diff --git a/src/strategy/triggers/CureTriggers.cpp b/src/strategy/triggers/CureTriggers.cpp index abd23022..f119441e 100644 --- a/src/strategy/triggers/CureTriggers.cpp +++ b/src/strategy/triggers/CureTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CureTriggers.h" diff --git a/src/strategy/triggers/CureTriggers.h b/src/strategy/triggers/CureTriggers.h index 63e5d339..208ee5ad 100644 --- a/src/strategy/triggers/CureTriggers.h +++ b/src/strategy/triggers/CureTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CURETRIGGERS_H diff --git a/src/strategy/triggers/GenericTriggers.cpp b/src/strategy/triggers/GenericTriggers.cpp index 722d63a0..988413b2 100644 --- a/src/strategy/triggers/GenericTriggers.cpp +++ b/src/strategy/triggers/GenericTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericTriggers.h" diff --git a/src/strategy/triggers/GenericTriggers.h b/src/strategy/triggers/GenericTriggers.h index d6664122..5f03f8a1 100644 --- a/src/strategy/triggers/GenericTriggers.h +++ b/src/strategy/triggers/GenericTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICTRIGGERS_H diff --git a/src/strategy/triggers/GuildTriggers.cpp b/src/strategy/triggers/GuildTriggers.cpp index a31f3a47..afa40558 100644 --- a/src/strategy/triggers/GuildTriggers.cpp +++ b/src/strategy/triggers/GuildTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildTriggers.h" diff --git a/src/strategy/triggers/GuildTriggers.h b/src/strategy/triggers/GuildTriggers.h index 233a736b..adbf730e 100644 --- a/src/strategy/triggers/GuildTriggers.h +++ b/src/strategy/triggers/GuildTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDTRIGGER_H diff --git a/src/strategy/triggers/HealthTriggers.cpp b/src/strategy/triggers/HealthTriggers.cpp index 3bc8d4f3..9f0485b7 100644 --- a/src/strategy/triggers/HealthTriggers.cpp +++ b/src/strategy/triggers/HealthTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HealthTriggers.h" diff --git a/src/strategy/triggers/HealthTriggers.h b/src/strategy/triggers/HealthTriggers.h index 279bc3fe..d8149bff 100644 --- a/src/strategy/triggers/HealthTriggers.h +++ b/src/strategy/triggers/HealthTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HEALTHTRIGGERS_H diff --git a/src/strategy/triggers/LfgTriggers.cpp b/src/strategy/triggers/LfgTriggers.cpp index aa170e2b..7aa2bc42 100644 --- a/src/strategy/triggers/LfgTriggers.cpp +++ b/src/strategy/triggers/LfgTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LfgTriggers.h" diff --git a/src/strategy/triggers/LfgTriggers.h b/src/strategy/triggers/LfgTriggers.h index 1c493b18..c1f79055 100644 --- a/src/strategy/triggers/LfgTriggers.h +++ b/src/strategy/triggers/LfgTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LFGTRIGGERS_H diff --git a/src/strategy/triggers/LootTriggers.cpp b/src/strategy/triggers/LootTriggers.cpp index 4ecf00ff..f422f386 100644 --- a/src/strategy/triggers/LootTriggers.cpp +++ b/src/strategy/triggers/LootTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootTriggers.h" diff --git a/src/strategy/triggers/LootTriggers.h b/src/strategy/triggers/LootTriggers.h index f9aedab8..f7c580b2 100644 --- a/src/strategy/triggers/LootTriggers.h +++ b/src/strategy/triggers/LootTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTTRIGGERS_H diff --git a/src/strategy/triggers/PvpTriggers.cpp b/src/strategy/triggers/PvpTriggers.cpp index 7fe56ac8..f70ef1d7 100644 --- a/src/strategy/triggers/PvpTriggers.cpp +++ b/src/strategy/triggers/PvpTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PvpTriggers.h" diff --git a/src/strategy/triggers/PvpTriggers.h b/src/strategy/triggers/PvpTriggers.h index 9214cdf9..46e489a6 100644 --- a/src/strategy/triggers/PvpTriggers.h +++ b/src/strategy/triggers/PvpTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PVPTRIGGERS_H diff --git a/src/strategy/triggers/RangeTriggers.cpp b/src/strategy/triggers/RangeTriggers.cpp index e75f81f6..ee1266e6 100644 --- a/src/strategy/triggers/RangeTriggers.cpp +++ b/src/strategy/triggers/RangeTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RangeTriggers.h" diff --git a/src/strategy/triggers/RangeTriggers.h b/src/strategy/triggers/RangeTriggers.h index ed39a678..cc320ad0 100644 --- a/src/strategy/triggers/RangeTriggers.h +++ b/src/strategy/triggers/RangeTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANGETRIGGERS_H diff --git a/src/strategy/triggers/RpgTriggers.cpp b/src/strategy/triggers/RpgTriggers.cpp index 4fe38d72..90a43679 100644 --- a/src/strategy/triggers/RpgTriggers.cpp +++ b/src/strategy/triggers/RpgTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RpgTriggers.h" diff --git a/src/strategy/triggers/RpgTriggers.h b/src/strategy/triggers/RpgTriggers.h index 59c7092c..ce8cd2c1 100644 --- a/src/strategy/triggers/RpgTriggers.h +++ b/src/strategy/triggers/RpgTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RPGTRIGGERS_H diff --git a/src/strategy/triggers/RtiTriggers.cpp b/src/strategy/triggers/RtiTriggers.cpp index 8ccd8b54..bd83d09d 100644 --- a/src/strategy/triggers/RtiTriggers.cpp +++ b/src/strategy/triggers/RtiTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RtiTriggers.h" diff --git a/src/strategy/triggers/RtiTriggers.h b/src/strategy/triggers/RtiTriggers.h index 2780af79..a8ecab4d 100644 --- a/src/strategy/triggers/RtiTriggers.h +++ b/src/strategy/triggers/RtiTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTITRIGGERS_H diff --git a/src/strategy/triggers/StuckTriggers.cpp b/src/strategy/triggers/StuckTriggers.cpp index 235cf7be..f0a54345 100644 --- a/src/strategy/triggers/StuckTriggers.cpp +++ b/src/strategy/triggers/StuckTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StuckTriggers.h" diff --git a/src/strategy/triggers/StuckTriggers.h b/src/strategy/triggers/StuckTriggers.h index 62434a34..42edc9d1 100644 --- a/src/strategy/triggers/StuckTriggers.h +++ b/src/strategy/triggers/StuckTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STUCKTRIGGERS_H diff --git a/src/strategy/triggers/TravelTriggers.cpp b/src/strategy/triggers/TravelTriggers.cpp index 0aaa77a2..88dfbb2b 100644 --- a/src/strategy/triggers/TravelTriggers.cpp +++ b/src/strategy/triggers/TravelTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TravelTriggers.h" diff --git a/src/strategy/triggers/TravelTriggers.h b/src/strategy/triggers/TravelTriggers.h index b1874be9..ce2e1467 100644 --- a/src/strategy/triggers/TravelTriggers.h +++ b/src/strategy/triggers/TravelTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRAVELTRIGGERS_H diff --git a/src/strategy/triggers/TriggerContext.h b/src/strategy/triggers/TriggerContext.h index 984c1dea..1323e653 100644 --- a/src/strategy/triggers/TriggerContext.h +++ b/src/strategy/triggers/TriggerContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TRIGGERCONTEXT_H diff --git a/src/strategy/triggers/WithinAreaTrigger.cpp b/src/strategy/triggers/WithinAreaTrigger.cpp index 6d9cb3fc..9baab082 100644 --- a/src/strategy/triggers/WithinAreaTrigger.cpp +++ b/src/strategy/triggers/WithinAreaTrigger.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WithinAreaTrigger.h" diff --git a/src/strategy/triggers/WithinAreaTrigger.h b/src/strategy/triggers/WithinAreaTrigger.h index f4d041e9..1d428d9d 100644 --- a/src/strategy/triggers/WithinAreaTrigger.h +++ b/src/strategy/triggers/WithinAreaTrigger.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WITHINAREATRIGGER_H diff --git a/src/strategy/triggers/WorldPacketTrigger.cpp b/src/strategy/triggers/WorldPacketTrigger.cpp index 638081a2..0c9343ca 100644 --- a/src/strategy/triggers/WorldPacketTrigger.cpp +++ b/src/strategy/triggers/WorldPacketTrigger.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WorldPacketTrigger.h" diff --git a/src/strategy/triggers/WorldPacketTrigger.h b/src/strategy/triggers/WorldPacketTrigger.h index 7012f5dc..6f98e37a 100644 --- a/src/strategy/triggers/WorldPacketTrigger.h +++ b/src/strategy/triggers/WorldPacketTrigger.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WORLDPACKETTRIGGER_H diff --git a/src/strategy/triggers/WorldPacketTriggerContext.h b/src/strategy/triggers/WorldPacketTriggerContext.h index 5404a220..0f7f4c6e 100644 --- a/src/strategy/triggers/WorldPacketTriggerContext.h +++ b/src/strategy/triggers/WorldPacketTriggerContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WORLDPACKETTRIGGERCONTEXT_H diff --git a/src/strategy/values/ActiveSpellValue.cpp b/src/strategy/values/ActiveSpellValue.cpp index 9acc9cb6..132a6f82 100644 --- a/src/strategy/values/ActiveSpellValue.cpp +++ b/src/strategy/values/ActiveSpellValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ActiveSpellValue.h" diff --git a/src/strategy/values/ActiveSpellValue.h b/src/strategy/values/ActiveSpellValue.h index 14605442..50e1e589 100644 --- a/src/strategy/values/ActiveSpellValue.h +++ b/src/strategy/values/ActiveSpellValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ACTIVESPELLVALUE_H diff --git a/src/strategy/values/AlwaysLootListValue.cpp b/src/strategy/values/AlwaysLootListValue.cpp index ebdc22f8..13a6aba2 100644 --- a/src/strategy/values/AlwaysLootListValue.cpp +++ b/src/strategy/values/AlwaysLootListValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AlwaysLootListValue.h" diff --git a/src/strategy/values/AlwaysLootListValue.h b/src/strategy/values/AlwaysLootListValue.h index 6fcdd99f..d55df877 100644 --- a/src/strategy/values/AlwaysLootListValue.h +++ b/src/strategy/values/AlwaysLootListValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ALWAYSLOOTLISTVALUE_H diff --git a/src/strategy/values/AoeHealValues.cpp b/src/strategy/values/AoeHealValues.cpp index 76e72584..06f00020 100644 --- a/src/strategy/values/AoeHealValues.cpp +++ b/src/strategy/values/AoeHealValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AoeHealValues.h" diff --git a/src/strategy/values/AoeHealValues.h b/src/strategy/values/AoeHealValues.h index 3315b7c1..b4c3ac95 100644 --- a/src/strategy/values/AoeHealValues.h +++ b/src/strategy/values/AoeHealValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AOEHEALVALUES_H diff --git a/src/strategy/values/AoeValues.cpp b/src/strategy/values/AoeValues.cpp index 4f8a94b1..d46dcb81 100644 --- a/src/strategy/values/AoeValues.cpp +++ b/src/strategy/values/AoeValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AoeValues.h" diff --git a/src/strategy/values/AoeValues.h b/src/strategy/values/AoeValues.h index 12b1ec6c..cefc1a10 100644 --- a/src/strategy/values/AoeValues.h +++ b/src/strategy/values/AoeValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AOEVALUES_H diff --git a/src/strategy/values/Arrow.cpp b/src/strategy/values/Arrow.cpp index 4245d6a6..15fc2e29 100644 --- a/src/strategy/values/Arrow.cpp +++ b/src/strategy/values/Arrow.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Arrow.h" diff --git a/src/strategy/values/Arrow.h b/src/strategy/values/Arrow.h index cd090802..3e5a76b8 100644 --- a/src/strategy/values/Arrow.h +++ b/src/strategy/values/Arrow.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ARROW_H diff --git a/src/strategy/values/AttackerCountValues.cpp b/src/strategy/values/AttackerCountValues.cpp index 17ba4562..637fd728 100644 --- a/src/strategy/values/AttackerCountValues.cpp +++ b/src/strategy/values/AttackerCountValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AttackerCountValues.h" diff --git a/src/strategy/values/AttackerCountValues.h b/src/strategy/values/AttackerCountValues.h index 2ee6290c..651c3415 100644 --- a/src/strategy/values/AttackerCountValues.h +++ b/src/strategy/values/AttackerCountValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ATTACKERCOUNTVALUES_H diff --git a/src/strategy/values/AttackerWithoutAuraTargetValue.cpp b/src/strategy/values/AttackerWithoutAuraTargetValue.cpp index 2c3de299..c80ba5f6 100644 --- a/src/strategy/values/AttackerWithoutAuraTargetValue.cpp +++ b/src/strategy/values/AttackerWithoutAuraTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AttackerWithoutAuraTargetValue.h" diff --git a/src/strategy/values/AttackerWithoutAuraTargetValue.h b/src/strategy/values/AttackerWithoutAuraTargetValue.h index 7d7d0666..5f1a4aa6 100644 --- a/src/strategy/values/AttackerWithoutAuraTargetValue.h +++ b/src/strategy/values/AttackerWithoutAuraTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ATTACKERWITHOUTAURATARGETVALUE_H diff --git a/src/strategy/values/AttackersValue.cpp b/src/strategy/values/AttackersValue.cpp index f94823a9..745369a3 100644 --- a/src/strategy/values/AttackersValue.cpp +++ b/src/strategy/values/AttackersValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AttackersValue.h" diff --git a/src/strategy/values/AttackersValue.h b/src/strategy/values/AttackersValue.h index d2f69c27..906db92a 100644 --- a/src/strategy/values/AttackersValue.h +++ b/src/strategy/values/AttackersValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ATTACKERSVALUE_H diff --git a/src/strategy/values/AvailableLootValue.cpp b/src/strategy/values/AvailableLootValue.cpp index a0506c4a..7f945d7e 100644 --- a/src/strategy/values/AvailableLootValue.cpp +++ b/src/strategy/values/AvailableLootValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AvailableLootValue.h" diff --git a/src/strategy/values/AvailableLootValue.h b/src/strategy/values/AvailableLootValue.h index 1ecea8fe..4c2a62a8 100644 --- a/src/strategy/values/AvailableLootValue.h +++ b/src/strategy/values/AvailableLootValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AVAILABLELOOTVALUE_H diff --git a/src/strategy/values/BudgetValues.cpp b/src/strategy/values/BudgetValues.cpp index e6ee8c80..6ef51f5f 100644 --- a/src/strategy/values/BudgetValues.cpp +++ b/src/strategy/values/BudgetValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "BudgetValues.h" diff --git a/src/strategy/values/BudgetValues.h b/src/strategy/values/BudgetValues.h index b1516953..024d4a4f 100644 --- a/src/strategy/values/BudgetValues.h +++ b/src/strategy/values/BudgetValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_BUDGETVALUES_H diff --git a/src/strategy/values/CcTargetValue.cpp b/src/strategy/values/CcTargetValue.cpp index 5b91c239..c47151dd 100644 --- a/src/strategy/values/CcTargetValue.cpp +++ b/src/strategy/values/CcTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CcTargetValue.h" diff --git a/src/strategy/values/CcTargetValue.h b/src/strategy/values/CcTargetValue.h index b77b5a0a..8bc0483f 100644 --- a/src/strategy/values/CcTargetValue.h +++ b/src/strategy/values/CcTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CCTARGETVALUE_H diff --git a/src/strategy/values/ChatValue.h b/src/strategy/values/ChatValue.h index 6859374e..af538fe1 100644 --- a/src/strategy/values/ChatValue.h +++ b/src/strategy/values/ChatValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CHATVALUE_H diff --git a/src/strategy/values/CollisionValue.cpp b/src/strategy/values/CollisionValue.cpp index 52ae8f06..76577425 100644 --- a/src/strategy/values/CollisionValue.cpp +++ b/src/strategy/values/CollisionValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CollisionValue.h" diff --git a/src/strategy/values/CollisionValue.h b/src/strategy/values/CollisionValue.h index 84d32261..91802f22 100644 --- a/src/strategy/values/CollisionValue.h +++ b/src/strategy/values/CollisionValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_COLLISIONVALUE_H diff --git a/src/strategy/values/CraftValue.h b/src/strategy/values/CraftValue.h index fea09a21..d3311e6c 100644 --- a/src/strategy/values/CraftValue.h +++ b/src/strategy/values/CraftValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CRAFTVALUE_H diff --git a/src/strategy/values/CurrentCcTargetValue.cpp b/src/strategy/values/CurrentCcTargetValue.cpp index 2b107207..27b81002 100644 --- a/src/strategy/values/CurrentCcTargetValue.cpp +++ b/src/strategy/values/CurrentCcTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CurrentCcTargetValue.h" diff --git a/src/strategy/values/CurrentCcTargetValue.h b/src/strategy/values/CurrentCcTargetValue.h index 35e8c808..708b1d70 100644 --- a/src/strategy/values/CurrentCcTargetValue.h +++ b/src/strategy/values/CurrentCcTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CURRENTCCTARGETVALUE_H diff --git a/src/strategy/values/CurrentTargetValue.cpp b/src/strategy/values/CurrentTargetValue.cpp index 8a25de9c..2aa2fe11 100644 --- a/src/strategy/values/CurrentTargetValue.cpp +++ b/src/strategy/values/CurrentTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "CurrentTargetValue.h" diff --git a/src/strategy/values/CurrentTargetValue.h b/src/strategy/values/CurrentTargetValue.h index f7f79dfa..3cfbb486 100644 --- a/src/strategy/values/CurrentTargetValue.h +++ b/src/strategy/values/CurrentTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_CURRENTTARGETVALUE_H diff --git a/src/strategy/values/DistanceValue.cpp b/src/strategy/values/DistanceValue.cpp index 25cefe0a..2c1e818b 100644 --- a/src/strategy/values/DistanceValue.cpp +++ b/src/strategy/values/DistanceValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DistanceValue.h" diff --git a/src/strategy/values/DistanceValue.h b/src/strategy/values/DistanceValue.h index c8281739..d5160f8c 100644 --- a/src/strategy/values/DistanceValue.h +++ b/src/strategy/values/DistanceValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DISTANCEVALUE_H diff --git a/src/strategy/values/DpsTargetValue.cpp b/src/strategy/values/DpsTargetValue.cpp index a6ad60af..55b47d7c 100644 --- a/src/strategy/values/DpsTargetValue.cpp +++ b/src/strategy/values/DpsTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DpsTargetValue.h" diff --git a/src/strategy/values/DpsTargetValue.h b/src/strategy/values/DpsTargetValue.h index bf5ad3b5..f45a122d 100644 --- a/src/strategy/values/DpsTargetValue.h +++ b/src/strategy/values/DpsTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DPSTARGETVALUE_H diff --git a/src/strategy/values/DuelTargetValue.cpp b/src/strategy/values/DuelTargetValue.cpp index cd2cf24f..51c2b8be 100644 --- a/src/strategy/values/DuelTargetValue.cpp +++ b/src/strategy/values/DuelTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DuelTargetValue.h" diff --git a/src/strategy/values/DuelTargetValue.h b/src/strategy/values/DuelTargetValue.h index 0ba67af8..ca310fd6 100644 --- a/src/strategy/values/DuelTargetValue.h +++ b/src/strategy/values/DuelTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DUELTARGETVALUE_H diff --git a/src/strategy/values/EnemyHealerTargetValue.cpp b/src/strategy/values/EnemyHealerTargetValue.cpp index ebc761c0..6040c4fc 100644 --- a/src/strategy/values/EnemyHealerTargetValue.cpp +++ b/src/strategy/values/EnemyHealerTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EnemyHealerTargetValue.h" diff --git a/src/strategy/values/EnemyHealerTargetValue.h b/src/strategy/values/EnemyHealerTargetValue.h index ad0599ba..57aec6d1 100644 --- a/src/strategy/values/EnemyHealerTargetValue.h +++ b/src/strategy/values/EnemyHealerTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ENEMYHEALERTARGETVALUE_H diff --git a/src/strategy/values/EnemyPlayerValue.cpp b/src/strategy/values/EnemyPlayerValue.cpp index 3bc1b28b..9c2a4130 100644 --- a/src/strategy/values/EnemyPlayerValue.cpp +++ b/src/strategy/values/EnemyPlayerValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "EnemyPlayerValue.h" diff --git a/src/strategy/values/EnemyPlayerValue.h b/src/strategy/values/EnemyPlayerValue.h index 90957e3d..f94f2026 100644 --- a/src/strategy/values/EnemyPlayerValue.h +++ b/src/strategy/values/EnemyPlayerValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ENEMYPLAYERVALUE_H diff --git a/src/strategy/values/EstimatedLifetimeValue.h b/src/strategy/values/EstimatedLifetimeValue.h index f050ac71..c412068e 100644 --- a/src/strategy/values/EstimatedLifetimeValue.h +++ b/src/strategy/values/EstimatedLifetimeValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_EstimatedLifetimeValue_H diff --git a/src/strategy/values/Formations.cpp b/src/strategy/values/Formations.cpp index 27e1c99e..21c43f40 100644 --- a/src/strategy/values/Formations.cpp +++ b/src/strategy/values/Formations.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Formations.h" diff --git a/src/strategy/values/Formations.h b/src/strategy/values/Formations.h index beff6210..c44e1d0f 100644 --- a/src/strategy/values/Formations.h +++ b/src/strategy/values/Formations.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FORMATIONS_H diff --git a/src/strategy/values/GrindTargetValue.cpp b/src/strategy/values/GrindTargetValue.cpp index cd368741..d1d7f912 100644 --- a/src/strategy/values/GrindTargetValue.cpp +++ b/src/strategy/values/GrindTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GrindTargetValue.h" diff --git a/src/strategy/values/GrindTargetValue.h b/src/strategy/values/GrindTargetValue.h index bf26763f..587037eb 100644 --- a/src/strategy/values/GrindTargetValue.h +++ b/src/strategy/values/GrindTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GRINDTARGETVALUE_H diff --git a/src/strategy/values/GroupValues.cpp b/src/strategy/values/GroupValues.cpp index 397bf86b..f9cb2102 100644 --- a/src/strategy/values/GroupValues.cpp +++ b/src/strategy/values/GroupValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GroupValues.h" diff --git a/src/strategy/values/GroupValues.h b/src/strategy/values/GroupValues.h index b59a1d51..ba047300 100644 --- a/src/strategy/values/GroupValues.h +++ b/src/strategy/values/GroupValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NamedObjectContext.h" diff --git a/src/strategy/values/GuildValues.cpp b/src/strategy/values/GuildValues.cpp index 3be92adc..27d54f96 100644 --- a/src/strategy/values/GuildValues.cpp +++ b/src/strategy/values/GuildValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GuildValues.h" diff --git a/src/strategy/values/GuildValues.h b/src/strategy/values/GuildValues.h index aa07def1..ece61bc4 100644 --- a/src/strategy/values/GuildValues.h +++ b/src/strategy/values/GuildValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GUILDVALUES_H diff --git a/src/strategy/values/HasAvailableLootValue.cpp b/src/strategy/values/HasAvailableLootValue.cpp index 091bf62d..d687e1fc 100644 --- a/src/strategy/values/HasAvailableLootValue.cpp +++ b/src/strategy/values/HasAvailableLootValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HasAvailableLootValue.h" diff --git a/src/strategy/values/HasAvailableLootValue.h b/src/strategy/values/HasAvailableLootValue.h index dafd8e5c..9b8200b5 100644 --- a/src/strategy/values/HasAvailableLootValue.h +++ b/src/strategy/values/HasAvailableLootValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HASAVAILABLELOOTVALUE_H diff --git a/src/strategy/values/HasTotemValue.cpp b/src/strategy/values/HasTotemValue.cpp index 052369eb..94a51837 100644 --- a/src/strategy/values/HasTotemValue.cpp +++ b/src/strategy/values/HasTotemValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "HasTotemValue.h" diff --git a/src/strategy/values/HasTotemValue.h b/src/strategy/values/HasTotemValue.h index 84d49bca..a43d8f20 100644 --- a/src/strategy/values/HasTotemValue.h +++ b/src/strategy/values/HasTotemValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_HASTOTEMVALUE_H diff --git a/src/strategy/values/InvalidTargetValue.cpp b/src/strategy/values/InvalidTargetValue.cpp index b6f943a1..50f7a386 100644 --- a/src/strategy/values/InvalidTargetValue.cpp +++ b/src/strategy/values/InvalidTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "InvalidTargetValue.h" diff --git a/src/strategy/values/InvalidTargetValue.h b/src/strategy/values/InvalidTargetValue.h index 0d7c563a..bc105dd7 100644 --- a/src/strategy/values/InvalidTargetValue.h +++ b/src/strategy/values/InvalidTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_INVALIDTARGETVALUE_H diff --git a/src/strategy/values/IsBehindValue.cpp b/src/strategy/values/IsBehindValue.cpp index 80feef36..e2350628 100644 --- a/src/strategy/values/IsBehindValue.cpp +++ b/src/strategy/values/IsBehindValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "IsBehindValue.h" diff --git a/src/strategy/values/IsBehindValue.h b/src/strategy/values/IsBehindValue.h index 3f121f19..bf09898e 100644 --- a/src/strategy/values/IsBehindValue.h +++ b/src/strategy/values/IsBehindValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ISBEHINDVALUE_H diff --git a/src/strategy/values/IsFacingValue.cpp b/src/strategy/values/IsFacingValue.cpp index c3e62586..aee5aa6e 100644 --- a/src/strategy/values/IsFacingValue.cpp +++ b/src/strategy/values/IsFacingValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "IsFacingValue.h" diff --git a/src/strategy/values/IsFacingValue.h b/src/strategy/values/IsFacingValue.h index 95e46065..1e6a3686 100644 --- a/src/strategy/values/IsFacingValue.h +++ b/src/strategy/values/IsFacingValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ISFACINGVALUE_H diff --git a/src/strategy/values/IsMovingValue.cpp b/src/strategy/values/IsMovingValue.cpp index 2a03043c..452bda0e 100644 --- a/src/strategy/values/IsMovingValue.cpp +++ b/src/strategy/values/IsMovingValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "IsMovingValue.h" diff --git a/src/strategy/values/IsMovingValue.h b/src/strategy/values/IsMovingValue.h index c9a31189..fa68693a 100644 --- a/src/strategy/values/IsMovingValue.h +++ b/src/strategy/values/IsMovingValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ISMOVINGVALUE_H diff --git a/src/strategy/values/ItemCountValue.cpp b/src/strategy/values/ItemCountValue.cpp index d17d9e7c..2c719d8f 100644 --- a/src/strategy/values/ItemCountValue.cpp +++ b/src/strategy/values/ItemCountValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ItemCountValue.h" diff --git a/src/strategy/values/ItemCountValue.h b/src/strategy/values/ItemCountValue.h index de04ec43..6f7c593b 100644 --- a/src/strategy/values/ItemCountValue.h +++ b/src/strategy/values/ItemCountValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ITEMCOUNTVALUE_H diff --git a/src/strategy/values/ItemForSpellValue.cpp b/src/strategy/values/ItemForSpellValue.cpp index 366f38a5..e14549da 100644 --- a/src/strategy/values/ItemForSpellValue.cpp +++ b/src/strategy/values/ItemForSpellValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ItemForSpellValue.h" diff --git a/src/strategy/values/ItemForSpellValue.h b/src/strategy/values/ItemForSpellValue.h index a2a2a2bd..ea7a52bc 100644 --- a/src/strategy/values/ItemForSpellValue.h +++ b/src/strategy/values/ItemForSpellValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ITEMFORSPELLVALUE_H diff --git a/src/strategy/values/ItemUsageValue.cpp b/src/strategy/values/ItemUsageValue.cpp index 60001ed5..e6dc5cb8 100644 --- a/src/strategy/values/ItemUsageValue.cpp +++ b/src/strategy/values/ItemUsageValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ItemUsageValue.h" diff --git a/src/strategy/values/ItemUsageValue.h b/src/strategy/values/ItemUsageValue.h index b1c32d13..d50ea1b0 100644 --- a/src/strategy/values/ItemUsageValue.h +++ b/src/strategy/values/ItemUsageValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ITEMUSAGEVALUE_H diff --git a/src/strategy/values/LastMovementValue.cpp b/src/strategy/values/LastMovementValue.cpp index 72acfee4..ba54020e 100644 --- a/src/strategy/values/LastMovementValue.cpp +++ b/src/strategy/values/LastMovementValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LastMovementValue.h" diff --git a/src/strategy/values/LastMovementValue.h b/src/strategy/values/LastMovementValue.h index f3ecf916..ef09d31f 100644 --- a/src/strategy/values/LastMovementValue.h +++ b/src/strategy/values/LastMovementValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LASTMOVEMENTVALUE_H diff --git a/src/strategy/values/LastSaidValue.h b/src/strategy/values/LastSaidValue.h index 6e498a96..44305586 100644 --- a/src/strategy/values/LastSaidValue.h +++ b/src/strategy/values/LastSaidValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LASTSAIDVALUE_H diff --git a/src/strategy/values/LastSpellCastTimeValue.h b/src/strategy/values/LastSpellCastTimeValue.h index 86cf1aba..984ed803 100644 --- a/src/strategy/values/LastSpellCastTimeValue.h +++ b/src/strategy/values/LastSpellCastTimeValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LASTSPELLCASTTIMEVALUE_H diff --git a/src/strategy/values/LastSpellCastValue.cpp b/src/strategy/values/LastSpellCastValue.cpp index 5c8914c4..ff8d6ead 100644 --- a/src/strategy/values/LastSpellCastValue.cpp +++ b/src/strategy/values/LastSpellCastValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LastSpellCastValue.h" diff --git a/src/strategy/values/LastSpellCastValue.h b/src/strategy/values/LastSpellCastValue.h index ecfda769..fda18e8b 100644 --- a/src/strategy/values/LastSpellCastValue.h +++ b/src/strategy/values/LastSpellCastValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LASTSPELLCASTVALUE_H diff --git a/src/strategy/values/LeastHpTargetValue.cpp b/src/strategy/values/LeastHpTargetValue.cpp index 36f9b7eb..8b9f1a55 100644 --- a/src/strategy/values/LeastHpTargetValue.cpp +++ b/src/strategy/values/LeastHpTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LeastHpTargetValue.h" diff --git a/src/strategy/values/LeastHpTargetValue.h b/src/strategy/values/LeastHpTargetValue.h index ba3fdaf7..01f40656 100644 --- a/src/strategy/values/LeastHpTargetValue.h +++ b/src/strategy/values/LeastHpTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LEASTHPTARGETVALUE_H diff --git a/src/strategy/values/LfgValues.h b/src/strategy/values/LfgValues.h index c387ddca..d6ff5c99 100644 --- a/src/strategy/values/LfgValues.h +++ b/src/strategy/values/LfgValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LFGVALUES_H diff --git a/src/strategy/values/LineTargetValue.cpp b/src/strategy/values/LineTargetValue.cpp index 06055998..e06311cc 100644 --- a/src/strategy/values/LineTargetValue.cpp +++ b/src/strategy/values/LineTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LineTargetValue.h" diff --git a/src/strategy/values/LineTargetValue.h b/src/strategy/values/LineTargetValue.h index 2f10ffb0..6f1d1c53 100644 --- a/src/strategy/values/LineTargetValue.h +++ b/src/strategy/values/LineTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LINETARGETVALUE_H diff --git a/src/strategy/values/LogLevelValue.h b/src/strategy/values/LogLevelValue.h index 2abe016d..18fdbddc 100644 --- a/src/strategy/values/LogLevelValue.h +++ b/src/strategy/values/LogLevelValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOGLEVELVALUE_H diff --git a/src/strategy/values/LootStrategyValue.cpp b/src/strategy/values/LootStrategyValue.cpp index 22355d46..6a4f9b9b 100644 --- a/src/strategy/values/LootStrategyValue.cpp +++ b/src/strategy/values/LootStrategyValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootStrategyValue.h" diff --git a/src/strategy/values/LootStrategyValue.h b/src/strategy/values/LootStrategyValue.h index aeb7ce38..dc3f94cc 100644 --- a/src/strategy/values/LootStrategyValue.h +++ b/src/strategy/values/LootStrategyValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTSTRATEGYVALUE_H diff --git a/src/strategy/values/LootValues.cpp b/src/strategy/values/LootValues.cpp index abf5a0a3..45cb6a64 100644 --- a/src/strategy/values/LootValues.cpp +++ b/src/strategy/values/LootValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "LootValues.h" diff --git a/src/strategy/values/LootValues.h b/src/strategy/values/LootValues.h index cec3599b..7945f3f4 100644 --- a/src/strategy/values/LootValues.h +++ b/src/strategy/values/LootValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_LOOTVALUES_H diff --git a/src/strategy/values/MaintenanceValues.cpp b/src/strategy/values/MaintenanceValues.cpp index 2693dbb7..6439bef2 100644 --- a/src/strategy/values/MaintenanceValues.cpp +++ b/src/strategy/values/MaintenanceValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MaintenanceValues.h" diff --git a/src/strategy/values/MaintenanceValues.h b/src/strategy/values/MaintenanceValues.h index 0c552fde..5916f7aa 100644 --- a/src/strategy/values/MaintenanceValues.h +++ b/src/strategy/values/MaintenanceValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MAINTANCEVALUE_H diff --git a/src/strategy/values/ManaSaveLevelValue.h b/src/strategy/values/ManaSaveLevelValue.h index ced8bddc..f406998f 100644 --- a/src/strategy/values/ManaSaveLevelValue.h +++ b/src/strategy/values/ManaSaveLevelValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MANASAVELEVELVALUE_H diff --git a/src/strategy/values/MasterTargetValue.cpp b/src/strategy/values/MasterTargetValue.cpp index a2241022..6fddb6d9 100644 --- a/src/strategy/values/MasterTargetValue.cpp +++ b/src/strategy/values/MasterTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "MasterTargetValue.h" diff --git a/src/strategy/values/MasterTargetValue.h b/src/strategy/values/MasterTargetValue.h index 512db8fa..a9f8f781 100644 --- a/src/strategy/values/MasterTargetValue.h +++ b/src/strategy/values/MasterTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_MASTERTARGETVALUE_H diff --git a/src/strategy/values/NearestAdsValue.cpp b/src/strategy/values/NearestAdsValue.cpp index 35ae587e..17e98768 100644 --- a/src/strategy/values/NearestAdsValue.cpp +++ b/src/strategy/values/NearestAdsValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestAdsValue.h" diff --git a/src/strategy/values/NearestAdsValue.h b/src/strategy/values/NearestAdsValue.h index d422c7b6..312d5596 100644 --- a/src/strategy/values/NearestAdsValue.h +++ b/src/strategy/values/NearestAdsValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTADSVALUE_H diff --git a/src/strategy/values/NearestCorpsesValue.cpp b/src/strategy/values/NearestCorpsesValue.cpp index 59fe3167..fec1aed2 100644 --- a/src/strategy/values/NearestCorpsesValue.cpp +++ b/src/strategy/values/NearestCorpsesValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestCorpsesValue.h" diff --git a/src/strategy/values/NearestCorpsesValue.h b/src/strategy/values/NearestCorpsesValue.h index 6453bb09..4c0716e2 100644 --- a/src/strategy/values/NearestCorpsesValue.h +++ b/src/strategy/values/NearestCorpsesValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTCORPSESVALUE_H diff --git a/src/strategy/values/NearestFriendlyPlayersValue.cpp b/src/strategy/values/NearestFriendlyPlayersValue.cpp index f8f92ad0..b28072cd 100644 --- a/src/strategy/values/NearestFriendlyPlayersValue.cpp +++ b/src/strategy/values/NearestFriendlyPlayersValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestFriendlyPlayersValue.h" diff --git a/src/strategy/values/NearestFriendlyPlayersValue.h b/src/strategy/values/NearestFriendlyPlayersValue.h index aeee2611..98763169 100644 --- a/src/strategy/values/NearestFriendlyPlayersValue.h +++ b/src/strategy/values/NearestFriendlyPlayersValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTFRIENDLYPLAYERSVALUES_H diff --git a/src/strategy/values/NearestGameObjects.cpp b/src/strategy/values/NearestGameObjects.cpp index 131c730f..b5aa2de7 100644 --- a/src/strategy/values/NearestGameObjects.cpp +++ b/src/strategy/values/NearestGameObjects.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestGameObjects.h" diff --git a/src/strategy/values/NearestGameObjects.h b/src/strategy/values/NearestGameObjects.h index e29467d8..2018e93e 100644 --- a/src/strategy/values/NearestGameObjects.h +++ b/src/strategy/values/NearestGameObjects.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTGAMEOBJECTS_H diff --git a/src/strategy/values/NearestNonBotPlayersValue.cpp b/src/strategy/values/NearestNonBotPlayersValue.cpp index 1fb72360..862a9a7e 100644 --- a/src/strategy/values/NearestNonBotPlayersValue.cpp +++ b/src/strategy/values/NearestNonBotPlayersValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestNonBotPlayersValue.h" diff --git a/src/strategy/values/NearestNonBotPlayersValue.h b/src/strategy/values/NearestNonBotPlayersValue.h index 87971203..73d522c5 100644 --- a/src/strategy/values/NearestNonBotPlayersValue.h +++ b/src/strategy/values/NearestNonBotPlayersValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTNONBOTPLAYERSVALUE_H diff --git a/src/strategy/values/NearestNpcsValue.cpp b/src/strategy/values/NearestNpcsValue.cpp index b2b510da..1c188d29 100644 --- a/src/strategy/values/NearestNpcsValue.cpp +++ b/src/strategy/values/NearestNpcsValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestNpcsValue.h" diff --git a/src/strategy/values/NearestNpcsValue.h b/src/strategy/values/NearestNpcsValue.h index 9e192c57..69350261 100644 --- a/src/strategy/values/NearestNpcsValue.h +++ b/src/strategy/values/NearestNpcsValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTNPCSVALUE_H diff --git a/src/strategy/values/NearestUnitsValue.cpp b/src/strategy/values/NearestUnitsValue.cpp index d19605fa..04505a1d 100644 --- a/src/strategy/values/NearestUnitsValue.cpp +++ b/src/strategy/values/NearestUnitsValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NearestUnitsValue.h" diff --git a/src/strategy/values/NearestUnitsValue.h b/src/strategy/values/NearestUnitsValue.h index f56ab6ac..527925a0 100644 --- a/src/strategy/values/NearestUnitsValue.h +++ b/src/strategy/values/NearestUnitsValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEARESTUNITSVALUE_H diff --git a/src/strategy/values/NewPlayerNearbyValue.cpp b/src/strategy/values/NewPlayerNearbyValue.cpp index 17d68312..39343ea2 100644 --- a/src/strategy/values/NewPlayerNearbyValue.cpp +++ b/src/strategy/values/NewPlayerNearbyValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "NewPlayerNearbyValue.h" diff --git a/src/strategy/values/NewPlayerNearbyValue.h b/src/strategy/values/NewPlayerNearbyValue.h index 8cb5048a..e26ec0dc 100644 --- a/src/strategy/values/NewPlayerNearbyValue.h +++ b/src/strategy/values/NewPlayerNearbyValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_NEWPLAYERNEARBYVALUE_H diff --git a/src/strategy/values/OutfitListValue.cpp b/src/strategy/values/OutfitListValue.cpp index 631953de..19eab18b 100644 --- a/src/strategy/values/OutfitListValue.cpp +++ b/src/strategy/values/OutfitListValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "OutfitListValue.h" diff --git a/src/strategy/values/OutfitListValue.h b/src/strategy/values/OutfitListValue.h index 2f84aa44..fbb5984f 100644 --- a/src/strategy/values/OutfitListValue.h +++ b/src/strategy/values/OutfitListValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_OUTFITLISTVALUE_H diff --git a/src/strategy/values/PartyMemberToDispel.cpp b/src/strategy/values/PartyMemberToDispel.cpp index 665d6d8d..91b1955b 100644 --- a/src/strategy/values/PartyMemberToDispel.cpp +++ b/src/strategy/values/PartyMemberToDispel.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberToDispel.h" diff --git a/src/strategy/values/PartyMemberToDispel.h b/src/strategy/values/PartyMemberToDispel.h index 2037d606..04e7e9b1 100644 --- a/src/strategy/values/PartyMemberToDispel.h +++ b/src/strategy/values/PartyMemberToDispel.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERTODISPEL_H diff --git a/src/strategy/values/PartyMemberToHeal.cpp b/src/strategy/values/PartyMemberToHeal.cpp index 3fb0b45d..47554c7c 100644 --- a/src/strategy/values/PartyMemberToHeal.cpp +++ b/src/strategy/values/PartyMemberToHeal.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberToHeal.h" diff --git a/src/strategy/values/PartyMemberToHeal.h b/src/strategy/values/PartyMemberToHeal.h index b235edde..f86035c0 100644 --- a/src/strategy/values/PartyMemberToHeal.h +++ b/src/strategy/values/PartyMemberToHeal.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERTOHEAL_H diff --git a/src/strategy/values/PartyMemberToResurrect.cpp b/src/strategy/values/PartyMemberToResurrect.cpp index 0d07cdae..e98fdb3e 100644 --- a/src/strategy/values/PartyMemberToResurrect.cpp +++ b/src/strategy/values/PartyMemberToResurrect.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberToResurrect.h" diff --git a/src/strategy/values/PartyMemberToResurrect.h b/src/strategy/values/PartyMemberToResurrect.h index 1735e88d..14e94b73 100644 --- a/src/strategy/values/PartyMemberToResurrect.h +++ b/src/strategy/values/PartyMemberToResurrect.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERTORESURRECT_H diff --git a/src/strategy/values/PartyMemberValue.cpp b/src/strategy/values/PartyMemberValue.cpp index 48ae772a..4ae9be08 100644 --- a/src/strategy/values/PartyMemberValue.cpp +++ b/src/strategy/values/PartyMemberValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberValue.h" diff --git a/src/strategy/values/PartyMemberValue.h b/src/strategy/values/PartyMemberValue.h index 910ce810..4d52ac61 100644 --- a/src/strategy/values/PartyMemberValue.h +++ b/src/strategy/values/PartyMemberValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERVALUE_H diff --git a/src/strategy/values/PartyMemberWithoutAuraValue.cpp b/src/strategy/values/PartyMemberWithoutAuraValue.cpp index 11ffa482..f195a899 100644 --- a/src/strategy/values/PartyMemberWithoutAuraValue.cpp +++ b/src/strategy/values/PartyMemberWithoutAuraValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberWithoutAuraValue.h" diff --git a/src/strategy/values/PartyMemberWithoutAuraValue.h b/src/strategy/values/PartyMemberWithoutAuraValue.h index 19bd6243..57bb958c 100644 --- a/src/strategy/values/PartyMemberWithoutAuraValue.h +++ b/src/strategy/values/PartyMemberWithoutAuraValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERWITHOUTAURAVALUE_H diff --git a/src/strategy/values/PartyMemberWithoutItemValue.cpp b/src/strategy/values/PartyMemberWithoutItemValue.cpp index 898af9bf..c9136c61 100644 --- a/src/strategy/values/PartyMemberWithoutItemValue.cpp +++ b/src/strategy/values/PartyMemberWithoutItemValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PartyMemberWithoutItemValue.h" diff --git a/src/strategy/values/PartyMemberWithoutItemValue.h b/src/strategy/values/PartyMemberWithoutItemValue.h index 61473c84..9ca128ff 100644 --- a/src/strategy/values/PartyMemberWithoutItemValue.h +++ b/src/strategy/values/PartyMemberWithoutItemValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PARTYMEMBERWITHOUTITEMVALUE_H diff --git a/src/strategy/values/PetTargetValue.cpp b/src/strategy/values/PetTargetValue.cpp index ae6f5cc9..d8d64d1c 100644 --- a/src/strategy/values/PetTargetValue.cpp +++ b/src/strategy/values/PetTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PetTargetValue.h" diff --git a/src/strategy/values/PetTargetValue.h b/src/strategy/values/PetTargetValue.h index bb2a7005..368acdc9 100644 --- a/src/strategy/values/PetTargetValue.h +++ b/src/strategy/values/PetTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PETTARGETVALUE_H diff --git a/src/strategy/values/PositionValue.cpp b/src/strategy/values/PositionValue.cpp index e299c988..8583cdd7 100644 --- a/src/strategy/values/PositionValue.cpp +++ b/src/strategy/values/PositionValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PositionValue.h" diff --git a/src/strategy/values/PositionValue.h b/src/strategy/values/PositionValue.h index 89193246..86ed8d09 100644 --- a/src/strategy/values/PositionValue.h +++ b/src/strategy/values/PositionValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_POSITIONVALUE_H diff --git a/src/strategy/values/PossibleRpgTargetsValue.cpp b/src/strategy/values/PossibleRpgTargetsValue.cpp index 1888016c..1b136c82 100644 --- a/src/strategy/values/PossibleRpgTargetsValue.cpp +++ b/src/strategy/values/PossibleRpgTargetsValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PossibleRpgTargetsValue.h" diff --git a/src/strategy/values/PossibleRpgTargetsValue.h b/src/strategy/values/PossibleRpgTargetsValue.h index 0d5afe69..ae5b596a 100644 --- a/src/strategy/values/PossibleRpgTargetsValue.h +++ b/src/strategy/values/PossibleRpgTargetsValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_POSSIBLERPGTARGETSVALUE_H diff --git a/src/strategy/values/PossibleTargetsValue.cpp b/src/strategy/values/PossibleTargetsValue.cpp index 6d31993d..654abd44 100644 --- a/src/strategy/values/PossibleTargetsValue.cpp +++ b/src/strategy/values/PossibleTargetsValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PossibleTargetsValue.h" diff --git a/src/strategy/values/PossibleTargetsValue.h b/src/strategy/values/PossibleTargetsValue.h index 02a07cad..13023b3b 100644 --- a/src/strategy/values/PossibleTargetsValue.h +++ b/src/strategy/values/PossibleTargetsValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_POSSIBLETARGETSVALUE_H diff --git a/src/strategy/values/PvpValues.cpp b/src/strategy/values/PvpValues.cpp index a72b804a..f295f650 100644 --- a/src/strategy/values/PvpValues.cpp +++ b/src/strategy/values/PvpValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "PvpValues.h" diff --git a/src/strategy/values/PvpValues.h b/src/strategy/values/PvpValues.h index 9f4a26bf..bad46b95 100644 --- a/src/strategy/values/PvpValues.h +++ b/src/strategy/values/PvpValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_PVPVALUES_H diff --git a/src/strategy/values/QuestValues.cpp b/src/strategy/values/QuestValues.cpp index 072fdf58..17247785 100644 --- a/src/strategy/values/QuestValues.cpp +++ b/src/strategy/values/QuestValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "QuestValues.h" diff --git a/src/strategy/values/QuestValues.h b/src/strategy/values/QuestValues.h index 62e73b89..a3ece1fd 100644 --- a/src/strategy/values/QuestValues.h +++ b/src/strategy/values/QuestValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_QUESTVALUES_H diff --git a/src/strategy/values/RTSCValues.cpp b/src/strategy/values/RTSCValues.cpp index 6f404af4..4756dae0 100644 --- a/src/strategy/values/RTSCValues.cpp +++ b/src/strategy/values/RTSCValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RTSCValues.h" diff --git a/src/strategy/values/RTSCValues.h b/src/strategy/values/RTSCValues.h index 0c7e0c05..d5ca7b58 100644 --- a/src/strategy/values/RTSCValues.h +++ b/src/strategy/values/RTSCValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTSCVALUE_H diff --git a/src/strategy/values/RandomBotUpdateValue.h b/src/strategy/values/RandomBotUpdateValue.h index d507a20f..ee3c5010 100644 --- a/src/strategy/values/RandomBotUpdateValue.h +++ b/src/strategy/values/RandomBotUpdateValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANDOMBOTUPDATEVALUE_H diff --git a/src/strategy/values/RangeValues.cpp b/src/strategy/values/RangeValues.cpp index ee537e9d..6b5b0013 100644 --- a/src/strategy/values/RangeValues.cpp +++ b/src/strategy/values/RangeValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RangeValues.h" diff --git a/src/strategy/values/RangeValues.h b/src/strategy/values/RangeValues.h index 073e74d2..0728be2a 100644 --- a/src/strategy/values/RangeValues.h +++ b/src/strategy/values/RangeValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RANGEVALUES_H diff --git a/src/strategy/values/RtiTargetValue.cpp b/src/strategy/values/RtiTargetValue.cpp index 6ce8d1d0..040ce07b 100644 --- a/src/strategy/values/RtiTargetValue.cpp +++ b/src/strategy/values/RtiTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RtiTargetValue.h" diff --git a/src/strategy/values/RtiTargetValue.h b/src/strategy/values/RtiTargetValue.h index d21aa701..c2f3d607 100644 --- a/src/strategy/values/RtiTargetValue.h +++ b/src/strategy/values/RtiTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTITARGETVALUE_H diff --git a/src/strategy/values/RtiValue.cpp b/src/strategy/values/RtiValue.cpp index 7161ecb7..be8cee0a 100644 --- a/src/strategy/values/RtiValue.cpp +++ b/src/strategy/values/RtiValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "RtiValue.h" diff --git a/src/strategy/values/RtiValue.h b/src/strategy/values/RtiValue.h index 188e0957..f4a2efbe 100644 --- a/src/strategy/values/RtiValue.h +++ b/src/strategy/values/RtiValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_RTIVALUE_H diff --git a/src/strategy/values/SelfTargetValue.cpp b/src/strategy/values/SelfTargetValue.cpp index db5f5612..7e15a5c4 100644 --- a/src/strategy/values/SelfTargetValue.cpp +++ b/src/strategy/values/SelfTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SelfTargetValue.h" diff --git a/src/strategy/values/SelfTargetValue.h b/src/strategy/values/SelfTargetValue.h index dbf84208..1de04e1c 100644 --- a/src/strategy/values/SelfTargetValue.h +++ b/src/strategy/values/SelfTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SELFTARGETVALUE_H diff --git a/src/strategy/values/SharedValueContext.h b/src/strategy/values/SharedValueContext.h index 2db2b205..23b8266b 100644 --- a/src/strategy/values/SharedValueContext.h +++ b/src/strategy/values/SharedValueContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SHAREDVALUECONTEXT_H diff --git a/src/strategy/values/SkipSpellsListValue.cpp b/src/strategy/values/SkipSpellsListValue.cpp index 12a28a9a..80893974 100644 --- a/src/strategy/values/SkipSpellsListValue.cpp +++ b/src/strategy/values/SkipSpellsListValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SkipSpellsListValue.h" diff --git a/src/strategy/values/SkipSpellsListValue.h b/src/strategy/values/SkipSpellsListValue.h index d1b55f67..55eb745a 100644 --- a/src/strategy/values/SkipSpellsListValue.h +++ b/src/strategy/values/SkipSpellsListValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SKIPSPELLSLISTVALUE_H diff --git a/src/strategy/values/SnareTargetValue.cpp b/src/strategy/values/SnareTargetValue.cpp index e3ec057c..96e958c2 100644 --- a/src/strategy/values/SnareTargetValue.cpp +++ b/src/strategy/values/SnareTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SnareTargetValue.h" diff --git a/src/strategy/values/SnareTargetValue.h b/src/strategy/values/SnareTargetValue.h index a637f369..5ff976da 100644 --- a/src/strategy/values/SnareTargetValue.h +++ b/src/strategy/values/SnareTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SNARETARGETVALUE_H diff --git a/src/strategy/values/SpellCastUsefulValue.cpp b/src/strategy/values/SpellCastUsefulValue.cpp index a0b4f68f..9fa85b3a 100644 --- a/src/strategy/values/SpellCastUsefulValue.cpp +++ b/src/strategy/values/SpellCastUsefulValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SpellCastUsefulValue.h" diff --git a/src/strategy/values/SpellCastUsefulValue.h b/src/strategy/values/SpellCastUsefulValue.h index 7064456e..78924334 100644 --- a/src/strategy/values/SpellCastUsefulValue.h +++ b/src/strategy/values/SpellCastUsefulValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SPELLCASTUSEFULVALUE_H diff --git a/src/strategy/values/SpellIdValue.cpp b/src/strategy/values/SpellIdValue.cpp index 859fa329..682c0b3f 100644 --- a/src/strategy/values/SpellIdValue.cpp +++ b/src/strategy/values/SpellIdValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "SpellIdValue.h" diff --git a/src/strategy/values/SpellIdValue.h b/src/strategy/values/SpellIdValue.h index 2e813c5e..3df8e822 100644 --- a/src/strategy/values/SpellIdValue.h +++ b/src/strategy/values/SpellIdValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_SPELLIDVALUE_H diff --git a/src/strategy/values/Stances.cpp b/src/strategy/values/Stances.cpp index 1cd97a39..2e7a18d2 100644 --- a/src/strategy/values/Stances.cpp +++ b/src/strategy/values/Stances.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "Stances.h" diff --git a/src/strategy/values/Stances.h b/src/strategy/values/Stances.h index a5a5e4dd..16ad14de 100644 --- a/src/strategy/values/Stances.h +++ b/src/strategy/values/Stances.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STANCES_H diff --git a/src/strategy/values/StatsValues.cpp b/src/strategy/values/StatsValues.cpp index 2c87ec72..6ff3bc65 100644 --- a/src/strategy/values/StatsValues.cpp +++ b/src/strategy/values/StatsValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "StatsValues.h" diff --git a/src/strategy/values/StatsValues.h b/src/strategy/values/StatsValues.h index f8e44740..27cad01f 100644 --- a/src/strategy/values/StatsValues.h +++ b/src/strategy/values/StatsValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_STATSVALUE_H diff --git a/src/strategy/values/TankTargetValue.cpp b/src/strategy/values/TankTargetValue.cpp index bcef1a3a..ef2d1e95 100644 --- a/src/strategy/values/TankTargetValue.cpp +++ b/src/strategy/values/TankTargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TankTargetValue.h" diff --git a/src/strategy/values/TankTargetValue.h b/src/strategy/values/TankTargetValue.h index 9769910e..8aee6182 100644 --- a/src/strategy/values/TankTargetValue.h +++ b/src/strategy/values/TankTargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TANKTARGETVALUE_H diff --git a/src/strategy/values/TargetValue.cpp b/src/strategy/values/TargetValue.cpp index ebffd328..598b7844 100644 --- a/src/strategy/values/TargetValue.cpp +++ b/src/strategy/values/TargetValue.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TargetValue.h" diff --git a/src/strategy/values/TargetValue.h b/src/strategy/values/TargetValue.h index 029551ce..fcd7a588 100644 --- a/src/strategy/values/TargetValue.h +++ b/src/strategy/values/TargetValue.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TARGETVALUE_H diff --git a/src/strategy/values/ThreatValues.cpp b/src/strategy/values/ThreatValues.cpp index fcd915b0..d95b0014 100644 --- a/src/strategy/values/ThreatValues.cpp +++ b/src/strategy/values/ThreatValues.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ThreatValues.h" diff --git a/src/strategy/values/ThreatValues.h b/src/strategy/values/ThreatValues.h index d163532f..845a8c95 100644 --- a/src/strategy/values/ThreatValues.h +++ b/src/strategy/values/ThreatValues.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_THREATVALUES_H diff --git a/src/strategy/values/ValueContext.h b/src/strategy/values/ValueContext.h index 5e1a19e0..b8e79d6e 100644 --- a/src/strategy/values/ValueContext.h +++ b/src/strategy/values/ValueContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_VALUECONTEXT_H diff --git a/src/strategy/warlock/AfflictionWarlockStrategy.cpp b/src/strategy/warlock/AfflictionWarlockStrategy.cpp index 9f88dd74..c35127f2 100644 --- a/src/strategy/warlock/AfflictionWarlockStrategy.cpp +++ b/src/strategy/warlock/AfflictionWarlockStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "AfflictionWarlockStrategy.h" diff --git a/src/strategy/warlock/AfflictionWarlockStrategy.h b/src/strategy/warlock/AfflictionWarlockStrategy.h index a34d3d64..1585c448 100644 --- a/src/strategy/warlock/AfflictionWarlockStrategy.h +++ b/src/strategy/warlock/AfflictionWarlockStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_AFFLICTIONWARLOCKSTRATEGY_H diff --git a/src/strategy/warlock/DemonologyWarlockStrategy.cpp b/src/strategy/warlock/DemonologyWarlockStrategy.cpp index 68ad396e..f41bf96f 100644 --- a/src/strategy/warlock/DemonologyWarlockStrategy.cpp +++ b/src/strategy/warlock/DemonologyWarlockStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DemonologyWarlockStrategy.h" diff --git a/src/strategy/warlock/DemonologyWarlockStrategy.h b/src/strategy/warlock/DemonologyWarlockStrategy.h index 9ca5c3ed..df853c85 100644 --- a/src/strategy/warlock/DemonologyWarlockStrategy.h +++ b/src/strategy/warlock/DemonologyWarlockStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DEMONOLOGYWARLOCKSTRATEGY_H diff --git a/src/strategy/warlock/DestructionWarlockStrategy.cpp b/src/strategy/warlock/DestructionWarlockStrategy.cpp index 87de5daf..dd0ce086 100644 --- a/src/strategy/warlock/DestructionWarlockStrategy.cpp +++ b/src/strategy/warlock/DestructionWarlockStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "DestructionWarlockStrategy.h" diff --git a/src/strategy/warlock/DestructionWarlockStrategy.h b/src/strategy/warlock/DestructionWarlockStrategy.h index eff6c941..46759d74 100644 --- a/src/strategy/warlock/DestructionWarlockStrategy.h +++ b/src/strategy/warlock/DestructionWarlockStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_DESTRUCTIONWARLOCKSTRATEGY_H diff --git a/src/strategy/warlock/GenericWarlockNonCombatStrategy.cpp b/src/strategy/warlock/GenericWarlockNonCombatStrategy.cpp index 49707e14..72484e37 100644 --- a/src/strategy/warlock/GenericWarlockNonCombatStrategy.cpp +++ b/src/strategy/warlock/GenericWarlockNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericWarlockNonCombatStrategy.h" diff --git a/src/strategy/warlock/GenericWarlockNonCombatStrategy.h b/src/strategy/warlock/GenericWarlockNonCombatStrategy.h index 48f69f14..0da7973a 100644 --- a/src/strategy/warlock/GenericWarlockNonCombatStrategy.h +++ b/src/strategy/warlock/GenericWarlockNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICWARLOCKNONCOMBATSTRATEGY_H diff --git a/src/strategy/warlock/GenericWarlockStrategy.cpp b/src/strategy/warlock/GenericWarlockStrategy.cpp index 9ffc7a1b..dfa704ff 100644 --- a/src/strategy/warlock/GenericWarlockStrategy.cpp +++ b/src/strategy/warlock/GenericWarlockStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericWarlockStrategy.h" diff --git a/src/strategy/warlock/GenericWarlockStrategy.h b/src/strategy/warlock/GenericWarlockStrategy.h index 22b59db7..2fda9c03 100644 --- a/src/strategy/warlock/GenericWarlockStrategy.h +++ b/src/strategy/warlock/GenericWarlockStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICWARLOCKSTRATEGY_H diff --git a/src/strategy/warlock/TankWarlockStrategy.cpp b/src/strategy/warlock/TankWarlockStrategy.cpp index dfa36b50..2328169a 100644 --- a/src/strategy/warlock/TankWarlockStrategy.cpp +++ b/src/strategy/warlock/TankWarlockStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TankWarlockStrategy.h" diff --git a/src/strategy/warlock/TankWarlockStrategy.h b/src/strategy/warlock/TankWarlockStrategy.h index 30bdbf7f..240f9515 100644 --- a/src/strategy/warlock/TankWarlockStrategy.h +++ b/src/strategy/warlock/TankWarlockStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TANKWARLOCKSTRATEGY_H diff --git a/src/strategy/warlock/WarlockActions.cpp b/src/strategy/warlock/WarlockActions.cpp index bfe47573..e899c7a2 100644 --- a/src/strategy/warlock/WarlockActions.cpp +++ b/src/strategy/warlock/WarlockActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarlockActions.h" diff --git a/src/strategy/warlock/WarlockActions.h b/src/strategy/warlock/WarlockActions.h index b3b7a3e2..787b518d 100644 --- a/src/strategy/warlock/WarlockActions.h +++ b/src/strategy/warlock/WarlockActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARLOCKACTIONS_H diff --git a/src/strategy/warlock/WarlockAiObjectContext.cpp b/src/strategy/warlock/WarlockAiObjectContext.cpp index 39672b3d..a70327b6 100644 --- a/src/strategy/warlock/WarlockAiObjectContext.cpp +++ b/src/strategy/warlock/WarlockAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarlockAiObjectContext.h" diff --git a/src/strategy/warlock/WarlockAiObjectContext.h b/src/strategy/warlock/WarlockAiObjectContext.h index 08e6d0f5..29b3792d 100644 --- a/src/strategy/warlock/WarlockAiObjectContext.h +++ b/src/strategy/warlock/WarlockAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARLOCKAIOBJECTCONTEXT_H diff --git a/src/strategy/warlock/WarlockTriggers.cpp b/src/strategy/warlock/WarlockTriggers.cpp index c40c1a9d..04592c9b 100644 --- a/src/strategy/warlock/WarlockTriggers.cpp +++ b/src/strategy/warlock/WarlockTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarlockTriggers.h" diff --git a/src/strategy/warlock/WarlockTriggers.h b/src/strategy/warlock/WarlockTriggers.h index e8ef51ed..295b6d89 100644 --- a/src/strategy/warlock/WarlockTriggers.h +++ b/src/strategy/warlock/WarlockTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARLOCKTRIGGERS_H diff --git a/src/strategy/warrior/ArmsWarriorStrategy.cpp b/src/strategy/warrior/ArmsWarriorStrategy.cpp index 19fa29a5..ca967583 100644 --- a/src/strategy/warrior/ArmsWarriorStrategy.cpp +++ b/src/strategy/warrior/ArmsWarriorStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "ArmsWarriorStrategy.h" diff --git a/src/strategy/warrior/ArmsWarriorStrategy.h b/src/strategy/warrior/ArmsWarriorStrategy.h index fd99550c..682657be 100644 --- a/src/strategy/warrior/ArmsWarriorStrategy.h +++ b/src/strategy/warrior/ArmsWarriorStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_ARMSWARRIORSTRATEGY_H diff --git a/src/strategy/warrior/FuryWarriorStrategy.cpp b/src/strategy/warrior/FuryWarriorStrategy.cpp index 1b166775..0ab7f589 100644 --- a/src/strategy/warrior/FuryWarriorStrategy.cpp +++ b/src/strategy/warrior/FuryWarriorStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "FuryWarriorStrategy.h" diff --git a/src/strategy/warrior/FuryWarriorStrategy.h b/src/strategy/warrior/FuryWarriorStrategy.h index 22ddf19c..2791379e 100644 --- a/src/strategy/warrior/FuryWarriorStrategy.h +++ b/src/strategy/warrior/FuryWarriorStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_FURYWARRIORSTRATEGY_H diff --git a/src/strategy/warrior/GenericWarriorNonCombatStrategy.cpp b/src/strategy/warrior/GenericWarriorNonCombatStrategy.cpp index a2c17af9..a5525462 100644 --- a/src/strategy/warrior/GenericWarriorNonCombatStrategy.cpp +++ b/src/strategy/warrior/GenericWarriorNonCombatStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericWarriorNonCombatStrategy.h" diff --git a/src/strategy/warrior/GenericWarriorNonCombatStrategy.h b/src/strategy/warrior/GenericWarriorNonCombatStrategy.h index b685d922..27643258 100644 --- a/src/strategy/warrior/GenericWarriorNonCombatStrategy.h +++ b/src/strategy/warrior/GenericWarriorNonCombatStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICWARRIORNONCOBATSTRATEGY_H diff --git a/src/strategy/warrior/GenericWarriorStrategy.cpp b/src/strategy/warrior/GenericWarriorStrategy.cpp index c48a6493..7cb8bb15 100644 --- a/src/strategy/warrior/GenericWarriorStrategy.cpp +++ b/src/strategy/warrior/GenericWarriorStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "GenericWarriorStrategy.h" diff --git a/src/strategy/warrior/GenericWarriorStrategy.h b/src/strategy/warrior/GenericWarriorStrategy.h index af3e6acc..afd14a59 100644 --- a/src/strategy/warrior/GenericWarriorStrategy.h +++ b/src/strategy/warrior/GenericWarriorStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_GENERICWARRIORSTRATEGY_H diff --git a/src/strategy/warrior/TankWarriorStrategy.cpp b/src/strategy/warrior/TankWarriorStrategy.cpp index a75048b5..cbb712c1 100644 --- a/src/strategy/warrior/TankWarriorStrategy.cpp +++ b/src/strategy/warrior/TankWarriorStrategy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "TankWarriorStrategy.h" diff --git a/src/strategy/warrior/TankWarriorStrategy.h b/src/strategy/warrior/TankWarriorStrategy.h index 2e388729..54e11108 100644 --- a/src/strategy/warrior/TankWarriorStrategy.h +++ b/src/strategy/warrior/TankWarriorStrategy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_TANKWARRIORSTRATEGY_H diff --git a/src/strategy/warrior/WarriorActions.cpp b/src/strategy/warrior/WarriorActions.cpp index 00c06163..c679a6b5 100644 --- a/src/strategy/warrior/WarriorActions.cpp +++ b/src/strategy/warrior/WarriorActions.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarriorActions.h" diff --git a/src/strategy/warrior/WarriorActions.h b/src/strategy/warrior/WarriorActions.h index 79929b45..ea72fb26 100644 --- a/src/strategy/warrior/WarriorActions.h +++ b/src/strategy/warrior/WarriorActions.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARRIORACTIONS_H diff --git a/src/strategy/warrior/WarriorAiObjectContext.cpp b/src/strategy/warrior/WarriorAiObjectContext.cpp index bcec922c..3a9af551 100644 --- a/src/strategy/warrior/WarriorAiObjectContext.cpp +++ b/src/strategy/warrior/WarriorAiObjectContext.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarriorAiObjectContext.h" diff --git a/src/strategy/warrior/WarriorAiObjectContext.h b/src/strategy/warrior/WarriorAiObjectContext.h index 2c9bab97..b4f3449b 100644 --- a/src/strategy/warrior/WarriorAiObjectContext.h +++ b/src/strategy/warrior/WarriorAiObjectContext.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARRIORAIOBJECTCONTEXT_H diff --git a/src/strategy/warrior/WarriorTriggers.cpp b/src/strategy/warrior/WarriorTriggers.cpp index 61be1cf2..4ca2e5b9 100644 --- a/src/strategy/warrior/WarriorTriggers.cpp +++ b/src/strategy/warrior/WarriorTriggers.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #include "WarriorTriggers.h" diff --git a/src/strategy/warrior/WarriorTriggers.h b/src/strategy/warrior/WarriorTriggers.h index 0e99c705..4e4f4cab 100644 --- a/src/strategy/warrior/WarriorTriggers.h +++ b/src/strategy/warrior/WarriorTriggers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license, you may redistribute it - * and/or modify it under version 2 of the License, or (at your option), any later version. + * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license, you may redistribute it + * and/or modify it under version 3 of the License, or (at your option), any later version. */ #ifndef _PLAYERBOT_WARRIORTRIGGERS_H