From 49e64e2542cdc7de5bc027358bb0525747d8e9b8 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 16 Jun 2022 16:44:01 +0200 Subject: [PATCH] Updated copyright year. --- MUtilities.rc | 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/Lazy.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/Internal.h | 2 +- src/JobObject_Win32.cpp | 2 +- src/Mirrors.h.TEMPLATE | 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 ++-- test/src/OSTest.cpp | 2 +- 55 files changed, 56 insertions(+), 56 deletions(-) diff --git a/MUtilities.rc b/MUtilities.rc index c839cc2..66d3d64 100644 --- a/MUtilities.rc +++ b/MUtilities.rc @@ -49,7 +49,7 @@ BEGIN VALUE "FileDescription", "MuldeR's Utilities for Qt" VALUE "FileVersion", VER_MUTILS_STR VALUE "InternalName", "MUtilities" - VALUE "LegalCopyright", "Copyright (C) 2004-2021 LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2022 LoRd_MuldeR " VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License " VALUE "OriginalFilename", "MUtils32-1.dll" VALUE "ProductName", "MuldeR's Utilities for Qt" diff --git a/README.md b/README.md index 1c0fd43..721ad25 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-2021 LoRd_MuldeR . Some rights reserved. + Copyright (C) 2004-2022 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 313738b..2ab5776 100644 --- a/include/MUtils/CPUFeatures.h +++ b/include/MUtils/CPUFeatures.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 9dcfb9c..9dcec79 100644 --- a/include/MUtils/ErrorHandler.h +++ b/include/MUtils/ErrorHandler.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 f430a4e..2b95f42 100644 --- a/include/MUtils/Exception.h +++ b/include/MUtils/Exception.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 20109a3..4f376ba 100644 --- a/include/MUtils/GUI.h +++ b/include/MUtils/GUI.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 0a9f505..2691744 100644 --- a/include/MUtils/Global.h +++ b/include/MUtils/Global.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 2217f72..6741ceb 100644 --- a/include/MUtils/Hash.h +++ b/include/MUtils/Hash.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 20a7855..f838c1f 100644 --- a/include/MUtils/IPCChannel.h +++ b/include/MUtils/IPCChannel.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 90eb98a..ff81383 100644 --- a/include/MUtils/JobObject.h +++ b/include/MUtils/JobObject.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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/Lazy.h b/include/MUtils/Lazy.h index cc16246..8cc43c2 100644 --- a/include/MUtils/Lazy.h +++ b/include/MUtils/Lazy.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ab9887e..56ec3fb 100644 --- a/include/MUtils/OSSupport.h +++ b/include/MUtils/OSSupport.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 98f6bc2..8cf7d7e 100644 --- a/include/MUtils/Registry.h +++ b/include/MUtils/Registry.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ee1a9f2..8c78d71 100644 --- a/include/MUtils/Sound.h +++ b/include/MUtils/Sound.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ad959c4..42eaf9b 100644 --- a/include/MUtils/Startup.h +++ b/include/MUtils/Startup.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 c05bea1..5498cb7 100644 --- a/include/MUtils/Taskbar7.h +++ b/include/MUtils/Taskbar7.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 a96bf4d..4ebb943 100644 --- a/include/MUtils/Terminal.h +++ b/include/MUtils/Terminal.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 707316a..61d5919 100644 --- a/include/MUtils/Translation.h +++ b/include/MUtils/Translation.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 15463c5..cc1a7d8 100644 --- a/include/MUtils/UpdateChecker.h +++ b/include/MUtils/UpdateChecker.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 0d0f9d6..b7aafdc 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 2c84075..ec79e6d 100644 --- a/include/MUtilsInfo.dox +++ b/include/MUtilsInfo.dox @@ -33,7 +33,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-2021 LoRd_MuldeR . Some rights reserved. + * Copyright (C) 2004-2022 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 960e835..fb16b25 100644 --- a/src/CPUFeatures_Win32.cpp +++ b/src/CPUFeatures_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 fad8870..db91dcd 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 0d96c34..e5f4d44 100644 --- a/src/CriticalSection_Win32.h +++ b/src/CriticalSection_Win32.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 5f8550a..80ab082 100644 --- a/src/DLLMain.cpp +++ b/src/DLLMain.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 0e91471..dec6703 100644 --- a/src/DirLocker.h +++ b/src/DirLocker.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ea973d7..76b6041 100644 --- a/src/ErrorHandler_Win32.cpp +++ b/src/ErrorHandler_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 9e79ed4..1c62321 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 cd469a8..821076a 100644 --- a/src/GUI_Win32.cpp +++ b/src/GUI_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 7a93a74..78a8cad 100644 --- a/src/Global.cpp +++ b/src/Global.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 30a8479..44c19f6 100644 --- a/src/Hash.cpp +++ b/src/Hash.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 59cd282..63a8dd5 100644 --- a/src/Hash_Blake2.cpp +++ b/src/Hash_Blake2.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ee1d493..bd00bc0 100644 --- a/src/Hash_Blake2.h +++ b/src/Hash_Blake2.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 106f43e..d94f807 100644 --- a/src/Hash_Keccak.cpp +++ b/src/Hash_Keccak.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 a5313ef..404c29e 100644 --- a/src/Hash_Keccak.h +++ b/src/Hash_Keccak.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 2ac569a..1baaf23 100644 --- a/src/IPCChannel.cpp +++ b/src/IPCChannel.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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/Internal.h b/src/Internal.h index d3a5cb4..ba85d6e 100644 --- a/src/Internal.h +++ b/src/Internal.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 71714da..c6f9c6f 100644 --- a/src/JobObject_Win32.cpp +++ b/src/JobObject_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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/Mirrors.h.TEMPLATE b/src/Mirrors.h.TEMPLATE index ddfc418..ec4bff7 100644 --- a/src/Mirrors.h.TEMPLATE +++ b/src/Mirrors.h.TEMPLATE @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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/OSSupport_Win32.cpp b/src/OSSupport_Win32.cpp index 581cddd..2a82093 100644 --- a/src/OSSupport_Win32.cpp +++ b/src/OSSupport_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 9dd6471..d08143e 100644 --- a/src/Registry_Win32.cpp +++ b/src/Registry_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 ab54d2e..6744a31 100644 --- a/src/Sound_Win32.cpp +++ b/src/Sound_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 46c0471..1eda25b 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 f626384..0036125 100644 --- a/src/Taskbar7_Win32.cpp +++ b/src/Taskbar7_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 b2b510e..ae3bc4e 100644 --- a/src/Terminal_Win32.cpp +++ b/src/Terminal_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 c15b46a..302f3c9 100644 --- a/src/Translation.cpp +++ b/src/Translation.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 15aa8a6..45b6e23 100644 --- a/src/UpdateChecker.cpp +++ b/src/UpdateChecker.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 b77fada..6d084bd 100644 --- a/src/Utils_Win32.cpp +++ b/src/Utils_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 5344a09..d5edf9d 100644 --- a/src/Utils_Win32.h +++ b/src/Utils_Win32.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 d9eb35f..762e1c8 100644 --- a/src/Version.cpp +++ b/src/Version.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 8503eb8..fa4fa67 100644 --- a/test/src/GlobalTest.cpp +++ b/test/src/GlobalTest.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 c806034..742ab3d 100644 --- a/test/src/HashTest.cpp +++ b/test/src/HashTest.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 7802cf5..c502a36 100644 --- a/test/src/MUtilsTest.h +++ b/test/src/MUtilsTest.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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 041a9eb..d0221f1 100644 --- a/test/src/Main.cpp +++ b/test/src/Main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 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-2021 LoRd_MuldeR . Some rights reserved.\n"); + printf("Copyright (C) 2004-2022 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"); diff --git a/test/src/OSTest.cpp b/test/src/OSTest.cpp index 5d76c0b..6a6f910 100644 --- a/test/src/OSTest.cpp +++ b/test/src/OSTest.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MuldeR's Utilities for Qt -// Copyright (C) 2004-2021 LoRd_MuldeR +// Copyright (C) 2004-2022 LoRd_MuldeR // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public -- 2.11.0