diff options
author | Emmanuel Ferdman <emmanuelferdman@gmail.com> | 2024-05-29 21:10:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 20:10:39 +0200 |
commit | 4884e33f078de8d5d19db4e7fc4b36a299e2c944 (patch) | |
tree | 5f5f284135c51b6c62e975cbf4ce6235c0fa550a /doc | |
parent | c027f7a0c297fb90c007702c21ce2408b837bd2d (diff) |
fix(LICENSE): update license file paths (#18972)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog/master.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/master.md b/doc/changelog/master.md index b64820713f..3cd001b8d5 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -414,7 +414,7 @@ minimal-dynamic - builds commands and spells dynamically. Now don't support - Example loader script for modules: ```cpp /* - * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE */ // From SC |