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/test | |
parent | 9266ac6bf5d69ad54ec2b682b97a42828c4a8f7c (diff) |
chore(Core): forgot to add copyright in new files + small correction (#3861)
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/test/mocks/LogMock.h | 3 | ||||
-rw-r--r-- | src/test/server/game/Miscellaneous/FormulasTest.cpp | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 650c1471ab..4c33db1d7e 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,3 +1,7 @@ +# +# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 +# + CollectSourceFiles( ${CMAKE_CURRENT_SOURCE_DIR} PRIVATE_SOURCES diff --git a/src/test/mocks/LogMock.h b/src/test/mocks/LogMock.h index 2bafa84124..d1ccce7171 100644 --- a/src/test/mocks/LogMock.h +++ b/src/test/mocks/LogMock.h @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 + */ #ifndef AZEROTHCORE_LOGMOCK_H #define AZEROTHCORE_LOGMOCK_H diff --git a/src/test/server/game/Miscellaneous/FormulasTest.cpp b/src/test/server/game/Miscellaneous/FormulasTest.cpp index 32842107fb..87da7a9ac5 100644 --- a/src/test/server/game/Miscellaneous/FormulasTest.cpp +++ b/src/test/server/game/Miscellaneous/FormulasTest.cpp @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 + */ + #include "gtest/gtest.h" #include "Formulas.h" #include "SharedDefines.h" |