diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-12-08 04:05:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 21:05:13 -0600 |
commit | 1b156ef7ebb77b60f630f3951884ec2c07009c29 (patch) | |
tree | ea9d30e4d9418f5cdf1cfdf79480f7fbf6709d55 /src/common/Debugging/Errors.cpp | |
parent | 9266ac6bf5d69ad54ec2b682b97a42828c4a8f7c (diff) |
chore(Core): forgot to add copyright in new files + small correction (#3861)
Diffstat (limited to 'src/common/Debugging/Errors.cpp')
-rw-r--r-- | src/common/Debugging/Errors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/Errors.cpp b/src/common/Debugging/Errors.cpp index 1a9e7d63ea..379c84ecd2 100644 --- a/src/common/Debugging/Errors.cpp +++ b/src/common/Debugging/Errors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL3 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-AGPL3 * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> */ |