diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-01-02 19:52:45 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-01-02 19:52:45 +0100 |
| commit | 6a51a88767247ce9fc85fb9d1bcbb5febf1598a2 (patch) | |
| tree | 06ac3975476e930d31f38eb4f8fb2577b58a5f21 /src/common/Threading | |
| parent | d6a5477407968e2a9a8be33a2ce1ed835f3a1919 (diff) | |
Update Copyright notice for 2017
Happy new year!
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.h | 2 | ||||
| -rw-r--r-- | src/common/Threading/ProducerConsumerQueue.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/common/Threading/LockedQueue.h b/src/common/Threading/LockedQueue.h index 21a29d7e53b..286ed5509a6 100644 --- a/src/common/Threading/LockedQueue.h +++ b/src/common/Threading/LockedQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2017 TrinityCore <http://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 09648b844be..cc07be8a4ac 100644 --- a/src/common/Threading/MPSCQueue.h +++ b/src/common/Threading/MPSCQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2017 TrinityCore <http://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 2d7e9cca2f1..65332c6dff3 100644 --- a/src/common/Threading/ProcessPriority.h +++ b/src/common/Threading/ProcessPriority.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2017 TrinityCore <http://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 e8e71ac35c7..925f5d2d8ea 100644 --- a/src/common/Threading/ProducerConsumerQueue.h +++ b/src/common/Threading/ProducerConsumerQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2017 TrinityCore <http://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 |
