From 50b36e842a1357611402d3eece3692861cb0dc03 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 14 Nov 2025 12:44:25 +0100 Subject: fix(docs/license): use GPLv2 as MaNGOS-based project (#23655) --- src/server/scripts/ScriptLoader.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/server/scripts/ScriptLoader.h') diff --git a/src/server/scripts/ScriptLoader.h b/src/server/scripts/ScriptLoader.h index 30f0c08967..dfeec4a240 100644 --- a/src/server/scripts/ScriptLoader.h +++ b/src/server/scripts/ScriptLoader.h @@ -1,14 +1,14 @@ /* * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as published by the - * Free Software Foundation; either version 3 of the License, or (at your - * option) any later version. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along -- cgit v1.2.3