diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2025-11-14 12:44:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 08:44:25 -0300 |
| commit | 50b36e842a1357611402d3eece3692861cb0dc03 (patch) | |
| tree | eb3e81dda6eb622c5a07d5a57bb27bd42b2832f5 /src/server/scripts/ScriptLoader.h | |
| parent | c96d964b7647aee23dee922c55bde520b0cd04c0 (diff) | |
fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)
Diffstat (limited to 'src/server/scripts/ScriptLoader.h')
| -rw-r--r-- | src/server/scripts/ScriptLoader.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
