diff --git a/src/AiFactory.cpp b/src/AiFactory.cpp index 75d51bf12..3ec1418aa 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 2c3fafe54..3d11d80ae 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 30a85099b..9a6b67002 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 e823cbf51..ebb1d9cff 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 1b1265ddc..d1a505096 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 20b62f3a5..562f23078 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 edbfcbaa3..34e17fe39 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 22caf1f15..79629769f 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 7a2bc2203..a689abdb8 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 f6826bf53..c050281ca 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 5ab06cb78..84d34c12f 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 02340fa64..6a648ad19 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 2d9fd8a1e..84497b8a8 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 b7d0caf9f..a62eb8fe4 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 9ff7dd997..0f87aed70 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 dfe2fbd5e..99b0989a4 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 77f6e64bc..290cec557 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 d2b215e2d..e41a050fa 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 c6a50eeae..2f290b090 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 d529ae34a..47d37adb1 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 f112f9d00..04deae3a1 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 a43ba60c7..8e1fda1b4 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 37cc9ebdd..992e83491 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 6c1772e29..2b1f6d3f8 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 d2a3ff8a8..4eed4223e 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 48e1b8649..25cabcb72 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 482c23487..83931229a 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 6ba0d24c6..e1b93a338 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 42331ffef..d66056ec4 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 184bafd76..713d7f659 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 e4402d6dd..3df2d0d7e 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 5d9bb50a8..74354613d 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 78460b5c9..ba0f4e392 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 5ef317762..7e1cc5284 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 3c8cafe97..45e859898 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 f29475951..e73108dc1 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 e758d630b..3caa96a73 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 05c47ce26..f4ec2c403 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 5b82771b6..72ea9e4f7 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 c5783a4f5..f99c49590 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 6ff954a03..216ddf9bf 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 94f6928e4..37d6ba49e 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 94e515379..e74926a20 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 c0a9d25f8..ab28c25da 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 ed4c1cd2f..be624328d 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 8266e8ddf..61b9b0d43 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 13e21124c..0ea93f077 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 aa22ae5e8..06e70b841 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 aba390590..8cb63e44d 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 69d510b9e..f8df8bfea 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 46d76665f..c1c2ec0d2 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 096a0b973..a29bebf10 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 abc70eb03..3a86cbb16 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 60b6ec69b..9eed6a5f4 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 277d7b123..2fec9fcda 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 a8e6bc549..27ef871ec 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 2963c7419..a42ce6f29 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 24d705a1c..4390e6af1 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 5072cdf9d..08c0af98d 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 03224f567..5087a42b1 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 5de5923e1..fd57a5d6e 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 d7ffa84d8..4312313f5 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 dd025c2e8..0789f9baa 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 c65ad8ae2..3ffd1850f 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 cc6496d13..a056aed5e 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 82ec4d2bb..9a4007952 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 b62ac483c..c1072ff9f 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 8a662997b..6b98e04f4 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 1835d19ca..5bee3a322 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 0ec10658c..6caf4e92f 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 f5647cf41..2f42eee92 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 6e1e70e3b..7e95c556d 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 2579fe9f8..5615146f6 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 009414889..e42b14f89 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 133bda869..5a8bba68b 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 ae3a7079d..fcb85261d 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 846026c25..af8c4ecec 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 461947d83..0b95e01a5 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 3f8abb105..b407f9337 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 af08dcc77..136e1b438 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 0ba171125..b8a486dc8 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 3f1c30105..753615c49 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 e597d3947..333906fe7 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 a95ccbdf5..e0a967973 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 89f616968..07105be29 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 af8d0528b..8b391730e 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 82f8a45c4..ac10774c6 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 a4189f78c..8c370226f 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 7ff304336..96d61d4ba 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 da9662fe3..5ff4f439e 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 fe88fe070..bfa46e6bb 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 c49efb9d0..4606e938f 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 6c2469928..2d53c13e0 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 7208fbe40..396ebd7ca 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 82b63c643..005cfb08a 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 504e144cd..1160e66a8 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 cdf6fb6a3..6e2178a82 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 9dfa3a818..c4495cfc0 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 7d458e2b3..cebd7615a 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 c4d6eae26..9e16ee2d3 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 c38a43962..dcd388175 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 5937a0f73..298bc686a 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 74dd4af72..93a90f16d 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 3563bfe19..82672cd6d 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 703fde579..f9fb9ebe7 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 a5ea1d8a1..94c954183 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 ee95cb24f..27081350f 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 ca9bf6304..314d44bbe 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 d49559a07..19804da87 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 90aacd5c8..5f3ffc783 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 fda822ef1..f45816249 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 5768736e6..d3aaa8994 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 f5e42d98d..74bc236a5 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 6cfe377c2..b6d065aeb 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 d91186c6d..d711559ee 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 d40b3c76c..e31be8c4e 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 103f8b99c..d15dcf65e 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 9978b2932..525badd12 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 5f1c78eec..793ef8e07 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 3cbb546b1..0d7e7e157 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 89837475e..9f359f392 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 4f3525702..220beb71d 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 3dff4f9ad..417ffb50d 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 e598154da..ed53b18a5 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 4caee907c..04d692c21 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 12c4d9d4e..f4f476a61 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 1690774d9..6d410c0d4 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 b50b7131d..b9d0ee866 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 8d5117069..c50e4a927 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 d241987c4..0b06a674e 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 bf5ff80f4..cb617e3e8 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 f7e02163b..0e99c5fe7 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 90895431d..fa941a4c8 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 f627105fc..b3f4ec5cf 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 8c2061a09..512c9d390 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 96c1ba95f..85df168f5 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 2089c1118..cd0add81c 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 589984aca..7bbcd58ef 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 d93e9adb3..9a21838e1 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 89ad4b151..1fc0d4c3a 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 c884828e5..f36657560 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 794e65f50..20151658c 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 57c063bfb..2aeb89e20 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 4b90e2376..f98360ff7 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 38307e094..5f9050194 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 0fc7015eb..709307f40 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 7cb991582..2ec026dc2 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 52b809cd7..fe29a11b4 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 5ce6df49c..82d74527e 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 8f043fd5d..a8e83e87c 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 f019a88d1..363307659 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 0c2cbac19..11a0bf26a 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 df4a28bce..5c81c313e 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 a393bd905..8d47912fe 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 4d341d8df..626c577fd 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 153606a03..0fce4ad70 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 a0d4f5ef6..fce18e602 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 672358cb6..ddcdaef52 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 b20cccde2..a6622eec1 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 ba44424b6..72952e66c 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 b1836cb3e..7732ad8e8 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 de1046c5e..946af5b2f 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 64ef5aa3a..518d39c8e 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 4caa8c13f..05c064b96 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 9206915e4..d2812d8e3 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 566f2df07..023b376d6 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 3e64db8e9..3d50d7ad2 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 a86fded51..f4a66bf9e 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 d98197449..5468e3413 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 ae8010e1b..184b17715 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 1bc8d77e1..b089b6764 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 d222667ca..fb27a234a 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 571c5c3c7..d9cfc8421 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 8e5a95d2c..3a36d9ccd 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 a66e36aed..e2435a579 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 afdf19beb..6e2d6744e 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 169be1e97..bd3f3b087 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 bb1076d6a..1b8cd62a2 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 48a1ffa56..f94181567 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 83a67c99f..9c5083d80 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 e6ed73f33..71ef373fc 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 ff7118f3b..87bf2c5ff 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 aef110989..8b1e910ea 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 f926a68ec..cd7635a97 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 50284dffa..8d60d07e6 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 a7d50a99b..2d9c74ff6 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 5aac99b81..5454a3105 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 caa920c71..075b28cac 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 a4e7ba9b9..07de5824f 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 a46d34378..af5a1f017 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 991863519..bf46d1b74 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 6f0ef2ce3..3dbe1d6e4 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 0481bb0d0..e1d374b0c 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 6ad575fc8..f8b365396 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 96f385277..6738f02c1 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 55ee58292..8c151ef8a 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 ca317c7d6..398a8fa18 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 d2d54da10..f7b606a91 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 f7fd6cd2a..7ab0f59de 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 31a182c93..ef7cd9239 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 a8596adba..6877d0986 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 89b8122c7..7af26210c 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 04168ddb5..4b9f2c7f6 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 5eca0cde6..2773ce4ba 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 824b90555..dcb4e96ce 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 c56ddeafe..406a0ec05 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 9f23389b3..8622a42d7 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 7f5d98784..796841705 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 aea5dbadc..2cf2d592a 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 e78851551..3a3ad7f67 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 0290c5237..5fa44bc1f 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 0b8ff485c..cd8b5c28d 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 8bd6c7399..3aefaf970 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 9f2de51d2..2e0656e71 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 5607fc789..b657ee8cb 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 66ff1d0ff..3b3a4240e 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 2582274c7..13d895860 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 db09727f8..68f8089c2 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 6dcd5b401..a972066ad 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 f15034b24..4ee2fee6d 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 c54cac3d2..e66d4147f 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 4facc600b..618af10af 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 19ef19684..6dd6558bb 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 9ae28919d..a4dec2caa 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 9f6400a99..3d8609cbb 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 fd828ea4f..371d11c2b 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 e639c5cb3..b5f7a3891 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 60628bc75..e810ad27c 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 5d30d498d..3156d4992 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 6ab73b79f..c221741b3 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 986fbe480..78f7f9bc4 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 2a6e67852..b530504c8 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 a362c2cb0..ceb1fbbcf 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 a4ab15c44..afa5663bc 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 e149b42ef..963ff09b1 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 5ca491911..ed4af4d86 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 025f04477..9b6cebfcb 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 b73e4283a..9eb8b3131 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 3888f28f0..2de27f041 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 16a671deb..7e8173924 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 71d462455..2fbc75af8 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 44df21433..f2f8bc2ce 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 67f12066f..6ceccad97 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 dd0c58197..308850901 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 7d3b43786..39e8e1ba6 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 680154cfc..b9ca10e54 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 e5383eba4..029c6eeff 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 b4e1248dd..1536cd6b9 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 c615a86bb..b5d940ad8 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 a06c85323..3cf9e6930 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 0675a671e..828fcc978 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 f5e51011b..2be0da6be 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 edf8ab574..40559753f 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 a8a2d8caa..00b9e4c28 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 f64c15aa0..0c16c489b 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 0cae65691..92b7ac550 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 7771f9ff4..debeab849 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 f4922b970..af5a54037 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 6d93f7959..e2de4b440 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 a84d652af..a863a5973 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 297579a8b..14f4073cd 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 2eaf07c33..a66ba3a1b 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 f938ffbf5..aec1af961 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 181b09742..e97d09057 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 b195faef7..092a03137 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 e8768446e..1c0a6f248 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 7f04d4eb2..b69256bc1 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 5697347fa..00f1cc1db 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 f74c90488..cd0422476 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 960f438f3..f28107473 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 58c8572a7..a20dd3c07 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 fd5e6ae33..1022166d0 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 5ae9a0f6a..328777a94 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 f5ffa1309..21b68d6bf 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 7751df175..c0485a8e7 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 ac84ed2b5..784f6bbb2 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 c0b39082a..8d5fbda4c 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 b3e308679..bff78cc84 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 cf4a3d40b..b34b3eec3 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 5978a7d6c..18b0aa44d 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 7d096ea51..4ed91d29c 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 062b77ca4..81ec27c03 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 348141288..bfabe36a6 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 0e3a5c933..09edec989 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 f6a6c3160..474f37e4c 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 e184c9c8c..5bf9a8f04 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 afd0f9d13..1320eb04a 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 fa068ffaf..21f343ccb 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 0fd90bccb..8b90adece 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 1d3178a56..91556d635 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 3f25748ef..8ff78f3af 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 0fc61ea9c..7c985de9d 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 f28c0545a..c6184c4b9 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 a016ad718..06affa6bd 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 d514c7f49..f062ce5c2 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 8ec59131f..d10507da9 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 0da185d46..36893f4a8 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 1b9109bf8..ee499bf8a 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 77ff51b0d..d4b470b4c 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 efc870109..033ed606b 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 2221731d8..ad7e86a5d 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 58f77ca6a..578be9a9c 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 6d05a8df0..f6872c846 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 019eb4af7..0dbaf38b8 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 cca32c1a5..525ff8d53 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 5dd9a8e44..d050b9661 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 3ecf6e419..468b1f507 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 5db9947de..238ce7e89 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 4b8bb1373..ad87a550d 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 df12f4343..edde3272b 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 8446c24cd..b414b4780 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 018ba5a02..234eaec2a 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 91a42c4b7..1f9e89cc1 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 fd8f6b7a4..97cbda6f5 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 68afeb780..65aa24e09 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 f5ea2d081..46e316f8e 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 ec33aa509..792a32445 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 d52280808..5eec7a43a 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 3f48dbd87..3eac10473 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 b68e9fefe..6f3e0dace 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 cf55da1de..ade7571f3 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 43da9b070..3bc4cf79d 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 125b7df44..9cd12b02e 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 988564cf0..d4ae928e6 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 10c01c0c2..701f93d77 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 f1f6dba9e..5a8821206 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 686f8a201..e08a38d84 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 c9f74ef96..3adaa66d5 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 f6f056396..7ecd8efb5 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 608c49642..440e42f21 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 62f8b513a..9ac7aca2b 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 f9af19f3f..4b81d24dd 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 f24e997c4..16ad2ca79 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 ab6556f59..4313b18d0 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 304103d02..47a86e10d 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 d230cf0b7..3f7d3e530 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 655208bf6..2de9d2830 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 b9f4cd346..10f8a1192 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 4d7ce96ee..5804fd7d2 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 94de22bfd..d84b0c243 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 9a32f5cca..f5b5f6285 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 d855f5395..56004bebe 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 85c56c631..690d2d4b7 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 bfbf67d3a..2b0c7e191 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 dfebc8590..68eecce69 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 1799503d8..f3b59549e 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 ac33eeada..ee1c6e2dd 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 fbda01b87..1a0e0a300 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 785356009..edafdfcb2 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 c222fe8fd..d3ba1756d 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 d00fdde0b..bbd1997d6 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 e26770d47..868119087 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 0659ee0cf..b47083850 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 49bba3902..e1330e949 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 1638d596c..bada772c4 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 f4adfa7a2..a3c77c27f 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 7fefb11e5..22da503f8 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 43afff1d1..446be3bb6 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 da5926e03..d5935a9fd 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 03bc454c9..1f2793d92 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 9a726478d..e00101ad1 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 575c5aef9..520610361 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 355a5c528..a320a233c 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 a26f96c00..ac80c7dc4 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 b45a778ad..8921df718 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 86508ceb3..90c162095 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 721a1dbce..c46fbfe37 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 6ec84558c..f25fa6824 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 3a4b6e72f..c305621ad 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 991634416..5c095d298 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 f94be4c9e..37e8c74bc 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 62da43621..4d52cbc36 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 4169d611e..dabe74281 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 acc7ab57f..1740ec399 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 3e69bc099..512ddb0d3 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 e732357d3..42bb81c44 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 6bc96d979..9b0595a18 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 571ee2bbc..657fedaa6 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 b7b16d84a..0455b2f11 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 e640cebdc..641156f95 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 96b8d3af3..bfe2450b0 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 1743a3395..b5a493dbb 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 124fef6c4..f7a4ef32c 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 db2d9a70a..29d9d4fdc 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 c36dd0c85..ee309e79c 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 b04ed9689..e6ff2a86c 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 e83821bbb..caf369be3 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 cf4c6c356..f6d8f2320 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 4354328ef..0c3aab7bf 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 6b24208b2..61a9a1389 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 d38a29c40..6cf8552a3 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 1b9c7a253..5541cc10e 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 5fe2f63b4..e5e483252 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 ccb945c06..dd1e7d006 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 0f269cabf..3b42160a3 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 31add8ea9..28e154454 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 429954cf8..b1fec20eb 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 547b93b09..2f1c2e787 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 0f22f2234..7e052a346 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 e0833d296..36ce40271 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 2b7098363..f474a9782 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 5302212b5..95317360f 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 8cfef7f7e..705907097 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 d180743a6..c90775d58 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 794efe414..1c3b843e8 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 d0f79efe5..aa29d90c1 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 ca30d5a21..444acf06b 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 3f535248b..e36895e2c 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 3990bd7db..042d1c9e4 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 07100249a..f5eddc1ca 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 038db891c..e23e827c8 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 cf69a7b04..87eab747d 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 779821433..e194eb883 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 9005f6f5f..3f3019f22 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 48ebabab5..adc3cec88 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 0f389ca3f..000399f19 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 31de5afd1..764813cfc 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 67addaa66..4ae33d4c5 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 2840e2f61..bae6b419d 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 ae69bd3f2..95118f737 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 11047e269..199762335 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 394a28efb..2f97e1656 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 cf7b836bd..5a571e0f8 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 db703c914..fc08030a7 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 f2c67f756..8e38a4b7d 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 9f4fdd984..4f1f5efa4 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 36d499885..a2eeb9ba2 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 793e79b00..315719840 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 4e5984f0c..771bcffb3 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 ef31c5378..d751741eb 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 e20b7fbee..62237fa48 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 d04060c4c..5ce9c4f73 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 b17b46e19..9406e8409 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 9f5fc71d7..0a2bd5086 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 7022c96a5..68ce2d00d 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 c6c219389..c6902cedb 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 f2249db57..3a5df2f16 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 2a06ca2e7..1e46bf9b0 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 a369baa03..011650df8 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 c8eb226b3..4e77774c6 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 59f95f4d7..1607d8e5c 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 88324234d..6626725b5 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 89fb6b5d5..324243a17 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 e9b59e97d..2de1d7764 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 b2e32c0de..3e35f5bff 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 a879e3faa..5a7025bee 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 dea739ced..bf5fb8de9 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 dbb2c4955..734f3d8e6 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 67a5f1dbb..de3ba39a0 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 c5adc269f..9cad2bb3e 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 5d0845103..3ceccce24 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 a28c61b9b..3fb17f37f 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 52e37bd40..7363f8c66 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 c6f266d10..ca4d3fd2c 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 d66af0246..e9365bad2 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 b5784fd7f..b3f897e2c 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 d716c0ddb..700b9e677 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 86bbef972..097ecd0a0 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 557ac729e..70111ef80 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 f8489d3d6..354760df5 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 53a1eabf6..bdc1e9b71 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 55a36e24d..232d19428 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 820a837b6..2c64092e3 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 46465fd8a..c61aee2a9 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 033474d25..53f40ef8c 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 ca42f3acd..1837890f5 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 09ec3a10c..ec0f3fb30 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 04d9150f7..cb5adad7a 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 cf70a86a9..27fc7670c 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 739f0bcb5..1d260b33a 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 67e43c386..13173fd2e 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 26a054e6f..f81a5bdff 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 78db444b3..ae9cf1291 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 8152af05a..4ab802ac3 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 e6c1a51f7..fe9e5f54e 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 63dad120c..f83ece59c 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 b980275b5..2237cc99e 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 766748586..902855164 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 46ad4d96c..60106d43c 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 924773ad9..8efcf0fe4 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 522accb3c..4410dcbf4 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 b87f44f53..4b3663494 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 1e73e89e6..4509eaa0b 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 61e347d78..d1815e816 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 978666eb5..2f335a466 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 50782ba3c..bc5afc0d7 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 e7f2049df..f945dad70 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 33db69e09..9eb7a94d5 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 71908a97c..dc4bc9ad6 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 b6042cd72..36cf2dc29 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 9fa58989e..69b7685e2 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 dcc131d1a..52b6e83e3 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 44827cb79..0b691357f 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 93f2615e6..561ba0247 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 3ffe60ebc..e75818736 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 719b77564..697b1e291 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 e82150839..dab372619 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 b5fb1dbf1..0fa9ed69a 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 90dd43523..379cf0d59 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 752577c50..6deaabaf4 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 42c5de3e5..def1e4693 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 5acd3ba2b..27178104a 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 25c3577d5..94e7e7dcf 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 3bedd3a12..7df8bc1bc 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 eece2ad1c..091b8d5f7 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 50a4b776d..6bc5f3c44 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 8d9630dd4..665de7275 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 d1041a8a2..e08de85cc 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 e121b3edc..78908354a 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 c5c69788b..573a3e8f7 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 30c17d548..b3cf8a634 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 f6adf23ff..c32f966f0 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 f87fe8827..95cc6955a 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 4574a3457..5a5e1fa0d 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 4af7a8692..0d6e1fec4 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 0db6f934e..8d3a39631 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 7614de4e3..369fc1c88 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 d54c04d30..d0b3b3728 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 24da51259..d83c0f5fa 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 81cb06eb6..d31261f66 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 176308a47..f8d5667f2 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 66ac8de5c..939147949 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 850368082..67587e321 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 dd22bd776..39d1531a7 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 c28a8315a..477c0e075 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 435b43d0f..c2cd2f5e7 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 de8640836..e22210798 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 a8e063170..e769916f4 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 94b47171f..209e0200c 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 7a01396eb..144ad3d58 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 ad2fcaf37..a1630ea2f 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 3b52f222f..c4e21a561 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 7e87bced4..aec2c4f8c 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 737048ccd..2a3ec516c 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 031929a9f..93812ce6c 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 0f9551624..3b368d03f 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 e740ab37c..eb13de15c 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 e8675c8cd..3dd9c904c 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 258331c6f..c634297aa 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 57581cf55..7dbf7c91e 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 aba9fcde9..3bacc8846 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 74869bb13..4929eb9df 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 e8b867ae9..4ca5f94be 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 e63003459..439e3aaf1 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 365fe9953..25f8886a3 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 14cd3b2bd..6c333bc7e 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 a3c42d704..7352dbc81 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 aa017d0de..145f205d3 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 9216c9486..5f7e109dc 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 d0d9137be..cbd838abd 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 2668723e9..35fd7db13 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 aa57a1105..d96f2e19d 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 d98c3166e..ecb59f6a7 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 b93f05c8c..e6db66214 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 cb590f998..bdf804edc 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 9bdd3bef5..87b28a984 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 2364a5e2d..e1c61033a 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 c84bfc7df..1b09414d4 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 b433fbf7f..7ffac96cc 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 bb6efb4e7..83e3449cb 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 0db6e22e6..385131064 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 888495198..465d05a59 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 5ef6f37c6..e12a1a67e 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 45c8ad6de..894780ad4 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 747d2c662..5ae91985d 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 5532dd276..e6565b722 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 8ceadc7b2..a6d8000d7 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 a5382aed0..e3dd4efac 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 f323106f7..aafddf8be 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 9f12369ab..fc1076c34 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 3dcd31952..84c1bb850 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 b3c7f60a2..e4243fb10 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 42b0ae9ef..b304826b8 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 16ae0caf7..9fe078f80 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 106d48d59..a1e511df3 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 39aee91f1..8e9a79b24 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 7f1615502..bfdcacd7e 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 2bcfbefd0..8bc4e3c5d 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 89d744c1d..8a04a01d0 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 9b276ccd5..c31dfbd7e 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 39941bed4..9875f23de 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 f1b3f98b2..3628f8737 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 21f0ea543..d99fa4687 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 e5ebc5a8b..be840ecc7 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 464c35a19..333e45896 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 f4beb13c1..3e4a832af 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 8a564fc9b..8d7c64919 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 3d013ed6a..16aada016 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 48ce772e0..4ef826a8c 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 72fc92d34..019b0c6b8 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 59fa61fe8..b1b1e1568 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 055c3e6d2..3e058925f 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 2aba120a7..44f883c76 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 224b01a4e..c38b04096 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 c683407f7..04e299074 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 719767fab..2df84edd5 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 fab343a08..953b09309 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 60d8d70d5..ea7476b47 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 1b8d46d4c..dc26d2ea6 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 d4d0f98a5..52e133094 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 4d64bb1d2..499c100b6 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 0c307f440..dc7145e7f 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 d168f7afa..cb07ba6e6 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 0515bda03..623b013e4 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 bee40f2d3..9fc34e8b0 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 cdee870c0..44a9f7577 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 fa70bf409..1e8ef8d53 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 604cfcfe8..d9149b8c4 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 5bfb5e633..6d36f4a27 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 c1ce677a2..8d2520cf6 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 63e4002f3..86a0fa31f 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 6567b7aed..3fd6d7325 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 599e7dcdf..4131b0e42 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 a06a94a69..a299e32cc 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 abd23022a..f119441e1 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 63e5d3394..208ee5ad8 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 722d63a09..988413b2f 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 d66641225..5f03f8a13 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 a31f3a47f..afa405581 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 233a736b5..adbf730e7 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 3bc8d4f37..9f0485b77 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 279bc3fe3..d8149bffd 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 aa170e2b5..7aa2bc426 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 1c493b18f..c1f79055a 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 4ecf00fff..f422f386e 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 f9aedab86..f7c580b21 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 7fe56ac8d..f70ef1d7a 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 9214cdf9f..46e489a63 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 e75f81f67..ee1266e60 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 ed39a6782..cc320ad02 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 4fe38d724..90a43679c 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 59c7092cc..ce8cd2c1a 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 8ccd8b547..bd83d09de 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 2780af79b..a8ecab4d9 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 235cf7be6..f0a54345a 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 62434a343..42edc9d16 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 0aaa77a2c..88dfbb2b4 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 b1874be94..ce2e1467c 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 984c1deab..1323e6534 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 6d9cb3fc9..9baab0829 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 f4d041e97..1d428d9df 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 638081a24..0c9343ca9 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 7012f5dc2..6f98e37ac 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 5404a220d..0f7f4c6e8 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 9acc9cb6b..132a6f826 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 146054428..50e1e5891 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 ebdc22f84..13a6aba2f 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 6fcdd99f3..d55df8772 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 76e72584d..06f000205 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 3315b7c1e..b4c3ac956 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 4f8a94b11..d46dcb816 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 12b1ec6cf..cefc1a10c 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 4245d6a66..15fc2e295 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 cd090802b..3e5a76b8f 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 17ba45622..637fd7286 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 2ee6290cf..651c34153 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 2c3de2997..c80ba5f68 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 7d7d06666..5f1a4aa6c 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 f94823a98..745369a3b 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 d2f69c27a..906db92a8 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 a0506c4ac..7f945d7e1 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 1ecea8fea..4c2a62a84 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 e6ee8c80a..6ef51f5fd 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 b1516953e..024d4a4f1 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 5b91c239a..c47151ddf 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 b77b5a0ae..8bc0483fc 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 6859374ef..af538fe18 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 52ae8f06d..765774259 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 84d322612..91802f222 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 fea09a214..d3311e6c8 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 2b1072077..27b810026 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 35e8c808a..708b1d704 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 8a25de9c9..2aa2fe110 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 f7f79dfa1..3cfbb4863 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 25cefe0aa..2c1e818b5 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 c82817399..d5160f8cf 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 a6ad60afe..55b47d7c0 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 bf5ad3b54..f45a122db 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 cd2cf24f3..51c2b8bed 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 0ba67af81..ca310fd64 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 ebc761c07..6040c4fcb 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 ad0599baf..57aec6d16 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 3bc1b28bb..9c2a41304 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 90957e3dd..f94f20265 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 f050ac717..c412068ec 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 27e1c99ea..21c43f402 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 beff6210f..c44e1d0f4 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 cd368741a..d1d7f912c 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 bf26763f5..587037eb1 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 397bf86ba..f9cb21028 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 b59a1d514..ba0473003 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 3be92adcf..27d54f968 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 aa07def11..ece61bc42 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 091bf62d6..d687e1fc4 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 dafd8e5c8..9b8200b56 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 052369eba..94a51837e 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 84d49bca8..a43d8f204 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 b6f943a1f..50f7a3864 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 0d7c563a0..bc105dd7b 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 80feef364..e23506288 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 3f121f192..bf09898ee 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 c3e62586c..aee5aa6eb 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 95e460659..1e6a36864 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 2a03043ce..452bda0e4 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 c9a31189e..fa68693a6 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 d17d9e7cd..2c719d8f4 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 de04ec432..6f7c593b2 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 366f38a58..e14549da4 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 a2a2a2bd5..ea7a52bcd 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 60001ed57..e6dc5cb84 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 b1c32d13b..d50ea1b06 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 72acfee4e..ba54020e3 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 f3ecf916e..ef09d31fe 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 6e498a968..443055866 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 86cf1aba0..984ed8032 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 5c8914c46..ff8d6eadd 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 ecfda769d..fda18e8b6 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 36f9b7eb5..8b9f1a55f 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 ba3fdaf70..01f40656b 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 c387ddca8..d6ff5c990 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 06055998d..e06311cc8 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 2f10ffb08..6f1d1c532 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 2abe016d5..18fdbddce 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 22355d465..6a4f9b9b4 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 aeb7ce385..dc3f94cc7 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 abf5a0a32..45cb6a649 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 cec3599b8..7945f3f40 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 2693dbb72..6439bef28 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 0c552fdef..5916f7aae 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 ced8bddc8..f406998f1 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 a22410224..6fddb6d99 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 512db8fac..a9f8f781d 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 35ae587eb..17e987681 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 d422c7b61..312d5596e 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 59fe3167e..fec1aed21 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 6453bb09f..4c0716e29 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 f8f92ad0a..b28072cdb 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 aeee26116..987631692 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 131c730fd..b5aa2de78 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 e29467d87..2018e93eb 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 1fb723605..862a9a7e3 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 87971203c..73d522c5f 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 b2b510da5..1c188d298 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 9e192c577..693502614 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 d19605fa1..04505a1d9 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 f56ab6acd..527925a0d 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 17d683122..39343ea25 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 8cb5048af..e26ec0dcb 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 631953de8..19eab18b6 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 2f84aa447..fbb5984fa 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 665d6d8d6..91b1955b2 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 2037d6069..04e7e9b13 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 3fb0b45d6..47554c7c2 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 b235edde3..f86035c09 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 0d07cdae6..e98fdb3ed 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 1735e88db..14e94b735 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 48ae772a1..4ae9be08a 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 910ce810c..4d52ac61d 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 11ffa482c..f195a899b 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 19bd62435..57bb958c7 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 898af9bff..c9136c61a 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 61473c846..9ca128ff8 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 ae6f5cc98..d8d64d1c0 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 bb2a7005a..368acdc9d 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 e299c988b..8583cdd77 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 891932469..86ed8d098 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 1888016c2..1b136c825 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 0d5afe69f..ae5b596a0 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 6d31993dc..654abd44c 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 02a07cad3..13023b3bc 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 a72b804ad..f295f6508 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 9f4a26bf3..bad46b951 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 072fdf580..172477850 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 62e73b890..a3ece1fd2 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 6f404af43..4756dae09 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 0c7e0c057..d5ca7b58d 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 d507a20f6..ee3c50105 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 ee537e9d0..6b5b0013b 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 073e74d22..0728be2a2 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 6ce8d1d08..040ce07b4 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 d21aa701c..c2f3d607a 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 7161ecb7d..be8cee0ae 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 188e09570..f4a2efbe7 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 db5f56125..7e15a5c4f 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 dbf842084..1de04e1cd 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 2db2b2058..23b8266bd 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 12a28a9a9..80893974b 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 d1b55f674..55eb745a9 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 e3ec057c2..96e958c2d 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 a637f3694..5ff976daf 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 a0b4f68f1..9fa85b3a1 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 7064456e2..789243341 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 859fa3294..682c0b3ff 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 2e813c5ef..3df8e8229 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 1cd97a396..2e7a18d2b 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 a5a5e4ddd..16ad14de2 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 2c87ec726..6ff3bc651 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 f8e447404..27cad01f1 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 bcef1a3a0..ef2d1e959 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 9769910e5..8aee6182e 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 ebffd3280..598b78441 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 029551cef..fcd7a5889 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 fcd915b0f..d95b00142 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 d163532fe..845a8c958 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 5e1a19e03..b8e79d6e5 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 9f88dd742..c35127f26 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 a34d3d647..1585c4484 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 68ad396e0..f41bf96f8 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 9ca5c3edd..df853c85a 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 87de5daf7..dd0ce0863 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 eff6c941e..46759d74e 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 49707e148..72484e377 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 48f69f143..0da7973a0 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 9ffc7a1b8..dfa704ff5 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 22b59db7b..2fda9c03a 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 dfa36b507..2328169aa 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 30bdbf7f3..240f9515d 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 bfe47573f..e899c7a2f 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 b3b7a3e26..787b518d6 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 39672b3da..a70327b6c 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 08e6d0f59..29b3792d9 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 c40c1a9d0..04592c9b4 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 e8ef51edf..295b6d895 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 19fa29a53..ca9675833 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 fd99550cd..682657bef 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 1b166775e..0ab7f589d 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 22ddf19cb..2791379ea 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 a2c17af9e..a5525462d 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 b685d9229..276432583 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 c48a64938..7cb8bb15f 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 af3e6acc2..afd14a593 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 a75048b51..cbb712c1f 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 2e3887294..54e111087 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 00c06163e..c679a6b58 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 79929b450..ea72fb269 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 bcec922cf..3a9af5517 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 2c9bab973..b4f3449b7 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 61be1cf22..4ca2e5b9c 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 0e99c705d..4e4f4cabf 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