From f36c83c25ecaa34b339f506f82088956f2c4808b Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 6 Jan 2017 23:17:56 +0100 Subject: [PATCH] Happy new year 2017! --- README.html | 2 +- README.md | 2 +- include/MUtils/CPUFeatures.h | 2 +- include/MUtils/ErrorHandler.h | 2 +- include/MUtils/Exception.h | 2 +- include/MUtils/GUI.h | 2 +- include/MUtils/Global.h | 2 +- include/MUtils/Hash.h | 2 +- include/MUtils/IPCChannel.h | 2 +- include/MUtils/JobObject.h | 2 +- include/MUtils/OSSupport.h | 2 +- include/MUtils/Registry.h | 2 +- include/MUtils/Sound.h | 2 +- include/MUtils/Startup.h | 2 +- include/MUtils/Taskbar7.h | 2 +- include/MUtils/Terminal.h | 2 +- include/MUtils/Translation.h | 2 +- include/MUtils/UpdateChecker.h | 2 +- include/MUtils/Version.h | 2 +- include/MUtilsInfo.dox | 2 +- src/CPUFeatures_Win32.cpp | 2 +- src/Config.h | 2 +- src/CriticalSection_Win32.h | 2 +- src/DLLMain.cpp | 2 +- src/DirLocker.h | 2 +- src/ErrorHandler_Win32.cpp | 2 +- src/GUI.cpp | 2 +- src/GUI_Win32.cpp | 2 +- src/Global.cpp | 2 +- src/Hash.cpp | 2 +- src/Hash_Blake2.cpp | 2 +- src/Hash_Blake2.h | 2 +- src/Hash_Keccak.cpp | 2 +- src/Hash_Keccak.h | 2 +- src/IPCChannel.cpp | 2 +- src/JobObject_Win32.cpp | 2 +- src/OSSupport_Win32.cpp | 2 +- src/Registry_Win32.cpp | 2 +- src/Sound_Win32.cpp | 2 +- src/Startup.cpp | 2 +- src/Taskbar7_Win32.cpp | 2 +- src/Terminal_Win32.cpp | 2 +- src/Translation.cpp | 2 +- src/UpdateChecker.cpp | 2 +- src/Utils_Win32.cpp | 2 +- src/Utils_Win32.h | 2 +- src/Version.cpp | 2 +- test/src/GlobalTest.cpp | 2 +- test/src/HashTest.cpp | 2 +- test/src/MUtilsTest.h | 2 +- test/src/Main.cpp | 4 ++-- 51 files changed, 52 insertions(+), 52 deletions(-) diff --git a/README.html b/README.html index cb8483e..103fc12 100644 --- a/README.html +++ b/README.html @@ -86,7 +86,7 @@ int main(int argc, char **argv)

5 License

This library is free software. It is released under the terms of the GNU Lesser General Public License (LGPL), Version 2.1.

MUtilities - MuldeR's Utilities for Qt
-Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>. Some rights reserved.
+Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>. Some rights reserved.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
diff --git a/README.md b/README.md
index 848219d..4a19f16 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ A fully-fledged documentation of the *MUtilities* programming interface (API) is
 This library is free software. It is released under the terms of the [*GNU Lesser General Public License (LGPL), Version 2.1*](https://www.gnu.org/licenses/lgpl-2.1.html).
 
     MUtilities - MuldeR's Utilities for Qt
-    Copyright (C) 2004-2016 LoRd_MuldeR . Some rights reserved.
+    Copyright (C) 2004-2017 LoRd_MuldeR . Some rights reserved.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/CPUFeatures.h b/include/MUtils/CPUFeatures.h
index 039f563..830e81f 100644
--- a/include/MUtils/CPUFeatures.h
+++ b/include/MUtils/CPUFeatures.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/ErrorHandler.h b/include/MUtils/ErrorHandler.h
index f1b334d..213e7a1 100644
--- a/include/MUtils/ErrorHandler.h
+++ b/include/MUtils/ErrorHandler.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Exception.h b/include/MUtils/Exception.h
index 973da25..646dee0 100644
--- a/include/MUtils/Exception.h
+++ b/include/MUtils/Exception.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/GUI.h b/include/MUtils/GUI.h
index f6aca78..a3063b1 100644
--- a/include/MUtils/GUI.h
+++ b/include/MUtils/GUI.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Global.h b/include/MUtils/Global.h
index fca4d3c..b84d9a8 100644
--- a/include/MUtils/Global.h
+++ b/include/MUtils/Global.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Hash.h b/include/MUtils/Hash.h
index 2bf4ce6..acd3128 100644
--- a/include/MUtils/Hash.h
+++ b/include/MUtils/Hash.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/IPCChannel.h b/include/MUtils/IPCChannel.h
index b0866fa..837d5fb 100644
--- a/include/MUtils/IPCChannel.h
+++ b/include/MUtils/IPCChannel.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/JobObject.h b/include/MUtils/JobObject.h
index 0352497..4461eca 100644
--- a/include/MUtils/JobObject.h
+++ b/include/MUtils/JobObject.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/OSSupport.h b/include/MUtils/OSSupport.h
index 671b96f..23e2ba3 100644
--- a/include/MUtils/OSSupport.h
+++ b/include/MUtils/OSSupport.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Registry.h b/include/MUtils/Registry.h
index c38cdba..fa1a061 100644
--- a/include/MUtils/Registry.h
+++ b/include/MUtils/Registry.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Sound.h b/include/MUtils/Sound.h
index aac9c95..caf6107 100644
--- a/include/MUtils/Sound.h
+++ b/include/MUtils/Sound.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Startup.h b/include/MUtils/Startup.h
index 2d0dcec..0e694d8 100644
--- a/include/MUtils/Startup.h
+++ b/include/MUtils/Startup.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Taskbar7.h b/include/MUtils/Taskbar7.h
index 716a3e7..90107e7 100644
--- a/include/MUtils/Taskbar7.h
+++ b/include/MUtils/Taskbar7.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Terminal.h b/include/MUtils/Terminal.h
index bbb9a4a..ca4ff2c 100644
--- a/include/MUtils/Terminal.h
+++ b/include/MUtils/Terminal.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Translation.h b/include/MUtils/Translation.h
index 1646d1c..76a1278 100644
--- a/include/MUtils/Translation.h
+++ b/include/MUtils/Translation.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/UpdateChecker.h b/include/MUtils/UpdateChecker.h
index 05ed04d..1914c80 100644
--- a/include/MUtils/UpdateChecker.h
+++ b/include/MUtils/UpdateChecker.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h
index bbe84f6..4632fbd 100644
--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/include/MUtilsInfo.dox b/include/MUtilsInfo.dox
index aecb6b4..e1a2da0 100644
--- a/include/MUtilsInfo.dox
+++ b/include/MUtilsInfo.dox
@@ -32,7 +32,7 @@
  * This library is free software. It is released under the terms of the [*GNU Lesser General Public License (LGPL), Version 2.1*](https://www.gnu.org/licenses/lgpl-2.1.html).
  * 
  *     MUtilities - MuldeR's Utilities for Qt
- *     Copyright (C) 2004-2016 LoRd_MuldeR . Some rights reserved.
+ *     Copyright (C) 2004-2017 LoRd_MuldeR . Some rights reserved.
  *     
  *     This library is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU Lesser General Public
diff --git a/src/CPUFeatures_Win32.cpp b/src/CPUFeatures_Win32.cpp
index 7d4ac27..35a0fbb 100644
--- a/src/CPUFeatures_Win32.cpp
+++ b/src/CPUFeatures_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Config.h b/src/Config.h
index a8107d6..8544735 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/CriticalSection_Win32.h b/src/CriticalSection_Win32.h
index 82e9f9b..fc4204b 100644
--- a/src/CriticalSection_Win32.h
+++ b/src/CriticalSection_Win32.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/DLLMain.cpp b/src/DLLMain.cpp
index 5ebb987..4c8cf73 100644
--- a/src/DLLMain.cpp
+++ b/src/DLLMain.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/DirLocker.h b/src/DirLocker.h
index e7f4248..bf0ca59 100644
--- a/src/DirLocker.h
+++ b/src/DirLocker.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/ErrorHandler_Win32.cpp b/src/ErrorHandler_Win32.cpp
index 4d881b4..efe131b 100644
--- a/src/ErrorHandler_Win32.cpp
+++ b/src/ErrorHandler_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/GUI.cpp b/src/GUI.cpp
index c3cbafc..c8408ca 100644
--- a/src/GUI.cpp
+++ b/src/GUI.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/GUI_Win32.cpp b/src/GUI_Win32.cpp
index 68bb5e2..e1d8218 100644
--- a/src/GUI_Win32.cpp
+++ b/src/GUI_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Global.cpp b/src/Global.cpp
index f4e365f..dc48e84 100644
--- a/src/Global.cpp
+++ b/src/Global.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Hash.cpp b/src/Hash.cpp
index 6989ea2..d1d6f65 100644
--- a/src/Hash.cpp
+++ b/src/Hash.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/Hash_Blake2.cpp b/src/Hash_Blake2.cpp
index 0c85c47..2eb4f1f 100644
--- a/src/Hash_Blake2.cpp
+++ b/src/Hash_Blake2.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/Hash_Blake2.h b/src/Hash_Blake2.h
index 293a085..d40742e 100644
--- a/src/Hash_Blake2.h
+++ b/src/Hash_Blake2.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/Hash_Keccak.cpp b/src/Hash_Keccak.cpp
index c08f2c1..131f7fd 100644
--- a/src/Hash_Keccak.cpp
+++ b/src/Hash_Keccak.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Hash_Keccak.h b/src/Hash_Keccak.h
index e971b67..e9eb4dc 100644
--- a/src/Hash_Keccak.h
+++ b/src/Hash_Keccak.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/IPCChannel.cpp b/src/IPCChannel.cpp
index e8d23e8..5b1e6f4 100644
--- a/src/IPCChannel.cpp
+++ b/src/IPCChannel.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/JobObject_Win32.cpp b/src/JobObject_Win32.cpp
index 2d1c18e..ca4651b 100644
--- a/src/JobObject_Win32.cpp
+++ b/src/JobObject_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/OSSupport_Win32.cpp b/src/OSSupport_Win32.cpp
index 1ad78cd..80cc753 100644
--- a/src/OSSupport_Win32.cpp
+++ b/src/OSSupport_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Registry_Win32.cpp b/src/Registry_Win32.cpp
index 39c60ab..812b351 100644
--- a/src/Registry_Win32.cpp
+++ b/src/Registry_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Sound_Win32.cpp b/src/Sound_Win32.cpp
index 8498511..2e12a8a 100644
--- a/src/Sound_Win32.cpp
+++ b/src/Sound_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Startup.cpp b/src/Startup.cpp
index e5765c9..c1073f3 100644
--- a/src/Startup.cpp
+++ b/src/Startup.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Taskbar7_Win32.cpp b/src/Taskbar7_Win32.cpp
index 81a4e5a..f97b137 100644
--- a/src/Taskbar7_Win32.cpp
+++ b/src/Taskbar7_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/Terminal_Win32.cpp b/src/Terminal_Win32.cpp
index a5b2462..03a76f3 100644
--- a/src/Terminal_Win32.cpp
+++ b/src/Terminal_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // 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
diff --git a/src/Translation.cpp b/src/Translation.cpp
index e2cf73a..49a396d 100644
--- a/src/Translation.cpp
+++ b/src/Translation.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/UpdateChecker.cpp b/src/UpdateChecker.cpp
index 0c85d35..fb99d86 100644
--- a/src/UpdateChecker.cpp
+++ b/src/UpdateChecker.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Utils_Win32.cpp b/src/Utils_Win32.cpp
index d87e097..d1759e9 100644
--- a/src/Utils_Win32.cpp
+++ b/src/Utils_Win32.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Utils_Win32.h b/src/Utils_Win32.h
index 37eebdc..1af1c80 100644
--- a/src/Utils_Win32.h
+++ b/src/Utils_Win32.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/src/Version.cpp b/src/Version.cpp
index 739233f..28e6705 100644
--- a/src/Version.cpp
+++ b/src/Version.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/test/src/GlobalTest.cpp b/test/src/GlobalTest.cpp
index e658f6b..8edfd9f 100644
--- a/test/src/GlobalTest.cpp
+++ b/test/src/GlobalTest.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/test/src/HashTest.cpp b/test/src/HashTest.cpp
index 87395b4..4d83c49 100644
--- a/test/src/HashTest.cpp
+++ b/test/src/HashTest.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/test/src/MUtilsTest.h b/test/src/MUtilsTest.h
index fa7f548..364bdd8 100644
--- a/test/src/MUtilsTest.h
+++ b/test/src/MUtilsTest.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
diff --git a/test/src/Main.cpp b/test/src/Main.cpp
index 1f3f797..af9e893 100644
--- a/test/src/Main.cpp
+++ b/test/src/Main.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR 
+// Copyright (C) 2004-2017 LoRd_MuldeR 
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -103,7 +103,7 @@ static void qt_message_handler(QtMsgType type, const char *const msg)
 int wmain(int argc, wchar_t **argv)
 {
 	printf("MuldeR's Utilities for Qt v%u.%02u - Regression Test Suite [%s]\n", MUtils::Version::lib_version_major(), MUtils::Version::lib_version_minor(), MUTILS_DEBUG ? "DEBUG" : "RELEASE");
-	printf("Copyright (C) 2004-2016 LoRd_MuldeR . Some rights reserved.\n");
+	printf("Copyright (C) 2004-2017 LoRd_MuldeR . Some rights reserved.\n");
 	printf("Built on %s at %s with %s for Win-%s.\n\n", MUTILS_UTF8(MUtils::Version::lib_build_date().toString(Qt::ISODate)), MUTILS_UTF8(MUtils::Version::lib_build_time().toString(Qt::ISODate)), MUtils::Version::compiler_version(), MUtils::Version::compiler_arch());
 
 	printf("This library is free software; you can redistribute it and/or\n");
-- 
2.11.0