OSDN Git Service

Updated copyright year.
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 16 Jun 2022 14:44:01 +0000 (16:44 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 16 Jun 2022 14:44:01 +0000 (16:44 +0200)
commit49e64e2542cdc7de5bc027358bb0525747d8e9b8
treefb1f9581cf19f8ca7d354874d3668fb6f1fa27a6
parent7410d11e5e5ccc03a2e0e9530de6def7d5d308b0
Updated copyright year.
55 files changed:
MUtilities.rc
README.md
include/MUtils/CPUFeatures.h
include/MUtils/ErrorHandler.h
include/MUtils/Exception.h
include/MUtils/GUI.h
include/MUtils/Global.h
include/MUtils/Hash.h
include/MUtils/IPCChannel.h
include/MUtils/JobObject.h
include/MUtils/Lazy.h
include/MUtils/OSSupport.h
include/MUtils/Registry.h
include/MUtils/Sound.h
include/MUtils/Startup.h
include/MUtils/Taskbar7.h
include/MUtils/Terminal.h
include/MUtils/Translation.h
include/MUtils/UpdateChecker.h
include/MUtils/Version.h
include/MUtilsInfo.dox
src/CPUFeatures_Win32.cpp
src/Config.h
src/CriticalSection_Win32.h
src/DLLMain.cpp
src/DirLocker.h
src/ErrorHandler_Win32.cpp
src/GUI.cpp
src/GUI_Win32.cpp
src/Global.cpp
src/Hash.cpp
src/Hash_Blake2.cpp
src/Hash_Blake2.h
src/Hash_Keccak.cpp
src/Hash_Keccak.h
src/IPCChannel.cpp
src/Internal.h
src/JobObject_Win32.cpp
src/Mirrors.h.TEMPLATE
src/OSSupport_Win32.cpp
src/Registry_Win32.cpp
src/Sound_Win32.cpp
src/Startup.cpp
src/Taskbar7_Win32.cpp
src/Terminal_Win32.cpp
src/Translation.cpp
src/UpdateChecker.cpp
src/Utils_Win32.cpp
src/Utils_Win32.h
src/Version.cpp
test/src/GlobalTest.cpp
test/src/HashTest.cpp
test/src/MUtilsTest.h
test/src/Main.cpp
test/src/OSTest.cpp