Skip to content

Commit 40e1efd

Browse files
author
Github Actions
committed
Merge 3.3.5 to npcbots_3.3.5
2 parents 66a66bb + 0fdb557 commit 40e1efd

File tree

1,645 files changed

+12239
-9765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,645 files changed

+12239
-9765
lines changed

.github/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ You can check the [authors](https://github.com/azerothcore/azerothcore-wotlk/blo
6161

6262
## License
6363

64-
- The new AzerothCore source components are released under the [GNU AGPL v3](https://www.gnu.org/licenses/agpl-3.0.en.html)
65-
- The old sources based on MaNGOS/TrinityCore are released under the [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
64+
- The AzerothCore source code is released under the [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
6665

6766
It's important to note that AzerothCore is not an official Blizzard Entertainment product, and it is not affiliated with or endorsed by World of Warcraft or Blizzard Entertainment. AzerothCore does not in any case sponsor nor support illegal public servers. If you use this project to run an illegal public server and not for testing and learning it is your own personal choice.
6867

AUTHORS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# List of AUTHORS who contributed over time to the AzerothCore project
22

3-
## Warning
4-
The code of AzerothCore is shipped as it is without any form of warranty,
5-
and - except for third party libraries licensed under the AGPL 3,
6-
which you can read from the file "LICENSE".
7-
83
## Point of current development
94
The project is currently hosted at https://www.azerothcore.org/ and developed under https://github.com/azerothcore
105

LICENSE

Lines changed: 295 additions & 617 deletions
Large diffs are not rendered by default.

acore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "azerothcore-wotlk",
33
"version": "14.0.0-dev",
4-
"license": "AGPL3"
4+
"license": "GPL2"
55
}

apps/EnumUtils/enumutils_describe.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
notice = ('''/*
55
* This file is part of the AzerothCore Project. See AUTHORS file for Copyright information
66
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Affero General Public License as published by the
9-
* Free Software Foundation; either version 3 of the License, or (at your
10-
* option) any later version.
7+
* This program is free software; you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation; either version 2 of the License, or
10+
* (at your option) any later version.
1111
*
1212
* This program is distributed in the hope that it will be useful, but WITHOUT
1313
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
1515
* more details.
1616
*
1717
* You should have received a copy of the GNU General Public License along

conf/dist/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE
2+
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>
33
# Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore>
44
#
55
# This file is free software; as a special exception the author gives

0 commit comments

Comments
 (0)