OSDN Git Service

Updated copyright year. v1.16
authorLoRd_MuldeR <mulder2@gmx.de>
Tue, 7 Mar 2023 19:35:15 +0000 (20:35 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Tue, 7 Mar 2023 19:35:15 +0000 (20:35 +0100)
commit3aca9f48db4543b9c3140435f89a325ba714a23f
tree427c7f3bc8cc35a3135e06103482c3beccf97115
parentf1a001819b97cec0907250cc7fdc7e1d215feeb3
Updated copyright year.
56 files changed:
MUtilities.rc
README.html
README.md
docs/index.html
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
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