diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-01-01 15:45:25 +0100 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2019-01-01 15:45:25 +0100 |
| commit | fcfcb0eb6f2c5f7152542f3c8deb47e5a99f52f4 (patch) | |
| tree | 759cc0a25974ca7698217510a8cef994fd5ce221 /src/common/Threading | |
| parent | 20ea24bf5ccf165ce19139d1f7ec7c650719eb68 (diff) | |
Happy New Year, folks. It's 2019!
Diffstat (limited to 'src/common/Threading')
| -rw-r--r-- | src/common/Threading/LockedQueue.h | 2 | ||||
| -rw-r--r-- | src/common/Threading/MPSCQueue.h | 2 | ||||
| -rw-r--r-- | src/common/Threading/ProcessPriority.cpp | 2 | ||||
| -rw-r--r-- | src/common/Threading/ProcessPriority.h | 2 | ||||
| -rw-r--r-- | src/common/Threading/ProducerConsumerQueue.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/common/Threading/LockedQueue.h b/src/common/Threading/LockedQueue.h index f11f208a655..c0e5a4f298b 100644 --- a/src/common/Threading/LockedQueue.h +++ b/src/common/Threading/LockedQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> + * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it diff --git a/src/common/Threading/MPSCQueue.h b/src/common/Threading/MPSCQueue.h index 85e2ac4e4f7..7bc667f544f 100644 --- a/src/common/Threading/MPSCQueue.h +++ b/src/common/Threading/MPSCQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> + * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * * 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/Threading/ProcessPriority.cpp b/src/common/Threading/ProcessPriority.cpp index 7673ea40952..1cc1f6629e8 100644 --- a/src/common/Threading/ProcessPriority.cpp +++ b/src/common/Threading/ProcessPriority.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> + * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * * 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/Threading/ProcessPriority.h b/src/common/Threading/ProcessPriority.h index 8b7797e3035..d3b76953807 100644 --- a/src/common/Threading/ProcessPriority.h +++ b/src/common/Threading/ProcessPriority.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> + * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * * 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/Threading/ProducerConsumerQueue.h b/src/common/Threading/ProducerConsumerQueue.h index 6b7f65b0272..2ba3e701848 100644 --- a/src/common/Threading/ProducerConsumerQueue.h +++ b/src/common/Threading/ProducerConsumerQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> + * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * * 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 |
