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/shared/Networking | |
| parent | 346b9bb4a94f8ca265cb1ec605fb12a3e9856145 (diff) | |
New Year
Diffstat (limited to 'src/server/shared/Networking')
| -rw-r--r-- | src/server/shared/Networking/AsyncAcceptor.h | 2 | ||||
| -rw-r--r-- | src/server/shared/Networking/NetworkThread.h | 2 | ||||
| -rw-r--r-- | src/server/shared/Networking/Socket.h | 2 | ||||
| -rw-r--r-- | src/server/shared/Networking/SocketMgr.h | 2 | ||||
| -rw-r--r-- | src/server/shared/Networking/SslSocket.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/server/shared/Networking/AsyncAcceptor.h b/src/server/shared/Networking/AsyncAcceptor.h index 926ab6d4d1c..89a17c2ec3c 100644 --- a/src/server/shared/Networking/AsyncAcceptor.h +++ b/src/server/shared/Networking/AsyncAcceptor.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/shared/Networking/NetworkThread.h b/src/server/shared/Networking/NetworkThread.h index 1513ec7d009..7e0703ecb19 100644 --- a/src/server/shared/Networking/NetworkThread.h +++ b/src/server/shared/Networking/NetworkThread.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/shared/Networking/Socket.h b/src/server/shared/Networking/Socket.h index 5defb2dd66b..d81bcc2c8cc 100644 --- a/src/server/shared/Networking/Socket.h +++ b/src/server/shared/Networking/Socket.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/shared/Networking/SocketMgr.h b/src/server/shared/Networking/SocketMgr.h index a8523748958..71246ab98a4 100644 --- a/src/server/shared/Networking/SocketMgr.h +++ b/src/server/shared/Networking/SocketMgr.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/shared/Networking/SslSocket.h b/src/server/shared/Networking/SslSocket.h index c40b477eb6f..48979860232 100644 --- a/src/server/shared/Networking/SslSocket.h +++ b/src/server/shared/Networking/SslSocket.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 |
