diff options
author | Aokromes <aokromes@gmail.com> | 2020-01-02 06:25:50 +0100 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2020-01-02 06:25:50 +0100 |
commit | ed939325374216d6a049e778d6ad864c65283ae6 (patch) | |
tree | 54163e20be6ec8046b3da9b8fe5a63091369630c /src/common/Configuration | |
parent | 7ffe0185711095b0f62a5edf1e1819935d02851c (diff) |
New year
Say bye bye to every year changing dates
Diffstat (limited to 'src/common/Configuration')
-rw-r--r-- | src/common/Configuration/BuiltInConfig.cpp | 2 | ||||
-rw-r--r-- | src/common/Configuration/BuiltInConfig.h | 2 | ||||
-rw-r--r-- | src/common/Configuration/Config.cpp | 3 | ||||
-rw-r--r-- | src/common/Configuration/Config.h | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/src/common/Configuration/BuiltInConfig.cpp b/src/common/Configuration/BuiltInConfig.cpp index 147f60d8aef..9e6f82878c7 100644 --- a/src/common/Configuration/BuiltInConfig.cpp +++ b/src/common/Configuration/BuiltInConfig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> + * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/common/Configuration/BuiltInConfig.h b/src/common/Configuration/BuiltInConfig.h index fcf4359ba96..ebc0b063629 100644 --- a/src/common/Configuration/BuiltInConfig.h +++ b/src/common/Configuration/BuiltInConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> + * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/common/Configuration/Config.cpp b/src/common/Configuration/Config.cpp index 57eefb41c4b..9d669e930e2 100644 --- a/src/common/Configuration/Config.cpp +++ b/src/common/Configuration/Config.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> - * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> + * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/common/Configuration/Config.h b/src/common/Configuration/Config.h index fb7da7638ef..fc39d9c97b2 100644 --- a/src/common/Configuration/Config.h +++ b/src/common/Configuration/Config.h @@ -1,6 +1,5 @@ /* - * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> - * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> + * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |