diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-03-17 16:46:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 09:46:01 -0600 |
commit | f6a17164be8700d4e457a51071ca4034ecbc5b73 (patch) | |
tree | 8829f005bc1fada7fc7f8e7b42d10ff7d318a8db /src/server/scripts/ScriptLoader.h | |
parent | de2c57f6cc93185e87afcb2c4cdc7b288ec6babc (diff) |
fix(Core/License): issue with old files license (#4762)
Diffstat (limited to 'src/server/scripts/ScriptLoader.h')
-rw-r--r-- | src/server/scripts/ScriptLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/ScriptLoader.h b/src/server/scripts/ScriptLoader.h index 44accaf49b..e9169d721a 100644 --- a/src/server/scripts/ScriptLoader.h +++ b/src/server/scripts/ScriptLoader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-GPL2 + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license, you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version. * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> */ |