diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2018-01-01 00:40:17 +0100 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2018-01-01 00:40:17 +0100 |
| commit | 7d00ae40458fe4399ca414c79a9b0a88b863267a (patch) | |
| tree | 4d4024b6ecc0f11a60697d16c722b9ebe9033bed /src/common/Threading | |
| parent | 66621a85e970bf370e4e16c690e0401f4e168c1c (diff) | |
Update copyright note for 2018
auto happy = new year(2018);
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 286ed5509a6..f11f208a655 100644 --- a/src/common/Threading/LockedQueue.h +++ b/src/common/Threading/LockedQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 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 cc07be8a4ac..85e2ac4e4f7 100644 --- a/src/common/Threading/MPSCQueue.h +++ b/src/common/Threading/MPSCQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 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 da3cc83a544..9130df7bb10 100644 --- a/src/common/Threading/ProcessPriority.cpp +++ b/src/common/Threading/ProcessPriority.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 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 3cb866c7de1..8b7797e3035 100644 --- a/src/common/Threading/ProcessPriority.h +++ b/src/common/Threading/ProcessPriority.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 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 925f5d2d8ea..6b7f65b0272 100644 --- a/src/common/Threading/ProducerConsumerQueue.h +++ b/src/common/Threading/ProducerConsumerQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2018 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 |
