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 /deps/jemalloc | |
parent | 9266ac6bf5d69ad54ec2b682b97a42828c4a8f7c (diff) |
chore(Core): forgot to add copyright in new files + small correction (#3861)
Diffstat (limited to 'deps/jemalloc')
-rw-r--r-- | deps/jemalloc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt index 796b857edc..37cba233cb 100644 --- a/deps/jemalloc/CMakeLists.txt +++ b/deps/jemalloc/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> -# 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 # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without |