diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2016-01-01 00:34:25 +0100 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-01-01 00:34:25 +0100 |
| commit | 478cc756eb05591f36857be3ffd1895684529710 (patch) | |
| tree | 4382838a314579368f966ca9d3185c019e76f39b /src/common/Threading | |
| parent | 8cecd178083f672d8e411bd1dab83a6eb146784b (diff) | |
Update copyright note for 2016
Happy new year (Again new year with idiots ...)
Diffstat (limited to 'src/common/Threading')
| -rw-r--r-- | src/common/Threading/Callback.h | 2 | ||||
| -rw-r--r-- | src/common/Threading/LockedQueue.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/Callback.h b/src/common/Threading/Callback.h index 23f2807b253..38e1dcdff91 100644 --- a/src/common/Threading/Callback.h +++ b/src/common/Threading/Callback.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2016 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/LockedQueue.h b/src/common/Threading/LockedQueue.h index 3abb0f4b8bc..c6faaaf81ca 100644 --- a/src/common/Threading/LockedQueue.h +++ b/src/common/Threading/LockedQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2016 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/ProcessPriority.h b/src/common/Threading/ProcessPriority.h index 9f70ab0ac03..2d7e9cca2f1 100644 --- a/src/common/Threading/ProcessPriority.h +++ b/src/common/Threading/ProcessPriority.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2016 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 223f5109545..e8e71ac35c7 100644 --- a/src/common/Threading/ProducerConsumerQueue.h +++ b/src/common/Threading/ProducerConsumerQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2008-2016 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 |
