diff options
author | Aokromes <aokromes@gmail.com> | 2020-01-02 06:44:10 +0100 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2020-01-02 06:44:10 +0100 |
commit | b0bf1275ee29858d34cfe951e46e8b4718386a13 (patch) | |
tree | 9a1f805e1f1e076246877bf77162aaf1661c365a /src/server/proto | |
parent | 346b9bb4a94f8ca265cb1ec605fb12a3e9856145 (diff) |
New Year
Diffstat (limited to 'src/server/proto')
-rw-r--r-- | src/server/proto/BattlenetRpcErrorCodes.h | 2 | ||||
-rw-r--r-- | src/server/proto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/server/proto/ServiceBase.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/server/proto/BattlenetRpcErrorCodes.h b/src/server/proto/BattlenetRpcErrorCodes.h index c1217a5a424..1f7e0b56ebf 100644 --- a/src/server/proto/BattlenetRpcErrorCodes.h +++ b/src/server/proto/BattlenetRpcErrorCodes.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/server/proto/CMakeLists.txt b/src/server/proto/CMakeLists.txt index 25a91c4cd18..a3d33831004 100644 --- a/src/server/proto/CMakeLists.txt +++ b/src/server/proto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> +# This file is part of the TrinityCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/src/server/proto/ServiceBase.h b/src/server/proto/ServiceBase.h index 8948953d04e..4d546693e4e 100644 --- a/src/server/proto/ServiceBase.h +++ b/src/server/proto/ServiceBase.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 |