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 /src/common | |
parent | c027f7a0c297fb90c007702c21ce2408b837bd2d (diff) |
fix(LICENSE): update license file paths (#18972)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Utilities/CircularBuffer.h | 2 | ||||
-rw-r--r-- | src/common/Utilities/DataMap.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Utilities/CircularBuffer.h b/src/common/Utilities/CircularBuffer.h index 17172b4044..898ab1a11e 100644 --- a/src/common/Utilities/CircularBuffer.h +++ b/src/common/Utilities/CircularBuffer.h @@ -1,5 +1,5 @@ /* - * 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 * * This file was based on * https://embeddedartistry.com/blog/2017/05/17/creating-a-circular-buffer-in-c-and-c/ diff --git a/src/common/Utilities/DataMap.h b/src/common/Utilities/DataMap.h index 2deb99904e..170539a673 100644 --- a/src/common/Utilities/DataMap.h +++ b/src/common/Utilities/DataMap.h @@ -1,5 +1,5 @@ /* - * Originally written by Rochet2 - Copyright (C) 2018+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: http://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 + * Originally written by Rochet2 - Copyright (C) 2018+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: http://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE */ #ifndef _DATA_MAP_H_ |