From 23fd57f641da70f48573bb151c6161fde7a205f8 Mon Sep 17 00:00:00 2001 From: TheTechnician27 Date: Sun, 19 Jan 2025 11:54:23 -0600 Subject: [PATCH] Copyright: Change year from 2002-2024 to 2002-2025 --- bin/docs/ThirdPartyLicenses.html | 2 +- bin/resources/shaders/common/fxaa.fx | 2 +- bin/resources/shaders/dx11/convert.fx | 2 +- bin/resources/shaders/dx11/imgui.fx | 2 +- bin/resources/shaders/dx11/interlace.fx | 2 +- bin/resources/shaders/dx11/merge.fx | 2 +- bin/resources/shaders/dx11/present.fx | 2 +- bin/resources/shaders/dx11/shadeboost.fx | 2 +- bin/resources/shaders/dx11/tfx.fx | 2 +- bin/resources/shaders/opengl/convert.glsl | 2 +- bin/resources/shaders/opengl/imgui.glsl | 2 +- bin/resources/shaders/opengl/interlace.glsl | 2 +- bin/resources/shaders/opengl/merge.glsl | 2 +- bin/resources/shaders/opengl/present.glsl | 2 +- bin/resources/shaders/opengl/shadeboost.glsl | 2 +- bin/resources/shaders/opengl/tfx_fs.glsl | 2 +- bin/resources/shaders/opengl/tfx_vgs.glsl | 2 +- bin/resources/shaders/vulkan/convert.glsl | 2 +- bin/resources/shaders/vulkan/imgui.glsl | 2 +- bin/resources/shaders/vulkan/interlace.glsl | 2 +- bin/resources/shaders/vulkan/merge.glsl | 2 +- bin/resources/shaders/vulkan/present.glsl | 2 +- bin/resources/shaders/vulkan/shadeboost.glsl | 2 +- bin/resources/shaders/vulkan/tfx.glsl | 2 +- common/AlignedMalloc.cpp | 2 +- common/AlignedMalloc.h | 2 +- common/Assertions.cpp | 2 +- common/Assertions.h | 2 +- common/BitUtils.h | 2 +- common/ByteSwap.h | 2 +- common/CocoaTools.h | 2 +- common/CocoaTools.mm | 2 +- common/Console.cpp | 2 +- common/Console.h | 2 +- common/CrashHandler.cpp | 2 +- common/CrashHandler.h | 2 +- common/Darwin/DarwinMisc.cpp | 2 +- common/Darwin/DarwinMisc.h | 2 +- common/Darwin/DarwinThreads.cpp | 2 +- common/DynamicLibrary.cpp | 2 +- common/DynamicLibrary.h | 2 +- common/Easing.h | 2 +- common/EnumOps.h | 2 +- common/Error.cpp | 2 +- common/Error.h | 2 +- common/FPControl.h | 2 +- common/FastJmp.asm | 2 +- common/FastJmp.cpp | 2 +- common/FastJmp.h | 2 +- common/FileSystem.cpp | 2 +- common/FileSystem.h | 2 +- common/HTTPDownloader.cpp | 2 +- common/HTTPDownloader.h | 2 +- common/HTTPDownloaderCurl.cpp | 2 +- common/HTTPDownloaderCurl.h | 2 +- common/HTTPDownloaderWinHTTP.cpp | 2 +- common/HTTPDownloaderWinHTTP.h | 2 +- common/HashCombine.h | 2 +- common/HeapArray.h | 2 +- common/HeterogeneousContainers.h | 2 +- common/HostSys.cpp | 2 +- common/HostSys.h | 2 +- common/Image.cpp | 2 +- common/Image.h | 2 +- common/LRUCache.h | 2 +- common/Linux/LnxHostSys.cpp | 2 +- common/Linux/LnxThreads.cpp | 2 +- common/MD5Digest.cpp | 2 +- common/MD5Digest.h | 2 +- common/MRCHelpers.h | 2 +- common/MemorySettingsInterface.cpp | 2 +- common/MemorySettingsInterface.h | 2 +- common/Path.h | 2 +- common/Pcsx2Defs.h | 2 +- common/Pcsx2Types.h | 2 +- common/Perf.cpp | 2 +- common/Perf.h | 2 +- common/PrecompiledHeader.cpp | 2 +- common/PrecompiledHeader.h | 2 +- common/ProgressCallback.cpp | 2 +- common/ProgressCallback.h | 2 +- common/ReadbackSpinManager.cpp | 2 +- common/ReadbackSpinManager.h | 2 +- common/RedtapeWilCom.h | 2 +- common/RedtapeWindows.h | 2 +- common/ScopedGuard.h | 2 +- common/Semaphore.cpp | 2 +- common/SettingsInterface.h | 2 +- common/SettingsWrapper.cpp | 2 +- common/SettingsWrapper.h | 2 +- common/SingleRegisterTypes.h | 2 +- common/SmallString.cpp | 2 +- common/SmallString.h | 2 +- common/StringUtil.cpp | 2 +- common/StringUtil.h | 2 +- common/Threading.h | 2 +- common/Timer.cpp | 2 +- common/Timer.h | 2 +- common/VectorIntrin.h | 2 +- common/WAVWriter.cpp | 2 +- common/WAVWriter.h | 2 +- common/WindowInfo.cpp | 2 +- common/WindowInfo.h | 2 +- common/Windows/WinHostSys.cpp | 2 +- common/Windows/WinMisc.cpp | 2 +- common/Windows/WinThreads.cpp | 2 +- common/WrappedMemCopy.h | 2 +- common/ZipHelpers.h | 2 +- common/emitter/avx.cpp | 2 +- common/emitter/bmi.cpp | 2 +- common/emitter/fpu.cpp | 2 +- common/emitter/groups.cpp | 2 +- common/emitter/implement/avx.h | 2 +- common/emitter/implement/bmi.h | 2 +- common/emitter/implement/dwshift.h | 2 +- common/emitter/implement/group1.h | 2 +- common/emitter/implement/group2.h | 2 +- common/emitter/implement/group3.h | 2 +- common/emitter/implement/helpers.h | 2 +- common/emitter/implement/incdec.h | 2 +- common/emitter/implement/jmpcall.h | 2 +- common/emitter/implement/movs.h | 2 +- common/emitter/implement/simd_arithmetic.h | 2 +- common/emitter/implement/simd_comparisons.h | 2 +- common/emitter/implement/simd_helpers.h | 2 +- common/emitter/implement/simd_moremovs.h | 2 +- common/emitter/implement/simd_shufflepack.h | 2 +- common/emitter/implement/simd_templated_helpers.h | 2 +- common/emitter/implement/test.h | 2 +- common/emitter/implement/xchg.h | 2 +- common/emitter/instructions.h | 2 +- common/emitter/internal.h | 2 +- common/emitter/jmp.cpp | 2 +- common/emitter/legacy.cpp | 2 +- common/emitter/legacy_instructions.h | 2 +- common/emitter/legacy_internal.h | 2 +- common/emitter/legacy_sse.cpp | 2 +- common/emitter/legacy_types.h | 2 +- common/emitter/movs.cpp | 2 +- common/emitter/simd.cpp | 2 +- common/emitter/x86emitter.cpp | 2 +- common/emitter/x86emitter.h | 2 +- common/emitter/x86types.h | 2 +- pcsx2-gsrunner/Main.cpp | 2 +- pcsx2-qt/AboutDialog.cpp | 2 +- pcsx2-qt/AboutDialog.h | 2 +- pcsx2-qt/AutoUpdaterDialog.cpp | 2 +- pcsx2-qt/AutoUpdaterDialog.h | 2 +- pcsx2-qt/ColorPickerButton.cpp | 2 +- pcsx2-qt/ColorPickerButton.h | 2 +- pcsx2-qt/CoverDownloadDialog.cpp | 2 +- pcsx2-qt/CoverDownloadDialog.h | 2 +- pcsx2-qt/Debugger/AnalysisOptionsDialog.cpp | 2 +- pcsx2-qt/Debugger/AnalysisOptionsDialog.h | 2 +- pcsx2-qt/Debugger/BreakpointDialog.cpp | 2 +- pcsx2-qt/Debugger/BreakpointDialog.h | 2 +- pcsx2-qt/Debugger/CpuWidget.cpp | 2 +- pcsx2-qt/Debugger/CpuWidget.h | 2 +- pcsx2-qt/Debugger/DebuggerSettingsManager.cpp | 2 +- pcsx2-qt/Debugger/DebuggerSettingsManager.h | 2 +- pcsx2-qt/Debugger/DebuggerWindow.cpp | 2 +- pcsx2-qt/Debugger/DebuggerWindow.h | 2 +- pcsx2-qt/Debugger/DisassemblyWidget.cpp | 2 +- pcsx2-qt/Debugger/DisassemblyWidget.h | 2 +- pcsx2-qt/Debugger/MemorySearchWidget.cpp | 2 +- pcsx2-qt/Debugger/MemorySearchWidget.h | 2 +- pcsx2-qt/Debugger/MemoryViewWidget.cpp | 2 +- pcsx2-qt/Debugger/MemoryViewWidget.h | 2 +- pcsx2-qt/Debugger/Models/BreakpointModel.cpp | 2 +- pcsx2-qt/Debugger/Models/BreakpointModel.h | 2 +- pcsx2-qt/Debugger/Models/SavedAddressesModel.cpp | 2 +- pcsx2-qt/Debugger/Models/SavedAddressesModel.h | 2 +- pcsx2-qt/Debugger/Models/StackModel.cpp | 2 +- pcsx2-qt/Debugger/Models/StackModel.h | 2 +- pcsx2-qt/Debugger/Models/ThreadModel.cpp | 2 +- pcsx2-qt/Debugger/Models/ThreadModel.h | 2 +- pcsx2-qt/Debugger/RegisterWidget.cpp | 2 +- pcsx2-qt/Debugger/RegisterWidget.h | 2 +- pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.h | 2 +- pcsx2-qt/Debugger/SymbolTree/TypeString.cpp | 2 +- pcsx2-qt/Debugger/SymbolTree/TypeString.h | 2 +- pcsx2-qt/DisplayWidget.cpp | 2 +- pcsx2-qt/DisplayWidget.h | 2 +- pcsx2-qt/EarlyHardwareCheck.cpp | 2 +- pcsx2-qt/GameList/GameListModel.cpp | 2 +- pcsx2-qt/GameList/GameListModel.h | 2 +- pcsx2-qt/GameList/GameListRefreshThread.cpp | 2 +- pcsx2-qt/GameList/GameListRefreshThread.h | 2 +- pcsx2-qt/GameList/GameListWidget.cpp | 2 +- pcsx2-qt/GameList/GameListWidget.h | 2 +- pcsx2-qt/LogWindow.cpp | 2 +- pcsx2-qt/LogWindow.h | 2 +- pcsx2-qt/MainWindow.cpp | 2 +- pcsx2-qt/MainWindow.h | 2 +- pcsx2-qt/PrecompiledHeader.cpp | 2 +- pcsx2-qt/PrecompiledHeader.h | 2 +- pcsx2-qt/QtHost.cpp | 2 +- pcsx2-qt/QtHost.h | 2 +- pcsx2-qt/QtKeyCodes.cpp | 2 +- pcsx2-qt/QtProgressCallback.cpp | 2 +- pcsx2-qt/QtProgressCallback.h | 2 +- pcsx2-qt/QtUtils.cpp | 2 +- pcsx2-qt/QtUtils.h | 2 +- pcsx2-qt/SettingWidgetBinder.h | 2 +- pcsx2-qt/Settings/AchievementLoginDialog.cpp | 2 +- pcsx2-qt/Settings/AchievementLoginDialog.h | 2 +- pcsx2-qt/Settings/AchievementSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/AchievementSettingsWidget.h | 2 +- pcsx2-qt/Settings/AdvancedSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/AdvancedSettingsWidget.h | 2 +- pcsx2-qt/Settings/AudioSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/AudioSettingsWidget.h | 2 +- pcsx2-qt/Settings/BIOSSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/BIOSSettingsWidget.h | 2 +- pcsx2-qt/Settings/ControllerBindingWidget.cpp | 2 +- pcsx2-qt/Settings/ControllerBindingWidget.h | 2 +- pcsx2-qt/Settings/ControllerGlobalSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/ControllerGlobalSettingsWidget.h | 2 +- pcsx2-qt/Settings/ControllerSettingWidgetBinder.h | 2 +- pcsx2-qt/Settings/ControllerSettingsWindow.cpp | 2 +- pcsx2-qt/Settings/ControllerSettingsWindow.h | 2 +- pcsx2-qt/Settings/DEV9DnsHostDialog.cpp | 2 +- pcsx2-qt/Settings/DEV9DnsHostDialog.h | 2 +- pcsx2-qt/Settings/DEV9SettingsWidget.cpp | 2 +- pcsx2-qt/Settings/DEV9SettingsWidget.h | 2 +- pcsx2-qt/Settings/DEV9UiCommon.cpp | 2 +- pcsx2-qt/Settings/DEV9UiCommon.h | 2 +- pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/DebugAnalysisSettingsWidget.h | 2 +- pcsx2-qt/Settings/DebugSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/DebugSettingsWidget.h | 2 +- pcsx2-qt/Settings/EmulationSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/EmulationSettingsWidget.h | 2 +- pcsx2-qt/Settings/FolderSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/FolderSettingsWidget.h | 2 +- pcsx2-qt/Settings/GameCheatSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/GameCheatSettingsWidget.h | 2 +- pcsx2-qt/Settings/GameFixSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/GameFixSettingsWidget.h | 2 +- pcsx2-qt/Settings/GameListSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/GameListSettingsWidget.h | 2 +- pcsx2-qt/Settings/GamePatchSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/GamePatchSettingsWidget.h | 2 +- pcsx2-qt/Settings/GameSummaryWidget.cpp | 2 +- pcsx2-qt/Settings/GameSummaryWidget.h | 2 +- pcsx2-qt/Settings/GraphicsSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/GraphicsSettingsWidget.h | 2 +- pcsx2-qt/Settings/HddCreateQt.cpp | 2 +- pcsx2-qt/Settings/HddCreateQt.h | 2 +- pcsx2-qt/Settings/HotkeySettingsWidget.cpp | 2 +- pcsx2-qt/Settings/HotkeySettingsWidget.h | 2 +- pcsx2-qt/Settings/InputBindingDialog.cpp | 2 +- pcsx2-qt/Settings/InputBindingDialog.h | 2 +- pcsx2-qt/Settings/InputBindingWidget.cpp | 2 +- pcsx2-qt/Settings/InputBindingWidget.h | 2 +- pcsx2-qt/Settings/InterfaceSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/InterfaceSettingsWidget.h | 2 +- pcsx2-qt/Settings/MemoryCardConvertDialog.cpp | 2 +- pcsx2-qt/Settings/MemoryCardConvertDialog.h | 2 +- pcsx2-qt/Settings/MemoryCardConvertWorker.cpp | 2 +- pcsx2-qt/Settings/MemoryCardConvertWorker.h | 2 +- pcsx2-qt/Settings/MemoryCardCreateDialog.cpp | 2 +- pcsx2-qt/Settings/MemoryCardCreateDialog.h | 2 +- pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp | 2 +- pcsx2-qt/Settings/MemoryCardSettingsWidget.h | 2 +- pcsx2-qt/Settings/SettingsWindow.cpp | 2 +- pcsx2-qt/Settings/SettingsWindow.h | 2 +- pcsx2-qt/SetupWizardDialog.cpp | 2 +- pcsx2-qt/SetupWizardDialog.h | 2 +- pcsx2-qt/Themes.cpp | 2 +- pcsx2-qt/Tools/InputRecording/InputRecordingViewer.cpp | 2 +- pcsx2-qt/Tools/InputRecording/InputRecordingViewer.h | 2 +- pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.cpp | 2 +- pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.h | 2 +- pcsx2-qt/Translations.cpp | 2 +- pcsx2-qt/VCRuntimeChecker.cpp | 2 +- pcsx2/Achievements.cpp | 2 +- pcsx2/Achievements.h | 2 +- pcsx2/BuildVersion.cpp | 2 +- pcsx2/BuildVersion.h | 2 +- pcsx2/CDVD/BlockdumpFileReader.cpp | 2 +- pcsx2/CDVD/BlockdumpFileReader.h | 2 +- pcsx2/CDVD/CDVD.cpp | 2 +- pcsx2/CDVD/CDVD.h | 2 +- pcsx2/CDVD/CDVD_internal.h | 2 +- pcsx2/CDVD/CDVDcommon.cpp | 2 +- pcsx2/CDVD/CDVDcommon.h | 2 +- pcsx2/CDVD/CDVDdiscReader.cpp | 2 +- pcsx2/CDVD/CDVDdiscReader.h | 2 +- pcsx2/CDVD/CDVDdiscThread.cpp | 2 +- pcsx2/CDVD/CDVDisoReader.cpp | 2 +- pcsx2/CDVD/ChdFileReader.cpp | 2 +- pcsx2/CDVD/ChdFileReader.h | 2 +- pcsx2/CDVD/CsoFileReader.cpp | 2 +- pcsx2/CDVD/CsoFileReader.h | 2 +- pcsx2/CDVD/Darwin/DriveUtility.cpp | 2 +- pcsx2/CDVD/Darwin/IOCtlSrc.cpp | 2 +- pcsx2/CDVD/FlatFileReader.cpp | 2 +- pcsx2/CDVD/FlatFileReader.h | 2 +- pcsx2/CDVD/GzippedFileReader.cpp | 2 +- pcsx2/CDVD/GzippedFileReader.h | 2 +- pcsx2/CDVD/InputIsoFile.cpp | 2 +- pcsx2/CDVD/IsoFileFormats.h | 2 +- pcsx2/CDVD/IsoHasher.cpp | 2 +- pcsx2/CDVD/IsoHasher.h | 2 +- pcsx2/CDVD/IsoReader.cpp | 2 +- pcsx2/CDVD/IsoReader.h | 2 +- pcsx2/CDVD/Linux/DriveUtility.cpp | 2 +- pcsx2/CDVD/Linux/IOCtlSrc.cpp | 2 +- pcsx2/CDVD/OutputIsoFile.cpp | 2 +- pcsx2/CDVD/Ps1CD.cpp | 2 +- pcsx2/CDVD/Ps1CD.h | 2 +- pcsx2/CDVD/ThreadedFileReader.cpp | 2 +- pcsx2/CDVD/ThreadedFileReader.h | 2 +- pcsx2/CDVD/Windows/DriveUtility.cpp | 2 +- pcsx2/CDVD/Windows/IOCtlSrc.cpp | 2 +- pcsx2/COP0.cpp | 2 +- pcsx2/COP0.h | 2 +- pcsx2/COP2.cpp | 2 +- pcsx2/Cache.cpp | 2 +- pcsx2/Cache.h | 2 +- pcsx2/Common.h | 2 +- pcsx2/Config.h | 2 +- pcsx2/Counters.cpp | 2 +- pcsx2/Counters.h | 2 +- pcsx2/DEV9/ATA/ATA.h | 2 +- pcsx2/DEV9/ATA/ATA_Info.cpp | 2 +- pcsx2/DEV9/ATA/ATA_State.cpp | 2 +- pcsx2/DEV9/ATA/ATA_Transfer.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_CmdDMA.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_CmdExecuteDeviceDiag.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_CmdNoData.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_CmdPIOData.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_CmdSMART.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_Command.cpp | 2 +- pcsx2/DEV9/ATA/Commands/ATA_SCE.cpp | 2 +- pcsx2/DEV9/ATA/HddCreate.cpp | 2 +- pcsx2/DEV9/ATA/HddCreate.h | 2 +- pcsx2/DEV9/AdapterUtils.cpp | 2 +- pcsx2/DEV9/AdapterUtils.h | 2 +- pcsx2/DEV9/DEV9.cpp | 2 +- pcsx2/DEV9/DEV9.h | 2 +- pcsx2/DEV9/InternalServers/DHCP_Logger.cpp | 2 +- pcsx2/DEV9/InternalServers/DHCP_Logger.h | 2 +- pcsx2/DEV9/InternalServers/DHCP_Server.cpp | 2 +- pcsx2/DEV9/InternalServers/DHCP_Server.h | 2 +- pcsx2/DEV9/InternalServers/DNS_Logger.cpp | 2 +- pcsx2/DEV9/InternalServers/DNS_Logger.h | 2 +- pcsx2/DEV9/InternalServers/DNS_Server.cpp | 2 +- pcsx2/DEV9/InternalServers/DNS_Server.h | 2 +- pcsx2/DEV9/PacketReader/ARP/ARP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/ARP/ARP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp | 2 +- pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.h | 2 +- pcsx2/DEV9/PacketReader/EthernetFrame.cpp | 2 +- pcsx2/DEV9/PacketReader/EthernetFrame.h | 2 +- pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp | 2 +- pcsx2/DEV9/PacketReader/EthernetFrameEditor.h | 2 +- pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Address.h | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Options.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Options.h | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/IP/IP_Payload.h | 2 +- pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.h | 2 +- pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Enums.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.h | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp | 2 +- pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.h | 2 +- pcsx2/DEV9/PacketReader/MAC_Address.h | 2 +- pcsx2/DEV9/PacketReader/NetLib.h | 2 +- pcsx2/DEV9/PacketReader/Payload.h | 2 +- pcsx2/DEV9/Sessions/BaseSession.cpp | 2 +- pcsx2/DEV9/Sessions/BaseSession.h | 2 +- pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.cpp | 2 +- pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.h | 2 +- pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp | 2 +- pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.h | 2 +- pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_In.cpp | 2 +- pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_Out.cpp | 2 +- pcsx2/DEV9/Sessions/UDP_Session/UDP_BaseSession.h | 2 +- pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.cpp | 2 +- pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.h | 2 +- pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.cpp | 2 +- pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.h | 2 +- pcsx2/DEV9/SimpleQueue.h | 2 +- pcsx2/DEV9/ThreadSafeMap.h | 2 +- pcsx2/DEV9/Win32/pcap_io_win32.cpp | 2 +- pcsx2/DEV9/Win32/pcap_io_win32_funcs.h | 2 +- pcsx2/DEV9/Win32/tap-win32.cpp | 2 +- pcsx2/DEV9/Win32/tap.h | 2 +- pcsx2/DEV9/flash.cpp | 2 +- pcsx2/DEV9/net.cpp | 2 +- pcsx2/DEV9/net.h | 2 +- pcsx2/DEV9/pcap_io.cpp | 2 +- pcsx2/DEV9/pcap_io.h | 2 +- pcsx2/DEV9/smap.cpp | 2 +- pcsx2/DEV9/smap.h | 2 +- pcsx2/DEV9/sockets.cpp | 2 +- pcsx2/DEV9/sockets.h | 2 +- pcsx2/DebugTools/BiosDebugData.cpp | 2 +- pcsx2/DebugTools/BiosDebugData.h | 2 +- pcsx2/DebugTools/Breakpoints.cpp | 2 +- pcsx2/DebugTools/Breakpoints.h | 2 +- pcsx2/DebugTools/Debug.h | 2 +- pcsx2/DebugTools/DebugInterface.cpp | 2 +- pcsx2/DebugTools/DebugInterface.h | 2 +- pcsx2/DebugTools/DisASM.h | 2 +- pcsx2/DebugTools/DisR3000A.cpp | 2 +- pcsx2/DebugTools/DisR5900asm.cpp | 2 +- pcsx2/DebugTools/DisVU0Micro.cpp | 2 +- pcsx2/DebugTools/DisVU1Micro.cpp | 2 +- pcsx2/DebugTools/DisVUmicro.h | 2 +- pcsx2/DebugTools/DisVUops.h | 2 +- pcsx2/DebugTools/DisassemblyManager.cpp | 2 +- pcsx2/DebugTools/DisassemblyManager.h | 2 +- pcsx2/DebugTools/ExpressionParser.cpp | 2 +- pcsx2/DebugTools/ExpressionParser.h | 2 +- pcsx2/DebugTools/MIPSAnalyst.cpp | 2 +- pcsx2/DebugTools/MIPSAnalyst.h | 2 +- pcsx2/DebugTools/MipsAssembler.cpp | 2 +- pcsx2/DebugTools/MipsAssembler.h | 2 +- pcsx2/DebugTools/MipsAssemblerTables.cpp | 2 +- pcsx2/DebugTools/MipsAssemblerTables.h | 2 +- pcsx2/DebugTools/MipsStackWalk.cpp | 2 +- pcsx2/DebugTools/MipsStackWalk.h | 2 +- pcsx2/DebugTools/SymbolGuardian.cpp | 2 +- pcsx2/DebugTools/SymbolGuardian.h | 2 +- pcsx2/DebugTools/SymbolImporter.cpp | 2 +- pcsx2/DebugTools/SymbolImporter.h | 2 +- pcsx2/Dmac.cpp | 2 +- pcsx2/Dmac.h | 2 +- pcsx2/Elfheader.cpp | 2 +- pcsx2/Elfheader.h | 2 +- pcsx2/FPU.cpp | 2 +- pcsx2/FW.cpp | 2 +- pcsx2/FW.h | 2 +- pcsx2/FiFo.cpp | 2 +- pcsx2/GS.cpp | 2 +- pcsx2/GS.h | 2 +- pcsx2/GS/GS.cpp | 2 +- pcsx2/GS/GS.h | 2 +- pcsx2/GS/GSAlignedClass.h | 2 +- pcsx2/GS/GSBlock.cpp | 2 +- pcsx2/GS/GSBlock.h | 2 +- pcsx2/GS/GSCapture.cpp | 2 +- pcsx2/GS/GSCapture.h | 2 +- pcsx2/GS/GSClut.cpp | 2 +- pcsx2/GS/GSClut.h | 2 +- pcsx2/GS/GSDrawingContext.cpp | 2 +- pcsx2/GS/GSDrawingContext.h | 2 +- pcsx2/GS/GSDrawingEnvironment.h | 2 +- pcsx2/GS/GSDump.cpp | 2 +- pcsx2/GS/GSDump.h | 2 +- pcsx2/GS/GSExtra.h | 2 +- pcsx2/GS/GSGL.h | 2 +- pcsx2/GS/GSJobQueue.h | 2 +- pcsx2/GS/GSLocalMemory.cpp | 2 +- pcsx2/GS/GSLocalMemory.h | 2 +- pcsx2/GS/GSLocalMemoryMultiISA.cpp | 2 +- pcsx2/GS/GSLzma.cpp | 2 +- pcsx2/GS/GSLzma.h | 2 +- pcsx2/GS/GSPerfMon.cpp | 2 +- pcsx2/GS/GSPerfMon.h | 2 +- pcsx2/GS/GSPng.cpp | 2 +- pcsx2/GS/GSPng.h | 2 +- pcsx2/GS/GSRegs.h | 2 +- pcsx2/GS/GSRingHeap.cpp | 2 +- pcsx2/GS/GSRingHeap.h | 2 +- pcsx2/GS/GSState.cpp | 2 +- pcsx2/GS/GSState.h | 2 +- pcsx2/GS/GSTables.cpp | 2 +- pcsx2/GS/GSTables.h | 2 +- pcsx2/GS/GSUtil.cpp | 2 +- pcsx2/GS/GSUtil.h | 2 +- pcsx2/GS/GSVector.cpp | 2 +- pcsx2/GS/GSVector.h | 2 +- pcsx2/GS/GSVector4.h | 2 +- pcsx2/GS/GSVector4_arm64.h | 2 +- pcsx2/GS/GSVector4i.h | 2 +- pcsx2/GS/GSVector4i_arm64.h | 2 +- pcsx2/GS/GSVector8.h | 2 +- pcsx2/GS/GSVector8i.h | 2 +- pcsx2/GS/GSXXH.cpp | 2 +- pcsx2/GS/GSXXH.h | 2 +- pcsx2/GS/MultiISA.cpp | 2 +- pcsx2/GS/MultiISA.h | 2 +- pcsx2/GS/Renderers/Common/GSDevice.cpp | 2 +- pcsx2/GS/Renderers/Common/GSDevice.h | 2 +- pcsx2/GS/Renderers/Common/GSDirtyRect.cpp | 2 +- pcsx2/GS/Renderers/Common/GSDirtyRect.h | 2 +- pcsx2/GS/Renderers/Common/GSFastList.h | 2 +- pcsx2/GS/Renderers/Common/GSFunctionMap.cpp | 2 +- pcsx2/GS/Renderers/Common/GSFunctionMap.h | 2 +- pcsx2/GS/Renderers/Common/GSRenderer.cpp | 2 +- pcsx2/GS/Renderers/Common/GSRenderer.h | 2 +- pcsx2/GS/Renderers/Common/GSTexture.cpp | 2 +- pcsx2/GS/Renderers/Common/GSTexture.h | 2 +- pcsx2/GS/Renderers/Common/GSVertex.h | 2 +- pcsx2/GS/Renderers/Common/GSVertexTrace.cpp | 2 +- pcsx2/GS/Renderers/Common/GSVertexTrace.h | 2 +- pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp | 2 +- pcsx2/GS/Renderers/DX11/D3D.cpp | 2 +- pcsx2/GS/Renderers/DX11/D3D.h | 2 +- pcsx2/GS/Renderers/DX11/D3D11ShaderCache.cpp | 2 +- pcsx2/GS/Renderers/DX11/D3D11ShaderCache.h | 2 +- pcsx2/GS/Renderers/DX11/GSDevice11.cpp | 2 +- pcsx2/GS/Renderers/DX11/GSDevice11.h | 2 +- pcsx2/GS/Renderers/DX11/GSTexture11.cpp | 2 +- pcsx2/GS/Renderers/DX11/GSTexture11.h | 2 +- pcsx2/GS/Renderers/DX12/D3D12Builders.cpp | 2 +- pcsx2/GS/Renderers/DX12/D3D12Builders.h | 2 +- pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.cpp | 2 +- pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.h | 2 +- pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp | 2 +- pcsx2/GS/Renderers/DX12/D3D12ShaderCache.h | 2 +- pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.cpp | 2 +- pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.h | 2 +- pcsx2/GS/Renderers/DX12/GSDevice12.cpp | 2 +- pcsx2/GS/Renderers/DX12/GSDevice12.h | 2 +- pcsx2/GS/Renderers/DX12/GSTexture12.cpp | 2 +- pcsx2/GS/Renderers/DX12/GSTexture12.h | 2 +- pcsx2/GS/Renderers/HW/GSHwHack.cpp | 2 +- pcsx2/GS/Renderers/HW/GSHwHack.h | 2 +- pcsx2/GS/Renderers/HW/GSRendererHW.cpp | 2 +- pcsx2/GS/Renderers/HW/GSRendererHW.h | 2 +- pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp | 2 +- pcsx2/GS/Renderers/HW/GSTextureCache.cpp | 2 +- pcsx2/GS/Renderers/HW/GSTextureCache.h | 2 +- pcsx2/GS/Renderers/HW/GSTextureReplacementLoaders.cpp | 2 +- pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp | 2 +- pcsx2/GS/Renderers/HW/GSTextureReplacements.h | 2 +- pcsx2/GS/Renderers/HW/GSVertexHW.h | 2 +- pcsx2/GS/Renderers/Metal/GSDeviceMTL.h | 2 +- pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm | 2 +- pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.h | 2 +- pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.mm | 2 +- pcsx2/GS/Renderers/Metal/GSMTLShaderCommon.h | 2 +- pcsx2/GS/Renderers/Metal/GSMTLSharedHeader.h | 2 +- pcsx2/GS/Renderers/Metal/GSMetalCPPAccessible.h | 2 +- pcsx2/GS/Renderers/Metal/GSTextureMTL.h | 2 +- pcsx2/GS/Renderers/Metal/GSTextureMTL.mm | 2 +- pcsx2/GS/Renderers/Metal/cas.metal | 2 +- pcsx2/GS/Renderers/Metal/convert.metal | 2 +- pcsx2/GS/Renderers/Metal/fxaa.metal | 2 +- pcsx2/GS/Renderers/Metal/interlace.metal | 2 +- pcsx2/GS/Renderers/Metal/merge.metal | 2 +- pcsx2/GS/Renderers/Metal/misc.metal | 2 +- pcsx2/GS/Renderers/Metal/present.metal | 2 +- pcsx2/GS/Renderers/Metal/tfx.metal | 2 +- pcsx2/GS/Renderers/Null/GSRendererNull.cpp | 2 +- pcsx2/GS/Renderers/Null/GSRendererNull.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLContext.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLContext.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGL.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGL.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextWGL.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLContextWGL.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLProgram.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLProgram.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLShaderCache.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLShaderCache.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLState.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLState.h | 2 +- pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.h | 2 +- pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h | 2 +- pcsx2/GS/Renderers/OpenGL/GSTextureOGL.cpp | 2 +- pcsx2/GS/Renderers/OpenGL/GSTextureOGL.h | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanline.cpp | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanline.h | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.cpp | 2 +- pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h | 2 +- pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h | 2 +- pcsx2/GS/Renderers/SW/GSRasterizer.cpp | 2 +- pcsx2/GS/Renderers/SW/GSRasterizer.h | 2 +- pcsx2/GS/Renderers/SW/GSRendererSW.cpp | 2 +- pcsx2/GS/Renderers/SW/GSRendererSW.h | 2 +- pcsx2/GS/Renderers/SW/GSScanlineEnvironment.h | 2 +- pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp | 2 +- pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.h | 2 +- pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.cpp | 2 +- pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h | 2 +- pcsx2/GS/Renderers/SW/GSTextureCacheSW.cpp | 2 +- pcsx2/GS/Renderers/SW/GSTextureCacheSW.h | 2 +- pcsx2/GS/Renderers/SW/GSVertexSW.h | 2 +- pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h | 2 +- pcsx2/GS/Renderers/Vulkan/GSTextureVK.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/GSTextureVK.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKBuilders.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/VKBuilders.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKEntryPoints.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKEntryPoints.inl | 2 +- pcsx2/GS/Renderers/Vulkan/VKLoader.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/VKLoader.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/VKShaderCache.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.h | 2 +- pcsx2/GS/Renderers/Vulkan/VKSwapChain.cpp | 2 +- pcsx2/GS/Renderers/Vulkan/VKSwapChain.h | 2 +- pcsx2/GS/Renderers/Vulkan/vk_mem_alloc.cpp | 2 +- pcsx2/GSDumpReplayer.cpp | 2 +- pcsx2/GSDumpReplayer.h | 2 +- pcsx2/GameDatabase.cpp | 2 +- pcsx2/GameDatabase.h | 2 +- pcsx2/GameList.cpp | 2 +- pcsx2/GameList.h | 2 +- pcsx2/Gif.cpp | 2 +- pcsx2/Gif.h | 2 +- pcsx2/Gif_Logger.cpp | 2 +- pcsx2/Gif_Unit.cpp | 2 +- pcsx2/Gif_Unit.h | 2 +- pcsx2/Hardware.h | 2 +- pcsx2/Host.cpp | 2 +- pcsx2/Host.h | 2 +- pcsx2/Host/AudioStream.cpp | 2 +- pcsx2/Host/AudioStream.h | 2 +- pcsx2/Host/AudioStreamTypes.h | 2 +- pcsx2/Host/CubebAudioStream.cpp | 2 +- pcsx2/Host/SDLAudioStream.cpp | 2 +- pcsx2/Hotkeys.cpp | 2 +- pcsx2/Hw.cpp | 2 +- pcsx2/Hw.h | 2 +- pcsx2/HwRead.cpp | 2 +- pcsx2/HwWrite.cpp | 2 +- pcsx2/INISettingsInterface.cpp | 2 +- pcsx2/INISettingsInterface.h | 2 +- pcsx2/IPU/IPU.cpp | 2 +- pcsx2/IPU/IPU.h | 2 +- pcsx2/IPU/IPU_Fifo.cpp | 2 +- pcsx2/IPU/IPU_Fifo.h | 2 +- pcsx2/IPU/IPU_MultiISA.cpp | 2 +- pcsx2/IPU/IPU_MultiISA.h | 2 +- pcsx2/IPU/IPUdither.cpp | 2 +- pcsx2/IPU/IPUdma.cpp | 2 +- pcsx2/IPU/IPUdma.h | 2 +- pcsx2/IPU/mpeg2_vlc.h | 2 +- pcsx2/IPU/yuv2rgb.cpp | 2 +- pcsx2/IPU/yuv2rgb.h | 2 +- pcsx2/ImGui/FullscreenUI.cpp | 2 +- pcsx2/ImGui/FullscreenUI.h | 2 +- pcsx2/ImGui/ImGuiAnimated.h | 2 +- pcsx2/ImGui/ImGuiFullscreen.cpp | 2 +- pcsx2/ImGui/ImGuiFullscreen.h | 2 +- pcsx2/ImGui/ImGuiManager.cpp | 2 +- pcsx2/ImGui/ImGuiManager.h | 2 +- pcsx2/ImGui/ImGuiOverlays.cpp | 2 +- pcsx2/ImGui/ImGuiOverlays.h | 2 +- pcsx2/Input/DInputSource.cpp | 2 +- pcsx2/Input/DInputSource.h | 2 +- pcsx2/Input/InputManager.cpp | 2 +- pcsx2/Input/InputManager.h | 2 +- pcsx2/Input/InputSource.cpp | 2 +- pcsx2/Input/InputSource.h | 2 +- pcsx2/Input/SDLInputSource.cpp | 2 +- pcsx2/Input/SDLInputSource.h | 2 +- pcsx2/Input/XInputSource.cpp | 2 +- pcsx2/Input/XInputSource.h | 2 +- pcsx2/Interpreter.cpp | 2 +- pcsx2/IopBios.cpp | 2 +- pcsx2/IopBios.h | 2 +- pcsx2/IopCounters.cpp | 2 +- pcsx2/IopCounters.h | 2 +- pcsx2/IopDma.cpp | 2 +- pcsx2/IopDma.h | 2 +- pcsx2/IopGte.cpp | 2 +- pcsx2/IopGte.h | 2 +- pcsx2/IopHw.cpp | 2 +- pcsx2/IopHw.h | 2 +- pcsx2/IopIrq.cpp | 2 +- pcsx2/IopMem.cpp | 2 +- pcsx2/IopMem.h | 2 +- pcsx2/IopModuleNames.cpp | 2 +- pcsx2/LayeredSettingsInterface.cpp | 2 +- pcsx2/LayeredSettingsInterface.h | 2 +- pcsx2/MMI.cpp | 2 +- pcsx2/MTGS.cpp | 2 +- pcsx2/MTGS.h | 2 +- pcsx2/MTVU.cpp | 2 +- pcsx2/MTVU.h | 2 +- pcsx2/Mdec.cpp | 2 +- pcsx2/Mdec.h | 2 +- pcsx2/Memory.cpp | 2 +- pcsx2/Memory.h | 2 +- pcsx2/MemoryTypes.h | 2 +- pcsx2/PINE.cpp | 2 +- pcsx2/PINE.h | 2 +- pcsx2/Patch.cpp | 2 +- pcsx2/Patch.h | 2 +- pcsx2/Pcsx2Config.cpp | 2 +- pcsx2/PerformanceMetrics.cpp | 2 +- pcsx2/PerformanceMetrics.h | 2 +- pcsx2/PrecompiledHeader.cpp | 2 +- pcsx2/PrecompiledHeader.h | 2 +- pcsx2/R3000A.cpp | 2 +- pcsx2/R3000A.h | 2 +- pcsx2/R3000AInterpreter.cpp | 2 +- pcsx2/R3000AOpcodeTables.cpp | 2 +- pcsx2/R5900.cpp | 2 +- pcsx2/R5900.h | 2 +- pcsx2/R5900OpcodeImpl.cpp | 2 +- pcsx2/R5900OpcodeTables.cpp | 2 +- pcsx2/R5900OpcodeTables.h | 2 +- pcsx2/RDebug/deci2.cpp | 2 +- pcsx2/RDebug/deci2.h | 2 +- pcsx2/RDebug/deci2_dbgp.cpp | 2 +- pcsx2/RDebug/deci2_dbgp.h | 2 +- pcsx2/RDebug/deci2_dcmp.cpp | 2 +- pcsx2/RDebug/deci2_dcmp.h | 2 +- pcsx2/RDebug/deci2_drfp.cpp | 2 +- pcsx2/RDebug/deci2_drfp.h | 2 +- pcsx2/RDebug/deci2_iloadp.cpp | 2 +- pcsx2/RDebug/deci2_iloadp.h | 2 +- pcsx2/RDebug/deci2_netmp.cpp | 2 +- pcsx2/RDebug/deci2_netmp.h | 2 +- pcsx2/RDebug/deci2_ttyp.cpp | 2 +- pcsx2/RDebug/deci2_ttyp.h | 2 +- pcsx2/Recording/InputRecording.cpp | 2 +- pcsx2/Recording/InputRecording.h | 2 +- pcsx2/Recording/InputRecordingControls.cpp | 2 +- pcsx2/Recording/InputRecordingControls.h | 2 +- pcsx2/Recording/InputRecordingFile.cpp | 2 +- pcsx2/Recording/InputRecordingFile.h | 2 +- pcsx2/Recording/PadData.cpp | 2 +- pcsx2/Recording/PadData.h | 2 +- pcsx2/Recording/Utilities/InputRecordingLogger.cpp | 2 +- pcsx2/Recording/Utilities/InputRecordingLogger.h | 2 +- pcsx2/SIO/Memcard/MemoryCardFile.cpp | 2 +- pcsx2/SIO/Memcard/MemoryCardFile.h | 2 +- pcsx2/SIO/Memcard/MemoryCardFolder.cpp | 2 +- pcsx2/SIO/Memcard/MemoryCardFolder.h | 2 +- pcsx2/SIO/Memcard/MemoryCardProtocol.cpp | 2 +- pcsx2/SIO/Memcard/MemoryCardProtocol.h | 2 +- pcsx2/SIO/Multitap/MultitapProtocol.cpp | 2 +- pcsx2/SIO/Multitap/MultitapProtocol.h | 2 +- pcsx2/SIO/Pad/Pad.cpp | 2 +- pcsx2/SIO/Pad/Pad.h | 2 +- pcsx2/SIO/Pad/PadBase.cpp | 2 +- pcsx2/SIO/Pad/PadBase.h | 2 +- pcsx2/SIO/Pad/PadDualshock2.cpp | 2 +- pcsx2/SIO/Pad/PadDualshock2.h | 2 +- pcsx2/SIO/Pad/PadGuitar.cpp | 2 +- pcsx2/SIO/Pad/PadGuitar.h | 2 +- pcsx2/SIO/Pad/PadJogcon.cpp | 2 +- pcsx2/SIO/Pad/PadJogcon.h | 2 +- pcsx2/SIO/Pad/PadNegcon.cpp | 2 +- pcsx2/SIO/Pad/PadNegcon.h | 2 +- pcsx2/SIO/Pad/PadNotConnected.cpp | 2 +- pcsx2/SIO/Pad/PadNotConnected.h | 2 +- pcsx2/SIO/Pad/PadPopn.cpp | 2 +- pcsx2/SIO/Pad/PadPopn.h | 2 +- pcsx2/SIO/Pad/PadTypes.h | 2 +- pcsx2/SIO/Sio.cpp | 2 +- pcsx2/SIO/Sio.h | 2 +- pcsx2/SIO/Sio0.cpp | 2 +- pcsx2/SIO/Sio0.h | 2 +- pcsx2/SIO/Sio2.cpp | 2 +- pcsx2/SIO/Sio2.h | 2 +- pcsx2/SIO/SioTypes.h | 2 +- pcsx2/SPR.cpp | 2 +- pcsx2/SPR.h | 2 +- pcsx2/SPU2/ADSR.cpp | 2 +- pcsx2/SPU2/Debug.cpp | 2 +- pcsx2/SPU2/Debug.h | 2 +- pcsx2/SPU2/Dma.cpp | 2 +- pcsx2/SPU2/Dma.h | 2 +- pcsx2/SPU2/Mixer.cpp | 2 +- pcsx2/SPU2/ReadInput.cpp | 2 +- pcsx2/SPU2/RegTable.cpp | 2 +- pcsx2/SPU2/Reverb.cpp | 2 +- pcsx2/SPU2/ReverbResample.cpp | 2 +- pcsx2/SPU2/Wavedump_wav.cpp | 2 +- pcsx2/SPU2/defs.h | 2 +- pcsx2/SPU2/interpolate_table.h | 2 +- pcsx2/SPU2/regs.h | 2 +- pcsx2/SPU2/spdif.h | 2 +- pcsx2/SPU2/spu2.cpp | 2 +- pcsx2/SPU2/spu2.h | 2 +- pcsx2/SPU2/spu2freeze.cpp | 2 +- pcsx2/SPU2/spu2sys.cpp | 2 +- pcsx2/SaveState.cpp | 2 +- pcsx2/SaveState.h | 2 +- pcsx2/ShaderCacheVersion.h | 2 +- pcsx2/ShiftJisToUnicode.cpp | 2 +- pcsx2/Sif.cpp | 2 +- pcsx2/Sif.h | 2 +- pcsx2/Sif0.cpp | 2 +- pcsx2/Sif1.cpp | 2 +- pcsx2/Sifcmd.h | 2 +- pcsx2/SourceLog.cpp | 2 +- pcsx2/StateWrapper.cpp | 2 +- pcsx2/StateWrapper.h | 2 +- pcsx2/SupportURLs.h | 2 +- pcsx2/USB/USB.cpp | 2 +- pcsx2/USB/USB.h | 2 +- pcsx2/USB/deviceproxy.cpp | 2 +- pcsx2/USB/deviceproxy.h | 2 +- pcsx2/USB/qemu-usb/USBinternal.h | 2 +- pcsx2/USB/qemu-usb/bus.cpp | 2 +- pcsx2/USB/qemu-usb/core.cpp | 2 +- pcsx2/USB/qemu-usb/desc.cpp | 2 +- pcsx2/USB/qemu-usb/desc.h | 2 +- pcsx2/USB/qemu-usb/hid.cpp | 2 +- pcsx2/USB/qemu-usb/hid.h | 2 +- pcsx2/USB/qemu-usb/input-keymap-qcode-to-qnum.cpp | 2 +- pcsx2/USB/qemu-usb/input-keymap.h | 2 +- pcsx2/USB/qemu-usb/qusb.h | 2 +- pcsx2/USB/qemu-usb/usb-ohci.cpp | 2 +- pcsx2/USB/shared/ringbuffer.cpp | 2 +- pcsx2/USB/shared/ringbuffer.h | 2 +- pcsx2/USB/usb-eyetoy/cam-jpeg.cpp | 2 +- pcsx2/USB/usb-eyetoy/cam-jpeg.h | 2 +- pcsx2/USB/usb-eyetoy/cam-linux.cpp | 2 +- pcsx2/USB/usb-eyetoy/cam-linux.h | 2 +- pcsx2/USB/usb-eyetoy/cam-noop.cpp | 2 +- pcsx2/USB/usb-eyetoy/cam-windows.cpp | 2 +- pcsx2/USB/usb-eyetoy/cam-windows.h | 2 +- pcsx2/USB/usb-eyetoy/jo_mpeg.h | 2 +- pcsx2/USB/usb-eyetoy/ov519.h | 2 +- pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.cpp | 2 +- pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.h | 2 +- pcsx2/USB/usb-eyetoy/videodev.h | 2 +- pcsx2/USB/usb-hid/usb-hid.h | 2 +- pcsx2/USB/usb-lightgun/guncon2.cpp | 2 +- pcsx2/USB/usb-lightgun/guncon2.h | 2 +- pcsx2/USB/usb-mic/audiodev-cubeb.cpp | 2 +- pcsx2/USB/usb-mic/audiodev-cubeb.h | 2 +- pcsx2/USB/usb-mic/audiodev-noop.h | 2 +- pcsx2/USB/usb-mic/audiodev.h | 2 +- pcsx2/USB/usb-mic/usb-headset.h | 2 +- pcsx2/USB/usb-mic/usb-mic.h | 2 +- pcsx2/USB/usb-msd/usb-msd.cpp | 2 +- pcsx2/USB/usb-msd/usb-msd.h | 2 +- pcsx2/USB/usb-pad/lg/lg_ff.cpp | 2 +- pcsx2/USB/usb-pad/lg/lg_ff.h | 2 +- pcsx2/USB/usb-pad/usb-buzz.cpp | 2 +- pcsx2/USB/usb-pad/usb-buzz.h | 2 +- pcsx2/USB/usb-pad/usb-gametrak.cpp | 2 +- pcsx2/USB/usb-pad/usb-gametrak.h | 2 +- pcsx2/USB/usb-pad/usb-pad-ff.cpp | 2 +- pcsx2/USB/usb-pad/usb-pad-sdl-ff.cpp | 2 +- pcsx2/USB/usb-pad/usb-pad-sdl-ff.h | 2 +- pcsx2/USB/usb-pad/usb-pad.cpp | 2 +- pcsx2/USB/usb-pad/usb-pad.h | 2 +- pcsx2/USB/usb-pad/usb-realplay.cpp | 2 +- pcsx2/USB/usb-pad/usb-realplay.h | 2 +- pcsx2/USB/usb-pad/usb-seamic.cpp | 2 +- pcsx2/USB/usb-pad/usb-train.cpp | 2 +- pcsx2/USB/usb-pad/usb-train.h | 2 +- pcsx2/USB/usb-pad/usb-trance-vibrator.cpp | 2 +- pcsx2/USB/usb-pad/usb-trance-vibrator.h | 2 +- pcsx2/USB/usb-pad/usb-turntable.cpp | 2 +- pcsx2/USB/usb-pad/usb-turntable.h | 2 +- pcsx2/USB/usb-printer/usb-printer.cpp | 2 +- pcsx2/USB/usb-printer/usb-printer.h | 2 +- pcsx2/VMManager.cpp | 2 +- pcsx2/VMManager.h | 2 +- pcsx2/VU.h | 2 +- pcsx2/VU0.cpp | 2 +- pcsx2/VU0micro.cpp | 2 +- pcsx2/VU0microInterp.cpp | 2 +- pcsx2/VU1micro.cpp | 2 +- pcsx2/VU1microInterp.cpp | 2 +- pcsx2/VUflags.cpp | 2 +- pcsx2/VUflags.h | 2 +- pcsx2/VUmicro.cpp | 2 +- pcsx2/VUmicro.h | 2 +- pcsx2/VUmicroMem.cpp | 2 +- pcsx2/VUops.cpp | 2 +- pcsx2/VUops.h | 2 +- pcsx2/Vif.cpp | 2 +- pcsx2/Vif.h | 2 +- pcsx2/Vif0_Dma.cpp | 2 +- pcsx2/Vif1_Dma.cpp | 2 +- pcsx2/Vif1_MFIFO.cpp | 2 +- pcsx2/Vif_Codes.cpp | 2 +- pcsx2/Vif_Dma.h | 2 +- pcsx2/Vif_Dynarec.h | 2 +- pcsx2/Vif_HashBucket.h | 2 +- pcsx2/Vif_Transfer.cpp | 2 +- pcsx2/Vif_Unpack.cpp | 2 +- pcsx2/Vif_Unpack.h | 2 +- pcsx2/arm64/AsmHelpers.cpp | 2 +- pcsx2/arm64/AsmHelpers.h | 2 +- pcsx2/arm64/RecStubs.cpp | 2 +- pcsx2/arm64/Vif_Dynarec.cpp | 2 +- pcsx2/arm64/Vif_UnpackNEON.cpp | 2 +- pcsx2/arm64/Vif_UnpackNEON.h | 2 +- pcsx2/ps2/BiosTools.cpp | 2 +- pcsx2/ps2/BiosTools.h | 2 +- pcsx2/ps2/HwInternal.h | 2 +- pcsx2/ps2/Iop/IopHwRead.cpp | 2 +- pcsx2/ps2/Iop/IopHwWrite.cpp | 2 +- pcsx2/ps2/Iop/IopHw_Internal.h | 2 +- pcsx2/ps2/Iop/PsxBios.cpp | 2 +- pcsx2/ps2/eeHwTraceLog.inl | 2 +- pcsx2/ps2/pgif.cpp | 2 +- pcsx2/ps2/pgif.h | 2 +- pcsx2/sif2.cpp | 2 +- pcsx2/vtlb.cpp | 2 +- pcsx2/vtlb.h | 2 +- pcsx2/windows/Optimus.cpp | 2 +- pcsx2/x86/BaseblockEx.cpp | 2 +- pcsx2/x86/BaseblockEx.h | 2 +- pcsx2/x86/R5900_Profiler.h | 2 +- pcsx2/x86/Vif_Dynarec.cpp | 2 +- pcsx2/x86/Vif_UnpackSSE.cpp | 2 +- pcsx2/x86/Vif_UnpackSSE.h | 2 +- pcsx2/x86/iCOP0.cpp | 2 +- pcsx2/x86/iCOP0.h | 2 +- pcsx2/x86/iCore.cpp | 2 +- pcsx2/x86/iCore.h | 2 +- pcsx2/x86/iFPU.cpp | 2 +- pcsx2/x86/iFPU.h | 2 +- pcsx2/x86/iFPUd.cpp | 2 +- pcsx2/x86/iMMI.cpp | 2 +- pcsx2/x86/iMMI.h | 2 +- pcsx2/x86/iR3000A.h | 2 +- pcsx2/x86/iR3000Atables.cpp | 2 +- pcsx2/x86/iR5900.h | 2 +- pcsx2/x86/iR5900Analysis.cpp | 2 +- pcsx2/x86/iR5900Analysis.h | 2 +- pcsx2/x86/iR5900Arit.h | 2 +- pcsx2/x86/iR5900AritImm.h | 2 +- pcsx2/x86/iR5900Branch.h | 2 +- pcsx2/x86/iR5900Jump.h | 2 +- pcsx2/x86/iR5900LoadStore.h | 2 +- pcsx2/x86/iR5900Misc.cpp | 2 +- pcsx2/x86/iR5900Move.h | 2 +- pcsx2/x86/iR5900MultDiv.h | 2 +- pcsx2/x86/iR5900Shift.h | 2 +- pcsx2/x86/ix86-32/iCore.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Arit.cpp | 2 +- pcsx2/x86/ix86-32/iR5900AritImm.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Branch.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Jump.cpp | 2 +- pcsx2/x86/ix86-32/iR5900LoadStore.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Move.cpp | 2 +- pcsx2/x86/ix86-32/iR5900MultDiv.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Shift.cpp | 2 +- pcsx2/x86/ix86-32/iR5900Templates.cpp | 2 +- pcsx2/x86/ix86-32/recVTLB.cpp | 2 +- pcsx2/x86/microVU.cpp | 2 +- pcsx2/x86/microVU.h | 2 +- pcsx2/x86/microVU_Alloc.inl | 2 +- pcsx2/x86/microVU_Analyze.inl | 2 +- pcsx2/x86/microVU_Branch.inl | 2 +- pcsx2/x86/microVU_Clamp.inl | 2 +- pcsx2/x86/microVU_Compile.inl | 2 +- pcsx2/x86/microVU_Execute.inl | 2 +- pcsx2/x86/microVU_Flags.inl | 2 +- pcsx2/x86/microVU_IR.h | 2 +- pcsx2/x86/microVU_Log.inl | 2 +- pcsx2/x86/microVU_Lower.inl | 2 +- pcsx2/x86/microVU_Macro.inl | 2 +- pcsx2/x86/microVU_Misc.h | 2 +- pcsx2/x86/microVU_Misc.inl | 2 +- pcsx2/x86/microVU_Profiler.h | 2 +- pcsx2/x86/microVU_Tables.inl | 2 +- pcsx2/x86/microVU_Upper.inl | 2 +- pcsx2/x86/newVif.h | 2 +- tests/ctest/common/byteswap_tests.cpp | 2 +- tests/ctest/common/filesystem_tests.cpp | 2 +- tests/ctest/common/path_tests.cpp | 2 +- tests/ctest/common/string_util_tests.cpp | 2 +- tests/ctest/common/x86emitter/codegen_tests.cpp | 2 +- tests/ctest/common/x86emitter/codegen_tests.h | 2 +- tests/ctest/common/x86emitter/codegen_tests_main.cpp | 2 +- tests/ctest/core/GS/swizzle_test_main.cpp | 2 +- tests/ctest/core/StubHost.cpp | 2 +- tools/generate_update_fa_glyph_ranges.py | 2 +- tools/merge_ws_ni_patches.py | 2 +- tools/texture_dump_alpha_scaler.py | 2 +- updater/SZErrors.h | 2 +- updater/Updater.cpp | 2 +- updater/Updater.h | 2 +- updater/UpdaterExtractor.h | 2 +- updater/Windows/WindowsUpdater.cpp | 2 +- 1010 files changed, 1010 insertions(+), 1010 deletions(-) diff --git a/bin/docs/ThirdPartyLicenses.html b/bin/docs/ThirdPartyLicenses.html index d27a2d8dbc..84f27afbf5 100644 --- a/bin/docs/ThirdPartyLicenses.html +++ b/bin/docs/ThirdPartyLicenses.html @@ -3,7 +3,7 @@

PCSX2 - PS2 Emulator for PCs

-

Copyright © 2002-2024 PCSX2 Dev Team

+

Copyright © 2002-2025 PCSX2 Dev Team

PCSX2 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

diff --git a/bin/resources/shaders/common/fxaa.fx b/bin/resources/shaders/common/fxaa.fx index 5f0f84c404..5b01f48efa 100644 --- a/bin/resources/shaders/common/fxaa.fx +++ b/bin/resources/shaders/common/fxaa.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifndef FXAA_HLSL diff --git a/bin/resources/shaders/dx11/convert.fx b/bin/resources/shaders/dx11/convert.fx index 241b7a307d..ddcd70e5ae 100644 --- a/bin/resources/shaders/dx11/convert.fx +++ b/bin/resources/shaders/dx11/convert.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ struct VS_INPUT diff --git a/bin/resources/shaders/dx11/imgui.fx b/bin/resources/shaders/dx11/imgui.fx index 71e8637cdc..bde3fc16da 100644 --- a/bin/resources/shaders/dx11/imgui.fx +++ b/bin/resources/shaders/dx11/imgui.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ cbuffer vertexBuffer : register(b0) diff --git a/bin/resources/shaders/dx11/interlace.fx b/bin/resources/shaders/dx11/interlace.fx index 98da6c21af..8a77922290 100644 --- a/bin/resources/shaders/dx11/interlace.fx +++ b/bin/resources/shaders/dx11/interlace.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ Texture2D Texture; diff --git a/bin/resources/shaders/dx11/merge.fx b/bin/resources/shaders/dx11/merge.fx index 572419e297..c84b753edc 100644 --- a/bin/resources/shaders/dx11/merge.fx +++ b/bin/resources/shaders/dx11/merge.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ Texture2D Texture; diff --git a/bin/resources/shaders/dx11/present.fx b/bin/resources/shaders/dx11/present.fx index 593a222946..da1b82d0df 100644 --- a/bin/resources/shaders/dx11/present.fx +++ b/bin/resources/shaders/dx11/present.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ struct VS_INPUT diff --git a/bin/resources/shaders/dx11/shadeboost.fx b/bin/resources/shaders/dx11/shadeboost.fx index 44423ed1e0..e9911d203d 100644 --- a/bin/resources/shaders/dx11/shadeboost.fx +++ b/bin/resources/shaders/dx11/shadeboost.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ Texture2D Texture; diff --git a/bin/resources/shaders/dx11/tfx.fx b/bin/resources/shaders/dx11/tfx.fx index b425368d9f..7a722cdca1 100644 --- a/bin/resources/shaders/dx11/tfx.fx +++ b/bin/resources/shaders/dx11/tfx.fx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define FMT_32 0 diff --git a/bin/resources/shaders/opengl/convert.glsl b/bin/resources/shaders/opengl/convert.glsl index 5362c0ef03..b4c0d52721 100644 --- a/bin/resources/shaders/opengl/convert.glsl +++ b/bin/resources/shaders/opengl/convert.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/opengl/imgui.glsl b/bin/resources/shaders/opengl/imgui.glsl index c05ea9fa06..8acc309504 100644 --- a/bin/resources/shaders/opengl/imgui.glsl +++ b/bin/resources/shaders/opengl/imgui.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/opengl/interlace.glsl b/bin/resources/shaders/opengl/interlace.glsl index 4e95d29ff0..8217edee8c 100644 --- a/bin/resources/shaders/opengl/interlace.glsl +++ b/bin/resources/shaders/opengl/interlace.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/opengl/merge.glsl b/bin/resources/shaders/opengl/merge.glsl index f28ff46d40..56b243e154 100644 --- a/bin/resources/shaders/opengl/merge.glsl +++ b/bin/resources/shaders/opengl/merge.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/opengl/present.glsl b/bin/resources/shaders/opengl/present.glsl index 301f158368..4ba45cd967 100644 --- a/bin/resources/shaders/opengl/present.glsl +++ b/bin/resources/shaders/opengl/present.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/opengl/shadeboost.glsl b/bin/resources/shaders/opengl/shadeboost.glsl index 3499ad6e96..19abb3cbe5 100644 --- a/bin/resources/shaders/opengl/shadeboost.glsl +++ b/bin/resources/shaders/opengl/shadeboost.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/opengl/tfx_fs.glsl b/bin/resources/shaders/opengl/tfx_fs.glsl index d6834c29d4..c641a6743f 100644 --- a/bin/resources/shaders/opengl/tfx_fs.glsl +++ b/bin/resources/shaders/opengl/tfx_fs.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for text editor detection diff --git a/bin/resources/shaders/opengl/tfx_vgs.glsl b/bin/resources/shaders/opengl/tfx_vgs.glsl index 4995148c50..eec1d524d0 100644 --- a/bin/resources/shaders/opengl/tfx_vgs.glsl +++ b/bin/resources/shaders/opengl/tfx_vgs.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for text editor detection diff --git a/bin/resources/shaders/vulkan/convert.glsl b/bin/resources/shaders/vulkan/convert.glsl index ba3a379cc7..7b370affc5 100644 --- a/bin/resources/shaders/vulkan/convert.glsl +++ b/bin/resources/shaders/vulkan/convert.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/vulkan/imgui.glsl b/bin/resources/shaders/vulkan/imgui.glsl index f710ed9709..f886acf64b 100644 --- a/bin/resources/shaders/vulkan/imgui.glsl +++ b/bin/resources/shaders/vulkan/imgui.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/vulkan/interlace.glsl b/bin/resources/shaders/vulkan/interlace.glsl index 58fc07b0b0..634213a1ac 100644 --- a/bin/resources/shaders/vulkan/interlace.glsl +++ b/bin/resources/shaders/vulkan/interlace.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/vulkan/merge.glsl b/bin/resources/shaders/vulkan/merge.glsl index c6532cbf8d..1d31016eea 100644 --- a/bin/resources/shaders/vulkan/merge.glsl +++ b/bin/resources/shaders/vulkan/merge.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/vulkan/present.glsl b/bin/resources/shaders/vulkan/present.glsl index c5de89afb4..23de574947 100644 --- a/bin/resources/shaders/vulkan/present.glsl +++ b/bin/resources/shaders/vulkan/present.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef VERTEX_SHADER diff --git a/bin/resources/shaders/vulkan/shadeboost.glsl b/bin/resources/shaders/vulkan/shadeboost.glsl index 9ef701bb6b..b604fdcd8d 100644 --- a/bin/resources/shaders/vulkan/shadeboost.glsl +++ b/bin/resources/shaders/vulkan/shadeboost.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //#version 420 // Keep it for editor detection diff --git a/bin/resources/shaders/vulkan/tfx.glsl b/bin/resources/shaders/vulkan/tfx.glsl index 2b8ec1f118..69c4345db9 100644 --- a/bin/resources/shaders/vulkan/tfx.glsl +++ b/bin/resources/shaders/vulkan/tfx.glsl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ ////////////////////////////////////////////////////////////////////// diff --git a/common/AlignedMalloc.cpp b/common/AlignedMalloc.cpp index 907d985897..74a665af4a 100644 --- a/common/AlignedMalloc.cpp +++ b/common/AlignedMalloc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // This module contains implementations of _aligned_malloc for platforms that don't have diff --git a/common/AlignedMalloc.h b/common/AlignedMalloc.h index f70885193e..98e5331089 100644 --- a/common/AlignedMalloc.h +++ b/common/AlignedMalloc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Assertions.cpp b/common/Assertions.cpp index 6cfe8508c2..9fe067002c 100644 --- a/common/Assertions.cpp +++ b/common/Assertions.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Assertions.h" diff --git a/common/Assertions.h b/common/Assertions.h index 893a831a28..2d6618f387 100644 --- a/common/Assertions.h +++ b/common/Assertions.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/BitUtils.h b/common/BitUtils.h index 64b6ff3047..4d12ba2b07 100644 --- a/common/BitUtils.h +++ b/common/BitUtils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/ByteSwap.h b/common/ByteSwap.h index 6dd2ec9914..c7d6107e0a 100644 --- a/common/ByteSwap.h +++ b/common/ByteSwap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/CocoaTools.h b/common/CocoaTools.h index 61ae57f4cd..1166effc4c 100644 --- a/common/CocoaTools.h +++ b/common/CocoaTools.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef __APPLE__ diff --git a/common/CocoaTools.mm b/common/CocoaTools.mm index 1c67964058..71b4c91184 100644 --- a/common/CocoaTools.mm +++ b/common/CocoaTools.mm @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #if ! __has_feature(objc_arc) diff --git a/common/Console.cpp b/common/Console.cpp index b8f4cd5b81..8f8aa084bc 100644 --- a/common/Console.cpp +++ b/common/Console.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Console.h" diff --git a/common/Console.h b/common/Console.h index f928a61d6d..534c6b4fc6 100644 --- a/common/Console.h +++ b/common/Console.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/CrashHandler.cpp b/common/CrashHandler.cpp index cee85343e6..7f6fb46741 100644 --- a/common/CrashHandler.cpp +++ b/common/CrashHandler.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Pcsx2Defs.h" diff --git a/common/CrashHandler.h b/common/CrashHandler.h index 78b25ece53..1d41f6bf86 100644 --- a/common/CrashHandler.h +++ b/common/CrashHandler.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/common/Darwin/DarwinMisc.cpp b/common/Darwin/DarwinMisc.cpp index a4f01ac13d..1ebe1a1b88 100644 --- a/common/Darwin/DarwinMisc.cpp +++ b/common/Darwin/DarwinMisc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/common/Darwin/DarwinMisc.h b/common/Darwin/DarwinMisc.h index 4bad4ad2f3..12b66ad7ce 100644 --- a/common/Darwin/DarwinMisc.h +++ b/common/Darwin/DarwinMisc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Darwin/DarwinThreads.cpp b/common/Darwin/DarwinThreads.cpp index d08539107c..ac52959842 100644 --- a/common/Darwin/DarwinThreads.cpp +++ b/common/Darwin/DarwinThreads.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Threading.h" diff --git a/common/DynamicLibrary.cpp b/common/DynamicLibrary.cpp index 235e68a2dd..a5b04766eb 100644 --- a/common/DynamicLibrary.cpp +++ b/common/DynamicLibrary.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/DynamicLibrary.h" diff --git a/common/DynamicLibrary.h b/common/DynamicLibrary.h index f3bcb76bdb..f2eff93299 100644 --- a/common/DynamicLibrary.h +++ b/common/DynamicLibrary.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Easing.h b/common/Easing.h index 4016e690ae..6f681dc2b3 100644 --- a/common/Easing.h +++ b/common/Easing.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/EnumOps.h b/common/EnumOps.h index df2b8fbda8..9dde681ed6 100644 --- a/common/EnumOps.h +++ b/common/EnumOps.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Error.cpp b/common/Error.cpp index babeb7b3fa..ab87de79fe 100644 --- a/common/Error.cpp +++ b/common/Error.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Error.h" diff --git a/common/Error.h b/common/Error.h index 94955948df..f7c6691ecd 100644 --- a/common/Error.h +++ b/common/Error.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/FPControl.h b/common/FPControl.h index 8ef1fbfdd5..dd4c4e8702 100644 --- a/common/FPControl.h +++ b/common/FPControl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // This file abstracts the floating-point control registers, known as MXCSR on x86, and FPCR on AArch64. diff --git a/common/FastJmp.asm b/common/FastJmp.asm index 8adf97a2ab..bb6e6d970f 100644 --- a/common/FastJmp.asm +++ b/common/FastJmp.asm @@ -1,4 +1,4 @@ -; SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +; SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team ; SPDX-License-Identifier: GPL-3.0+ ; ----------------------------------------- diff --git a/common/FastJmp.cpp b/common/FastJmp.cpp index 151e2f8f5e..f2a19b225b 100644 --- a/common/FastJmp.cpp +++ b/common/FastJmp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "FastJmp.h" diff --git a/common/FastJmp.h b/common/FastJmp.h index f54c7d2a30..267855814d 100644 --- a/common/FastJmp.h +++ b/common/FastJmp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/FileSystem.cpp b/common/FileSystem.cpp index 07dc498441..a096cdbc0f 100644 --- a/common/FileSystem.cpp +++ b/common/FileSystem.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "FileSystem.h" diff --git a/common/FileSystem.h b/common/FileSystem.h index 0ffccbb4c9..f22d4cc72e 100644 --- a/common/FileSystem.h +++ b/common/FileSystem.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HTTPDownloader.cpp b/common/HTTPDownloader.cpp index 6371696ccc..1f9f88ba60 100644 --- a/common/HTTPDownloader.cpp +++ b/common/HTTPDownloader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/HTTPDownloader.h" diff --git a/common/HTTPDownloader.h b/common/HTTPDownloader.h index d4d572272f..79d59c72d7 100644 --- a/common/HTTPDownloader.h +++ b/common/HTTPDownloader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HTTPDownloaderCurl.cpp b/common/HTTPDownloaderCurl.cpp index 59ed6ee525..de20896ddd 100644 --- a/common/HTTPDownloaderCurl.cpp +++ b/common/HTTPDownloaderCurl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/HTTPDownloaderCurl.h" diff --git a/common/HTTPDownloaderCurl.h b/common/HTTPDownloaderCurl.h index 2a6683bbd6..5c89624592 100644 --- a/common/HTTPDownloaderCurl.h +++ b/common/HTTPDownloaderCurl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HTTPDownloaderWinHTTP.cpp b/common/HTTPDownloaderWinHTTP.cpp index fa74e0877d..6b46b2d8ef 100644 --- a/common/HTTPDownloaderWinHTTP.cpp +++ b/common/HTTPDownloaderWinHTTP.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/HTTPDownloaderWinHTTP.h" diff --git a/common/HTTPDownloaderWinHTTP.h b/common/HTTPDownloaderWinHTTP.h index 4298d3ecf3..60077f6645 100644 --- a/common/HTTPDownloaderWinHTTP.h +++ b/common/HTTPDownloaderWinHTTP.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HashCombine.h b/common/HashCombine.h index 863013e0b9..bb0712e075 100644 --- a/common/HashCombine.h +++ b/common/HashCombine.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HeapArray.h b/common/HeapArray.h index eae2111f44..6bf34c3f2c 100644 --- a/common/HeapArray.h +++ b/common/HeapArray.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/HeterogeneousContainers.h b/common/HeterogeneousContainers.h index 667cc67e54..74cc311215 100644 --- a/common/HeterogeneousContainers.h +++ b/common/HeterogeneousContainers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /** diff --git a/common/HostSys.cpp b/common/HostSys.cpp index e3356a45d4..01300588e4 100644 --- a/common/HostSys.cpp +++ b/common/HostSys.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "HostSys.h" diff --git a/common/HostSys.h b/common/HostSys.h index 23646284d9..c9a0a2759b 100644 --- a/common/HostSys.h +++ b/common/HostSys.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Image.cpp b/common/Image.cpp index b84643c9c6..24f247aec3 100644 --- a/common/Image.cpp +++ b/common/Image.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Image.h" diff --git a/common/Image.h b/common/Image.h index 09ca634111..fb24dba84a 100644 --- a/common/Image.h +++ b/common/Image.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/LRUCache.h b/common/LRUCache.h index 9e17966868..bbf52187aa 100644 --- a/common/LRUCache.h +++ b/common/LRUCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Linux/LnxHostSys.cpp b/common/Linux/LnxHostSys.cpp index 104ceeab35..b2578bce30 100644 --- a/common/Linux/LnxHostSys.cpp +++ b/common/Linux/LnxHostSys.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/common/Linux/LnxThreads.cpp b/common/Linux/LnxThreads.cpp index 641da91467..fbb888964d 100644 --- a/common/Linux/LnxThreads.cpp +++ b/common/Linux/LnxThreads.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifndef _GNU_SOURCE diff --git a/common/MD5Digest.cpp b/common/MD5Digest.cpp index 45f9d88b0e..9789dbe523 100644 --- a/common/MD5Digest.cpp +++ b/common/MD5Digest.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MD5Digest.h" diff --git a/common/MD5Digest.h b/common/MD5Digest.h index ca910c5b4d..fd8d780393 100644 --- a/common/MD5Digest.h +++ b/common/MD5Digest.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/MRCHelpers.h b/common/MRCHelpers.h index fd3d149f83..2bb6840f75 100644 --- a/common/MRCHelpers.h +++ b/common/MRCHelpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifndef __OBJC__ diff --git a/common/MemorySettingsInterface.cpp b/common/MemorySettingsInterface.cpp index 82a093bef4..20e165aabf 100644 --- a/common/MemorySettingsInterface.cpp +++ b/common/MemorySettingsInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MemorySettingsInterface.h" diff --git a/common/MemorySettingsInterface.h b/common/MemorySettingsInterface.h index 8cf171c3ce..611382fe1f 100644 --- a/common/MemorySettingsInterface.h +++ b/common/MemorySettingsInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Path.h b/common/Path.h index a8b17aefc0..9e2aa8cacc 100644 --- a/common/Path.h +++ b/common/Path.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Pcsx2Defs.h b/common/Pcsx2Defs.h index 26fad2df86..be997ecd2b 100644 --- a/common/Pcsx2Defs.h +++ b/common/Pcsx2Defs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Pcsx2Types.h b/common/Pcsx2Types.h index 4ff9e11370..6001106029 100644 --- a/common/Pcsx2Types.h +++ b/common/Pcsx2Types.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Perf.cpp b/common/Perf.cpp index 1817c5caaa..e33ff4dace 100644 --- a/common/Perf.cpp +++ b/common/Perf.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Perf.h" diff --git a/common/Perf.h b/common/Perf.h index 6a570db825..d9de59dc1d 100644 --- a/common/Perf.h +++ b/common/Perf.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/PrecompiledHeader.cpp b/common/PrecompiledHeader.cpp index 8ac5a5df69..c58ca9311f 100644 --- a/common/PrecompiledHeader.cpp +++ b/common/PrecompiledHeader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/common/PrecompiledHeader.h b/common/PrecompiledHeader.h index 7f46fe6418..b8a7745548 100644 --- a/common/PrecompiledHeader.h +++ b/common/PrecompiledHeader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/common/ProgressCallback.cpp b/common/ProgressCallback.cpp index d53511e83c..40ad308e19 100644 --- a/common/ProgressCallback.cpp +++ b/common/ProgressCallback.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/common/ProgressCallback.h b/common/ProgressCallback.h index 8850062aec..ae7c7fb831 100644 --- a/common/ProgressCallback.h +++ b/common/ProgressCallback.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/ReadbackSpinManager.cpp b/common/ReadbackSpinManager.cpp index 4f11aa5247..60046bab35 100644 --- a/common/ReadbackSpinManager.cpp +++ b/common/ReadbackSpinManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ReadbackSpinManager.h" diff --git a/common/ReadbackSpinManager.h b/common/ReadbackSpinManager.h index 797bb2b9bf..91bf4844f0 100644 --- a/common/ReadbackSpinManager.h +++ b/common/ReadbackSpinManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/RedtapeWilCom.h b/common/RedtapeWilCom.h index a64561da4d..1b5c103318 100644 --- a/common/RedtapeWilCom.h +++ b/common/RedtapeWilCom.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/RedtapeWindows.h b/common/RedtapeWindows.h index d3c7f27ccb..16c00c3a99 100644 --- a/common/RedtapeWindows.h +++ b/common/RedtapeWindows.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/ScopedGuard.h b/common/ScopedGuard.h index 695f7220ec..fe15bc358e 100644 --- a/common/ScopedGuard.h +++ b/common/ScopedGuard.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Semaphore.cpp b/common/Semaphore.cpp index 8a7fe23c68..0824115982 100644 --- a/common/Semaphore.cpp +++ b/common/Semaphore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Threading.h" diff --git a/common/SettingsInterface.h b/common/SettingsInterface.h index df180bf219..6c2547da00 100644 --- a/common/SettingsInterface.h +++ b/common/SettingsInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/SettingsWrapper.cpp b/common/SettingsWrapper.cpp index 5985fc66d5..f11b397f89 100644 --- a/common/SettingsWrapper.cpp +++ b/common/SettingsWrapper.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/common/SettingsWrapper.h b/common/SettingsWrapper.h index 2c0c327696..1f174385eb 100644 --- a/common/SettingsWrapper.h +++ b/common/SettingsWrapper.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/SingleRegisterTypes.h b/common/SingleRegisterTypes.h index 0ccb690c6c..c44e473020 100644 --- a/common/SingleRegisterTypes.h +++ b/common/SingleRegisterTypes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // -------------------------------------------------------------------------------------- diff --git a/common/SmallString.cpp b/common/SmallString.cpp index 05d2f4673e..b71eedecd6 100644 --- a/common/SmallString.cpp +++ b/common/SmallString.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SmallString.h" diff --git a/common/SmallString.h b/common/SmallString.h index ee0e777740..9359965a8a 100644 --- a/common/SmallString.h +++ b/common/SmallString.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/StringUtil.cpp b/common/StringUtil.cpp index 14cc9de6a2..fe6ece89fa 100644 --- a/common/StringUtil.cpp +++ b/common/StringUtil.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Assertions.h" diff --git a/common/StringUtil.h b/common/StringUtil.h index e276185ef7..636ccdec06 100644 --- a/common/StringUtil.h +++ b/common/StringUtil.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Threading.h b/common/Threading.h index 9952ad0f8c..ead8a76e34 100644 --- a/common/Threading.h +++ b/common/Threading.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Timer.cpp b/common/Timer.cpp index 27f3072aad..3e2a9e1166 100644 --- a/common/Timer.cpp +++ b/common/Timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Timer.h" diff --git a/common/Timer.h b/common/Timer.h index ab472106fb..74242a43fa 100644 --- a/common/Timer.h +++ b/common/Timer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/VectorIntrin.h b/common/VectorIntrin.h index 41caa95655..a90ba80bae 100644 --- a/common/VectorIntrin.h +++ b/common/VectorIntrin.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // Includes appropriate intrinsic header based on platform. diff --git a/common/WAVWriter.cpp b/common/WAVWriter.cpp index fdd0e23974..968e42a3c2 100644 --- a/common/WAVWriter.cpp +++ b/common/WAVWriter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/WAVWriter.h" diff --git a/common/WAVWriter.h b/common/WAVWriter.h index 2a7903ce74..57dae548c6 100644 --- a/common/WAVWriter.h +++ b/common/WAVWriter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/WindowInfo.cpp b/common/WindowInfo.cpp index 2448841951..62f9afe8ea 100644 --- a/common/WindowInfo.cpp +++ b/common/WindowInfo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "WindowInfo.h" diff --git a/common/WindowInfo.h b/common/WindowInfo.h index fa2adcd89c..c9d11d582f 100644 --- a/common/WindowInfo.h +++ b/common/WindowInfo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/Windows/WinHostSys.cpp b/common/Windows/WinHostSys.cpp index 1e13bd7e99..5475fb8954 100644 --- a/common/Windows/WinHostSys.cpp +++ b/common/Windows/WinHostSys.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/HostSys.h" diff --git a/common/Windows/WinMisc.cpp b/common/Windows/WinMisc.cpp index 5de77b51f7..44c5da73fe 100644 --- a/common/Windows/WinMisc.cpp +++ b/common/Windows/WinMisc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/FileSystem.h" diff --git a/common/Windows/WinThreads.cpp b/common/Windows/WinThreads.cpp index 7a8e63c205..8f385cd1b5 100644 --- a/common/Windows/WinThreads.cpp +++ b/common/Windows/WinThreads.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Threading.h" diff --git a/common/WrappedMemCopy.h b/common/WrappedMemCopy.h index 3eaa830bab..776c3ce09c 100644 --- a/common/WrappedMemCopy.h +++ b/common/WrappedMemCopy.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Pcsx2Defs.h" diff --git a/common/ZipHelpers.h b/common/ZipHelpers.h index 26c5df9736..470ac5ce4d 100644 --- a/common/ZipHelpers.h +++ b/common/ZipHelpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/avx.cpp b/common/emitter/avx.cpp index d321345656..0bf8ed2298 100644 --- a/common/emitter/avx.cpp +++ b/common/emitter/avx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/emitter/internal.h" diff --git a/common/emitter/bmi.cpp b/common/emitter/bmi.cpp index f3acb03415..b301355f63 100644 --- a/common/emitter/bmi.cpp +++ b/common/emitter/bmi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/emitter/internal.h" diff --git a/common/emitter/fpu.cpp b/common/emitter/fpu.cpp index 7a3f74961f..2b9b95cc3c 100644 --- a/common/emitter/fpu.cpp +++ b/common/emitter/fpu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/emitter/legacy_internal.h" diff --git a/common/emitter/groups.cpp b/common/emitter/groups.cpp index ec42f6b989..a9b2a9d245 100644 --- a/common/emitter/groups.cpp +++ b/common/emitter/groups.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/implement/avx.h b/common/emitter/implement/avx.h index 9ce4a88d3f..90516f12f0 100644 --- a/common/emitter/implement/avx.h +++ b/common/emitter/implement/avx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/bmi.h b/common/emitter/implement/bmi.h index 6c12e2ea0d..f30e8614f3 100644 --- a/common/emitter/implement/bmi.h +++ b/common/emitter/implement/bmi.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/dwshift.h b/common/emitter/implement/dwshift.h index 903f740abd..72428a6347 100644 --- a/common/emitter/implement/dwshift.h +++ b/common/emitter/implement/dwshift.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/group1.h b/common/emitter/implement/group1.h index c621d62bfb..1351a04d28 100644 --- a/common/emitter/implement/group1.h +++ b/common/emitter/implement/group1.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/group2.h b/common/emitter/implement/group2.h index f772582f90..22b99cefd7 100644 --- a/common/emitter/implement/group2.h +++ b/common/emitter/implement/group2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/group3.h b/common/emitter/implement/group3.h index fe7d153df1..6492c25ee6 100644 --- a/common/emitter/implement/group3.h +++ b/common/emitter/implement/group3.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/helpers.h b/common/emitter/implement/helpers.h index d98113aaf3..26c3e959b1 100644 --- a/common/emitter/implement/helpers.h +++ b/common/emitter/implement/helpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/incdec.h b/common/emitter/implement/incdec.h index 7db2096d90..97816a9bf9 100644 --- a/common/emitter/implement/incdec.h +++ b/common/emitter/implement/incdec.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/jmpcall.h b/common/emitter/implement/jmpcall.h index b81e4b5876..f2319bf342 100644 --- a/common/emitter/implement/jmpcall.h +++ b/common/emitter/implement/jmpcall.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/movs.h b/common/emitter/implement/movs.h index 67f00479d8..beb9b0fffe 100644 --- a/common/emitter/implement/movs.h +++ b/common/emitter/implement/movs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_arithmetic.h b/common/emitter/implement/simd_arithmetic.h index 1900d43143..a856957188 100644 --- a/common/emitter/implement/simd_arithmetic.h +++ b/common/emitter/implement/simd_arithmetic.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_comparisons.h b/common/emitter/implement/simd_comparisons.h index ca056caa70..596d1cf3e7 100644 --- a/common/emitter/implement/simd_comparisons.h +++ b/common/emitter/implement/simd_comparisons.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_helpers.h b/common/emitter/implement/simd_helpers.h index 0eb242c1a5..83053b3097 100644 --- a/common/emitter/implement/simd_helpers.h +++ b/common/emitter/implement/simd_helpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_moremovs.h b/common/emitter/implement/simd_moremovs.h index a8e46eac64..0b498b3454 100644 --- a/common/emitter/implement/simd_moremovs.h +++ b/common/emitter/implement/simd_moremovs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_shufflepack.h b/common/emitter/implement/simd_shufflepack.h index 5e3e680e77..efd894ce56 100644 --- a/common/emitter/implement/simd_shufflepack.h +++ b/common/emitter/implement/simd_shufflepack.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/simd_templated_helpers.h b/common/emitter/implement/simd_templated_helpers.h index 0eac74694e..8231a5382b 100644 --- a/common/emitter/implement/simd_templated_helpers.h +++ b/common/emitter/implement/simd_templated_helpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/test.h b/common/emitter/implement/test.h index c2f136dd28..50fde1df3d 100644 --- a/common/emitter/implement/test.h +++ b/common/emitter/implement/test.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/implement/xchg.h b/common/emitter/implement/xchg.h index f29d9fbf9d..729bff79fc 100644 --- a/common/emitter/implement/xchg.h +++ b/common/emitter/implement/xchg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/instructions.h b/common/emitter/instructions.h index 5008a1f8f7..70a1e3953a 100644 --- a/common/emitter/instructions.h +++ b/common/emitter/instructions.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/internal.h b/common/emitter/internal.h index 7b5d452671..c15c2a3820 100644 --- a/common/emitter/internal.h +++ b/common/emitter/internal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/jmp.cpp b/common/emitter/jmp.cpp index 236639df26..515d3da197 100644 --- a/common/emitter/jmp.cpp +++ b/common/emitter/jmp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/legacy.cpp b/common/emitter/legacy.cpp index 079da24cc0..5bbda8051f 100644 --- a/common/emitter/legacy.cpp +++ b/common/emitter/legacy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/legacy_instructions.h b/common/emitter/legacy_instructions.h index b4bb337878..e8fcdf3f8a 100644 --- a/common/emitter/legacy_instructions.h +++ b/common/emitter/legacy_instructions.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/legacy_internal.h b/common/emitter/legacy_internal.h index 4120511743..05407b002e 100644 --- a/common/emitter/legacy_internal.h +++ b/common/emitter/legacy_internal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/legacy_sse.cpp b/common/emitter/legacy_sse.cpp index 2bf579eb7c..258106e30c 100644 --- a/common/emitter/legacy_sse.cpp +++ b/common/emitter/legacy_sse.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/emitter/legacy_internal.h" diff --git a/common/emitter/legacy_types.h b/common/emitter/legacy_types.h index 0c3c118c0d..0d6757e24e 100644 --- a/common/emitter/legacy_types.h +++ b/common/emitter/legacy_types.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/common/emitter/movs.cpp b/common/emitter/movs.cpp index 53e2107a08..ca2402299d 100644 --- a/common/emitter/movs.cpp +++ b/common/emitter/movs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/simd.cpp b/common/emitter/simd.cpp index f1db306cf6..03f536bdd4 100644 --- a/common/emitter/simd.cpp +++ b/common/emitter/simd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/emitter/internal.h" diff --git a/common/emitter/x86emitter.cpp b/common/emitter/x86emitter.cpp index ae0547441b..8e021af083 100644 --- a/common/emitter/x86emitter.cpp +++ b/common/emitter/x86emitter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/x86emitter.h b/common/emitter/x86emitter.h index 9d5a5b5cd9..95a996b45d 100644 --- a/common/emitter/x86emitter.h +++ b/common/emitter/x86emitter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/common/emitter/x86types.h b/common/emitter/x86types.h index e898b9400a..e93793bae5 100644 --- a/common/emitter/x86types.h +++ b/common/emitter/x86types.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index fe27b2922f..91da57b4be 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/AboutDialog.cpp b/pcsx2-qt/AboutDialog.cpp index 4af9e5a7db..d8958add31 100644 --- a/pcsx2-qt/AboutDialog.cpp +++ b/pcsx2-qt/AboutDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/SupportURLs.h" diff --git a/pcsx2-qt/AboutDialog.h b/pcsx2-qt/AboutDialog.h index 84fcdeced5..4a490d282f 100644 --- a/pcsx2-qt/AboutDialog.h +++ b/pcsx2-qt/AboutDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/AutoUpdaterDialog.cpp b/pcsx2-qt/AutoUpdaterDialog.cpp index d08225350c..29cc168b00 100644 --- a/pcsx2-qt/AutoUpdaterDialog.cpp +++ b/pcsx2-qt/AutoUpdaterDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AutoUpdaterDialog.h" diff --git a/pcsx2-qt/AutoUpdaterDialog.h b/pcsx2-qt/AutoUpdaterDialog.h index 51264c8262..214fa84561 100644 --- a/pcsx2-qt/AutoUpdaterDialog.h +++ b/pcsx2-qt/AutoUpdaterDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/ColorPickerButton.cpp b/pcsx2-qt/ColorPickerButton.cpp index 88d62cb170..1f1b6d1c7c 100644 --- a/pcsx2-qt/ColorPickerButton.cpp +++ b/pcsx2-qt/ColorPickerButton.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ColorPickerButton.h" diff --git a/pcsx2-qt/ColorPickerButton.h b/pcsx2-qt/ColorPickerButton.h index af5d1e2263..858a07fab8 100644 --- a/pcsx2-qt/ColorPickerButton.h +++ b/pcsx2-qt/ColorPickerButton.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/CoverDownloadDialog.cpp b/pcsx2-qt/CoverDownloadDialog.cpp index a9e9afe3d6..ae456610c3 100644 --- a/pcsx2-qt/CoverDownloadDialog.cpp +++ b/pcsx2-qt/CoverDownloadDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CoverDownloadDialog.h" diff --git a/pcsx2-qt/CoverDownloadDialog.h b/pcsx2-qt/CoverDownloadDialog.h index 1467f50484..a84d8561f4 100644 --- a/pcsx2-qt/CoverDownloadDialog.h +++ b/pcsx2-qt/CoverDownloadDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/AnalysisOptionsDialog.cpp b/pcsx2-qt/Debugger/AnalysisOptionsDialog.cpp index 7274e5b97a..f0ab7a5670 100644 --- a/pcsx2-qt/Debugger/AnalysisOptionsDialog.cpp +++ b/pcsx2-qt/Debugger/AnalysisOptionsDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AnalysisOptionsDialog.h" diff --git a/pcsx2-qt/Debugger/AnalysisOptionsDialog.h b/pcsx2-qt/Debugger/AnalysisOptionsDialog.h index 87d977fdb5..bca7f43442 100644 --- a/pcsx2-qt/Debugger/AnalysisOptionsDialog.h +++ b/pcsx2-qt/Debugger/AnalysisOptionsDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/BreakpointDialog.cpp b/pcsx2-qt/Debugger/BreakpointDialog.cpp index b38b9f38a0..5cee329a2d 100644 --- a/pcsx2-qt/Debugger/BreakpointDialog.cpp +++ b/pcsx2-qt/Debugger/BreakpointDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BreakpointDialog.h" diff --git a/pcsx2-qt/Debugger/BreakpointDialog.h b/pcsx2-qt/Debugger/BreakpointDialog.h index 702293cd23..61fc3fea1c 100644 --- a/pcsx2-qt/Debugger/BreakpointDialog.h +++ b/pcsx2-qt/Debugger/BreakpointDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/CpuWidget.cpp b/pcsx2-qt/Debugger/CpuWidget.cpp index 7666e594f2..76f49e67b2 100644 --- a/pcsx2-qt/Debugger/CpuWidget.cpp +++ b/pcsx2-qt/Debugger/CpuWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CpuWidget.h" diff --git a/pcsx2-qt/Debugger/CpuWidget.h b/pcsx2-qt/Debugger/CpuWidget.h index f5033984a1..2f96ead065 100644 --- a/pcsx2-qt/Debugger/CpuWidget.h +++ b/pcsx2-qt/Debugger/CpuWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/DebuggerSettingsManager.cpp b/pcsx2-qt/Debugger/DebuggerSettingsManager.cpp index 4096acd196..f4b7ace1ca 100644 --- a/pcsx2-qt/Debugger/DebuggerSettingsManager.cpp +++ b/pcsx2-qt/Debugger/DebuggerSettingsManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebuggerSettingsManager.h" diff --git a/pcsx2-qt/Debugger/DebuggerSettingsManager.h b/pcsx2-qt/Debugger/DebuggerSettingsManager.h index 35a81d384f..4cbf373543 100644 --- a/pcsx2-qt/Debugger/DebuggerSettingsManager.h +++ b/pcsx2-qt/Debugger/DebuggerSettingsManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/DebuggerWindow.cpp b/pcsx2-qt/Debugger/DebuggerWindow.cpp index 4fba8fe861..ee43eafa06 100644 --- a/pcsx2-qt/Debugger/DebuggerWindow.cpp +++ b/pcsx2-qt/Debugger/DebuggerWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebuggerWindow.h" diff --git a/pcsx2-qt/Debugger/DebuggerWindow.h b/pcsx2-qt/Debugger/DebuggerWindow.h index 07e46e2ee1..26b4b0fc5d 100644 --- a/pcsx2-qt/Debugger/DebuggerWindow.h +++ b/pcsx2-qt/Debugger/DebuggerWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/DisassemblyWidget.cpp b/pcsx2-qt/Debugger/DisassemblyWidget.cpp index f915a11753..097a5d566a 100644 --- a/pcsx2-qt/Debugger/DisassemblyWidget.cpp +++ b/pcsx2-qt/Debugger/DisassemblyWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DisassemblyWidget.h" diff --git a/pcsx2-qt/Debugger/DisassemblyWidget.h b/pcsx2-qt/Debugger/DisassemblyWidget.h index d42423af9a..9d2670c487 100644 --- a/pcsx2-qt/Debugger/DisassemblyWidget.h +++ b/pcsx2-qt/Debugger/DisassemblyWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/MemorySearchWidget.cpp b/pcsx2-qt/Debugger/MemorySearchWidget.cpp index 62cab7b2f9..7ebdcce089 100644 --- a/pcsx2-qt/Debugger/MemorySearchWidget.cpp +++ b/pcsx2-qt/Debugger/MemorySearchWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MemorySearchWidget.h" diff --git a/pcsx2-qt/Debugger/MemorySearchWidget.h b/pcsx2-qt/Debugger/MemorySearchWidget.h index c436894aa7..aa4c779b67 100644 --- a/pcsx2-qt/Debugger/MemorySearchWidget.h +++ b/pcsx2-qt/Debugger/MemorySearchWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/MemoryViewWidget.cpp b/pcsx2-qt/Debugger/MemoryViewWidget.cpp index 5fa56ff741..5753bcce5d 100644 --- a/pcsx2-qt/Debugger/MemoryViewWidget.cpp +++ b/pcsx2-qt/Debugger/MemoryViewWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MemoryViewWidget.h" diff --git a/pcsx2-qt/Debugger/MemoryViewWidget.h b/pcsx2-qt/Debugger/MemoryViewWidget.h index 61de2f3ab2..03bc5baac8 100644 --- a/pcsx2-qt/Debugger/MemoryViewWidget.h +++ b/pcsx2-qt/Debugger/MemoryViewWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/Models/BreakpointModel.cpp b/pcsx2-qt/Debugger/Models/BreakpointModel.cpp index fc4daa293a..dffa63d7ef 100644 --- a/pcsx2-qt/Debugger/Models/BreakpointModel.cpp +++ b/pcsx2-qt/Debugger/Models/BreakpointModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BreakpointModel.h" diff --git a/pcsx2-qt/Debugger/Models/BreakpointModel.h b/pcsx2-qt/Debugger/Models/BreakpointModel.h index 165d54cdde..267bfde42d 100644 --- a/pcsx2-qt/Debugger/Models/BreakpointModel.h +++ b/pcsx2-qt/Debugger/Models/BreakpointModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/Models/SavedAddressesModel.cpp b/pcsx2-qt/Debugger/Models/SavedAddressesModel.cpp index 66924c199e..069873e339 100644 --- a/pcsx2-qt/Debugger/Models/SavedAddressesModel.cpp +++ b/pcsx2-qt/Debugger/Models/SavedAddressesModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/pcsx2-qt/Debugger/Models/SavedAddressesModel.h b/pcsx2-qt/Debugger/Models/SavedAddressesModel.h index 4644699341..2434721f31 100644 --- a/pcsx2-qt/Debugger/Models/SavedAddressesModel.h +++ b/pcsx2-qt/Debugger/Models/SavedAddressesModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/Models/StackModel.cpp b/pcsx2-qt/Debugger/Models/StackModel.cpp index 8684d17152..eaec381a2f 100644 --- a/pcsx2-qt/Debugger/Models/StackModel.cpp +++ b/pcsx2-qt/Debugger/Models/StackModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "StackModel.h" diff --git a/pcsx2-qt/Debugger/Models/StackModel.h b/pcsx2-qt/Debugger/Models/StackModel.h index 423a1b656c..3962b2cd2a 100644 --- a/pcsx2-qt/Debugger/Models/StackModel.h +++ b/pcsx2-qt/Debugger/Models/StackModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/Models/ThreadModel.cpp b/pcsx2-qt/Debugger/Models/ThreadModel.cpp index 593bfcebff..2a9a2791dc 100644 --- a/pcsx2-qt/Debugger/Models/ThreadModel.cpp +++ b/pcsx2-qt/Debugger/Models/ThreadModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ThreadModel.h" diff --git a/pcsx2-qt/Debugger/Models/ThreadModel.h b/pcsx2-qt/Debugger/Models/ThreadModel.h index d508ee3f62..1118fa1b6d 100644 --- a/pcsx2-qt/Debugger/Models/ThreadModel.h +++ b/pcsx2-qt/Debugger/Models/ThreadModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/RegisterWidget.cpp b/pcsx2-qt/Debugger/RegisterWidget.cpp index b558eb0f3c..b0c80a0bd0 100644 --- a/pcsx2-qt/Debugger/RegisterWidget.cpp +++ b/pcsx2-qt/Debugger/RegisterWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "RegisterWidget.h" diff --git a/pcsx2-qt/Debugger/RegisterWidget.h b/pcsx2-qt/Debugger/RegisterWidget.h index e22cd4dc0a..cfe9cb4799 100644 --- a/pcsx2-qt/Debugger/RegisterWidget.h +++ b/pcsx2-qt/Debugger/RegisterWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.cpp b/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.cpp index 186393bcce..e3fb7caf89 100644 --- a/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "NewSymbolDialogs.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.h b/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.h index 6cad860bde..8ac4b771a3 100644 --- a/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.h +++ b/pcsx2-qt/Debugger/SymbolTree/NewSymbolDialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.cpp b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.cpp index 2922d08ef8..3cf501d6cb 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #include "SymbolTreeDelegates.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.h index d0aee3a4c3..ebec7f9beb 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeDelegates.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.cpp b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.cpp index 70f95d94f4..026aa27ca6 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #include "SymbolTreeLocation.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.h index e81d61ea95..5a37bc1026 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeLocation.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.cpp b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.cpp index c025acefdb..dab913e95b 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #include "SymbolTreeModel.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.h index c4dc2dc560..b2b31b90f4 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.cpp b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.cpp index 9834492865..00a4093ccf 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #include "SymbolTreeNode.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h index 3437023bc9..df87d1a1e8 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.cpp b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.cpp index 93593305dc..a8b8ade04f 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SymbolTreeWidgets.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.h index 8cc6ae3373..b74138bbc9 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeWidgets.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Debugger/SymbolTree/TypeString.cpp b/pcsx2-qt/Debugger/SymbolTree/TypeString.cpp index 121f5e2dbf..7056f9d169 100644 --- a/pcsx2-qt/Debugger/SymbolTree/TypeString.cpp +++ b/pcsx2-qt/Debugger/SymbolTree/TypeString.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #include "TypeString.h" diff --git a/pcsx2-qt/Debugger/SymbolTree/TypeString.h b/pcsx2-qt/Debugger/SymbolTree/TypeString.h index 35ecca659f..d0aa4e948b 100644 --- a/pcsx2-qt/Debugger/SymbolTree/TypeString.h +++ b/pcsx2-qt/Debugger/SymbolTree/TypeString.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: LGPL-3.0+ #pragma once diff --git a/pcsx2-qt/DisplayWidget.cpp b/pcsx2-qt/DisplayWidget.cpp index e3b9d1ede5..e8279fc090 100644 --- a/pcsx2-qt/DisplayWidget.cpp +++ b/pcsx2-qt/DisplayWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DisplayWidget.h" diff --git a/pcsx2-qt/DisplayWidget.h b/pcsx2-qt/DisplayWidget.h index 904c0f355e..63334cdf42 100644 --- a/pcsx2-qt/DisplayWidget.h +++ b/pcsx2-qt/DisplayWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/EarlyHardwareCheck.cpp b/pcsx2-qt/EarlyHardwareCheck.cpp index 7399e01e60..aca47b9646 100644 --- a/pcsx2-qt/EarlyHardwareCheck.cpp +++ b/pcsx2-qt/EarlyHardwareCheck.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #if defined(_WIN32) && defined(_MSC_VER) diff --git a/pcsx2-qt/GameList/GameListModel.cpp b/pcsx2-qt/GameList/GameListModel.cpp index 001b740f70..fb4415dc5a 100644 --- a/pcsx2-qt/GameList/GameListModel.cpp +++ b/pcsx2-qt/GameList/GameListModel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GameListModel.h" diff --git a/pcsx2-qt/GameList/GameListModel.h b/pcsx2-qt/GameList/GameListModel.h index bb7f562048..f331f2cabd 100644 --- a/pcsx2-qt/GameList/GameListModel.h +++ b/pcsx2-qt/GameList/GameListModel.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/GameList/GameListRefreshThread.cpp b/pcsx2-qt/GameList/GameListRefreshThread.cpp index 8c7893bd65..5b3084389c 100644 --- a/pcsx2-qt/GameList/GameListRefreshThread.cpp +++ b/pcsx2-qt/GameList/GameListRefreshThread.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GameListRefreshThread.h" diff --git a/pcsx2-qt/GameList/GameListRefreshThread.h b/pcsx2-qt/GameList/GameListRefreshThread.h index 6da99166ac..40efd74911 100644 --- a/pcsx2-qt/GameList/GameListRefreshThread.h +++ b/pcsx2-qt/GameList/GameListRefreshThread.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/GameList/GameListWidget.cpp b/pcsx2-qt/GameList/GameListWidget.cpp index 81a465f1a2..d308d48013 100644 --- a/pcsx2-qt/GameList/GameListWidget.cpp +++ b/pcsx2-qt/GameList/GameListWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GameListModel.h" diff --git a/pcsx2-qt/GameList/GameListWidget.h b/pcsx2-qt/GameList/GameListWidget.h index dedfbf2169..840fe4e61d 100644 --- a/pcsx2-qt/GameList/GameListWidget.h +++ b/pcsx2-qt/GameList/GameListWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/LogWindow.cpp b/pcsx2-qt/LogWindow.cpp index a7898e9934..7c5b95ed23 100644 --- a/pcsx2-qt/LogWindow.cpp +++ b/pcsx2-qt/LogWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "LogWindow.h" diff --git a/pcsx2-qt/LogWindow.h b/pcsx2-qt/LogWindow.h index 047f53f2d2..0458de5e19 100644 --- a/pcsx2-qt/LogWindow.h +++ b/pcsx2-qt/LogWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index 17049fa0e2..7b3eaa8ec6 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AboutDialog.h" diff --git a/pcsx2-qt/MainWindow.h b/pcsx2-qt/MainWindow.h index b907753c4e..8c3d22d519 100644 --- a/pcsx2-qt/MainWindow.h +++ b/pcsx2-qt/MainWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/PrecompiledHeader.cpp b/pcsx2-qt/PrecompiledHeader.cpp index 8ac5a5df69..c58ca9311f 100644 --- a/pcsx2-qt/PrecompiledHeader.cpp +++ b/pcsx2-qt/PrecompiledHeader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/pcsx2-qt/PrecompiledHeader.h b/pcsx2-qt/PrecompiledHeader.h index 430b966f2c..109602a997 100644 --- a/pcsx2-qt/PrecompiledHeader.h +++ b/pcsx2-qt/PrecompiledHeader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/PrecompiledHeader.h" diff --git a/pcsx2-qt/QtHost.cpp b/pcsx2-qt/QtHost.cpp index 186e2078a5..04eb781767 100644 --- a/pcsx2-qt/QtHost.cpp +++ b/pcsx2-qt/QtHost.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AutoUpdaterDialog.h" diff --git a/pcsx2-qt/QtHost.h b/pcsx2-qt/QtHost.h index 690bd33d05..1b89dc42e0 100644 --- a/pcsx2-qt/QtHost.h +++ b/pcsx2-qt/QtHost.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/QtKeyCodes.cpp b/pcsx2-qt/QtKeyCodes.cpp index c0fb37e20f..0df2f7cbf3 100644 --- a/pcsx2-qt/QtKeyCodes.cpp +++ b/pcsx2-qt/QtKeyCodes.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "QtUtils.h" diff --git a/pcsx2-qt/QtProgressCallback.cpp b/pcsx2-qt/QtProgressCallback.cpp index de193ef823..d01c93e3bf 100644 --- a/pcsx2-qt/QtProgressCallback.cpp +++ b/pcsx2-qt/QtProgressCallback.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2-qt/QtProgressCallback.h b/pcsx2-qt/QtProgressCallback.h index 3c042fb4bf..7c26573e66 100644 --- a/pcsx2-qt/QtProgressCallback.h +++ b/pcsx2-qt/QtProgressCallback.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/QtUtils.cpp b/pcsx2-qt/QtUtils.cpp index 55ed7516fc..25ee99b67f 100644 --- a/pcsx2-qt/QtUtils.cpp +++ b/pcsx2-qt/QtUtils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "QtUtils.h" diff --git a/pcsx2-qt/QtUtils.h b/pcsx2-qt/QtUtils.h index f71967d91c..c43e6f9260 100644 --- a/pcsx2-qt/QtUtils.h +++ b/pcsx2-qt/QtUtils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/SettingWidgetBinder.h b/pcsx2-qt/SettingWidgetBinder.h index f76df54b8c..bd16a245bf 100644 --- a/pcsx2-qt/SettingWidgetBinder.h +++ b/pcsx2-qt/SettingWidgetBinder.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/AchievementLoginDialog.cpp b/pcsx2-qt/Settings/AchievementLoginDialog.cpp index c60e1f6c79..711be01d71 100644 --- a/pcsx2-qt/Settings/AchievementLoginDialog.cpp +++ b/pcsx2-qt/Settings/AchievementLoginDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AchievementLoginDialog.h" diff --git a/pcsx2-qt/Settings/AchievementLoginDialog.h b/pcsx2-qt/Settings/AchievementLoginDialog.h index d90691f4f2..d7bfc11012 100644 --- a/pcsx2-qt/Settings/AchievementLoginDialog.h +++ b/pcsx2-qt/Settings/AchievementLoginDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/AchievementSettingsWidget.cpp b/pcsx2-qt/Settings/AchievementSettingsWidget.cpp index cf6416c3b4..d0e83748f2 100644 --- a/pcsx2-qt/Settings/AchievementSettingsWidget.cpp +++ b/pcsx2-qt/Settings/AchievementSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AchievementSettingsWidget.h" diff --git a/pcsx2-qt/Settings/AchievementSettingsWidget.h b/pcsx2-qt/Settings/AchievementSettingsWidget.h index f7f978b7cf..79027f50f7 100644 --- a/pcsx2-qt/Settings/AchievementSettingsWidget.h +++ b/pcsx2-qt/Settings/AchievementSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/AdvancedSettingsWidget.cpp b/pcsx2-qt/Settings/AdvancedSettingsWidget.cpp index acd4903fe4..6fe70187a2 100644 --- a/pcsx2-qt/Settings/AdvancedSettingsWidget.cpp +++ b/pcsx2-qt/Settings/AdvancedSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/AdvancedSettingsWidget.h b/pcsx2-qt/Settings/AdvancedSettingsWidget.h index 40e2b8903e..e66e91bff5 100644 --- a/pcsx2-qt/Settings/AdvancedSettingsWidget.h +++ b/pcsx2-qt/Settings/AdvancedSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/AudioSettingsWidget.cpp b/pcsx2-qt/Settings/AudioSettingsWidget.cpp index 4a3be6ba93..3a02915f58 100644 --- a/pcsx2-qt/Settings/AudioSettingsWidget.cpp +++ b/pcsx2-qt/Settings/AudioSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AudioSettingsWidget.h" diff --git a/pcsx2-qt/Settings/AudioSettingsWidget.h b/pcsx2-qt/Settings/AudioSettingsWidget.h index 021a7a4505..2e342eb70d 100644 --- a/pcsx2-qt/Settings/AudioSettingsWidget.h +++ b/pcsx2-qt/Settings/AudioSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/BIOSSettingsWidget.cpp b/pcsx2-qt/Settings/BIOSSettingsWidget.cpp index 3ba0352d64..6d46c219fe 100644 --- a/pcsx2-qt/Settings/BIOSSettingsWidget.cpp +++ b/pcsx2-qt/Settings/BIOSSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BIOSSettingsWidget.h" diff --git a/pcsx2-qt/Settings/BIOSSettingsWidget.h b/pcsx2-qt/Settings/BIOSSettingsWidget.h index d2ae299551..883ceade12 100644 --- a/pcsx2-qt/Settings/BIOSSettingsWidget.h +++ b/pcsx2-qt/Settings/BIOSSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/ControllerBindingWidget.cpp b/pcsx2-qt/Settings/ControllerBindingWidget.cpp index e351a90f02..10b8bca3ec 100644 --- a/pcsx2-qt/Settings/ControllerBindingWidget.cpp +++ b/pcsx2-qt/Settings/ControllerBindingWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/ControllerBindingWidget.h b/pcsx2-qt/Settings/ControllerBindingWidget.h index 747791639a..327ff45c54 100644 --- a/pcsx2-qt/Settings/ControllerBindingWidget.h +++ b/pcsx2-qt/Settings/ControllerBindingWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.cpp b/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.cpp index 06f9db5918..c67db6770a 100644 --- a/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.cpp +++ b/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Settings/ControllerGlobalSettingsWidget.h" diff --git a/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.h b/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.h index a41a74c356..b211ef3259 100644 --- a/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.h +++ b/pcsx2-qt/Settings/ControllerGlobalSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/ControllerSettingWidgetBinder.h b/pcsx2-qt/Settings/ControllerSettingWidgetBinder.h index 96e2778b6e..74480d4cfc 100644 --- a/pcsx2-qt/Settings/ControllerSettingWidgetBinder.h +++ b/pcsx2-qt/Settings/ControllerSettingWidgetBinder.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/ControllerSettingsWindow.cpp b/pcsx2-qt/Settings/ControllerSettingsWindow.cpp index 5e95c88fc7..533cc307b3 100644 --- a/pcsx2-qt/Settings/ControllerSettingsWindow.cpp +++ b/pcsx2-qt/Settings/ControllerSettingsWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "QtHost.h" diff --git a/pcsx2-qt/Settings/ControllerSettingsWindow.h b/pcsx2-qt/Settings/ControllerSettingsWindow.h index e754dc5b5f..147c18c257 100644 --- a/pcsx2-qt/Settings/ControllerSettingsWindow.h +++ b/pcsx2-qt/Settings/ControllerSettingsWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/DEV9DnsHostDialog.cpp b/pcsx2-qt/Settings/DEV9DnsHostDialog.cpp index de61963df7..d0caf4a440 100644 --- a/pcsx2-qt/Settings/DEV9DnsHostDialog.cpp +++ b/pcsx2-qt/Settings/DEV9DnsHostDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/DEV9DnsHostDialog.h b/pcsx2-qt/Settings/DEV9DnsHostDialog.h index 95dd2181e3..1b8f209eb9 100644 --- a/pcsx2-qt/Settings/DEV9DnsHostDialog.h +++ b/pcsx2-qt/Settings/DEV9DnsHostDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/DEV9SettingsWidget.cpp b/pcsx2-qt/Settings/DEV9SettingsWidget.cpp index 0f49fc747a..be46577d7f 100644 --- a/pcsx2-qt/Settings/DEV9SettingsWidget.cpp +++ b/pcsx2-qt/Settings/DEV9SettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/DEV9SettingsWidget.h b/pcsx2-qt/Settings/DEV9SettingsWidget.h index 8c909dbd19..194949783c 100644 --- a/pcsx2-qt/Settings/DEV9SettingsWidget.h +++ b/pcsx2-qt/Settings/DEV9SettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/DEV9UiCommon.cpp b/pcsx2-qt/Settings/DEV9UiCommon.cpp index c3d635dd00..67e1e2e6c1 100644 --- a/pcsx2-qt/Settings/DEV9UiCommon.cpp +++ b/pcsx2-qt/Settings/DEV9UiCommon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/DEV9UiCommon.h b/pcsx2-qt/Settings/DEV9UiCommon.h index f2862c2ecc..ccbc1bf008 100644 --- a/pcsx2-qt/Settings/DEV9UiCommon.h +++ b/pcsx2-qt/Settings/DEV9UiCommon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp b/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp index b0856068ca..7be804cf50 100644 --- a/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp +++ b/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebugAnalysisSettingsWidget.h" diff --git a/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.h b/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.h index 77192e65a3..410b109aee 100644 --- a/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.h +++ b/pcsx2-qt/Settings/DebugAnalysisSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/DebugSettingsWidget.cpp b/pcsx2-qt/Settings/DebugSettingsWidget.cpp index 34a8d6d41f..8264ddf5c9 100644 --- a/pcsx2-qt/Settings/DebugSettingsWidget.cpp +++ b/pcsx2-qt/Settings/DebugSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebugSettingsWidget.h" diff --git a/pcsx2-qt/Settings/DebugSettingsWidget.h b/pcsx2-qt/Settings/DebugSettingsWidget.h index c8999e9839..c7ac560821 100644 --- a/pcsx2-qt/Settings/DebugSettingsWidget.h +++ b/pcsx2-qt/Settings/DebugSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp index 73700df181..47d61b4b24 100644 --- a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp +++ b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/EmulationSettingsWidget.h b/pcsx2-qt/Settings/EmulationSettingsWidget.h index caa95e22f7..bf6d8ac20d 100644 --- a/pcsx2-qt/Settings/EmulationSettingsWidget.h +++ b/pcsx2-qt/Settings/EmulationSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/FolderSettingsWidget.cpp b/pcsx2-qt/Settings/FolderSettingsWidget.cpp index bcf03fa37b..9c2c94f8ec 100644 --- a/pcsx2-qt/Settings/FolderSettingsWidget.cpp +++ b/pcsx2-qt/Settings/FolderSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/FolderSettingsWidget.h b/pcsx2-qt/Settings/FolderSettingsWidget.h index 7f7b990fd2..ec8b657836 100644 --- a/pcsx2-qt/Settings/FolderSettingsWidget.h +++ b/pcsx2-qt/Settings/FolderSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp b/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp index 586b40ea1a..37896b5efa 100644 --- a/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MainWindow.h" diff --git a/pcsx2-qt/Settings/GameCheatSettingsWidget.h b/pcsx2-qt/Settings/GameCheatSettingsWidget.h index b7ac0b1e45..868b25c7d4 100644 --- a/pcsx2-qt/Settings/GameCheatSettingsWidget.h +++ b/pcsx2-qt/Settings/GameCheatSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GameFixSettingsWidget.cpp b/pcsx2-qt/Settings/GameFixSettingsWidget.cpp index 9b2900e2f8..893c597845 100644 --- a/pcsx2-qt/Settings/GameFixSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GameFixSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/GameFixSettingsWidget.h b/pcsx2-qt/Settings/GameFixSettingsWidget.h index f6e20c1238..1e01e080e2 100644 --- a/pcsx2-qt/Settings/GameFixSettingsWidget.h +++ b/pcsx2-qt/Settings/GameFixSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GameListSettingsWidget.cpp b/pcsx2-qt/Settings/GameListSettingsWidget.cpp index b793a3fc64..646bf0304c 100644 --- a/pcsx2-qt/Settings/GameListSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GameListSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/GameListSettingsWidget.h b/pcsx2-qt/Settings/GameListSettingsWidget.h index 668da392bd..61b8e7c1e5 100644 --- a/pcsx2-qt/Settings/GameListSettingsWidget.h +++ b/pcsx2-qt/Settings/GameListSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp b/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp index 0e830b1115..948f9e2be6 100644 --- a/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MainWindow.h" diff --git a/pcsx2-qt/Settings/GamePatchSettingsWidget.h b/pcsx2-qt/Settings/GamePatchSettingsWidget.h index 889e3f502e..77b9ba2f47 100644 --- a/pcsx2-qt/Settings/GamePatchSettingsWidget.h +++ b/pcsx2-qt/Settings/GamePatchSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GameSummaryWidget.cpp b/pcsx2-qt/Settings/GameSummaryWidget.cpp index ca58158ff3..0f40ba1344 100644 --- a/pcsx2-qt/Settings/GameSummaryWidget.cpp +++ b/pcsx2-qt/Settings/GameSummaryWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/SIO/Pad/Pad.h" diff --git a/pcsx2-qt/Settings/GameSummaryWidget.h b/pcsx2-qt/Settings/GameSummaryWidget.h index 967e24f670..6011fbfb45 100644 --- a/pcsx2-qt/Settings/GameSummaryWidget.h +++ b/pcsx2-qt/Settings/GameSummaryWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp index f5fc7d2fe6..6dac016e9b 100644 --- a/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GraphicsSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GraphicsSettingsWidget.h" diff --git a/pcsx2-qt/Settings/GraphicsSettingsWidget.h b/pcsx2-qt/Settings/GraphicsSettingsWidget.h index e6e1404793..e559bcf0fe 100644 --- a/pcsx2-qt/Settings/GraphicsSettingsWidget.h +++ b/pcsx2-qt/Settings/GraphicsSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/HddCreateQt.cpp b/pcsx2-qt/Settings/HddCreateQt.cpp index 3f103616aa..15fc2a1880 100644 --- a/pcsx2-qt/Settings/HddCreateQt.cpp +++ b/pcsx2-qt/Settings/HddCreateQt.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/HddCreateQt.h b/pcsx2-qt/Settings/HddCreateQt.h index 16d5961c76..825efddbed 100644 --- a/pcsx2-qt/Settings/HddCreateQt.h +++ b/pcsx2-qt/Settings/HddCreateQt.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/HotkeySettingsWidget.cpp b/pcsx2-qt/Settings/HotkeySettingsWidget.cpp index 222731c7c2..02532d85b1 100644 --- a/pcsx2-qt/Settings/HotkeySettingsWidget.cpp +++ b/pcsx2-qt/Settings/HotkeySettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Settings/HotkeySettingsWidget.h" diff --git a/pcsx2-qt/Settings/HotkeySettingsWidget.h b/pcsx2-qt/Settings/HotkeySettingsWidget.h index 34df8bed83..def739ebca 100644 --- a/pcsx2-qt/Settings/HotkeySettingsWidget.h +++ b/pcsx2-qt/Settings/HotkeySettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/InputBindingDialog.cpp b/pcsx2-qt/Settings/InputBindingDialog.cpp index 0770da0a9a..d10373acae 100644 --- a/pcsx2-qt/Settings/InputBindingDialog.cpp +++ b/pcsx2-qt/Settings/InputBindingDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "QtHost.h" diff --git a/pcsx2-qt/Settings/InputBindingDialog.h b/pcsx2-qt/Settings/InputBindingDialog.h index 2c9189352f..5c278f0751 100644 --- a/pcsx2-qt/Settings/InputBindingDialog.h +++ b/pcsx2-qt/Settings/InputBindingDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/InputBindingWidget.cpp b/pcsx2-qt/Settings/InputBindingWidget.cpp index 2eb287d8ca..482fdff99c 100644 --- a/pcsx2-qt/Settings/InputBindingWidget.cpp +++ b/pcsx2-qt/Settings/InputBindingWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/InputBindingWidget.h b/pcsx2-qt/Settings/InputBindingWidget.h index 567f546c82..32800f714d 100644 --- a/pcsx2-qt/Settings/InputBindingWidget.h +++ b/pcsx2-qt/Settings/InputBindingWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp index ff2e590417..9d5e57e6fa 100644 --- a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp +++ b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "InterfaceSettingsWidget.h" diff --git a/pcsx2-qt/Settings/InterfaceSettingsWidget.h b/pcsx2-qt/Settings/InterfaceSettingsWidget.h index aff0a8c31a..df491a4c16 100644 --- a/pcsx2-qt/Settings/InterfaceSettingsWidget.h +++ b/pcsx2-qt/Settings/InterfaceSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp b/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp index 7bd6c20449..5127fe0658 100644 --- a/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp +++ b/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MemoryCardConvertDialog.h" diff --git a/pcsx2-qt/Settings/MemoryCardConvertDialog.h b/pcsx2-qt/Settings/MemoryCardConvertDialog.h index 625adbbf3d..3adff11777 100644 --- a/pcsx2-qt/Settings/MemoryCardConvertDialog.h +++ b/pcsx2-qt/Settings/MemoryCardConvertDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/MemoryCardConvertWorker.cpp b/pcsx2-qt/Settings/MemoryCardConvertWorker.cpp index 8994e19781..ec1d620496 100644 --- a/pcsx2-qt/Settings/MemoryCardConvertWorker.cpp +++ b/pcsx2-qt/Settings/MemoryCardConvertWorker.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MemoryCardConvertWorker.h" diff --git a/pcsx2-qt/Settings/MemoryCardConvertWorker.h b/pcsx2-qt/Settings/MemoryCardConvertWorker.h index 82dfbea10a..ac366fece3 100644 --- a/pcsx2-qt/Settings/MemoryCardConvertWorker.h +++ b/pcsx2-qt/Settings/MemoryCardConvertWorker.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/MemoryCardCreateDialog.cpp b/pcsx2-qt/Settings/MemoryCardCreateDialog.cpp index 051a5e2b45..024295de56 100644 --- a/pcsx2-qt/Settings/MemoryCardCreateDialog.cpp +++ b/pcsx2-qt/Settings/MemoryCardCreateDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/FileSystem.h" diff --git a/pcsx2-qt/Settings/MemoryCardCreateDialog.h b/pcsx2-qt/Settings/MemoryCardCreateDialog.h index 1b2bbf1f1e..ddff97d2d2 100644 --- a/pcsx2-qt/Settings/MemoryCardCreateDialog.h +++ b/pcsx2-qt/Settings/MemoryCardCreateDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp b/pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp index b67958c524..d33097eef5 100644 --- a/pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp +++ b/pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2-qt/Settings/MemoryCardSettingsWidget.h b/pcsx2-qt/Settings/MemoryCardSettingsWidget.h index afd3709903..768a9a5d7a 100644 --- a/pcsx2-qt/Settings/MemoryCardSettingsWidget.h +++ b/pcsx2-qt/Settings/MemoryCardSettingsWidget.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Settings/SettingsWindow.cpp b/pcsx2-qt/Settings/SettingsWindow.cpp index f8c2cd6208..85f6ab4125 100644 --- a/pcsx2-qt/Settings/SettingsWindow.cpp +++ b/pcsx2-qt/Settings/SettingsWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MainWindow.h" diff --git a/pcsx2-qt/Settings/SettingsWindow.h b/pcsx2-qt/Settings/SettingsWindow.h index da77424bb2..f7ad9e6c87 100644 --- a/pcsx2-qt/Settings/SettingsWindow.h +++ b/pcsx2-qt/Settings/SettingsWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/SetupWizardDialog.cpp b/pcsx2-qt/SetupWizardDialog.cpp index ccfdf765d4..abb89321d7 100644 --- a/pcsx2-qt/SetupWizardDialog.cpp +++ b/pcsx2-qt/SetupWizardDialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/SIO/Pad/Pad.h" diff --git a/pcsx2-qt/SetupWizardDialog.h b/pcsx2-qt/SetupWizardDialog.h index dc5e406599..9fcd1fe627 100644 --- a/pcsx2-qt/SetupWizardDialog.h +++ b/pcsx2-qt/SetupWizardDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Themes.cpp b/pcsx2-qt/Themes.cpp index 6bc367dd77..2144c1197d 100644 --- a/pcsx2-qt/Themes.cpp +++ b/pcsx2-qt/Themes.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "QtHost.h" diff --git a/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.cpp b/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.cpp index a9833f5240..b62fb77538 100644 --- a/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.cpp +++ b/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "InputRecordingViewer.h" diff --git a/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.h b/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.h index 4db09d9a9b..51e997c163 100644 --- a/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.h +++ b/pcsx2-qt/Tools/InputRecording/InputRecordingViewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.cpp b/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.cpp index d2ae27cb9b..4176809f37 100644 --- a/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.cpp +++ b/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "NewInputRecordingDlg.h" diff --git a/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.h b/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.h index 499ede6ddd..38de539f1c 100644 --- a/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.h +++ b/pcsx2-qt/Tools/InputRecording/NewInputRecordingDlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2-qt/Translations.cpp b/pcsx2-qt/Translations.cpp index e144895b20..22e43978b3 100644 --- a/pcsx2-qt/Translations.cpp +++ b/pcsx2-qt/Translations.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MainWindow.h" diff --git a/pcsx2-qt/VCRuntimeChecker.cpp b/pcsx2-qt/VCRuntimeChecker.cpp index f1cd4597c6..81a7615199 100644 --- a/pcsx2-qt/VCRuntimeChecker.cpp +++ b/pcsx2-qt/VCRuntimeChecker.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/RedtapeWindows.h" diff --git a/pcsx2/Achievements.cpp b/pcsx2/Achievements.cpp index 6e2986cbc3..41fc8d7299 100644 --- a/pcsx2/Achievements.cpp +++ b/pcsx2/Achievements.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define IMGUI_DEFINE_MATH_OPERATORS diff --git a/pcsx2/Achievements.h b/pcsx2/Achievements.h index 21dcc96a93..086b2b52c4 100644 --- a/pcsx2/Achievements.h +++ b/pcsx2/Achievements.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/BuildVersion.cpp b/pcsx2/BuildVersion.cpp index 0fe5a265ae..f7d8f10c30 100644 --- a/pcsx2/BuildVersion.cpp +++ b/pcsx2/BuildVersion.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "svnrev.h" diff --git a/pcsx2/BuildVersion.h b/pcsx2/BuildVersion.h index 6b399404ea..adf17a6d65 100644 --- a/pcsx2/BuildVersion.h +++ b/pcsx2/BuildVersion.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/BlockdumpFileReader.cpp b/pcsx2/CDVD/BlockdumpFileReader.cpp index 056cbdec2d..2e60202c2d 100644 --- a/pcsx2/CDVD/BlockdumpFileReader.cpp +++ b/pcsx2/CDVD/BlockdumpFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BlockdumpFileReader.h" diff --git a/pcsx2/CDVD/BlockdumpFileReader.h b/pcsx2/CDVD/BlockdumpFileReader.h index 9b32c8063b..aac41d92ed 100644 --- a/pcsx2/CDVD/BlockdumpFileReader.h +++ b/pcsx2/CDVD/BlockdumpFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/ThreadedFileReader.h" diff --git a/pcsx2/CDVD/CDVD.cpp b/pcsx2/CDVD/CDVD.cpp index 9bd3c9b3bf..465dc53949 100644 --- a/pcsx2/CDVD/CDVD.cpp +++ b/pcsx2/CDVD/CDVD.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVD.h" diff --git a/pcsx2/CDVD/CDVD.h b/pcsx2/CDVD/CDVD.h index 744a81307d..ddaf28ffa4 100644 --- a/pcsx2/CDVD/CDVD.h +++ b/pcsx2/CDVD/CDVD.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/CDVD_internal.h b/pcsx2/CDVD/CDVD_internal.h index e9ec3a2802..1cab9f4c73 100644 --- a/pcsx2/CDVD/CDVD_internal.h +++ b/pcsx2/CDVD/CDVD_internal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/CDVDcommon.cpp b/pcsx2/CDVD/CDVDcommon.cpp index 8218655566..dd2c12c987 100644 --- a/pcsx2/CDVD/CDVDcommon.cpp +++ b/pcsx2/CDVD/CDVDcommon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDcommon.h" diff --git a/pcsx2/CDVD/CDVDcommon.h b/pcsx2/CDVD/CDVDcommon.h index 4ac864d0fd..0f884c0e49 100644 --- a/pcsx2/CDVD/CDVDcommon.h +++ b/pcsx2/CDVD/CDVDcommon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/CDVDdiscReader.cpp b/pcsx2/CDVD/CDVDdiscReader.cpp index e969249b11..69138356e0 100644 --- a/pcsx2/CDVD/CDVDdiscReader.cpp +++ b/pcsx2/CDVD/CDVDdiscReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVDdiscReader.h" diff --git a/pcsx2/CDVD/CDVDdiscReader.h b/pcsx2/CDVD/CDVDdiscReader.h index 9b71735716..e7085e4e1f 100644 --- a/pcsx2/CDVD/CDVDdiscReader.h +++ b/pcsx2/CDVD/CDVDdiscReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/CDVDdiscThread.cpp b/pcsx2/CDVD/CDVDdiscThread.cpp index 44703fb4df..98b9ed82b8 100644 --- a/pcsx2/CDVD/CDVDdiscThread.cpp +++ b/pcsx2/CDVD/CDVDdiscThread.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVDdiscReader.h" diff --git a/pcsx2/CDVD/CDVDisoReader.cpp b/pcsx2/CDVD/CDVDisoReader.cpp index f15064f5b5..1a85c91254 100644 --- a/pcsx2/CDVD/CDVDisoReader.cpp +++ b/pcsx2/CDVD/CDVDisoReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IsoFileFormats.h" diff --git a/pcsx2/CDVD/ChdFileReader.cpp b/pcsx2/CDVD/ChdFileReader.cpp index 2c5a440b2c..20033ee31d 100644 --- a/pcsx2/CDVD/ChdFileReader.cpp +++ b/pcsx2/CDVD/ChdFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ChdFileReader.h" diff --git a/pcsx2/CDVD/ChdFileReader.h b/pcsx2/CDVD/ChdFileReader.h index 063a9aff74..cd34f44889 100644 --- a/pcsx2/CDVD/ChdFileReader.h +++ b/pcsx2/CDVD/ChdFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/CsoFileReader.cpp b/pcsx2/CDVD/CsoFileReader.cpp index a24656218f..ee966d98d6 100644 --- a/pcsx2/CDVD/CsoFileReader.cpp +++ b/pcsx2/CDVD/CsoFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CsoFileReader.h" diff --git a/pcsx2/CDVD/CsoFileReader.h b/pcsx2/CDVD/CsoFileReader.h index 4d366716cb..6311ada33d 100644 --- a/pcsx2/CDVD/CsoFileReader.h +++ b/pcsx2/CDVD/CsoFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/Darwin/DriveUtility.cpp b/pcsx2/CDVD/Darwin/DriveUtility.cpp index f20eb2526b..c74dcb1f55 100644 --- a/pcsx2/CDVD/Darwin/DriveUtility.cpp +++ b/pcsx2/CDVD/Darwin/DriveUtility.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/CDVD/Darwin/IOCtlSrc.cpp b/pcsx2/CDVD/Darwin/IOCtlSrc.cpp index 9fce3a72de..da6517b3f7 100644 --- a/pcsx2/CDVD/Darwin/IOCtlSrc.cpp +++ b/pcsx2/CDVD/Darwin/IOCtlSrc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/CDVD/FlatFileReader.cpp b/pcsx2/CDVD/FlatFileReader.cpp index b1f9f5b9a5..386ad0d3e4 100644 --- a/pcsx2/CDVD/FlatFileReader.cpp +++ b/pcsx2/CDVD/FlatFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "FlatFileReader.h" diff --git a/pcsx2/CDVD/FlatFileReader.h b/pcsx2/CDVD/FlatFileReader.h index bb4a21a970..e2803772cd 100644 --- a/pcsx2/CDVD/FlatFileReader.h +++ b/pcsx2/CDVD/FlatFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/GzippedFileReader.cpp b/pcsx2/CDVD/GzippedFileReader.cpp index 0b2734bde9..06d828b28b 100644 --- a/pcsx2/CDVD/GzippedFileReader.cpp +++ b/pcsx2/CDVD/GzippedFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/CDVD/GzippedFileReader.h b/pcsx2/CDVD/GzippedFileReader.h index 4ddc075b73..269a3ba175 100644 --- a/pcsx2/CDVD/GzippedFileReader.h +++ b/pcsx2/CDVD/GzippedFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/InputIsoFile.cpp b/pcsx2/CDVD/InputIsoFile.cpp index 4e1fa5490a..ce3c23578c 100644 --- a/pcsx2/CDVD/InputIsoFile.cpp +++ b/pcsx2/CDVD/InputIsoFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/BlockdumpFileReader.h" diff --git a/pcsx2/CDVD/IsoFileFormats.h b/pcsx2/CDVD/IsoFileFormats.h index 01d7672a66..d07f549add 100644 --- a/pcsx2/CDVD/IsoFileFormats.h +++ b/pcsx2/CDVD/IsoFileFormats.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/IsoHasher.cpp b/pcsx2/CDVD/IsoHasher.cpp index 4efc1d5829..c55c1a4230 100644 --- a/pcsx2/CDVD/IsoHasher.cpp +++ b/pcsx2/CDVD/IsoHasher.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDcommon.h" diff --git a/pcsx2/CDVD/IsoHasher.h b/pcsx2/CDVD/IsoHasher.h index 400c8197f9..bb7f3dacec 100644 --- a/pcsx2/CDVD/IsoHasher.h +++ b/pcsx2/CDVD/IsoHasher.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/IsoReader.cpp b/pcsx2/CDVD/IsoReader.cpp index 7f665eb83b..662d37abbd 100644 --- a/pcsx2/CDVD/IsoReader.cpp +++ b/pcsx2/CDVD/IsoReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDcommon.h" diff --git a/pcsx2/CDVD/IsoReader.h b/pcsx2/CDVD/IsoReader.h index 574bcb71c7..026a93948d 100644 --- a/pcsx2/CDVD/IsoReader.h +++ b/pcsx2/CDVD/IsoReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/Linux/DriveUtility.cpp b/pcsx2/CDVD/Linux/DriveUtility.cpp index 7da8796e6f..0180b99f6e 100644 --- a/pcsx2/CDVD/Linux/DriveUtility.cpp +++ b/pcsx2/CDVD/Linux/DriveUtility.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/CDVD/Linux/IOCtlSrc.cpp b/pcsx2/CDVD/Linux/IOCtlSrc.cpp index c180d7585a..cef3e01e6a 100644 --- a/pcsx2/CDVD/Linux/IOCtlSrc.cpp +++ b/pcsx2/CDVD/Linux/IOCtlSrc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/CDVD/OutputIsoFile.cpp b/pcsx2/CDVD/OutputIsoFile.cpp index f1f531a875..bd64be2cd9 100644 --- a/pcsx2/CDVD/OutputIsoFile.cpp +++ b/pcsx2/CDVD/OutputIsoFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/IsoFileFormats.h" diff --git a/pcsx2/CDVD/Ps1CD.cpp b/pcsx2/CDVD/Ps1CD.cpp index 7a4abe741e..e2979a2b40 100644 --- a/pcsx2/CDVD/Ps1CD.cpp +++ b/pcsx2/CDVD/Ps1CD.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/CDVD/Ps1CD.h b/pcsx2/CDVD/Ps1CD.h index a4b4b05ec3..65416d3a15 100644 --- a/pcsx2/CDVD/Ps1CD.h +++ b/pcsx2/CDVD/Ps1CD.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/ThreadedFileReader.cpp b/pcsx2/CDVD/ThreadedFileReader.cpp index 95f21ba212..4a1b5828e0 100644 --- a/pcsx2/CDVD/ThreadedFileReader.cpp +++ b/pcsx2/CDVD/ThreadedFileReader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ThreadedFileReader.h" diff --git a/pcsx2/CDVD/ThreadedFileReader.h b/pcsx2/CDVD/ThreadedFileReader.h index 75945cc7ac..ceb58c9281 100644 --- a/pcsx2/CDVD/ThreadedFileReader.h +++ b/pcsx2/CDVD/ThreadedFileReader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/CDVD/Windows/DriveUtility.cpp b/pcsx2/CDVD/Windows/DriveUtility.cpp index 01f1a2e4e5..87c0e6f307 100644 --- a/pcsx2/CDVD/Windows/DriveUtility.cpp +++ b/pcsx2/CDVD/Windows/DriveUtility.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/CDVD/Windows/IOCtlSrc.cpp b/pcsx2/CDVD/Windows/IOCtlSrc.cpp index 005f6e846a..33a0f329fe 100644 --- a/pcsx2/CDVD/Windows/IOCtlSrc.cpp +++ b/pcsx2/CDVD/Windows/IOCtlSrc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVDdiscReader.h" diff --git a/pcsx2/COP0.cpp b/pcsx2/COP0.cpp index b42736f5ce..1c6361d1ed 100644 --- a/pcsx2/COP0.cpp +++ b/pcsx2/COP0.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/COP0.h b/pcsx2/COP0.h index 299d51b34e..7698acd9f8 100644 --- a/pcsx2/COP0.h +++ b/pcsx2/COP0.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/COP2.cpp b/pcsx2/COP2.cpp index eac0646eb5..52fb5670b2 100644 --- a/pcsx2/COP2.cpp +++ b/pcsx2/COP2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Cache.cpp b/pcsx2/Cache.cpp index 10f816bfca..fd6a2ac277 100644 --- a/pcsx2/Cache.cpp +++ b/pcsx2/Cache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Cache.h b/pcsx2/Cache.h index e77c04f15e..15b040c346 100644 --- a/pcsx2/Cache.h +++ b/pcsx2/Cache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Common.h b/pcsx2/Common.h index 589f5e4b8d..244b534852 100644 --- a/pcsx2/Common.h +++ b/pcsx2/Common.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Config.h b/pcsx2/Config.h index 403900ff2c..e1446df67d 100644 --- a/pcsx2/Config.h +++ b/pcsx2/Config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Counters.cpp b/pcsx2/Counters.cpp index a28ee5c104..b2465402ba 100644 --- a/pcsx2/Counters.cpp +++ b/pcsx2/Counters.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/Counters.h b/pcsx2/Counters.h index 9575caaa87..cfa774afc2 100644 --- a/pcsx2/Counters.h +++ b/pcsx2/Counters.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/ATA/ATA.h b/pcsx2/DEV9/ATA/ATA.h index 778f63cde4..b15d56fa86 100644 --- a/pcsx2/DEV9/ATA/ATA.h +++ b/pcsx2/DEV9/ATA/ATA.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/ATA/ATA_Info.cpp b/pcsx2/DEV9/ATA/ATA_Info.cpp index 1f8526bfac..242d158953 100644 --- a/pcsx2/DEV9/ATA/ATA_Info.cpp +++ b/pcsx2/DEV9/ATA/ATA_Info.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ATA.h" diff --git a/pcsx2/DEV9/ATA/ATA_State.cpp b/pcsx2/DEV9/ATA/ATA_State.cpp index c53e4a506a..d102ca743e 100644 --- a/pcsx2/DEV9/ATA/ATA_State.cpp +++ b/pcsx2/DEV9/ATA/ATA_State.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/ATA/ATA_Transfer.cpp b/pcsx2/DEV9/ATA/ATA_Transfer.cpp index cb4fc94d72..1a69cb6b85 100644 --- a/pcsx2/DEV9/ATA/ATA_Transfer.cpp +++ b/pcsx2/DEV9/ATA/ATA_Transfer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_CmdDMA.cpp b/pcsx2/DEV9/ATA/Commands/ATA_CmdDMA.cpp index 28dea8f7cc..b664eb09cf 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_CmdDMA.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_CmdDMA.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_CmdExecuteDeviceDiag.cpp b/pcsx2/DEV9/ATA/Commands/ATA_CmdExecuteDeviceDiag.cpp index f21f0e648a..f035c30b15 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_CmdExecuteDeviceDiag.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_CmdExecuteDeviceDiag.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_CmdNoData.cpp b/pcsx2/DEV9/ATA/Commands/ATA_CmdNoData.cpp index 725e0b5995..df5decc5de 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_CmdNoData.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_CmdNoData.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_CmdPIOData.cpp b/pcsx2/DEV9/ATA/Commands/ATA_CmdPIOData.cpp index a8ed39dfbb..7c6ead3d73 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_CmdPIOData.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_CmdPIOData.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_CmdSMART.cpp b/pcsx2/DEV9/ATA/Commands/ATA_CmdSMART.cpp index 195b7468bf..25429e34fb 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_CmdSMART.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_CmdSMART.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_Command.cpp b/pcsx2/DEV9/ATA/Commands/ATA_Command.cpp index 6fbd5152e0..ec4f43ff31 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_Command.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_Command.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/Commands/ATA_SCE.cpp b/pcsx2/DEV9/ATA/Commands/ATA_SCE.cpp index 6d355ae0e4..9ef01f26e4 100644 --- a/pcsx2/DEV9/ATA/Commands/ATA_SCE.cpp +++ b/pcsx2/DEV9/ATA/Commands/ATA_SCE.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/ATA/ATA.h" diff --git a/pcsx2/DEV9/ATA/HddCreate.cpp b/pcsx2/DEV9/ATA/HddCreate.cpp index c8a78ce4c4..03881606aa 100644 --- a/pcsx2/DEV9/ATA/HddCreate.cpp +++ b/pcsx2/DEV9/ATA/HddCreate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/FileSystem.h" diff --git a/pcsx2/DEV9/ATA/HddCreate.h b/pcsx2/DEV9/ATA/HddCreate.h index 5adf26b8c0..d554c45139 100644 --- a/pcsx2/DEV9/ATA/HddCreate.h +++ b/pcsx2/DEV9/ATA/HddCreate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/AdapterUtils.cpp b/pcsx2/DEV9/AdapterUtils.cpp index bb274f3c62..a182e658df 100644 --- a/pcsx2/DEV9/AdapterUtils.cpp +++ b/pcsx2/DEV9/AdapterUtils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "AdapterUtils.h" diff --git a/pcsx2/DEV9/AdapterUtils.h b/pcsx2/DEV9/AdapterUtils.h index a06b766ae6..1dbcf91523 100644 --- a/pcsx2/DEV9/AdapterUtils.h +++ b/pcsx2/DEV9/AdapterUtils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/DEV9.cpp b/pcsx2/DEV9/DEV9.cpp index dcd77928b3..82ffbc1861 100644 --- a/pcsx2/DEV9/DEV9.cpp +++ b/pcsx2/DEV9/DEV9.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/DEV9.h b/pcsx2/DEV9/DEV9.h index 5841cd0c32..f1745b79d6 100644 --- a/pcsx2/DEV9/DEV9.h +++ b/pcsx2/DEV9/DEV9.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/InternalServers/DHCP_Logger.cpp b/pcsx2/DEV9/InternalServers/DHCP_Logger.cpp index 1400ebbe4a..53a23f6670 100644 --- a/pcsx2/DEV9/InternalServers/DHCP_Logger.cpp +++ b/pcsx2/DEV9/InternalServers/DHCP_Logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DHCP_Logger.h" diff --git a/pcsx2/DEV9/InternalServers/DHCP_Logger.h b/pcsx2/DEV9/InternalServers/DHCP_Logger.h index 472972e544..52a2d36e42 100644 --- a/pcsx2/DEV9/InternalServers/DHCP_Logger.h +++ b/pcsx2/DEV9/InternalServers/DHCP_Logger.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/InternalServers/DHCP_Server.cpp b/pcsx2/DEV9/InternalServers/DHCP_Server.cpp index 2957e5d813..fa8e913031 100644 --- a/pcsx2/DEV9/InternalServers/DHCP_Server.cpp +++ b/pcsx2/DEV9/InternalServers/DHCP_Server.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/InternalServers/DHCP_Server.h b/pcsx2/DEV9/InternalServers/DHCP_Server.h index acd098512e..e56319f6dd 100644 --- a/pcsx2/DEV9/InternalServers/DHCP_Server.h +++ b/pcsx2/DEV9/InternalServers/DHCP_Server.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/InternalServers/DNS_Logger.cpp b/pcsx2/DEV9/InternalServers/DNS_Logger.cpp index 2ee2872686..f301abdc68 100644 --- a/pcsx2/DEV9/InternalServers/DNS_Logger.cpp +++ b/pcsx2/DEV9/InternalServers/DNS_Logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DNS_Logger.h" diff --git a/pcsx2/DEV9/InternalServers/DNS_Logger.h b/pcsx2/DEV9/InternalServers/DNS_Logger.h index 6bf43ce3f8..2ee8e26662 100644 --- a/pcsx2/DEV9/InternalServers/DNS_Logger.h +++ b/pcsx2/DEV9/InternalServers/DNS_Logger.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/InternalServers/DNS_Server.cpp b/pcsx2/DEV9/InternalServers/DNS_Server.cpp index fb21905cbf..5ac6b18a09 100644 --- a/pcsx2/DEV9/InternalServers/DNS_Server.cpp +++ b/pcsx2/DEV9/InternalServers/DNS_Server.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/InternalServers/DNS_Server.h b/pcsx2/DEV9/InternalServers/DNS_Server.h index a94789ac52..33b7990f31 100644 --- a/pcsx2/DEV9/InternalServers/DNS_Server.h +++ b/pcsx2/DEV9/InternalServers/DNS_Server.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.cpp b/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.cpp index 635f0c24ce..58782b990d 100644 --- a/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ARP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.h b/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.h index 037e957d41..edbddf181c 100644 --- a/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.h +++ b/pcsx2/DEV9/PacketReader/ARP/ARP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp b/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp index abf2797088..f07e287090 100644 --- a/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp +++ b/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ARP_PacketEditor.h" diff --git a/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.h b/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.h index 307e9af7d7..f8d0ae3a65 100644 --- a/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.h +++ b/pcsx2/DEV9/PacketReader/ARP/ARP_PacketEditor.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/EthernetFrame.cpp b/pcsx2/DEV9/PacketReader/EthernetFrame.cpp index 9221fb1e25..efe7faa7c9 100644 --- a/pcsx2/DEV9/PacketReader/EthernetFrame.cpp +++ b/pcsx2/DEV9/PacketReader/EthernetFrame.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "EthernetFrame.h" diff --git a/pcsx2/DEV9/PacketReader/EthernetFrame.h b/pcsx2/DEV9/PacketReader/EthernetFrame.h index 321abef5ce..9556431f3e 100644 --- a/pcsx2/DEV9/PacketReader/EthernetFrame.h +++ b/pcsx2/DEV9/PacketReader/EthernetFrame.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp b/pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp index 583db8dbe0..7dd7f0ed89 100644 --- a/pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp +++ b/pcsx2/DEV9/PacketReader/EthernetFrameEditor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "EthernetFrameEditor.h" diff --git a/pcsx2/DEV9/PacketReader/EthernetFrameEditor.h b/pcsx2/DEV9/PacketReader/EthernetFrameEditor.h index ea364824de..8e21dc666a 100644 --- a/pcsx2/DEV9/PacketReader/EthernetFrameEditor.h +++ b/pcsx2/DEV9/PacketReader/EthernetFrameEditor.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.cpp index 475b9b0469..113c45b593 100644 --- a/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ICMP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.h b/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.h index 8c06760536..3d4df43cf6 100644 --- a/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/ICMP/ICMP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Address.h b/pcsx2/DEV9/PacketReader/IP/IP_Address.h index 303ed8c750..dff2f96c2a 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Address.h +++ b/pcsx2/DEV9/PacketReader/IP/IP_Address.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Options.cpp b/pcsx2/DEV9/PacketReader/IP/IP_Options.cpp index 3bb86aef4c..09c1eba8a5 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Options.cpp +++ b/pcsx2/DEV9/PacketReader/IP/IP_Options.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IP_Options.h" diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Options.h b/pcsx2/DEV9/PacketReader/IP/IP_Options.h index 2125068627..333cb5c488 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Options.h +++ b/pcsx2/DEV9/PacketReader/IP/IP_Options.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp index 035ea29512..b36625be2f 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/IP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Packet.h b/pcsx2/DEV9/PacketReader/IP/IP_Packet.h index e06ecb9c69..090956016b 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/IP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/IP_Payload.h b/pcsx2/DEV9/PacketReader/IP/IP_Payload.h index c82cd31dc4..5eb2177e19 100644 --- a/pcsx2/DEV9/PacketReader/IP/IP_Payload.h +++ b/pcsx2/DEV9/PacketReader/IP/IP_Payload.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.cpp b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.cpp index 59d3fc95f6..ed7db3c20c 100644 --- a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.cpp +++ b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "TCP_Options.h" diff --git a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.h b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.h index 4231cbea40..dee8f5be09 100644 --- a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.h +++ b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Options.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp index ecf9ef151d..5bac990f43 100644 --- a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "TCP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.h b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.h index dbf71e9ba0..575a732531 100644 --- a/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/TCP/TCP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp index 18fab6ea80..7d190b6eae 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DHCP_Options.h" diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.h b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.h index 6427ec04ac..62e74f6c12 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp index 0b2d0b130e..dfbae7feea 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DHCP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.h b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.h index f800fe448e..97a07d351a 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.cpp b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.cpp index 6cc06a3b69..bdba74bbfb 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.cpp +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DNS_Classes.h" diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.h b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.h index ac43df17aa..7b076234cd 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Classes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Enums.h b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Enums.h index 376444cb30..4813e45f45 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Enums.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Enums.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp index c699840802..1af94e2079 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DNS_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.h b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.h index 638b192c74..954b975d30 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp b/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp index 1982b586a0..f0fc0f417b 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp +++ b/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "UDP_Packet.h" diff --git a/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.h b/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.h index 1dec28ee41..68d4da80da 100644 --- a/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.h +++ b/pcsx2/DEV9/PacketReader/IP/UDP/UDP_Packet.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/MAC_Address.h b/pcsx2/DEV9/PacketReader/MAC_Address.h index c7cbe50c91..8c6bab13c5 100644 --- a/pcsx2/DEV9/PacketReader/MAC_Address.h +++ b/pcsx2/DEV9/PacketReader/MAC_Address.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/NetLib.h b/pcsx2/DEV9/PacketReader/NetLib.h index 383b03133e..fc05909309 100644 --- a/pcsx2/DEV9/PacketReader/NetLib.h +++ b/pcsx2/DEV9/PacketReader/NetLib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/PacketReader/Payload.h b/pcsx2/DEV9/PacketReader/Payload.h index 0be8fd69fa..55914b5f24 100644 --- a/pcsx2/DEV9/PacketReader/Payload.h +++ b/pcsx2/DEV9/PacketReader/Payload.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/BaseSession.cpp b/pcsx2/DEV9/Sessions/BaseSession.cpp index 1e139afed6..6065cfb1ee 100644 --- a/pcsx2/DEV9/Sessions/BaseSession.cpp +++ b/pcsx2/DEV9/Sessions/BaseSession.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BaseSession.h" diff --git a/pcsx2/DEV9/Sessions/BaseSession.h b/pcsx2/DEV9/Sessions/BaseSession.h index ad75aaebac..663ea23c62 100644 --- a/pcsx2/DEV9/Sessions/BaseSession.h +++ b/pcsx2/DEV9/Sessions/BaseSession.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.cpp b/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.cpp index cc125cceae..5cf266d54a 100644 --- a/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.cpp +++ b/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef _WIN32 diff --git a/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.h b/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.h index 9c70853807..8f5a26b5d5 100644 --- a/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.h +++ b/pcsx2/DEV9/Sessions/ICMP_Session/ICMP_Session.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp index 21a08d85fb..44dd4ebe03 100644 --- a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp +++ b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "TCP_Session.h" diff --git a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.h b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.h index b928b851dd..92520568bd 100644 --- a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.h +++ b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_In.cpp b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_In.cpp index fe442fdeb6..b125fdfe63 100644 --- a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_In.cpp +++ b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_In.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_Out.cpp b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_Out.cpp index 8cb640cbab..f37d50272b 100644 --- a/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_Out.cpp +++ b/pcsx2/DEV9/Sessions/TCP_Session/TCP_Session_Out.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/Sessions/UDP_Session/UDP_BaseSession.h b/pcsx2/DEV9/Sessions/UDP_Session/UDP_BaseSession.h index ba07fa66e6..5edccecac4 100644 --- a/pcsx2/DEV9/Sessions/UDP_Session/UDP_BaseSession.h +++ b/pcsx2/DEV9/Sessions/UDP_Session/UDP_BaseSession.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.cpp b/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.cpp index 57ff9cb65b..5e08805bc6 100644 --- a/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.cpp +++ b/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.h b/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.h index af4aafd98f..4bc1d2ae27 100644 --- a/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.h +++ b/pcsx2/DEV9/Sessions/UDP_Session/UDP_FixedPort.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.cpp b/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.cpp index f1e60d0922..5f246417d3 100644 --- a/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.cpp +++ b/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.h b/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.h index 37ac6bcf36..e8b965b4e1 100644 --- a/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.h +++ b/pcsx2/DEV9/Sessions/UDP_Session/UDP_Session.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/SimpleQueue.h b/pcsx2/DEV9/SimpleQueue.h index 9292b495d8..5158604da6 100644 --- a/pcsx2/DEV9/SimpleQueue.h +++ b/pcsx2/DEV9/SimpleQueue.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/ThreadSafeMap.h b/pcsx2/DEV9/ThreadSafeMap.h index 7409d7ca9c..79de408689 100644 --- a/pcsx2/DEV9/ThreadSafeMap.h +++ b/pcsx2/DEV9/ThreadSafeMap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/Win32/pcap_io_win32.cpp b/pcsx2/DEV9/Win32/pcap_io_win32.cpp index ea846fddc0..148c969132 100644 --- a/pcsx2/DEV9/Win32/pcap_io_win32.cpp +++ b/pcsx2/DEV9/Win32/pcap_io_win32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/pcap_io.h" diff --git a/pcsx2/DEV9/Win32/pcap_io_win32_funcs.h b/pcsx2/DEV9/Win32/pcap_io_win32_funcs.h index bd462d11e5..ec9a6144ea 100644 --- a/pcsx2/DEV9/Win32/pcap_io_win32_funcs.h +++ b/pcsx2/DEV9/Win32/pcap_io_win32_funcs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef FUNCTION_SHIM_ANY_ARG diff --git a/pcsx2/DEV9/Win32/tap-win32.cpp b/pcsx2/DEV9/Win32/tap-win32.cpp index 6cf35f2289..12839eeb76 100644 --- a/pcsx2/DEV9/Win32/tap-win32.cpp +++ b/pcsx2/DEV9/Win32/tap-win32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/RedtapeWindows.h" diff --git a/pcsx2/DEV9/Win32/tap.h b/pcsx2/DEV9/Win32/tap.h index 11f8861688..68565ad07a 100644 --- a/pcsx2/DEV9/Win32/tap.h +++ b/pcsx2/DEV9/Win32/tap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/flash.cpp b/pcsx2/DEV9/flash.cpp index 7c92f73b6c..60af9ef3c4 100644 --- a/pcsx2/DEV9/flash.cpp +++ b/pcsx2/DEV9/flash.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // The code has been designed for 64Mb flash and uses as file support the second memory card diff --git a/pcsx2/DEV9/net.cpp b/pcsx2/DEV9/net.cpp index 6fc752ae84..6e37a05ddb 100644 --- a/pcsx2/DEV9/net.cpp +++ b/pcsx2/DEV9/net.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DEV9/net.h b/pcsx2/DEV9/net.h index a8b0c18320..93fcf38537 100644 --- a/pcsx2/DEV9/net.h +++ b/pcsx2/DEV9/net.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/pcap_io.cpp b/pcsx2/DEV9/pcap_io.cpp index 3664a778c9..0a5a0a5492 100644 --- a/pcsx2/DEV9/pcap_io.cpp +++ b/pcsx2/DEV9/pcap_io.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/pcap_io.h b/pcsx2/DEV9/pcap_io.h index a81d9182b5..70e8b4d909 100644 --- a/pcsx2/DEV9/pcap_io.h +++ b/pcsx2/DEV9/pcap_io.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/smap.cpp b/pcsx2/DEV9/smap.cpp index 6ce5d976a0..8957e1a9e8 100644 --- a/pcsx2/DEV9/smap.cpp +++ b/pcsx2/DEV9/smap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef _WIN32 diff --git a/pcsx2/DEV9/smap.h b/pcsx2/DEV9/smap.h index 845a668200..ee2f86104f 100644 --- a/pcsx2/DEV9/smap.h +++ b/pcsx2/DEV9/smap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DEV9/sockets.cpp b/pcsx2/DEV9/sockets.cpp index fbd73f1cc4..745de87d10 100644 --- a/pcsx2/DEV9/sockets.cpp +++ b/pcsx2/DEV9/sockets.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Assertions.h" diff --git a/pcsx2/DEV9/sockets.h b/pcsx2/DEV9/sockets.h index dae59a2d1b..ae970e80ad 100644 --- a/pcsx2/DEV9/sockets.h +++ b/pcsx2/DEV9/sockets.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/BiosDebugData.cpp b/pcsx2/DebugTools/BiosDebugData.cpp index e2172c1cd0..b8e989f53a 100644 --- a/pcsx2/DebugTools/BiosDebugData.cpp +++ b/pcsx2/DebugTools/BiosDebugData.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BiosDebugData.h" diff --git a/pcsx2/DebugTools/BiosDebugData.h b/pcsx2/DebugTools/BiosDebugData.h index 8222c75cb1..b4008db1a0 100644 --- a/pcsx2/DebugTools/BiosDebugData.h +++ b/pcsx2/DebugTools/BiosDebugData.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/Breakpoints.cpp b/pcsx2/DebugTools/Breakpoints.cpp index 1f0c142178..0e2cc3b287 100644 --- a/pcsx2/DebugTools/Breakpoints.cpp +++ b/pcsx2/DebugTools/Breakpoints.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Breakpoints.h" diff --git a/pcsx2/DebugTools/Breakpoints.h b/pcsx2/DebugTools/Breakpoints.h index 58942df012..546df37847 100644 --- a/pcsx2/DebugTools/Breakpoints.h +++ b/pcsx2/DebugTools/Breakpoints.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/DebugTools/Debug.h b/pcsx2/DebugTools/Debug.h index ad686cfac6..121ddbeda4 100644 --- a/pcsx2/DebugTools/Debug.h +++ b/pcsx2/DebugTools/Debug.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/DebugInterface.cpp b/pcsx2/DebugTools/DebugInterface.cpp index db4ac668de..9010787c90 100644 --- a/pcsx2/DebugTools/DebugInterface.cpp +++ b/pcsx2/DebugTools/DebugInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebugInterface.h" diff --git a/pcsx2/DebugTools/DebugInterface.h b/pcsx2/DebugTools/DebugInterface.h index 2626becb5d..3e89473aa8 100644 --- a/pcsx2/DebugTools/DebugInterface.h +++ b/pcsx2/DebugTools/DebugInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/DisASM.h b/pcsx2/DebugTools/DisASM.h index 0c3a10b097..6f43969e1c 100644 --- a/pcsx2/DebugTools/DisASM.h +++ b/pcsx2/DebugTools/DisASM.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DebugTools/DisR3000A.cpp b/pcsx2/DebugTools/DisR3000A.cpp index 3d476c2ffb..88947d185f 100644 --- a/pcsx2/DebugTools/DisR3000A.cpp +++ b/pcsx2/DebugTools/DisR3000A.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/DebugTools/DisR5900asm.cpp b/pcsx2/DebugTools/DisR5900asm.cpp index 746fe86eb4..43c13fd9f4 100644 --- a/pcsx2/DebugTools/DisR5900asm.cpp +++ b/pcsx2/DebugTools/DisR5900asm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Debug.h" diff --git a/pcsx2/DebugTools/DisVU0Micro.cpp b/pcsx2/DebugTools/DisVU0Micro.cpp index 0c484a881b..2e5519fc0e 100644 --- a/pcsx2/DebugTools/DisVU0Micro.cpp +++ b/pcsx2/DebugTools/DisVU0Micro.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Debug.h" diff --git a/pcsx2/DebugTools/DisVU1Micro.cpp b/pcsx2/DebugTools/DisVU1Micro.cpp index d8a576b1e2..d58c9228a5 100644 --- a/pcsx2/DebugTools/DisVU1Micro.cpp +++ b/pcsx2/DebugTools/DisVU1Micro.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Debug.h" diff --git a/pcsx2/DebugTools/DisVUmicro.h b/pcsx2/DebugTools/DisVUmicro.h index c019f3c771..75c6e66f27 100644 --- a/pcsx2/DebugTools/DisVUmicro.h +++ b/pcsx2/DebugTools/DisVUmicro.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _disVUTables(VU) \ diff --git a/pcsx2/DebugTools/DisVUops.h b/pcsx2/DebugTools/DisVUops.h index 1beaa782ee..5027c6d8eb 100644 --- a/pcsx2/DebugTools/DisVUops.h +++ b/pcsx2/DebugTools/DisVUops.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _disVUOpcodes(VU) \ diff --git a/pcsx2/DebugTools/DisassemblyManager.cpp b/pcsx2/DebugTools/DisassemblyManager.cpp index de1aa48ae9..70259ca052 100644 --- a/pcsx2/DebugTools/DisassemblyManager.cpp +++ b/pcsx2/DebugTools/DisassemblyManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/DebugTools/DisassemblyManager.h b/pcsx2/DebugTools/DisassemblyManager.h index 3bee4baa88..64aa180b3a 100644 --- a/pcsx2/DebugTools/DisassemblyManager.h +++ b/pcsx2/DebugTools/DisassemblyManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/ExpressionParser.cpp b/pcsx2/DebugTools/ExpressionParser.cpp index 170796e512..35cf0c7dfd 100644 --- a/pcsx2/DebugTools/ExpressionParser.cpp +++ b/pcsx2/DebugTools/ExpressionParser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ExpressionParser.h" diff --git a/pcsx2/DebugTools/ExpressionParser.h b/pcsx2/DebugTools/ExpressionParser.h index a34bc48573..fd83d7bfe5 100644 --- a/pcsx2/DebugTools/ExpressionParser.h +++ b/pcsx2/DebugTools/ExpressionParser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/MIPSAnalyst.cpp b/pcsx2/DebugTools/MIPSAnalyst.cpp index 5dcfe7f9d4..efac8c8a61 100644 --- a/pcsx2/DebugTools/MIPSAnalyst.cpp +++ b/pcsx2/DebugTools/MIPSAnalyst.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MIPSAnalyst.h" diff --git a/pcsx2/DebugTools/MIPSAnalyst.h b/pcsx2/DebugTools/MIPSAnalyst.h index 073d996d86..2123e7b814 100644 --- a/pcsx2/DebugTools/MIPSAnalyst.h +++ b/pcsx2/DebugTools/MIPSAnalyst.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/MipsAssembler.cpp b/pcsx2/DebugTools/MipsAssembler.cpp index 5db774bf11..b6286538bf 100644 --- a/pcsx2/DebugTools/MipsAssembler.cpp +++ b/pcsx2/DebugTools/MipsAssembler.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MipsAssembler.h" diff --git a/pcsx2/DebugTools/MipsAssembler.h b/pcsx2/DebugTools/MipsAssembler.h index 1a36e71b8e..fb1d566512 100644 --- a/pcsx2/DebugTools/MipsAssembler.h +++ b/pcsx2/DebugTools/MipsAssembler.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/MipsAssemblerTables.cpp b/pcsx2/DebugTools/MipsAssemblerTables.cpp index 925982722f..70ee103847 100644 --- a/pcsx2/DebugTools/MipsAssemblerTables.cpp +++ b/pcsx2/DebugTools/MipsAssemblerTables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MipsAssemblerTables.h" diff --git a/pcsx2/DebugTools/MipsAssemblerTables.h b/pcsx2/DebugTools/MipsAssemblerTables.h index 12f4a0dba5..bb69ea6dba 100644 --- a/pcsx2/DebugTools/MipsAssemblerTables.h +++ b/pcsx2/DebugTools/MipsAssemblerTables.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/MipsStackWalk.cpp b/pcsx2/DebugTools/MipsStackWalk.cpp index d604753624..7b7b17c69a 100644 --- a/pcsx2/DebugTools/MipsStackWalk.cpp +++ b/pcsx2/DebugTools/MipsStackWalk.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #include "MipsStackWalk.h" diff --git a/pcsx2/DebugTools/MipsStackWalk.h b/pcsx2/DebugTools/MipsStackWalk.h index a3f9208a6a..7e51243bdd 100644 --- a/pcsx2/DebugTools/MipsStackWalk.h +++ b/pcsx2/DebugTools/MipsStackWalk.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/DebugTools/SymbolGuardian.cpp b/pcsx2/DebugTools/SymbolGuardian.cpp index 4dd549cefb..c8df750199 100644 --- a/pcsx2/DebugTools/SymbolGuardian.cpp +++ b/pcsx2/DebugTools/SymbolGuardian.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SymbolGuardian.h" diff --git a/pcsx2/DebugTools/SymbolGuardian.h b/pcsx2/DebugTools/SymbolGuardian.h index eb93c1a6b8..52ba4dd815 100644 --- a/pcsx2/DebugTools/SymbolGuardian.h +++ b/pcsx2/DebugTools/SymbolGuardian.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/DebugTools/SymbolImporter.cpp b/pcsx2/DebugTools/SymbolImporter.cpp index 5d3eeb9783..6af0f88f70 100644 --- a/pcsx2/DebugTools/SymbolImporter.cpp +++ b/pcsx2/DebugTools/SymbolImporter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SymbolImporter.h" diff --git a/pcsx2/DebugTools/SymbolImporter.h b/pcsx2/DebugTools/SymbolImporter.h index ad0496d3d0..2f4fc0e90d 100644 --- a/pcsx2/DebugTools/SymbolImporter.h +++ b/pcsx2/DebugTools/SymbolImporter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Dmac.cpp b/pcsx2/Dmac.cpp index 36281cc0ea..c967fd02a2 100644 --- a/pcsx2/Dmac.cpp +++ b/pcsx2/Dmac.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Dmac.h b/pcsx2/Dmac.h index 9be48512fb..92d7e824e7 100644 --- a/pcsx2/Dmac.h +++ b/pcsx2/Dmac.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Elfheader.cpp b/pcsx2/Elfheader.cpp index bc0ed03440..78470e3a6f 100644 --- a/pcsx2/Elfheader.cpp +++ b/pcsx2/Elfheader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Elfheader.h" diff --git a/pcsx2/Elfheader.h b/pcsx2/Elfheader.h index 71414e4021..e9ca38c971 100644 --- a/pcsx2/Elfheader.h +++ b/pcsx2/Elfheader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/FPU.cpp b/pcsx2/FPU.cpp index 3ac1ae3fd1..f8c5a74d44 100644 --- a/pcsx2/FPU.cpp +++ b/pcsx2/FPU.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/FW.cpp b/pcsx2/FW.cpp index 796877c4a2..4601b944fc 100644 --- a/pcsx2/FW.cpp +++ b/pcsx2/FW.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IopDma.h" diff --git a/pcsx2/FW.h b/pcsx2/FW.h index a7f6da36db..c9f79525db 100644 --- a/pcsx2/FW.h +++ b/pcsx2/FW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/FiFo.cpp b/pcsx2/FiFo.cpp index 6fa268eaf6..4ae11c86b5 100644 --- a/pcsx2/FiFo.cpp +++ b/pcsx2/FiFo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/GS.cpp b/pcsx2/GS.cpp index a71a654af6..f48664306f 100644 --- a/pcsx2/GS.cpp +++ b/pcsx2/GS.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Counters.h" diff --git a/pcsx2/GS.h b/pcsx2/GS.h index 35bab119c2..79dfdaa145 100644 --- a/pcsx2/GS.h +++ b/pcsx2/GS.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GS.cpp b/pcsx2/GS/GS.cpp index 84956d86a3..e17bad25ec 100644 --- a/pcsx2/GS/GS.cpp +++ b/pcsx2/GS/GS.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/GS/GS.h b/pcsx2/GS/GS.h index f2882c3a7f..81b97650e3 100644 --- a/pcsx2/GS/GS.h +++ b/pcsx2/GS/GS.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSAlignedClass.h b/pcsx2/GS/GSAlignedClass.h index f54664bc27..d62a952951 100644 --- a/pcsx2/GS/GSAlignedClass.h +++ b/pcsx2/GS/GSAlignedClass.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSBlock.cpp b/pcsx2/GS/GSBlock.cpp index b7801eff4d..576db1b9bd 100644 --- a/pcsx2/GS/GSBlock.cpp +++ b/pcsx2/GS/GSBlock.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSBlock.h" diff --git a/pcsx2/GS/GSBlock.h b/pcsx2/GS/GSBlock.h index 08eb27316a..cba4282d1b 100644 --- a/pcsx2/GS/GSBlock.h +++ b/pcsx2/GS/GSBlock.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSCapture.cpp b/pcsx2/GS/GSCapture.cpp index c9b0cff533..d55faf43f4 100644 --- a/pcsx2/GS/GSCapture.cpp +++ b/pcsx2/GS/GSCapture.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSCapture.h" diff --git a/pcsx2/GS/GSCapture.h b/pcsx2/GS/GSCapture.h index 174416e4f4..237ed9caf3 100644 --- a/pcsx2/GS/GSCapture.h +++ b/pcsx2/GS/GSCapture.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSClut.cpp b/pcsx2/GS/GSClut.cpp index 36797c9113..d518765140 100644 --- a/pcsx2/GS/GSClut.cpp +++ b/pcsx2/GS/GSClut.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSClut.h" diff --git a/pcsx2/GS/GSClut.h b/pcsx2/GS/GSClut.h index 7392c770cb..0d27227fc3 100644 --- a/pcsx2/GS/GSClut.h +++ b/pcsx2/GS/GSClut.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSDrawingContext.cpp b/pcsx2/GS/GSDrawingContext.cpp index 71ca866682..b5ee2395f5 100644 --- a/pcsx2/GS/GSDrawingContext.cpp +++ b/pcsx2/GS/GSDrawingContext.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSDrawingContext.h" diff --git a/pcsx2/GS/GSDrawingContext.h b/pcsx2/GS/GSDrawingContext.h index f7665ac6cb..f6f2b024fb 100644 --- a/pcsx2/GS/GSDrawingContext.h +++ b/pcsx2/GS/GSDrawingContext.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSDrawingEnvironment.h b/pcsx2/GS/GSDrawingEnvironment.h index 11af1f4f3f..7d562fa952 100644 --- a/pcsx2/GS/GSDrawingEnvironment.h +++ b/pcsx2/GS/GSDrawingEnvironment.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSDump.cpp b/pcsx2/GS/GSDump.cpp index cdaea79907..ac4cb35f0e 100644 --- a/pcsx2/GS/GSDump.cpp +++ b/pcsx2/GS/GSDump.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSDump.h" diff --git a/pcsx2/GS/GSDump.h b/pcsx2/GS/GSDump.h index df774ee901..1b1fb84476 100644 --- a/pcsx2/GS/GSDump.h +++ b/pcsx2/GS/GSDump.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSExtra.h b/pcsx2/GS/GSExtra.h index 390b6cfe61..4e32432213 100644 --- a/pcsx2/GS/GSExtra.h +++ b/pcsx2/GS/GSExtra.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSGL.h b/pcsx2/GS/GSGL.h index f1fda24b30..c331271fec 100644 --- a/pcsx2/GS/GSGL.h +++ b/pcsx2/GS/GSGL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSJobQueue.h b/pcsx2/GS/GSJobQueue.h index 1446574b47..949cbb6aff 100644 --- a/pcsx2/GS/GSJobQueue.h +++ b/pcsx2/GS/GSJobQueue.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSLocalMemory.cpp b/pcsx2/GS/GSLocalMemory.cpp index 409915bfa8..98f1598cf6 100644 --- a/pcsx2/GS/GSLocalMemory.cpp +++ b/pcsx2/GS/GSLocalMemory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/GS/GSLocalMemory.h b/pcsx2/GS/GSLocalMemory.h index 4a3ac6ae2d..358ff83d3e 100644 --- a/pcsx2/GS/GSLocalMemory.h +++ b/pcsx2/GS/GSLocalMemory.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSLocalMemoryMultiISA.cpp b/pcsx2/GS/GSLocalMemoryMultiISA.cpp index 5190c9204b..ce6bf609de 100644 --- a/pcsx2/GS/GSLocalMemoryMultiISA.cpp +++ b/pcsx2/GS/GSLocalMemoryMultiISA.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSLocalMemory.h" diff --git a/pcsx2/GS/GSLzma.cpp b/pcsx2/GS/GSLzma.cpp index 02bd925db6..01ea3f567d 100644 --- a/pcsx2/GS/GSLzma.cpp +++ b/pcsx2/GS/GSLzma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/AlignedMalloc.h" diff --git a/pcsx2/GS/GSLzma.h b/pcsx2/GS/GSLzma.h index 504f730635..9a00a542d4 100644 --- a/pcsx2/GS/GSLzma.h +++ b/pcsx2/GS/GSLzma.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSPerfMon.cpp b/pcsx2/GS/GSPerfMon.cpp index fdc5916109..aaa9d65850 100644 --- a/pcsx2/GS/GSPerfMon.cpp +++ b/pcsx2/GS/GSPerfMon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSPerfMon.h" diff --git a/pcsx2/GS/GSPerfMon.h b/pcsx2/GS/GSPerfMon.h index bbeb2e0652..ad0534bf47 100644 --- a/pcsx2/GS/GSPerfMon.h +++ b/pcsx2/GS/GSPerfMon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSPng.cpp b/pcsx2/GS/GSPng.cpp index 5976166022..7cb881345b 100644 --- a/pcsx2/GS/GSPng.cpp +++ b/pcsx2/GS/GSPng.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSPng.h" diff --git a/pcsx2/GS/GSPng.h b/pcsx2/GS/GSPng.h index ea73903c98..8a5aa6ed3e 100644 --- a/pcsx2/GS/GSPng.h +++ b/pcsx2/GS/GSPng.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSRegs.h b/pcsx2/GS/GSRegs.h index 30494578ac..8ce7bb6e38 100644 --- a/pcsx2/GS/GSRegs.h +++ b/pcsx2/GS/GSRegs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSRingHeap.cpp b/pcsx2/GS/GSRingHeap.cpp index e6625eb995..a6877d6121 100644 --- a/pcsx2/GS/GSRingHeap.cpp +++ b/pcsx2/GS/GSRingHeap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSRingHeap.h" diff --git a/pcsx2/GS/GSRingHeap.h b/pcsx2/GS/GSRingHeap.h index 2c63e5b5e6..bb83e05f66 100644 --- a/pcsx2/GS/GSRingHeap.h +++ b/pcsx2/GS/GSRingHeap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSState.cpp b/pcsx2/GS/GSState.cpp index 83068f15db..c664204864 100644 --- a/pcsx2/GS/GSState.cpp +++ b/pcsx2/GS/GSState.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSState.h" diff --git a/pcsx2/GS/GSState.h b/pcsx2/GS/GSState.h index 94f9a5442b..75416d86d5 100644 --- a/pcsx2/GS/GSState.h +++ b/pcsx2/GS/GSState.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSTables.cpp b/pcsx2/GS/GSTables.cpp index 9bcbb84909..9a1b9c364d 100644 --- a/pcsx2/GS/GSTables.cpp +++ b/pcsx2/GS/GSTables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // clang-format off diff --git a/pcsx2/GS/GSTables.h b/pcsx2/GS/GSTables.h index 7a5a2d9bc1..6b89a161eb 100644 --- a/pcsx2/GS/GSTables.h +++ b/pcsx2/GS/GSTables.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSUtil.cpp b/pcsx2/GS/GSUtil.cpp index 63ae1db030..4e4928d943 100644 --- a/pcsx2/GS/GSUtil.cpp +++ b/pcsx2/GS/GSUtil.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/GS/GSUtil.h b/pcsx2/GS/GSUtil.h index 37cf244d49..14e662e69a 100644 --- a/pcsx2/GS/GSUtil.h +++ b/pcsx2/GS/GSUtil.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSVector.cpp b/pcsx2/GS/GSVector.cpp index 7e0385584b..c85e1e6dd2 100644 --- a/pcsx2/GS/GSVector.cpp +++ b/pcsx2/GS/GSVector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSVector.h" diff --git a/pcsx2/GS/GSVector.h b/pcsx2/GS/GSVector.h index 4e1213b3f7..924a039adb 100644 --- a/pcsx2/GS/GSVector.h +++ b/pcsx2/GS/GSVector.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/GSVector4.h b/pcsx2/GS/GSVector4.h index 45c115c970..c74b965ea4 100644 --- a/pcsx2/GS/GSVector4.h +++ b/pcsx2/GS/GSVector4.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ class alignas(16) GSVector4 diff --git a/pcsx2/GS/GSVector4_arm64.h b/pcsx2/GS/GSVector4_arm64.h index b81acc41d6..c78b0de3f8 100644 --- a/pcsx2/GS/GSVector4_arm64.h +++ b/pcsx2/GS/GSVector4_arm64.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 class alignas(16) GSVector4 diff --git a/pcsx2/GS/GSVector4i.h b/pcsx2/GS/GSVector4i.h index cbcb6f420c..53bfc2c6d5 100644 --- a/pcsx2/GS/GSVector4i.h +++ b/pcsx2/GS/GSVector4i.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ class alignas(16) GSVector4i diff --git a/pcsx2/GS/GSVector4i_arm64.h b/pcsx2/GS/GSVector4i_arm64.h index d04f2d44d5..d15bb74f19 100644 --- a/pcsx2/GS/GSVector4i_arm64.h +++ b/pcsx2/GS/GSVector4i_arm64.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #pragma once diff --git a/pcsx2/GS/GSVector8.h b/pcsx2/GS/GSVector8.h index 8b176c3c0a..9b4e4022f7 100644 --- a/pcsx2/GS/GSVector8.h +++ b/pcsx2/GS/GSVector8.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ class alignas(32) GSVector8 diff --git a/pcsx2/GS/GSVector8i.h b/pcsx2/GS/GSVector8i.h index 8db3586ae1..547bea3c9c 100644 --- a/pcsx2/GS/GSVector8i.h +++ b/pcsx2/GS/GSVector8i.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ class alignas(32) GSVector8i diff --git a/pcsx2/GS/GSXXH.cpp b/pcsx2/GS/GSXXH.cpp index 02766ae49f..587bbc8eb2 100644 --- a/pcsx2/GS/GSXXH.cpp +++ b/pcsx2/GS/GSXXH.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MultiISA.h" diff --git a/pcsx2/GS/GSXXH.h b/pcsx2/GS/GSXXH.h index ba331e65dd..aff44515c9 100644 --- a/pcsx2/GS/GSXXH.h +++ b/pcsx2/GS/GSXXH.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/MultiISA.cpp b/pcsx2/GS/MultiISA.cpp index 59e1a5099d..6101915ed7 100644 --- a/pcsx2/GS/MultiISA.cpp +++ b/pcsx2/GS/MultiISA.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "MultiISA.h" diff --git a/pcsx2/GS/MultiISA.h b/pcsx2/GS/MultiISA.h index b6649ec862..58d50348ec 100644 --- a/pcsx2/GS/MultiISA.h +++ b/pcsx2/GS/MultiISA.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSDevice.cpp b/pcsx2/GS/Renderers/Common/GSDevice.cpp index 74496437be..33b7a8e554 100644 --- a/pcsx2/GS/Renderers/Common/GSDevice.cpp +++ b/pcsx2/GS/Renderers/Common/GSDevice.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Common/GSDevice.h" diff --git a/pcsx2/GS/Renderers/Common/GSDevice.h b/pcsx2/GS/Renderers/Common/GSDevice.h index f2a3f13590..96e1d7d3cd 100644 --- a/pcsx2/GS/Renderers/Common/GSDevice.h +++ b/pcsx2/GS/Renderers/Common/GSDevice.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSDirtyRect.cpp b/pcsx2/GS/Renderers/Common/GSDirtyRect.cpp index d63d47dd7e..104faa383a 100644 --- a/pcsx2/GS/Renderers/Common/GSDirtyRect.cpp +++ b/pcsx2/GS/Renderers/Common/GSDirtyRect.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSDirtyRect.h" diff --git a/pcsx2/GS/Renderers/Common/GSDirtyRect.h b/pcsx2/GS/Renderers/Common/GSDirtyRect.h index f423d77114..4c979047ac 100644 --- a/pcsx2/GS/Renderers/Common/GSDirtyRect.h +++ b/pcsx2/GS/Renderers/Common/GSDirtyRect.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSFastList.h b/pcsx2/GS/Renderers/Common/GSFastList.h index bf539e057d..92920978ad 100644 --- a/pcsx2/GS/Renderers/Common/GSFastList.h +++ b/pcsx2/GS/Renderers/Common/GSFastList.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSFunctionMap.cpp b/pcsx2/GS/Renderers/Common/GSFunctionMap.cpp index b729fad452..f36f07072d 100644 --- a/pcsx2/GS/Renderers/Common/GSFunctionMap.cpp +++ b/pcsx2/GS/Renderers/Common/GSFunctionMap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Common/GSFunctionMap.h" diff --git a/pcsx2/GS/Renderers/Common/GSFunctionMap.h b/pcsx2/GS/Renderers/Common/GSFunctionMap.h index 0baba8954d..2d7e81c3df 100644 --- a/pcsx2/GS/Renderers/Common/GSFunctionMap.h +++ b/pcsx2/GS/Renderers/Common/GSFunctionMap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSRenderer.cpp b/pcsx2/GS/Renderers/Common/GSRenderer.cpp index 95fa243e7d..190de01fce 100644 --- a/pcsx2/GS/Renderers/Common/GSRenderer.cpp +++ b/pcsx2/GS/Renderers/Common/GSRenderer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ImGui/FullscreenUI.h" diff --git a/pcsx2/GS/Renderers/Common/GSRenderer.h b/pcsx2/GS/Renderers/Common/GSRenderer.h index 4f2cf6fda5..bd388809e8 100644 --- a/pcsx2/GS/Renderers/Common/GSRenderer.h +++ b/pcsx2/GS/Renderers/Common/GSRenderer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSTexture.cpp b/pcsx2/GS/Renderers/Common/GSTexture.cpp index 09d057d64e..dd2f566c85 100644 --- a/pcsx2/GS/Renderers/Common/GSTexture.cpp +++ b/pcsx2/GS/Renderers/Common/GSTexture.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Common/GSTexture.h" diff --git a/pcsx2/GS/Renderers/Common/GSTexture.h b/pcsx2/GS/Renderers/Common/GSTexture.h index f5b01e027a..fab5ece270 100644 --- a/pcsx2/GS/Renderers/Common/GSTexture.h +++ b/pcsx2/GS/Renderers/Common/GSTexture.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSVertex.h b/pcsx2/GS/Renderers/Common/GSVertex.h index 9a83c2b686..4f519da9cd 100644 --- a/pcsx2/GS/Renderers/Common/GSVertex.h +++ b/pcsx2/GS/Renderers/Common/GSVertex.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSVertexTrace.cpp b/pcsx2/GS/Renderers/Common/GSVertexTrace.cpp index eca5844117..c431c86d3f 100644 --- a/pcsx2/GS/Renderers/Common/GSVertexTrace.cpp +++ b/pcsx2/GS/Renderers/Common/GSVertexTrace.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSVertexTrace.h" diff --git a/pcsx2/GS/Renderers/Common/GSVertexTrace.h b/pcsx2/GS/Renderers/Common/GSVertexTrace.h index ba9ebfc446..d50c9b0488 100644 --- a/pcsx2/GS/Renderers/Common/GSVertexTrace.h +++ b/pcsx2/GS/Renderers/Common/GSVertexTrace.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp b/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp index 4b9e5e5801..66bdb9565d 100644 --- a/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp +++ b/pcsx2/GS/Renderers/Common/GSVertexTraceFMM.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSVertexTrace.h" diff --git a/pcsx2/GS/Renderers/DX11/D3D.cpp b/pcsx2/GS/Renderers/DX11/D3D.cpp index d1fbec14cf..88f85c4d28 100644 --- a/pcsx2/GS/Renderers/DX11/D3D.cpp +++ b/pcsx2/GS/Renderers/DX11/D3D.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/GS/Renderers/DX11/D3D.h b/pcsx2/GS/Renderers/DX11/D3D.h index 11a57caea6..997cdd56d2 100644 --- a/pcsx2/GS/Renderers/DX11/D3D.h +++ b/pcsx2/GS/Renderers/DX11/D3D.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.cpp b/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.cpp index a9fc564cbb..2fb4481a4d 100644 --- a/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.cpp +++ b/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/DX11/D3D11ShaderCache.h" diff --git a/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.h b/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.h index 1ccc97c85f..9eef040ba6 100644 --- a/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.h +++ b/pcsx2/GS/Renderers/DX11/D3D11ShaderCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX11/GSDevice11.cpp b/pcsx2/GS/Renderers/DX11/GSDevice11.cpp index de1576b75c..968af31579 100644 --- a/pcsx2/GS/Renderers/DX11/GSDevice11.cpp +++ b/pcsx2/GS/Renderers/DX11/GSDevice11.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS.h" diff --git a/pcsx2/GS/Renderers/DX11/GSDevice11.h b/pcsx2/GS/Renderers/DX11/GSDevice11.h index d670f32d51..a1c1d31e7a 100644 --- a/pcsx2/GS/Renderers/DX11/GSDevice11.h +++ b/pcsx2/GS/Renderers/DX11/GSDevice11.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX11/GSTexture11.cpp b/pcsx2/GS/Renderers/DX11/GSTexture11.cpp index fb58a0ab8f..b7ecc85b25 100644 --- a/pcsx2/GS/Renderers/DX11/GSTexture11.cpp +++ b/pcsx2/GS/Renderers/DX11/GSTexture11.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSDevice11.h" diff --git a/pcsx2/GS/Renderers/DX11/GSTexture11.h b/pcsx2/GS/Renderers/DX11/GSTexture11.h index 5f2a590c1c..37ef01c4b0 100644 --- a/pcsx2/GS/Renderers/DX11/GSTexture11.h +++ b/pcsx2/GS/Renderers/DX11/GSTexture11.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/D3D12Builders.cpp b/pcsx2/GS/Renderers/DX12/D3D12Builders.cpp index 44f69d12c4..de8dc2d67b 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12Builders.cpp +++ b/pcsx2/GS/Renderers/DX12/D3D12Builders.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/DX12/D3D12Builders.h" diff --git a/pcsx2/GS/Renderers/DX12/D3D12Builders.h b/pcsx2/GS/Renderers/DX12/D3D12Builders.h index 0d0eb9f24e..a84ea3fab3 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12Builders.h +++ b/pcsx2/GS/Renderers/DX12/D3D12Builders.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.cpp b/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.cpp index c18a0fa7c7..997e62193f 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.cpp +++ b/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.h b/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.h index 759095a5a9..1f8cdfe2cc 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.h +++ b/pcsx2/GS/Renderers/DX12/D3D12DescriptorHeapManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp b/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp index cbe4aaa32c..51da2024f5 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp +++ b/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/DX12/D3D12ShaderCache.h" diff --git a/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.h b/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.h index f82ec08c9e..5f4d3331c3 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.h +++ b/pcsx2/GS/Renderers/DX12/D3D12ShaderCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.cpp b/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.cpp index 4398fd44e7..7219dc48f1 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.cpp +++ b/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/DX12/D3D12StreamBuffer.h" diff --git a/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.h b/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.h index 3ab2ea918d..da1655f4bd 100644 --- a/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.h +++ b/pcsx2/GS/Renderers/DX12/D3D12StreamBuffer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/GSDevice12.cpp b/pcsx2/GS/Renderers/DX12/GSDevice12.cpp index 110d49267d..a84dac236c 100644 --- a/pcsx2/GS/Renderers/DX12/GSDevice12.cpp +++ b/pcsx2/GS/Renderers/DX12/GSDevice12.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/GS/Renderers/DX12/GSDevice12.h b/pcsx2/GS/Renderers/DX12/GSDevice12.h index 9a89a14390..76af8bc54e 100644 --- a/pcsx2/GS/Renderers/DX12/GSDevice12.h +++ b/pcsx2/GS/Renderers/DX12/GSDevice12.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/DX12/GSTexture12.cpp b/pcsx2/GS/Renderers/DX12/GSTexture12.cpp index d587f16318..d37281ad48 100644 --- a/pcsx2/GS/Renderers/DX12/GSTexture12.cpp +++ b/pcsx2/GS/Renderers/DX12/GSTexture12.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/DX12/GSTexture12.h" diff --git a/pcsx2/GS/Renderers/DX12/GSTexture12.h b/pcsx2/GS/Renderers/DX12/GSTexture12.h index b05afa8355..49c82d034f 100644 --- a/pcsx2/GS/Renderers/DX12/GSTexture12.h +++ b/pcsx2/GS/Renderers/DX12/GSTexture12.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/HW/GSHwHack.cpp b/pcsx2/GS/Renderers/HW/GSHwHack.cpp index 324f8e6449..2d7239692d 100644 --- a/pcsx2/GS/Renderers/HW/GSHwHack.cpp +++ b/pcsx2/GS/Renderers/HW/GSHwHack.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/HW/GSRendererHW.h" diff --git a/pcsx2/GS/Renderers/HW/GSHwHack.h b/pcsx2/GS/Renderers/HW/GSHwHack.h index d93aa4d23c..2da65232a1 100644 --- a/pcsx2/GS/Renderers/HW/GSHwHack.h +++ b/pcsx2/GS/Renderers/HW/GSHwHack.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/HW/GSRendererHW.h" diff --git a/pcsx2/GS/Renderers/HW/GSRendererHW.cpp b/pcsx2/GS/Renderers/HW/GSRendererHW.cpp index f740042033..4d16fd801d 100644 --- a/pcsx2/GS/Renderers/HW/GSRendererHW.cpp +++ b/pcsx2/GS/Renderers/HW/GSRendererHW.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/HW/GSRendererHW.h" diff --git a/pcsx2/GS/Renderers/HW/GSRendererHW.h b/pcsx2/GS/Renderers/HW/GSRendererHW.h index fced6cb8bd..02dce7ece7 100644 --- a/pcsx2/GS/Renderers/HW/GSRendererHW.h +++ b/pcsx2/GS/Renderers/HW/GSRendererHW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp b/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp index 267b943222..fe69653a31 100644 --- a/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp +++ b/pcsx2/GS/Renderers/HW/GSRendererHWMultiISA.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSRendererHW.h" diff --git a/pcsx2/GS/Renderers/HW/GSTextureCache.cpp b/pcsx2/GS/Renderers/HW/GSTextureCache.cpp index cd1b87024e..ffcc7b1416 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureCache.cpp +++ b/pcsx2/GS/Renderers/HW/GSTextureCache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSTextureCache.h" diff --git a/pcsx2/GS/Renderers/HW/GSTextureCache.h b/pcsx2/GS/Renderers/HW/GSTextureCache.h index 756ecd881e..3ee9f925b0 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureCache.h +++ b/pcsx2/GS/Renderers/HW/GSTextureCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/HW/GSTextureReplacementLoaders.cpp b/pcsx2/GS/Renderers/HW/GSTextureReplacementLoaders.cpp index cdfa73a4fe..e94a4e67cd 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureReplacementLoaders.cpp +++ b/pcsx2/GS/Renderers/HW/GSTextureReplacementLoaders.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/BitUtils.h" diff --git a/pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp b/pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp index 3274d7dcbf..a8d71bb151 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp +++ b/pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/AlignedMalloc.h" diff --git a/pcsx2/GS/Renderers/HW/GSTextureReplacements.h b/pcsx2/GS/Renderers/HW/GSTextureReplacements.h index 26fd2de820..f07c1d1a4c 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureReplacements.h +++ b/pcsx2/GS/Renderers/HW/GSTextureReplacements.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/HW/GSVertexHW.h b/pcsx2/GS/Renderers/HW/GSVertexHW.h index 78d7f497fe..a2add8925c 100644 --- a/pcsx2/GS/Renderers/HW/GSVertexHW.h +++ b/pcsx2/GS/Renderers/HW/GSVertexHW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSDeviceMTL.h b/pcsx2/GS/Renderers/Metal/GSDeviceMTL.h index 00adc83124..24dd039f6d 100644 --- a/pcsx2/GS/Renderers/Metal/GSDeviceMTL.h +++ b/pcsx2/GS/Renderers/Metal/GSDeviceMTL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm b/pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm index 8af04a986c..aaf5bb7e01 100644 --- a/pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm +++ b/pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.h b/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.h index 507fbe5144..de5c38a624 100644 --- a/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.h +++ b/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.mm b/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.mm index 94a543c3d7..c55d3c09e8 100644 --- a/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.mm +++ b/pcsx2/GS/Renderers/Metal/GSMTLDeviceInfo.mm @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLDeviceInfo.h" diff --git a/pcsx2/GS/Renderers/Metal/GSMTLShaderCommon.h b/pcsx2/GS/Renderers/Metal/GSMTLShaderCommon.h index 580857506d..25eaa5101d 100644 --- a/pcsx2/GS/Renderers/Metal/GSMTLShaderCommon.h +++ b/pcsx2/GS/Renderers/Metal/GSMTLShaderCommon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSMTLSharedHeader.h b/pcsx2/GS/Renderers/Metal/GSMTLSharedHeader.h index 57a190577e..26ccccf393 100644 --- a/pcsx2/GS/Renderers/Metal/GSMTLSharedHeader.h +++ b/pcsx2/GS/Renderers/Metal/GSMTLSharedHeader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSMetalCPPAccessible.h b/pcsx2/GS/Renderers/Metal/GSMetalCPPAccessible.h index d37fbd0d91..ac4dbbe7fe 100644 --- a/pcsx2/GS/Renderers/Metal/GSMetalCPPAccessible.h +++ b/pcsx2/GS/Renderers/Metal/GSMetalCPPAccessible.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSTextureMTL.h b/pcsx2/GS/Renderers/Metal/GSTextureMTL.h index 2447c89f7c..d345a7287c 100644 --- a/pcsx2/GS/Renderers/Metal/GSTextureMTL.h +++ b/pcsx2/GS/Renderers/Metal/GSTextureMTL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Metal/GSTextureMTL.mm b/pcsx2/GS/Renderers/Metal/GSTextureMTL.mm index eff40bea1c..aa1aa05d60 100644 --- a/pcsx2/GS/Renderers/Metal/GSTextureMTL.mm +++ b/pcsx2/GS/Renderers/Metal/GSTextureMTL.mm @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Metal/GSTextureMTL.h" diff --git a/pcsx2/GS/Renderers/Metal/cas.metal b/pcsx2/GS/Renderers/Metal/cas.metal index 01bbf45b76..523ba11947 100644 --- a/pcsx2/GS/Renderers/Metal/cas.metal +++ b/pcsx2/GS/Renderers/Metal/cas.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define A_GPU 1 diff --git a/pcsx2/GS/Renderers/Metal/convert.metal b/pcsx2/GS/Renderers/Metal/convert.metal index 7ffddaec0a..6c3aa84356 100644 --- a/pcsx2/GS/Renderers/Metal/convert.metal +++ b/pcsx2/GS/Renderers/Metal/convert.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Metal/fxaa.metal b/pcsx2/GS/Renderers/Metal/fxaa.metal index 357fa8e3a5..68c9a249f7 100644 --- a/pcsx2/GS/Renderers/Metal/fxaa.metal +++ b/pcsx2/GS/Renderers/Metal/fxaa.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Metal/interlace.metal b/pcsx2/GS/Renderers/Metal/interlace.metal index 02e52fd754..fbe2ffbdfe 100644 --- a/pcsx2/GS/Renderers/Metal/interlace.metal +++ b/pcsx2/GS/Renderers/Metal/interlace.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Metal/merge.metal b/pcsx2/GS/Renderers/Metal/merge.metal index 08e0464ed2..f579cccf65 100644 --- a/pcsx2/GS/Renderers/Metal/merge.metal +++ b/pcsx2/GS/Renderers/Metal/merge.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Metal/misc.metal b/pcsx2/GS/Renderers/Metal/misc.metal index 7ff171a7d6..70b4d5336e 100644 --- a/pcsx2/GS/Renderers/Metal/misc.metal +++ b/pcsx2/GS/Renderers/Metal/misc.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ kernel void waste_time(constant uint& cycles [[buffer(0)]], device uint* spin [[buffer(1)]]) diff --git a/pcsx2/GS/Renderers/Metal/present.metal b/pcsx2/GS/Renderers/Metal/present.metal index b8ddb071f0..30e86d271c 100644 --- a/pcsx2/GS/Renderers/Metal/present.metal +++ b/pcsx2/GS/Renderers/Metal/present.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Metal/tfx.metal b/pcsx2/GS/Renderers/Metal/tfx.metal index a13c6cdb30..b7c2f99c1c 100644 --- a/pcsx2/GS/Renderers/Metal/tfx.metal +++ b/pcsx2/GS/Renderers/Metal/tfx.metal @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSMTLShaderCommon.h" diff --git a/pcsx2/GS/Renderers/Null/GSRendererNull.cpp b/pcsx2/GS/Renderers/Null/GSRendererNull.cpp index b581d4a200..eb0aba5f5e 100644 --- a/pcsx2/GS/Renderers/Null/GSRendererNull.cpp +++ b/pcsx2/GS/Renderers/Null/GSRendererNull.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSRendererNull.h" diff --git a/pcsx2/GS/Renderers/Null/GSRendererNull.h b/pcsx2/GS/Renderers/Null/GSRendererNull.h index 277c603afa..9c5b0dcb87 100644 --- a/pcsx2/GS/Renderers/Null/GSRendererNull.h +++ b/pcsx2/GS/Renderers/Null/GSRendererNull.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLContext.cpp b/pcsx2/GS/Renderers/OpenGL/GLContext.cpp index bced545ad4..c30d1fa1f7 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContext.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLContext.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContext.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLContext.h b/pcsx2/GS/Renderers/OpenGL/GLContext.h index a94887349c..2c875ccf7d 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContext.h +++ b/pcsx2/GS/Renderers/OpenGL/GLContext.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGL.cpp b/pcsx2/GS/Renderers/OpenGL/GLContextEGL.cpp index fd6fc04d22..ac1f194197 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGL.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGL.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContextEGL.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGL.h b/pcsx2/GS/Renderers/OpenGL/GLContextEGL.h index b5965ddfcf..e474968857 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGL.h +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.cpp b/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.cpp index 5e730dab9e..45be22eeb5 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContextEGLWayland.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.h b/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.h index f27fa6b541..b7e5a7eb6a 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.h +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGLWayland.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.cpp b/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.cpp index dbc8d80bf0..0264c2539f 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContextEGLX11.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.h b/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.h index 524a55d58d..7bbd5b93bf 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.h +++ b/pcsx2/GS/Renderers/OpenGL/GLContextEGLX11.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextWGL.cpp b/pcsx2/GS/Renderers/OpenGL/GLContextWGL.cpp index 09ecc0bd7b..2236daa8ad 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextWGL.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLContextWGL.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContextWGL.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLContextWGL.h b/pcsx2/GS/Renderers/OpenGL/GLContextWGL.h index 2115bf82b2..8b31ced7ec 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLContextWGL.h +++ b/pcsx2/GS/Renderers/OpenGL/GLContextWGL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLProgram.cpp b/pcsx2/GS/Renderers/OpenGL/GLProgram.cpp index b4fbb26bc0..2d3b2dcc37 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLProgram.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLProgram.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLProgram.h b/pcsx2/GS/Renderers/OpenGL/GLProgram.h index 5f42de4376..71211be2c8 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLProgram.h +++ b/pcsx2/GS/Renderers/OpenGL/GLProgram.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLShaderCache.cpp b/pcsx2/GS/Renderers/OpenGL/GLShaderCache.cpp index e829afa9bd..f89beedd9c 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLShaderCache.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLShaderCache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLShaderCache.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLShaderCache.h b/pcsx2/GS/Renderers/OpenGL/GLShaderCache.h index 350194dc5e..f2e8d3dda2 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLShaderCache.h +++ b/pcsx2/GS/Renderers/OpenGL/GLShaderCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLState.cpp b/pcsx2/GS/Renderers/OpenGL/GLState.cpp index 93f4582da6..2fd71ebcda 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLState.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLState.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GLState.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLState.h b/pcsx2/GS/Renderers/OpenGL/GLState.h index 9c925741b4..f524851d26 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLState.h +++ b/pcsx2/GS/Renderers/OpenGL/GLState.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.cpp b/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.cpp index dda3f55cdb..0271500956 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLStreamBuffer.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.h b/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.h index f58f1d014e..3da57e125e 100644 --- a/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.h +++ b/pcsx2/GS/Renderers/OpenGL/GLStreamBuffer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp b/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp index 2565811c9f..91989e7a05 100644 --- a/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GLContext.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h b/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h index 31c60d48c5..ebb36bd9ba 100644 --- a/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h +++ b/pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.cpp b/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.cpp index f67f7c0896..238ad16ea8 100644 --- a/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.cpp +++ b/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/OpenGL/GSDeviceOGL.h" diff --git a/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.h b/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.h index 8dcffa4d47..9eedb41fa9 100644 --- a/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.h +++ b/pcsx2/GS/Renderers/OpenGL/GSTextureOGL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp b/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp index e6fa605090..b63a9b81c9 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp +++ b/pcsx2/GS/Renderers/SW/GSDrawScanline.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/SW/GSDrawScanline.h" diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanline.h b/pcsx2/GS/Renderers/SW/GSDrawScanline.h index 89c5bdc90f..bc54db5927 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanline.h +++ b/pcsx2/GS/Renderers/SW/GSDrawScanline.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp index 59669f98a9..64116610a5 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSDrawScanlineCodeGenerator.all.h" diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h index 5256a8c982..575552a7ed 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.cpp b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.cpp index e956999327..2da975785c 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.cpp +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h" diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h index dab68b879b..8edb9c2946 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.arm64.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h b/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h index d23c713a28..b1f4d138de 100644 --- a/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h +++ b/pcsx2/GS/Renderers/SW/GSNewCodeGenerator.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSRasterizer.cpp b/pcsx2/GS/Renderers/SW/GSRasterizer.cpp index dda8409316..25f77a98aa 100644 --- a/pcsx2/GS/Renderers/SW/GSRasterizer.cpp +++ b/pcsx2/GS/Renderers/SW/GSRasterizer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // TODO: JIT Draw* (flags: depth, texture, color (+iip), scissor) diff --git a/pcsx2/GS/Renderers/SW/GSRasterizer.h b/pcsx2/GS/Renderers/SW/GSRasterizer.h index 7b87442619..b36e605ebb 100644 --- a/pcsx2/GS/Renderers/SW/GSRasterizer.h +++ b/pcsx2/GS/Renderers/SW/GSRasterizer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSRendererSW.cpp b/pcsx2/GS/Renderers/SW/GSRendererSW.cpp index 01662d605c..8910d8af57 100644 --- a/pcsx2/GS/Renderers/SW/GSRendererSW.cpp +++ b/pcsx2/GS/Renderers/SW/GSRendererSW.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/SW/GSRendererSW.h" diff --git a/pcsx2/GS/Renderers/SW/GSRendererSW.h b/pcsx2/GS/Renderers/SW/GSRendererSW.h index 746b134b65..7b49c0d019 100644 --- a/pcsx2/GS/Renderers/SW/GSRendererSW.h +++ b/pcsx2/GS/Renderers/SW/GSRendererSW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSScanlineEnvironment.h b/pcsx2/GS/Renderers/SW/GSScanlineEnvironment.h index 9ae55a2ab9..10440a5ed1 100644 --- a/pcsx2/GS/Renderers/SW/GSScanlineEnvironment.h +++ b/pcsx2/GS/Renderers/SW/GSScanlineEnvironment.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp index 104e998572..dd88445574 100644 --- a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp +++ b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GSSetupPrimCodeGenerator.all.h" diff --git a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.h b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.h index 35be562eef..8533f72b8c 100644 --- a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.h +++ b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.all.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.cpp b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.cpp index 0230e8754c..4fba76acfa 100644 --- a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.cpp +++ b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h" diff --git a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h index cbcb80e581..875a6046e5 100644 --- a/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h +++ b/pcsx2/GS/Renderers/SW/GSSetupPrimCodeGenerator.arm64.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSTextureCacheSW.cpp b/pcsx2/GS/Renderers/SW/GSTextureCacheSW.cpp index 260e9930e9..7079f06fd9 100644 --- a/pcsx2/GS/Renderers/SW/GSTextureCacheSW.cpp +++ b/pcsx2/GS/Renderers/SW/GSTextureCacheSW.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/SW/GSTextureCacheSW.h" diff --git a/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h b/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h index 180bc9a0a7..ae5b1197a3 100644 --- a/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h +++ b/pcsx2/GS/Renderers/SW/GSTextureCacheSW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/SW/GSVertexSW.h b/pcsx2/GS/Renderers/SW/GSVertexSW.h index ffa1adb16b..d1e8554099 100644 --- a/pcsx2/GS/Renderers/SW/GSVertexSW.h +++ b/pcsx2/GS/Renderers/SW/GSVertexSW.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp index a8fc04be92..5b5f75fa51 100644 --- a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp +++ b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h index b1aeb3a82c..153d075a25 100644 --- a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h +++ b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/GSTextureVK.cpp b/pcsx2/GS/Renderers/Vulkan/GSTextureVK.cpp index db2df37aaf..1ce0bc3c69 100644 --- a/pcsx2/GS/Renderers/Vulkan/GSTextureVK.cpp +++ b/pcsx2/GS/Renderers/Vulkan/GSTextureVK.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSGL.h" diff --git a/pcsx2/GS/Renderers/Vulkan/GSTextureVK.h b/pcsx2/GS/Renderers/Vulkan/GSTextureVK.h index ef703e99ce..e798514365 100644 --- a/pcsx2/GS/Renderers/Vulkan/GSTextureVK.h +++ b/pcsx2/GS/Renderers/Vulkan/GSTextureVK.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKBuilders.cpp b/pcsx2/GS/Renderers/Vulkan/VKBuilders.cpp index b687cde881..2c78d97154 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKBuilders.cpp +++ b/pcsx2/GS/Renderers/Vulkan/VKBuilders.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Vulkan/VKBuilders.h" diff --git a/pcsx2/GS/Renderers/Vulkan/VKBuilders.h b/pcsx2/GS/Renderers/Vulkan/VKBuilders.h index f12ceb639a..8ebde70fc9 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKBuilders.h +++ b/pcsx2/GS/Renderers/Vulkan/VKBuilders.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.h b/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.h index 0e1f211ca8..e9c3c8eac2 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.h +++ b/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.inl b/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.inl index b0bdecc4cc..60a72c77ee 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.inl +++ b/pcsx2/GS/Renderers/Vulkan/VKEntryPoints.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // Expands the VULKAN_ENTRY_POINT macro for each function when this file is included. diff --git a/pcsx2/GS/Renderers/Vulkan/VKLoader.cpp b/pcsx2/GS/Renderers/Vulkan/VKLoader.cpp index e386e6fe53..164ca0f897 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKLoader.cpp +++ b/pcsx2/GS/Renderers/Vulkan/VKLoader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Vulkan/VKLoader.h" diff --git a/pcsx2/GS/Renderers/Vulkan/VKLoader.h b/pcsx2/GS/Renderers/Vulkan/VKLoader.h index 736723fca5..86e96cb8ae 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKLoader.h +++ b/pcsx2/GS/Renderers/Vulkan/VKLoader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp b/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp index 6128a8177b..d86d599ad7 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp +++ b/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/GS/Renderers/Vulkan/VKShaderCache.h b/pcsx2/GS/Renderers/Vulkan/VKShaderCache.h index e35f6e47bb..74eac9434f 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKShaderCache.h +++ b/pcsx2/GS/Renderers/Vulkan/VKShaderCache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.cpp b/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.cpp index 70bad89856..8f6323d6fa 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.cpp +++ b/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Vulkan/GSDeviceVK.h" diff --git a/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.h b/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.h index d658fc7309..e0839a838e 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.h +++ b/pcsx2/GS/Renderers/Vulkan/VKStreamBuffer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/VKSwapChain.cpp b/pcsx2/GS/Renderers/Vulkan/VKSwapChain.cpp index 6d19cf4442..9b9295ed3a 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKSwapChain.cpp +++ b/pcsx2/GS/Renderers/Vulkan/VKSwapChain.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Vulkan/GSDeviceVK.h" diff --git a/pcsx2/GS/Renderers/Vulkan/VKSwapChain.h b/pcsx2/GS/Renderers/Vulkan/VKSwapChain.h index d3fe8418ea..2ac3ae8fad 100644 --- a/pcsx2/GS/Renderers/Vulkan/VKSwapChain.h +++ b/pcsx2/GS/Renderers/Vulkan/VKSwapChain.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GS/Renderers/Vulkan/vk_mem_alloc.cpp b/pcsx2/GS/Renderers/Vulkan/vk_mem_alloc.cpp index b7ac56ad51..0f604576f9 100644 --- a/pcsx2/GS/Renderers/Vulkan/vk_mem_alloc.cpp +++ b/pcsx2/GS/Renderers/Vulkan/vk_mem_alloc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define VMA_IMPLEMENTATION 1 diff --git a/pcsx2/GSDumpReplayer.cpp b/pcsx2/GSDumpReplayer.cpp index 6e8dbe5c02..22503a7bba 100644 --- a/pcsx2/GSDumpReplayer.cpp +++ b/pcsx2/GSDumpReplayer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS.h" diff --git a/pcsx2/GSDumpReplayer.h b/pcsx2/GSDumpReplayer.h index 9a413451b8..5fab8d4b4a 100644 --- a/pcsx2/GSDumpReplayer.h +++ b/pcsx2/GSDumpReplayer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GameDatabase.cpp b/pcsx2/GameDatabase.cpp index 165af8c840..b1fdbca31a 100644 --- a/pcsx2/GameDatabase.cpp +++ b/pcsx2/GameDatabase.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GameDatabase.h" diff --git a/pcsx2/GameDatabase.h b/pcsx2/GameDatabase.h index 96ca6dcea1..19d4790359 100644 --- a/pcsx2/GameDatabase.h +++ b/pcsx2/GameDatabase.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/GameList.cpp b/pcsx2/GameList.cpp index d595d6e57a..52bbea8063 100644 --- a/pcsx2/GameList.cpp +++ b/pcsx2/GameList.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "CDVD/CDVD.h" diff --git a/pcsx2/GameList.h b/pcsx2/GameList.h index f7f7cb0c89..cc449eaf21 100644 --- a/pcsx2/GameList.h +++ b/pcsx2/GameList.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index 5e59aaba35..23f01df236 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Gif.h b/pcsx2/Gif.h index 587e209d2a..bd7e08b09b 100644 --- a/pcsx2/Gif.h +++ b/pcsx2/Gif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Gif_Logger.cpp b/pcsx2/Gif_Logger.cpp index b5e09982d1..718d0d44a4 100644 --- a/pcsx2/Gif_Logger.cpp +++ b/pcsx2/Gif_Logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Gif_Unit.cpp b/pcsx2/Gif_Unit.cpp index a2a6f2af52..793f1e9004 100644 --- a/pcsx2/Gif_Unit.cpp +++ b/pcsx2/Gif_Unit.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Gif_Unit.h b/pcsx2/Gif_Unit.h index 31428e7b2a..c47a6fa82b 100644 --- a/pcsx2/Gif_Unit.h +++ b/pcsx2/Gif_Unit.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Hardware.h b/pcsx2/Hardware.h index c1e3579a57..f3acb47e2a 100644 --- a/pcsx2/Hardware.h +++ b/pcsx2/Hardware.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Host.cpp b/pcsx2/Host.cpp index bd64ad0770..b25c813af5 100644 --- a/pcsx2/Host.cpp +++ b/pcsx2/Host.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BuildVersion.h" diff --git a/pcsx2/Host.h b/pcsx2/Host.h index 825607041e..613195c532 100644 --- a/pcsx2/Host.h +++ b/pcsx2/Host.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Host/AudioStream.cpp b/pcsx2/Host/AudioStream.cpp index ce24f6dd59..6a8aaa6c10 100644 --- a/pcsx2/Host/AudioStream.cpp +++ b/pcsx2/Host/AudioStream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host/AudioStream.h" diff --git a/pcsx2/Host/AudioStream.h b/pcsx2/Host/AudioStream.h index de80c7fa9b..68693e0e70 100644 --- a/pcsx2/Host/AudioStream.h +++ b/pcsx2/Host/AudioStream.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Host/AudioStreamTypes.h b/pcsx2/Host/AudioStreamTypes.h index 9e01dc30bb..3eff6adb04 100644 --- a/pcsx2/Host/AudioStreamTypes.h +++ b/pcsx2/Host/AudioStreamTypes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Host/CubebAudioStream.cpp b/pcsx2/Host/CubebAudioStream.cpp index 4cd9993cae..7c00c9e1f2 100644 --- a/pcsx2/Host/CubebAudioStream.cpp +++ b/pcsx2/Host/CubebAudioStream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host/AudioStream.h" diff --git a/pcsx2/Host/SDLAudioStream.cpp b/pcsx2/Host/SDLAudioStream.cpp index 7a10be52e1..5bd2b67fff 100644 --- a/pcsx2/Host/SDLAudioStream.cpp +++ b/pcsx2/Host/SDLAudioStream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host/AudioStream.h" diff --git a/pcsx2/Hotkeys.cpp b/pcsx2/Hotkeys.cpp index b71e5494f5..fd74ed4c8f 100644 --- a/pcsx2/Hotkeys.cpp +++ b/pcsx2/Hotkeys.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Achievements.h" diff --git a/pcsx2/Hw.cpp b/pcsx2/Hw.cpp index f2ccdb559b..e52b9e47ee 100644 --- a/pcsx2/Hw.cpp +++ b/pcsx2/Hw.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Hw.h b/pcsx2/Hw.h index 23abbcc5a3..afcd93a9e8 100644 --- a/pcsx2/Hw.h +++ b/pcsx2/Hw.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/HwRead.cpp b/pcsx2/HwRead.cpp index d54c0271f6..4f7a9a3d22 100644 --- a/pcsx2/HwRead.cpp +++ b/pcsx2/HwRead.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/HwWrite.cpp b/pcsx2/HwWrite.cpp index f45d4bf64a..c5f3d438b2 100644 --- a/pcsx2/HwWrite.cpp +++ b/pcsx2/HwWrite.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/INISettingsInterface.cpp b/pcsx2/INISettingsInterface.cpp index 0ff93aaa82..e7b84f7bd1 100644 --- a/pcsx2/INISettingsInterface.cpp +++ b/pcsx2/INISettingsInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "INISettingsInterface.h" diff --git a/pcsx2/INISettingsInterface.h b/pcsx2/INISettingsInterface.h index d3d8ca0e99..a9bfd09c02 100644 --- a/pcsx2/INISettingsInterface.h +++ b/pcsx2/INISettingsInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IPU/IPU.cpp b/pcsx2/IPU/IPU.cpp index 77c00e2ceb..afeae67e94 100644 --- a/pcsx2/IPU/IPU.cpp +++ b/pcsx2/IPU/IPU.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IPU/IPU.h b/pcsx2/IPU/IPU.h index 53dadcb9e3..33c409ad17 100644 --- a/pcsx2/IPU/IPU.h +++ b/pcsx2/IPU/IPU.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IPU/IPU_Fifo.cpp b/pcsx2/IPU/IPU_Fifo.cpp index d549e655c5..16e4785224 100644 --- a/pcsx2/IPU/IPU_Fifo.cpp +++ b/pcsx2/IPU/IPU_Fifo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IPU/IPU_Fifo.h b/pcsx2/IPU/IPU_Fifo.h index e0d3d1c108..47e187e2b5 100644 --- a/pcsx2/IPU/IPU_Fifo.h +++ b/pcsx2/IPU/IPU_Fifo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IPU/IPU_MultiISA.cpp b/pcsx2/IPU/IPU_MultiISA.cpp index 676010227e..010eb4b608 100644 --- a/pcsx2/IPU/IPU_MultiISA.cpp +++ b/pcsx2/IPU/IPU_MultiISA.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ // Some of the functions in this file are based on the mpeg2dec library, diff --git a/pcsx2/IPU/IPU_MultiISA.h b/pcsx2/IPU/IPU_MultiISA.h index 91f5242e8a..a6d52086a5 100644 --- a/pcsx2/IPU/IPU_MultiISA.h +++ b/pcsx2/IPU/IPU_MultiISA.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IPU/IPUdither.cpp b/pcsx2/IPU/IPUdither.cpp index 2d133c230c..f88fd8c219 100644 --- a/pcsx2/IPU/IPUdither.cpp +++ b/pcsx2/IPU/IPUdither.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IPU/IPUdma.cpp b/pcsx2/IPU/IPUdma.cpp index 589559f1e4..e63ebeb6ea 100644 --- a/pcsx2/IPU/IPUdma.cpp +++ b/pcsx2/IPU/IPUdma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IPU/IPUdma.h b/pcsx2/IPU/IPUdma.h index e884088962..f1820493c7 100644 --- a/pcsx2/IPU/IPUdma.h +++ b/pcsx2/IPU/IPUdma.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IPU/mpeg2_vlc.h b/pcsx2/IPU/mpeg2_vlc.h index f3384bb92d..ec0c9f3752 100644 --- a/pcsx2/IPU/mpeg2_vlc.h +++ b/pcsx2/IPU/mpeg2_vlc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ /* NOTE: While part of this header is originally from libmpeg2, which is GPL - licensed, diff --git a/pcsx2/IPU/yuv2rgb.cpp b/pcsx2/IPU/yuv2rgb.cpp index b68050bdba..51fe11d657 100644 --- a/pcsx2/IPU/yuv2rgb.cpp +++ b/pcsx2/IPU/yuv2rgb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IPU/yuv2rgb.h b/pcsx2/IPU/yuv2rgb.h index 8df99e642e..6ec2b85656 100644 --- a/pcsx2/IPU/yuv2rgb.h +++ b/pcsx2/IPU/yuv2rgb.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ImGui/FullscreenUI.cpp b/pcsx2/ImGui/FullscreenUI.cpp index fcdc5ec9be..6bbf02ad8d 100644 --- a/pcsx2/ImGui/FullscreenUI.cpp +++ b/pcsx2/ImGui/FullscreenUI.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define IMGUI_DEFINE_MATH_OPERATORS diff --git a/pcsx2/ImGui/FullscreenUI.h b/pcsx2/ImGui/FullscreenUI.h index 7f082832ce..03ddaf783c 100644 --- a/pcsx2/ImGui/FullscreenUI.h +++ b/pcsx2/ImGui/FullscreenUI.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ImGui/ImGuiAnimated.h b/pcsx2/ImGui/ImGuiAnimated.h index c4d13028f3..c89cf5babd 100644 --- a/pcsx2/ImGui/ImGuiAnimated.h +++ b/pcsx2/ImGui/ImGuiAnimated.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ImGui/ImGuiFullscreen.cpp b/pcsx2/ImGui/ImGuiFullscreen.cpp index a98b64799e..3bee11ee69 100644 --- a/pcsx2/ImGui/ImGuiFullscreen.cpp +++ b/pcsx2/ImGui/ImGuiFullscreen.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define IMGUI_DEFINE_MATH_OPERATORS diff --git a/pcsx2/ImGui/ImGuiFullscreen.h b/pcsx2/ImGui/ImGuiFullscreen.h index 8dd73311b5..14b20519ea 100644 --- a/pcsx2/ImGui/ImGuiFullscreen.h +++ b/pcsx2/ImGui/ImGuiFullscreen.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ImGui/ImGuiManager.cpp b/pcsx2/ImGui/ImGuiManager.cpp index d92eb88c57..975818ae7c 100644 --- a/pcsx2/ImGui/ImGuiManager.cpp +++ b/pcsx2/ImGui/ImGuiManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/Renderers/Common/GSDevice.h" diff --git a/pcsx2/ImGui/ImGuiManager.h b/pcsx2/ImGui/ImGuiManager.h index 2c4864ef34..f3acb779b5 100644 --- a/pcsx2/ImGui/ImGuiManager.h +++ b/pcsx2/ImGui/ImGuiManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ImGui/ImGuiOverlays.cpp b/pcsx2/ImGui/ImGuiOverlays.cpp index 7ce1251972..5aec69d338 100644 --- a/pcsx2/ImGui/ImGuiOverlays.cpp +++ b/pcsx2/ImGui/ImGuiOverlays.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BuildVersion.h" diff --git a/pcsx2/ImGui/ImGuiOverlays.h b/pcsx2/ImGui/ImGuiOverlays.h index 05f856066c..52a815dfb7 100644 --- a/pcsx2/ImGui/ImGuiOverlays.h +++ b/pcsx2/ImGui/ImGuiOverlays.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Input/DInputSource.cpp b/pcsx2/Input/DInputSource.cpp index 4b00397c55..aee9ad83b4 100644 --- a/pcsx2/Input/DInputSource.cpp +++ b/pcsx2/Input/DInputSource.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define INITGUID diff --git a/pcsx2/Input/DInputSource.h b/pcsx2/Input/DInputSource.h index c77733998d..b210004044 100644 --- a/pcsx2/Input/DInputSource.h +++ b/pcsx2/Input/DInputSource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Input/InputManager.cpp b/pcsx2/Input/InputManager.cpp index 9b1e1c929c..2f706e4abf 100644 --- a/pcsx2/Input/InputManager.cpp +++ b/pcsx2/Input/InputManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ImGui/ImGuiManager.h" diff --git a/pcsx2/Input/InputManager.h b/pcsx2/Input/InputManager.h index 0b735205df..51b93e1fe9 100644 --- a/pcsx2/Input/InputManager.h +++ b/pcsx2/Input/InputManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Input/InputSource.cpp b/pcsx2/Input/InputSource.cpp index 52e1a899bd..1d7fb97117 100644 --- a/pcsx2/Input/InputSource.cpp +++ b/pcsx2/Input/InputSource.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Input/InputSource.h" diff --git a/pcsx2/Input/InputSource.h b/pcsx2/Input/InputSource.h index cde3ced1a1..7c8e215c26 100644 --- a/pcsx2/Input/InputSource.h +++ b/pcsx2/Input/InputSource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Input/SDLInputSource.cpp b/pcsx2/Input/SDLInputSource.cpp index fdaaf2b30a..c9012196ff 100644 --- a/pcsx2/Input/SDLInputSource.cpp +++ b/pcsx2/Input/SDLInputSource.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/Input/SDLInputSource.h b/pcsx2/Input/SDLInputSource.h index ccd952895e..5c10b16991 100644 --- a/pcsx2/Input/SDLInputSource.h +++ b/pcsx2/Input/SDLInputSource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Input/XInputSource.cpp b/pcsx2/Input/XInputSource.cpp index b60c0cf794..138776f04f 100644 --- a/pcsx2/Input/XInputSource.cpp +++ b/pcsx2/Input/XInputSource.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Input/XInputSource.h" diff --git a/pcsx2/Input/XInputSource.h b/pcsx2/Input/XInputSource.h index bf6380033b..7ec20548c0 100644 --- a/pcsx2/Input/XInputSource.h +++ b/pcsx2/Input/XInputSource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Interpreter.cpp b/pcsx2/Interpreter.cpp index efca7d4896..3e3560c4dd 100644 --- a/pcsx2/Interpreter.cpp +++ b/pcsx2/Interpreter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IopBios.cpp b/pcsx2/IopBios.cpp index 6d848c492a..4b270585a6 100644 --- a/pcsx2/IopBios.cpp +++ b/pcsx2/IopBios.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IopBios.h b/pcsx2/IopBios.h index 4e400ae842..770b57cebb 100644 --- a/pcsx2/IopBios.h +++ b/pcsx2/IopBios.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopCounters.cpp b/pcsx2/IopCounters.cpp index 4b546c066d..216c87f830 100644 --- a/pcsx2/IopCounters.cpp +++ b/pcsx2/IopCounters.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // Note on INTC usage: All counters code is always called from inside the context of an diff --git a/pcsx2/IopCounters.h b/pcsx2/IopCounters.h index 22c4d98b32..c3c258d2fc 100644 --- a/pcsx2/IopCounters.h +++ b/pcsx2/IopCounters.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopDma.cpp b/pcsx2/IopDma.cpp index f335133ea7..806db43e8f 100644 --- a/pcsx2/IopDma.cpp +++ b/pcsx2/IopDma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/IopDma.h b/pcsx2/IopDma.h index 6b3f4c0a1a..3d86e93731 100644 --- a/pcsx2/IopDma.h +++ b/pcsx2/IopDma.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopGte.cpp b/pcsx2/IopGte.cpp index ee18d275ef..3da8d0db25 100644 --- a/pcsx2/IopGte.cpp +++ b/pcsx2/IopGte.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IopGte.h" diff --git a/pcsx2/IopGte.h b/pcsx2/IopGte.h index 33d5da183d..a205a457c6 100644 --- a/pcsx2/IopGte.h +++ b/pcsx2/IopGte.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopHw.cpp b/pcsx2/IopHw.cpp index 6c277f37fc..8b300bdcaa 100644 --- a/pcsx2/IopHw.cpp +++ b/pcsx2/IopHw.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/IopHw.h b/pcsx2/IopHw.h index 9f3ae4a582..eba60e4f16 100644 --- a/pcsx2/IopHw.h +++ b/pcsx2/IopHw.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopIrq.cpp b/pcsx2/IopIrq.cpp index 573fb90120..16c80c4e69 100644 --- a/pcsx2/IopIrq.cpp +++ b/pcsx2/IopIrq.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DEV9/DEV9.h" diff --git a/pcsx2/IopMem.cpp b/pcsx2/IopMem.cpp index 11cdea42b5..c633e8bfab 100644 --- a/pcsx2/IopMem.cpp +++ b/pcsx2/IopMem.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/AlignedMalloc.h" diff --git a/pcsx2/IopMem.h b/pcsx2/IopMem.h index cbb0ff1c70..f4c148214b 100644 --- a/pcsx2/IopMem.h +++ b/pcsx2/IopMem.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/IopModuleNames.cpp b/pcsx2/IopModuleNames.cpp index 869744eafe..db1e0496fb 100644 --- a/pcsx2/IopModuleNames.cpp +++ b/pcsx2/IopModuleNames.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define MODULE(n) if (#n == libname) switch (index) { diff --git a/pcsx2/LayeredSettingsInterface.cpp b/pcsx2/LayeredSettingsInterface.cpp index 4bcc3365f3..386ee3caf9 100644 --- a/pcsx2/LayeredSettingsInterface.cpp +++ b/pcsx2/LayeredSettingsInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "LayeredSettingsInterface.h" diff --git a/pcsx2/LayeredSettingsInterface.h b/pcsx2/LayeredSettingsInterface.h index 17d529661b..a89b94781f 100644 --- a/pcsx2/LayeredSettingsInterface.h +++ b/pcsx2/LayeredSettingsInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/MMI.cpp b/pcsx2/MMI.cpp index 0830bf4293..8e5086e295 100644 --- a/pcsx2/MMI.cpp +++ b/pcsx2/MMI.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/MTGS.cpp b/pcsx2/MTGS.cpp index 74a9c77d83..4eccd24bf2 100644 --- a/pcsx2/MTGS.cpp +++ b/pcsx2/MTGS.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS.h" diff --git a/pcsx2/MTGS.h b/pcsx2/MTGS.h index 5dd79742bf..442e8e6d2c 100644 --- a/pcsx2/MTGS.h +++ b/pcsx2/MTGS.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/MTVU.cpp b/pcsx2/MTVU.cpp index 51c0eff974..907b1c6528 100644 --- a/pcsx2/MTVU.cpp +++ b/pcsx2/MTVU.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/MTVU.h b/pcsx2/MTVU.h index 658555378d..7625c47664 100644 --- a/pcsx2/MTVU.h +++ b/pcsx2/MTVU.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Mdec.cpp b/pcsx2/Mdec.cpp index a44e037df6..dd0a7d2a9b 100644 --- a/pcsx2/Mdec.cpp +++ b/pcsx2/Mdec.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ /* This code was based on the FPSE v0.08 Mdec decoder*/ diff --git a/pcsx2/Mdec.h b/pcsx2/Mdec.h index 2af09ea5d4..8a3aa8fa3d 100644 --- a/pcsx2/Mdec.h +++ b/pcsx2/Mdec.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/Memory.cpp b/pcsx2/Memory.cpp index 4392d1ab09..22bd1209eb 100644 --- a/pcsx2/Memory.cpp +++ b/pcsx2/Memory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/pcsx2/Memory.h b/pcsx2/Memory.h index cc3e9f33e0..6b50e58428 100644 --- a/pcsx2/Memory.h +++ b/pcsx2/Memory.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/MemoryTypes.h b/pcsx2/MemoryTypes.h index 3bccc81f94..3f550c46b4 100644 --- a/pcsx2/MemoryTypes.h +++ b/pcsx2/MemoryTypes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/PINE.cpp b/pcsx2/PINE.cpp index a7bf73af01..aea4ffe22b 100644 --- a/pcsx2/PINE.cpp +++ b/pcsx2/PINE.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BuildVersion.h" diff --git a/pcsx2/PINE.h b/pcsx2/PINE.h index a71e1be853..d176796635 100644 --- a/pcsx2/PINE.h +++ b/pcsx2/PINE.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* A reference client implementation for interfacing with PINE is available diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index 86e9328289..add4a078c9 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/Patch.h b/pcsx2/Patch.h index fedbed8993..4a3f46fd9c 100644 --- a/pcsx2/Patch.h +++ b/pcsx2/Patch.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Pcsx2Config.cpp b/pcsx2/Pcsx2Config.cpp index 655c11af58..942c18ef4f 100644 --- a/pcsx2/Pcsx2Config.cpp +++ b/pcsx2/Pcsx2Config.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/CocoaTools.h" diff --git a/pcsx2/PerformanceMetrics.cpp b/pcsx2/PerformanceMetrics.cpp index 53d2ad5d11..990cc6f0db 100644 --- a/pcsx2/PerformanceMetrics.cpp +++ b/pcsx2/PerformanceMetrics.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/PerformanceMetrics.h b/pcsx2/PerformanceMetrics.h index fea888a65c..5cf5620db8 100644 --- a/pcsx2/PerformanceMetrics.h +++ b/pcsx2/PerformanceMetrics.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/PrecompiledHeader.cpp b/pcsx2/PrecompiledHeader.cpp index 8ac5a5df69..c58ca9311f 100644 --- a/pcsx2/PrecompiledHeader.cpp +++ b/pcsx2/PrecompiledHeader.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "PrecompiledHeader.h" diff --git a/pcsx2/PrecompiledHeader.h b/pcsx2/PrecompiledHeader.h index 8a8c28abc5..faee680d48 100644 --- a/pcsx2/PrecompiledHeader.h +++ b/pcsx2/PrecompiledHeader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/R3000A.cpp b/pcsx2/R3000A.cpp index e5ad66f485..2d263cf0ef 100644 --- a/pcsx2/R3000A.cpp +++ b/pcsx2/R3000A.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/R3000A.h b/pcsx2/R3000A.h index e8db218ff4..0760c25671 100644 --- a/pcsx2/R3000A.h +++ b/pcsx2/R3000A.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/R3000AInterpreter.cpp b/pcsx2/R3000AInterpreter.cpp index b9739d8cf0..67cb011533 100644 --- a/pcsx2/R3000AInterpreter.cpp +++ b/pcsx2/R3000AInterpreter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/R3000AOpcodeTables.cpp b/pcsx2/R3000AOpcodeTables.cpp index 230c43e77f..6859d3c17a 100644 --- a/pcsx2/R3000AOpcodeTables.cpp +++ b/pcsx2/R3000AOpcodeTables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/R5900.cpp b/pcsx2/R5900.cpp index 3c7381273f..a2cde6596d 100644 --- a/pcsx2/R5900.cpp +++ b/pcsx2/R5900.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/R5900.h b/pcsx2/R5900.h index 4fdc1c8087..b786b54842 100644 --- a/pcsx2/R5900.h +++ b/pcsx2/R5900.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/R5900OpcodeImpl.cpp b/pcsx2/R5900OpcodeImpl.cpp index 81e1dc6065..4727dfad81 100644 --- a/pcsx2/R5900OpcodeImpl.cpp +++ b/pcsx2/R5900OpcodeImpl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/R5900OpcodeTables.cpp b/pcsx2/R5900OpcodeTables.cpp index b170b42d54..e0e3515e01 100644 --- a/pcsx2/R5900OpcodeTables.cpp +++ b/pcsx2/R5900OpcodeTables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ //all tables for R5900 are define here.. diff --git a/pcsx2/R5900OpcodeTables.h b/pcsx2/R5900OpcodeTables.h index 9d3b6b79d7..369d1011ec 100644 --- a/pcsx2/R5900OpcodeTables.h +++ b/pcsx2/R5900OpcodeTables.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2.cpp b/pcsx2/RDebug/deci2.cpp index cb2b3b1e72..bf17b573f4 100644 --- a/pcsx2/RDebug/deci2.cpp +++ b/pcsx2/RDebug/deci2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/RDebug/deci2.h b/pcsx2/RDebug/deci2.h index 03f68e2f17..fd5d7eeecb 100644 --- a/pcsx2/RDebug/deci2.h +++ b/pcsx2/RDebug/deci2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_dbgp.cpp b/pcsx2/RDebug/deci2_dbgp.cpp index de0a171203..f67006fadb 100644 --- a/pcsx2/RDebug/deci2_dbgp.cpp +++ b/pcsx2/RDebug/deci2_dbgp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "VUmicro.h" diff --git a/pcsx2/RDebug/deci2_dbgp.h b/pcsx2/RDebug/deci2_dbgp.h index 8fe256f57b..8a97f50119 100644 --- a/pcsx2/RDebug/deci2_dbgp.h +++ b/pcsx2/RDebug/deci2_dbgp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_dcmp.cpp b/pcsx2/RDebug/deci2_dcmp.cpp index f2689cae0e..300d256ef0 100644 --- a/pcsx2/RDebug/deci2_dcmp.cpp +++ b/pcsx2/RDebug/deci2_dcmp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/RDebug/deci2_dcmp.h b/pcsx2/RDebug/deci2_dcmp.h index 30bf0dd757..ce38f71aa9 100644 --- a/pcsx2/RDebug/deci2_dcmp.h +++ b/pcsx2/RDebug/deci2_dcmp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_drfp.cpp b/pcsx2/RDebug/deci2_drfp.cpp index 72887566c1..93e8368a5a 100644 --- a/pcsx2/RDebug/deci2_drfp.cpp +++ b/pcsx2/RDebug/deci2_drfp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/RDebug/deci2_drfp.h b/pcsx2/RDebug/deci2_drfp.h index ca610fb376..f24fdefc5b 100644 --- a/pcsx2/RDebug/deci2_drfp.h +++ b/pcsx2/RDebug/deci2_drfp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_iloadp.cpp b/pcsx2/RDebug/deci2_iloadp.cpp index 5d0d9a2611..b9a4fdec03 100644 --- a/pcsx2/RDebug/deci2_iloadp.cpp +++ b/pcsx2/RDebug/deci2_iloadp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IopBios2.h" diff --git a/pcsx2/RDebug/deci2_iloadp.h b/pcsx2/RDebug/deci2_iloadp.h index 0f15d824da..93fb80e8bf 100644 --- a/pcsx2/RDebug/deci2_iloadp.h +++ b/pcsx2/RDebug/deci2_iloadp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_netmp.cpp b/pcsx2/RDebug/deci2_netmp.cpp index 99ee41899d..f8994899e8 100644 --- a/pcsx2/RDebug/deci2_netmp.cpp +++ b/pcsx2/RDebug/deci2_netmp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/RDebug/deci2_netmp.h b/pcsx2/RDebug/deci2_netmp.h index cae48ae5a5..6c6a5d2fa8 100644 --- a/pcsx2/RDebug/deci2_netmp.h +++ b/pcsx2/RDebug/deci2_netmp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/RDebug/deci2_ttyp.cpp b/pcsx2/RDebug/deci2_ttyp.cpp index 84734b2793..88e26bdb81 100644 --- a/pcsx2/RDebug/deci2_ttyp.cpp +++ b/pcsx2/RDebug/deci2_ttyp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/RDebug/deci2_ttyp.h b/pcsx2/RDebug/deci2_ttyp.h index a82c3f986c..b62014f085 100644 --- a/pcsx2/RDebug/deci2_ttyp.h +++ b/pcsx2/RDebug/deci2_ttyp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Recording/InputRecording.cpp b/pcsx2/Recording/InputRecording.cpp index ceb57857a2..b7a32b398f 100644 --- a/pcsx2/Recording/InputRecording.cpp +++ b/pcsx2/Recording/InputRecording.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Counters.h" diff --git a/pcsx2/Recording/InputRecording.h b/pcsx2/Recording/InputRecording.h index 36d1a7e8b9..9f2e69e81a 100644 --- a/pcsx2/Recording/InputRecording.h +++ b/pcsx2/Recording/InputRecording.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Recording/InputRecordingControls.cpp b/pcsx2/Recording/InputRecordingControls.cpp index d8fdcefa94..ed3cef6a2b 100644 --- a/pcsx2/Recording/InputRecordingControls.cpp +++ b/pcsx2/Recording/InputRecordingControls.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebugTools/Debug.h" diff --git a/pcsx2/Recording/InputRecordingControls.h b/pcsx2/Recording/InputRecordingControls.h index b15b4bdc66..d3dd6bc63e 100644 --- a/pcsx2/Recording/InputRecordingControls.h +++ b/pcsx2/Recording/InputRecordingControls.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Recording/InputRecordingFile.cpp b/pcsx2/Recording/InputRecordingFile.cpp index b3c5fbd1c5..65620143b2 100644 --- a/pcsx2/Recording/InputRecordingFile.cpp +++ b/pcsx2/Recording/InputRecordingFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "InputRecordingFile.h" diff --git a/pcsx2/Recording/InputRecordingFile.h b/pcsx2/Recording/InputRecordingFile.h index 88319e1ec7..fe25c1aafc 100644 --- a/pcsx2/Recording/InputRecordingFile.h +++ b/pcsx2/Recording/InputRecordingFile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Recording/PadData.cpp b/pcsx2/Recording/PadData.cpp index e384ff2338..e7f0e9ef11 100644 --- a/pcsx2/Recording/PadData.cpp +++ b/pcsx2/Recording/PadData.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "DebugTools/Debug.h" diff --git a/pcsx2/Recording/PadData.h b/pcsx2/Recording/PadData.h index 7482c7769a..08a0038455 100644 --- a/pcsx2/Recording/PadData.h +++ b/pcsx2/Recording/PadData.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Recording/Utilities/InputRecordingLogger.cpp b/pcsx2/Recording/Utilities/InputRecordingLogger.cpp index 5a7f32d42c..2199fed082 100644 --- a/pcsx2/Recording/Utilities/InputRecordingLogger.cpp +++ b/pcsx2/Recording/Utilities/InputRecordingLogger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "InputRecordingLogger.h" diff --git a/pcsx2/Recording/Utilities/InputRecordingLogger.h b/pcsx2/Recording/Utilities/InputRecordingLogger.h index d1015c9b73..68ebcd636f 100644 --- a/pcsx2/Recording/Utilities/InputRecordingLogger.h +++ b/pcsx2/Recording/Utilities/InputRecordingLogger.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Memcard/MemoryCardFile.cpp b/pcsx2/SIO/Memcard/MemoryCardFile.cpp index 08afa1a26e..07534b47a8 100644 --- a/pcsx2/SIO/Memcard/MemoryCardFile.cpp +++ b/pcsx2/SIO/Memcard/MemoryCardFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Memcard/MemoryCardFile.h" diff --git a/pcsx2/SIO/Memcard/MemoryCardFile.h b/pcsx2/SIO/Memcard/MemoryCardFile.h index 67202aed84..08419b9007 100644 --- a/pcsx2/SIO/Memcard/MemoryCardFile.h +++ b/pcsx2/SIO/Memcard/MemoryCardFile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Memcard/MemoryCardFolder.cpp b/pcsx2/SIO/Memcard/MemoryCardFolder.cpp index be6b889529..ac9298c529 100644 --- a/pcsx2/SIO/Memcard/MemoryCardFolder.cpp +++ b/pcsx2/SIO/Memcard/MemoryCardFolder.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Memcard/MemoryCardFile.h" diff --git a/pcsx2/SIO/Memcard/MemoryCardFolder.h b/pcsx2/SIO/Memcard/MemoryCardFolder.h index 1fce0d9aba..1831ccedf6 100644 --- a/pcsx2/SIO/Memcard/MemoryCardFolder.h +++ b/pcsx2/SIO/Memcard/MemoryCardFolder.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Memcard/MemoryCardProtocol.cpp b/pcsx2/SIO/Memcard/MemoryCardProtocol.cpp index 3513cd5ab2..2efbdd6904 100644 --- a/pcsx2/SIO/Memcard/MemoryCardProtocol.cpp +++ b/pcsx2/SIO/Memcard/MemoryCardProtocol.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Memcard/MemoryCardProtocol.h" diff --git a/pcsx2/SIO/Memcard/MemoryCardProtocol.h b/pcsx2/SIO/Memcard/MemoryCardProtocol.h index 3d594a85fb..688fe39d3a 100644 --- a/pcsx2/SIO/Memcard/MemoryCardProtocol.h +++ b/pcsx2/SIO/Memcard/MemoryCardProtocol.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Multitap/MultitapProtocol.cpp b/pcsx2/SIO/Multitap/MultitapProtocol.cpp index 873d37ff97..534fbc3aa8 100644 --- a/pcsx2/SIO/Multitap/MultitapProtocol.cpp +++ b/pcsx2/SIO/Multitap/MultitapProtocol.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/SIO/Multitap/MultitapProtocol.h b/pcsx2/SIO/Multitap/MultitapProtocol.h index f30e89dfed..98f6116931 100644 --- a/pcsx2/SIO/Multitap/MultitapProtocol.h +++ b/pcsx2/SIO/Multitap/MultitapProtocol.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/Pad.cpp b/pcsx2/SIO/Pad/Pad.cpp index 3a70bdf387..ae284f0bc2 100644 --- a/pcsx2/SIO/Pad/Pad.cpp +++ b/pcsx2/SIO/Pad/Pad.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/SIO/Pad/Pad.h b/pcsx2/SIO/Pad/Pad.h index d8ed25b63e..dccd04cc13 100644 --- a/pcsx2/SIO/Pad/Pad.h +++ b/pcsx2/SIO/Pad/Pad.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadBase.cpp b/pcsx2/SIO/Pad/PadBase.cpp index 2b13688aa2..526f6f8fcd 100644 --- a/pcsx2/SIO/Pad/PadBase.cpp +++ b/pcsx2/SIO/Pad/PadBase.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadBase.h" diff --git a/pcsx2/SIO/Pad/PadBase.h b/pcsx2/SIO/Pad/PadBase.h index e628ecaf62..0c1e4aacc6 100644 --- a/pcsx2/SIO/Pad/PadBase.h +++ b/pcsx2/SIO/Pad/PadBase.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadDualshock2.cpp b/pcsx2/SIO/Pad/PadDualshock2.cpp index b239f4a0fe..32fb453bd3 100644 --- a/pcsx2/SIO/Pad/PadDualshock2.cpp +++ b/pcsx2/SIO/Pad/PadDualshock2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadDualshock2.h" diff --git a/pcsx2/SIO/Pad/PadDualshock2.h b/pcsx2/SIO/Pad/PadDualshock2.h index 83a70a21f6..f205d3ba91 100644 --- a/pcsx2/SIO/Pad/PadDualshock2.h +++ b/pcsx2/SIO/Pad/PadDualshock2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadGuitar.cpp b/pcsx2/SIO/Pad/PadGuitar.cpp index cbd955d8fd..5e2c531bb3 100644 --- a/pcsx2/SIO/Pad/PadGuitar.cpp +++ b/pcsx2/SIO/Pad/PadGuitar.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadGuitar.h" diff --git a/pcsx2/SIO/Pad/PadGuitar.h b/pcsx2/SIO/Pad/PadGuitar.h index d520c8724d..1dc3ef46f8 100644 --- a/pcsx2/SIO/Pad/PadGuitar.h +++ b/pcsx2/SIO/Pad/PadGuitar.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadJogcon.cpp b/pcsx2/SIO/Pad/PadJogcon.cpp index 41c6653815..b7ef9456b4 100644 --- a/pcsx2/SIO/Pad/PadJogcon.cpp +++ b/pcsx2/SIO/Pad/PadJogcon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadJogcon.h" diff --git a/pcsx2/SIO/Pad/PadJogcon.h b/pcsx2/SIO/Pad/PadJogcon.h index a0367cb8e7..2a3189cd3c 100644 --- a/pcsx2/SIO/Pad/PadJogcon.h +++ b/pcsx2/SIO/Pad/PadJogcon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadNegcon.cpp b/pcsx2/SIO/Pad/PadNegcon.cpp index 1aa05a42cb..9aa9575ede 100644 --- a/pcsx2/SIO/Pad/PadNegcon.cpp +++ b/pcsx2/SIO/Pad/PadNegcon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadNegcon.h" diff --git a/pcsx2/SIO/Pad/PadNegcon.h b/pcsx2/SIO/Pad/PadNegcon.h index d91f86f2d4..5fca6bf9c5 100644 --- a/pcsx2/SIO/Pad/PadNegcon.h +++ b/pcsx2/SIO/Pad/PadNegcon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadNotConnected.cpp b/pcsx2/SIO/Pad/PadNotConnected.cpp index e305695991..056efef2a6 100644 --- a/pcsx2/SIO/Pad/PadNotConnected.cpp +++ b/pcsx2/SIO/Pad/PadNotConnected.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadNotConnected.h" diff --git a/pcsx2/SIO/Pad/PadNotConnected.h b/pcsx2/SIO/Pad/PadNotConnected.h index 564cdcaab3..ed88e8869c 100644 --- a/pcsx2/SIO/Pad/PadNotConnected.h +++ b/pcsx2/SIO/Pad/PadNotConnected.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadPopn.cpp b/pcsx2/SIO/Pad/PadPopn.cpp index a0f4417301..dc91df2a65 100644 --- a/pcsx2/SIO/Pad/PadPopn.cpp +++ b/pcsx2/SIO/Pad/PadPopn.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Pad/PadPopn.h" diff --git a/pcsx2/SIO/Pad/PadPopn.h b/pcsx2/SIO/Pad/PadPopn.h index 3adbd52180..bc9c96736d 100644 --- a/pcsx2/SIO/Pad/PadPopn.h +++ b/pcsx2/SIO/Pad/PadPopn.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Pad/PadTypes.h b/pcsx2/SIO/Pad/PadTypes.h index cf02d6236c..31efaaa3f3 100644 --- a/pcsx2/SIO/Pad/PadTypes.h +++ b/pcsx2/SIO/Pad/PadTypes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Sio.cpp b/pcsx2/SIO/Sio.cpp index 3160e57b42..e7c92faea8 100644 --- a/pcsx2/SIO/Sio.cpp +++ b/pcsx2/SIO/Sio.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SIO/Sio.h" diff --git a/pcsx2/SIO/Sio.h b/pcsx2/SIO/Sio.h index 565761dda9..09e2906194 100644 --- a/pcsx2/SIO/Sio.h +++ b/pcsx2/SIO/Sio.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // Huge thanks to PSI for his work reversing the PS2, his documentation on SIO2 pretty much saved diff --git a/pcsx2/SIO/Sio0.cpp b/pcsx2/SIO/Sio0.cpp index 6f63cb29c6..185abcff3f 100644 --- a/pcsx2/SIO/Sio0.cpp +++ b/pcsx2/SIO/Sio0.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/SIO/Sio0.h b/pcsx2/SIO/Sio0.h index 305a8801ca..4750e0bbc3 100644 --- a/pcsx2/SIO/Sio0.h +++ b/pcsx2/SIO/Sio0.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/Sio2.cpp b/pcsx2/SIO/Sio2.cpp index 3f6ad6aec9..96d4646e61 100644 --- a/pcsx2/SIO/Sio2.cpp +++ b/pcsx2/SIO/Sio2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/SIO/Sio2.h b/pcsx2/SIO/Sio2.h index 1fb7111f47..57e133a0e0 100644 --- a/pcsx2/SIO/Sio2.h +++ b/pcsx2/SIO/Sio2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SIO/SioTypes.h b/pcsx2/SIO/SioTypes.h index 6e2649d492..32f06cfba6 100644 --- a/pcsx2/SIO/SioTypes.h +++ b/pcsx2/SIO/SioTypes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPR.cpp b/pcsx2/SPR.cpp index e6f562c21d..1be6c07355 100644 --- a/pcsx2/SPR.cpp +++ b/pcsx2/SPR.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/SPR.h b/pcsx2/SPR.h index 4a881dc8a2..a15fab5cf4 100644 --- a/pcsx2/SPR.h +++ b/pcsx2/SPR.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/ADSR.cpp b/pcsx2/SPU2/ADSR.cpp index 4455dad867..d88c392c3d 100644 --- a/pcsx2/SPU2/ADSR.cpp +++ b/pcsx2/SPU2/ADSR.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/defs.h" diff --git a/pcsx2/SPU2/Debug.cpp b/pcsx2/SPU2/Debug.cpp index 0da945e2b7..5ef30f2621 100644 --- a/pcsx2/SPU2/Debug.cpp +++ b/pcsx2/SPU2/Debug.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/Debug.h" diff --git a/pcsx2/SPU2/Debug.h b/pcsx2/SPU2/Debug.h index bbef1a8243..08463a3a38 100644 --- a/pcsx2/SPU2/Debug.h +++ b/pcsx2/SPU2/Debug.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/Dma.cpp b/pcsx2/SPU2/Dma.cpp index 4b79fcd852..bc9f8e1bac 100644 --- a/pcsx2/SPU2/Dma.cpp +++ b/pcsx2/SPU2/Dma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/defs.h" diff --git a/pcsx2/SPU2/Dma.h b/pcsx2/SPU2/Dma.h index 55fdd40fce..13c5258b99 100644 --- a/pcsx2/SPU2/Dma.h +++ b/pcsx2/SPU2/Dma.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/Mixer.cpp b/pcsx2/SPU2/Mixer.cpp index e690032000..7a929ed921 100644 --- a/pcsx2/SPU2/Mixer.cpp +++ b/pcsx2/SPU2/Mixer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host/AudioStream.h" diff --git a/pcsx2/SPU2/ReadInput.cpp b/pcsx2/SPU2/ReadInput.cpp index 3c25ba0a01..afd3615495 100644 --- a/pcsx2/SPU2/ReadInput.cpp +++ b/pcsx2/SPU2/ReadInput.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Dma.h" diff --git a/pcsx2/SPU2/RegTable.cpp b/pcsx2/SPU2/RegTable.cpp index 60596cede5..ac34b2d85e 100644 --- a/pcsx2/SPU2/RegTable.cpp +++ b/pcsx2/SPU2/RegTable.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/defs.h" diff --git a/pcsx2/SPU2/Reverb.cpp b/pcsx2/SPU2/Reverb.cpp index b5346d2132..fc43df07a4 100644 --- a/pcsx2/SPU2/Reverb.cpp +++ b/pcsx2/SPU2/Reverb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/defs.h" diff --git a/pcsx2/SPU2/ReverbResample.cpp b/pcsx2/SPU2/ReverbResample.cpp index 16e46dc444..cbee5ae5d3 100644 --- a/pcsx2/SPU2/ReverbResample.cpp +++ b/pcsx2/SPU2/ReverbResample.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GSVector.h" diff --git a/pcsx2/SPU2/Wavedump_wav.cpp b/pcsx2/SPU2/Wavedump_wav.cpp index 0954c15a1f..2479cbf3c5 100644 --- a/pcsx2/SPU2/Wavedump_wav.cpp +++ b/pcsx2/SPU2/Wavedump_wav.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/Debug.h" diff --git a/pcsx2/SPU2/defs.h b/pcsx2/SPU2/defs.h index d71261e06a..711acccd91 100644 --- a/pcsx2/SPU2/defs.h +++ b/pcsx2/SPU2/defs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/interpolate_table.h b/pcsx2/SPU2/interpolate_table.h index 5943336e3c..0396323714 100644 --- a/pcsx2/SPU2/interpolate_table.h +++ b/pcsx2/SPU2/interpolate_table.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/regs.h b/pcsx2/SPU2/regs.h index 79f501f814..911826e8b8 100644 --- a/pcsx2/SPU2/regs.h +++ b/pcsx2/SPU2/regs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/spdif.h b/pcsx2/SPU2/spdif.h index 2fd7ce3750..ff8687a853 100644 --- a/pcsx2/SPU2/spdif.h +++ b/pcsx2/SPU2/spdif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/spu2.cpp b/pcsx2/SPU2/spu2.cpp index f9628d4711..4da7e1c253 100644 --- a/pcsx2/SPU2/spu2.cpp +++ b/pcsx2/SPU2/spu2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/spu2.h" diff --git a/pcsx2/SPU2/spu2.h b/pcsx2/SPU2/spu2.h index cef65c1b8b..3865b6ed3d 100644 --- a/pcsx2/SPU2/spu2.h +++ b/pcsx2/SPU2/spu2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SPU2/spu2freeze.cpp b/pcsx2/SPU2/spu2freeze.cpp index 863a434409..0812dc62b7 100644 --- a/pcsx2/SPU2/spu2freeze.cpp +++ b/pcsx2/SPU2/spu2freeze.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "SPU2/defs.h" diff --git a/pcsx2/SPU2/spu2sys.cpp b/pcsx2/SPU2/spu2sys.cpp index 359574abcf..5b3e6b968f 100644 --- a/pcsx2/SPU2/spu2sys.cpp +++ b/pcsx2/SPU2/spu2sys.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // ====================================================================================== diff --git a/pcsx2/SaveState.cpp b/pcsx2/SaveState.cpp index fbc990dd44..0df667d429 100644 --- a/pcsx2/SaveState.cpp +++ b/pcsx2/SaveState.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Achievements.h" diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index 8165e48d21..feab394dd7 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ShaderCacheVersion.h b/pcsx2/ShaderCacheVersion.h index e60f18e20b..b8eda02966 100644 --- a/pcsx2/ShaderCacheVersion.h +++ b/pcsx2/ShaderCacheVersion.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /// Version number for GS and other shaders. Increment whenever any of the contents of the diff --git a/pcsx2/ShiftJisToUnicode.cpp b/pcsx2/ShiftJisToUnicode.cpp index ada7d7854e..4353830bbb 100644 --- a/pcsx2/ShiftJisToUnicode.cpp +++ b/pcsx2/ShiftJisToUnicode.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Sif.cpp b/pcsx2/Sif.cpp index bf1a4d1d1f..52b5c6ada7 100644 --- a/pcsx2/Sif.cpp +++ b/pcsx2/Sif.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/Sif.h b/pcsx2/Sif.h index ebe5fb34fa..c830d6a089 100644 --- a/pcsx2/Sif.h +++ b/pcsx2/Sif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Sif0.cpp b/pcsx2/Sif0.cpp index 514b84d107..915f468e4e 100644 --- a/pcsx2/Sif0.cpp +++ b/pcsx2/Sif0.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/Sif1.cpp b/pcsx2/Sif1.cpp index 8aa08cbbb2..a3880d024d 100644 --- a/pcsx2/Sif1.cpp +++ b/pcsx2/Sif1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/Sifcmd.h b/pcsx2/Sifcmd.h index 8ed230f795..b59960d1aa 100644 --- a/pcsx2/Sifcmd.h +++ b/pcsx2/Sifcmd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index 73448d5f51..a40242d65e 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // -------------------------------------------------------------------------------------- diff --git a/pcsx2/StateWrapper.cpp b/pcsx2/StateWrapper.cpp index c5035e3dce..8387433e86 100644 --- a/pcsx2/StateWrapper.cpp +++ b/pcsx2/StateWrapper.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "StateWrapper.h" diff --git a/pcsx2/StateWrapper.h b/pcsx2/StateWrapper.h index 60e09f870a..05272d5a46 100644 --- a/pcsx2/StateWrapper.h +++ b/pcsx2/StateWrapper.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/SupportURLs.h b/pcsx2/SupportURLs.h index 8a280fbe66..5af4a699f0 100644 --- a/pcsx2/SupportURLs.h +++ b/pcsx2/SupportURLs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/USB.cpp b/pcsx2/USB/USB.cpp index bee5d50072..681e7fb751 100644 --- a/pcsx2/USB/USB.cpp +++ b/pcsx2/USB/USB.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/USB.h b/pcsx2/USB/USB.h index 9c559f9648..5b8de046f8 100644 --- a/pcsx2/USB/USB.h +++ b/pcsx2/USB/USB.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/deviceproxy.cpp b/pcsx2/USB/deviceproxy.cpp index 2515d95dd4..d44e7d8d1b 100644 --- a/pcsx2/USB/deviceproxy.cpp +++ b/pcsx2/USB/deviceproxy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "deviceproxy.h" diff --git a/pcsx2/USB/deviceproxy.h b/pcsx2/USB/deviceproxy.h index b03e93952c..dc7b65811d 100644 --- a/pcsx2/USB/deviceproxy.h +++ b/pcsx2/USB/deviceproxy.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/qemu-usb/USBinternal.h b/pcsx2/USB/qemu-usb/USBinternal.h index e907521c95..22dbf10ab4 100644 --- a/pcsx2/USB/qemu-usb/USBinternal.h +++ b/pcsx2/USB/qemu-usb/USBinternal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/USB/qemu-usb/bus.cpp b/pcsx2/USB/qemu-usb/bus.cpp index 22ecd76c3a..fe356339c1 100644 --- a/pcsx2/USB/qemu-usb/bus.cpp +++ b/pcsx2/USB/qemu-usb/bus.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #include "USB/qemu-usb/USBinternal.h" diff --git a/pcsx2/USB/qemu-usb/core.cpp b/pcsx2/USB/qemu-usb/core.cpp index 31d35adb84..825f4becdf 100644 --- a/pcsx2/USB/qemu-usb/core.cpp +++ b/pcsx2/USB/qemu-usb/core.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: MIT /* diff --git a/pcsx2/USB/qemu-usb/desc.cpp b/pcsx2/USB/qemu-usb/desc.cpp index 00e78a30d3..51874a1cd8 100644 --- a/pcsx2/USB/qemu-usb/desc.cpp +++ b/pcsx2/USB/qemu-usb/desc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #include "USB/qemu-usb/qusb.h" diff --git a/pcsx2/USB/qemu-usb/desc.h b/pcsx2/USB/qemu-usb/desc.h index dda9b557a7..bd0a448082 100644 --- a/pcsx2/USB/qemu-usb/desc.h +++ b/pcsx2/USB/qemu-usb/desc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/USB/qemu-usb/hid.cpp b/pcsx2/USB/qemu-usb/hid.cpp index ee66253d1f..f8b41bac6d 100644 --- a/pcsx2/USB/qemu-usb/hid.cpp +++ b/pcsx2/USB/qemu-usb/hid.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: MIT /* diff --git a/pcsx2/USB/qemu-usb/hid.h b/pcsx2/USB/qemu-usb/hid.h index e3d515e27a..7751ca6551 100644 --- a/pcsx2/USB/qemu-usb/hid.h +++ b/pcsx2/USB/qemu-usb/hid.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #pragma once diff --git a/pcsx2/USB/qemu-usb/input-keymap-qcode-to-qnum.cpp b/pcsx2/USB/qemu-usb/input-keymap-qcode-to-qnum.cpp index 0e8c7df426..cc1966f695 100644 --- a/pcsx2/USB/qemu-usb/input-keymap-qcode-to-qnum.cpp +++ b/pcsx2/USB/qemu-usb/input-keymap-qcode-to-qnum.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "input-keymap.h" diff --git a/pcsx2/USB/qemu-usb/input-keymap.h b/pcsx2/USB/qemu-usb/input-keymap.h index 4042078e5a..fb10d53a7e 100644 --- a/pcsx2/USB/qemu-usb/input-keymap.h +++ b/pcsx2/USB/qemu-usb/input-keymap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "hid.h" diff --git a/pcsx2/USB/qemu-usb/qusb.h b/pcsx2/USB/qemu-usb/qusb.h index 2f7d35312a..eb1bcbd4d2 100644 --- a/pcsx2/USB/qemu-usb/qusb.h +++ b/pcsx2/USB/qemu-usb/qusb.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: MIT #pragma once diff --git a/pcsx2/USB/qemu-usb/usb-ohci.cpp b/pcsx2/USB/qemu-usb/usb-ohci.cpp index f6bf4ce0e1..2fc9d3c89a 100644 --- a/pcsx2/USB/qemu-usb/usb-ohci.cpp +++ b/pcsx2/USB/qemu-usb/usb-ohci.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-2.0+ #include "USB/qemu-usb/qusb.h" diff --git a/pcsx2/USB/shared/ringbuffer.cpp b/pcsx2/USB/shared/ringbuffer.cpp index ee451642db..a5d94fa739 100644 --- a/pcsx2/USB/shared/ringbuffer.cpp +++ b/pcsx2/USB/shared/ringbuffer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ringbuffer.h" diff --git a/pcsx2/USB/shared/ringbuffer.h b/pcsx2/USB/shared/ringbuffer.h index a5bcd51d76..4636f613b1 100644 --- a/pcsx2/USB/shared/ringbuffer.h +++ b/pcsx2/USB/shared/ringbuffer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-eyetoy/cam-jpeg.cpp b/pcsx2/USB/usb-eyetoy/cam-jpeg.cpp index dd51d4ddbd..c1d638b49e 100644 --- a/pcsx2/USB/usb-eyetoy/cam-jpeg.cpp +++ b/pcsx2/USB/usb-eyetoy/cam-jpeg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "cam-jpeg.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-jpeg.h b/pcsx2/USB/usb-eyetoy/cam-jpeg.h index 3d15a89315..700e575403 100644 --- a/pcsx2/USB/usb-eyetoy/cam-jpeg.h +++ b/pcsx2/USB/usb-eyetoy/cam-jpeg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Pcsx2Defs.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-linux.cpp b/pcsx2/USB/usb-eyetoy/cam-linux.cpp index 587ae174ff..3e2ac65a42 100644 --- a/pcsx2/USB/usb-eyetoy/cam-linux.cpp +++ b/pcsx2/USB/usb-eyetoy/cam-linux.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "cam-linux.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-linux.h b/pcsx2/USB/usb-eyetoy/cam-linux.h index 875b8ad9b9..23f91f4fc6 100644 --- a/pcsx2/USB/usb-eyetoy/cam-linux.h +++ b/pcsx2/USB/usb-eyetoy/cam-linux.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "videodev.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-noop.cpp b/pcsx2/USB/usb-eyetoy/cam-noop.cpp index 7f5a4619de..030636f421 100644 --- a/pcsx2/USB/usb-eyetoy/cam-noop.cpp +++ b/pcsx2/USB/usb-eyetoy/cam-noop.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/StringUtil.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-windows.cpp b/pcsx2/USB/usb-eyetoy/cam-windows.cpp index 73552a3b22..eb5d4b5404 100644 --- a/pcsx2/USB/usb-eyetoy/cam-windows.cpp +++ b/pcsx2/USB/usb-eyetoy/cam-windows.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Console.h" diff --git a/pcsx2/USB/usb-eyetoy/cam-windows.h b/pcsx2/USB/usb-eyetoy/cam-windows.h index f4eff904cf..4d11544cc4 100644 --- a/pcsx2/USB/usb-eyetoy/cam-windows.h +++ b/pcsx2/USB/usb-eyetoy/cam-windows.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "videodev.h" diff --git a/pcsx2/USB/usb-eyetoy/jo_mpeg.h b/pcsx2/USB/usb-eyetoy/jo_mpeg.h index 3e36e5c272..b1d41b16f2 100644 --- a/pcsx2/USB/usb-eyetoy/jo_mpeg.h +++ b/pcsx2/USB/usb-eyetoy/jo_mpeg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef __cplusplus diff --git a/pcsx2/USB/usb-eyetoy/ov519.h b/pcsx2/USB/usb-eyetoy/ov519.h index c48cd798c4..76fecc4228 100644 --- a/pcsx2/USB/usb-eyetoy/ov519.h +++ b/pcsx2/USB/usb-eyetoy/ov519.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* I2C registers */ diff --git a/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.cpp b/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.cpp index 603f2a8c52..7c483487e0 100644 --- a/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.cpp +++ b/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.h b/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.h index dceecdd275..2aa599daa7 100644 --- a/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.h +++ b/pcsx2/USB/usb-eyetoy/usb-eyetoy-webcam.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-eyetoy/videodev.h b/pcsx2/USB/usb-eyetoy/videodev.h index c2e6e21aef..dfc6422420 100644 --- a/pcsx2/USB/usb-eyetoy/videodev.h +++ b/pcsx2/USB/usb-eyetoy/videodev.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-hid/usb-hid.h b/pcsx2/USB/usb-hid/usb-hid.h index 1169882919..ae3c00adc1 100644 --- a/pcsx2/USB/usb-hid/usb-hid.h +++ b/pcsx2/USB/usb-hid/usb-hid.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-lightgun/guncon2.cpp b/pcsx2/USB/usb-lightgun/guncon2.cpp index 2fe57b060d..ad66a0612d 100644 --- a/pcsx2/USB/usb-lightgun/guncon2.cpp +++ b/pcsx2/USB/usb-lightgun/guncon2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "GS/GS.h" diff --git a/pcsx2/USB/usb-lightgun/guncon2.h b/pcsx2/USB/usb-lightgun/guncon2.h index 9fd8bd39be..8f7e1db179 100644 --- a/pcsx2/USB/usb-lightgun/guncon2.h +++ b/pcsx2/USB/usb-lightgun/guncon2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-mic/audiodev-cubeb.cpp b/pcsx2/USB/usb-mic/audiodev-cubeb.cpp index 3908e7d313..0db8a1bdd3 100644 --- a/pcsx2/USB/usb-mic/audiodev-cubeb.cpp +++ b/pcsx2/USB/usb-mic/audiodev-cubeb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "USB/usb-mic/audiodev-cubeb.h" diff --git a/pcsx2/USB/usb-mic/audiodev-cubeb.h b/pcsx2/USB/usb-mic/audiodev-cubeb.h index f2123a84db..35989dc1da 100644 --- a/pcsx2/USB/usb-mic/audiodev-cubeb.h +++ b/pcsx2/USB/usb-mic/audiodev-cubeb.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "USB/shared/ringbuffer.h" diff --git a/pcsx2/USB/usb-mic/audiodev-noop.h b/pcsx2/USB/usb-mic/audiodev-noop.h index d26ff4aa73..ef79c7b52d 100644 --- a/pcsx2/USB/usb-mic/audiodev-noop.h +++ b/pcsx2/USB/usb-mic/audiodev-noop.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-mic/audiodev.h b/pcsx2/USB/usb-mic/audiodev.h index 4845cc2853..0a2123cfd0 100644 --- a/pcsx2/USB/usb-mic/audiodev.h +++ b/pcsx2/USB/usb-mic/audiodev.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // diff --git a/pcsx2/USB/usb-mic/usb-headset.h b/pcsx2/USB/usb-mic/usb-headset.h index b16e8779b6..7959409978 100644 --- a/pcsx2/USB/usb-mic/usb-headset.h +++ b/pcsx2/USB/usb-mic/usb-headset.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "USB/deviceproxy.h" diff --git a/pcsx2/USB/usb-mic/usb-mic.h b/pcsx2/USB/usb-mic/usb-mic.h index 74da323514..fd8b14f27f 100644 --- a/pcsx2/USB/usb-mic/usb-mic.h +++ b/pcsx2/USB/usb-mic/usb-mic.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-msd/usb-msd.cpp b/pcsx2/USB/usb-msd/usb-msd.cpp index d1c3c1a622..0010c52b38 100644 --- a/pcsx2/USB/usb-msd/usb-msd.cpp +++ b/pcsx2/USB/usb-msd/usb-msd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "USB/qemu-usb/qusb.h" diff --git a/pcsx2/USB/usb-msd/usb-msd.h b/pcsx2/USB/usb-msd/usb-msd.h index 6619d2775d..9a4cebdecc 100644 --- a/pcsx2/USB/usb-msd/usb-msd.h +++ b/pcsx2/USB/usb-msd/usb-msd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/lg/lg_ff.cpp b/pcsx2/USB/usb-pad/lg/lg_ff.cpp index 57185012da..6ff161bdc2 100644 --- a/pcsx2/USB/usb-pad/lg/lg_ff.cpp +++ b/pcsx2/USB/usb-pad/lg/lg_ff.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0-only #include "lg_ff.h" diff --git a/pcsx2/USB/usb-pad/lg/lg_ff.h b/pcsx2/USB/usb-pad/lg/lg_ff.h index a59b9b6a65..dcf0977097 100644 --- a/pcsx2/USB/usb-pad/lg/lg_ff.h +++ b/pcsx2/USB/usb-pad/lg/lg_ff.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0-only #pragma once diff --git a/pcsx2/USB/usb-pad/usb-buzz.cpp b/pcsx2/USB/usb-pad/usb-buzz.cpp index 9f9bc5eb79..08a3a1c2e3 100644 --- a/pcsx2/USB/usb-pad/usb-buzz.cpp +++ b/pcsx2/USB/usb-pad/usb-buzz.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-buzz.h b/pcsx2/USB/usb-pad/usb-buzz.h index 88e2260797..237a07f8c1 100644 --- a/pcsx2/USB/usb-pad/usb-buzz.h +++ b/pcsx2/USB/usb-pad/usb-buzz.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-gametrak.cpp b/pcsx2/USB/usb-pad/usb-gametrak.cpp index 5085a6dc3b..1fe279914a 100644 --- a/pcsx2/USB/usb-pad/usb-gametrak.cpp +++ b/pcsx2/USB/usb-pad/usb-gametrak.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-gametrak.h b/pcsx2/USB/usb-pad/usb-gametrak.h index 76bfdeb3a7..a1df862223 100644 --- a/pcsx2/USB/usb-pad/usb-gametrak.h +++ b/pcsx2/USB/usb-pad/usb-gametrak.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-pad-ff.cpp b/pcsx2/USB/usb-pad/usb-pad-ff.cpp index 86d03b7d92..4ef6f093b8 100644 --- a/pcsx2/USB/usb-pad/usb-pad-ff.cpp +++ b/pcsx2/USB/usb-pad/usb-pad-ff.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "usb-pad.h" diff --git a/pcsx2/USB/usb-pad/usb-pad-sdl-ff.cpp b/pcsx2/USB/usb-pad/usb-pad-sdl-ff.cpp index 8d14f21be6..642a201f86 100644 --- a/pcsx2/USB/usb-pad/usb-pad-sdl-ff.cpp +++ b/pcsx2/USB/usb-pad/usb-pad-sdl-ff.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Input/InputManager.h" diff --git a/pcsx2/USB/usb-pad/usb-pad-sdl-ff.h b/pcsx2/USB/usb-pad/usb-pad-sdl-ff.h index 25d5c09978..0a8c034b17 100644 --- a/pcsx2/USB/usb-pad/usb-pad-sdl-ff.h +++ b/pcsx2/USB/usb-pad/usb-pad-sdl-ff.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-pad.cpp b/pcsx2/USB/usb-pad/usb-pad.cpp index 345ecfbd7f..fe329f6f7b 100644 --- a/pcsx2/USB/usb-pad/usb-pad.cpp +++ b/pcsx2/USB/usb-pad/usb-pad.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "usb-pad.h" diff --git a/pcsx2/USB/usb-pad/usb-pad.h b/pcsx2/USB/usb-pad/usb-pad.h index 4a8da1f21a..6f1f7133fe 100644 --- a/pcsx2/USB/usb-pad/usb-pad.h +++ b/pcsx2/USB/usb-pad/usb-pad.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-realplay.cpp b/pcsx2/USB/usb-pad/usb-realplay.cpp index d5f5a1d7d4..5b605c36f8 100644 --- a/pcsx2/USB/usb-pad/usb-realplay.cpp +++ b/pcsx2/USB/usb-pad/usb-realplay.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-realplay.h b/pcsx2/USB/usb-pad/usb-realplay.h index bc479654c9..fd12c093cc 100644 --- a/pcsx2/USB/usb-pad/usb-realplay.h +++ b/pcsx2/USB/usb-pad/usb-realplay.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-seamic.cpp b/pcsx2/USB/usb-pad/usb-seamic.cpp index b8c1d3270c..09dcba1ce5 100644 --- a/pcsx2/USB/usb-pad/usb-seamic.cpp +++ b/pcsx2/USB/usb-pad/usb-seamic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-train.cpp b/pcsx2/USB/usb-pad/usb-train.cpp index 42cbaef975..b817b88e58 100644 --- a/pcsx2/USB/usb-pad/usb-train.cpp +++ b/pcsx2/USB/usb-pad/usb-train.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "usb-train.h" diff --git a/pcsx2/USB/usb-pad/usb-train.h b/pcsx2/USB/usb-pad/usb-train.h index f63c2d70df..5d6f44a09e 100644 --- a/pcsx2/USB/usb-pad/usb-train.h +++ b/pcsx2/USB/usb-pad/usb-train.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-trance-vibrator.cpp b/pcsx2/USB/usb-pad/usb-trance-vibrator.cpp index 2b3f587527..3fd4948008 100644 --- a/pcsx2/USB/usb-pad/usb-trance-vibrator.cpp +++ b/pcsx2/USB/usb-pad/usb-trance-vibrator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-trance-vibrator.h b/pcsx2/USB/usb-pad/usb-trance-vibrator.h index d1f74ad8d1..69eba425f4 100644 --- a/pcsx2/USB/usb-pad/usb-trance-vibrator.h +++ b/pcsx2/USB/usb-pad/usb-trance-vibrator.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-pad/usb-turntable.cpp b/pcsx2/USB/usb-pad/usb-turntable.cpp index 276119a086..8702e48ad7 100644 --- a/pcsx2/USB/usb-pad/usb-turntable.cpp +++ b/pcsx2/USB/usb-pad/usb-turntable.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Host.h" diff --git a/pcsx2/USB/usb-pad/usb-turntable.h b/pcsx2/USB/usb-pad/usb-turntable.h index a5ce1fc0fd..87ce0375f6 100644 --- a/pcsx2/USB/usb-pad/usb-turntable.h +++ b/pcsx2/USB/usb-pad/usb-turntable.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/USB/usb-printer/usb-printer.cpp b/pcsx2/USB/usb-printer/usb-printer.cpp index 9ae017db86..e09137fc0f 100644 --- a/pcsx2/USB/usb-printer/usb-printer.cpp +++ b/pcsx2/USB/usb-printer/usb-printer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "USB/qemu-usb/qusb.h" diff --git a/pcsx2/USB/usb-printer/usb-printer.h b/pcsx2/USB/usb-printer/usb-printer.h index c923443186..437a697a57 100644 --- a/pcsx2/USB/usb-printer/usb-printer.h +++ b/pcsx2/USB/usb-printer/usb-printer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/VMManager.cpp b/pcsx2/VMManager.cpp index 850e4aa501..b64450b182 100644 --- a/pcsx2/VMManager.cpp +++ b/pcsx2/VMManager.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Achievements.h" diff --git a/pcsx2/VMManager.h b/pcsx2/VMManager.h index 5e73e51da8..11af8cd519 100644 --- a/pcsx2/VMManager.h +++ b/pcsx2/VMManager.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/VU.h b/pcsx2/VU.h index 1f8224bc39..15d944c90b 100644 --- a/pcsx2/VU.h +++ b/pcsx2/VU.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/VU0.cpp b/pcsx2/VU0.cpp index f0acab03ec..3324c0876f 100644 --- a/pcsx2/VU0.cpp +++ b/pcsx2/VU0.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* TODO diff --git a/pcsx2/VU0micro.cpp b/pcsx2/VU0micro.cpp index a6f4566f08..55c58f9a0c 100644 --- a/pcsx2/VU0micro.cpp +++ b/pcsx2/VU0micro.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // This module contains code shared by both the dynarec and interpreter versions diff --git a/pcsx2/VU0microInterp.cpp b/pcsx2/VU0microInterp.cpp index 7b1448261e..42da928ec6 100644 --- a/pcsx2/VU0microInterp.cpp +++ b/pcsx2/VU0microInterp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VU1micro.cpp b/pcsx2/VU1micro.cpp index 8f5ca863df..c5b6b26c00 100644 --- a/pcsx2/VU1micro.cpp +++ b/pcsx2/VU1micro.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // This module contains code shared by both the dynarec and interpreter versions diff --git a/pcsx2/VU1microInterp.cpp b/pcsx2/VU1microInterp.cpp index 57fcd9dfc2..19c3acc94b 100644 --- a/pcsx2/VU1microInterp.cpp +++ b/pcsx2/VU1microInterp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VUflags.cpp b/pcsx2/VUflags.cpp index 22632cf36b..dd5921a69d 100644 --- a/pcsx2/VUflags.cpp +++ b/pcsx2/VUflags.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VUflags.h b/pcsx2/VUflags.h index 86e844ae62..3ac149d5fe 100644 --- a/pcsx2/VUflags.h +++ b/pcsx2/VUflags.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/VUmicro.cpp b/pcsx2/VUmicro.cpp index 28ebde89fd..e4369edd93 100644 --- a/pcsx2/VUmicro.cpp +++ b/pcsx2/VUmicro.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VUmicro.h b/pcsx2/VUmicro.h index a9dab4df92..6c27af3248 100644 --- a/pcsx2/VUmicro.h +++ b/pcsx2/VUmicro.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/VUmicroMem.cpp b/pcsx2/VUmicroMem.cpp index 62e863f28b..de16552b82 100644 --- a/pcsx2/VUmicroMem.cpp +++ b/pcsx2/VUmicroMem.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VUops.cpp b/pcsx2/VUops.cpp index dfa777e8ae..04fc191a89 100644 --- a/pcsx2/VUops.cpp +++ b/pcsx2/VUops.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/VUops.h b/pcsx2/VUops.h index 9273bb4909..bebca654eb 100644 --- a/pcsx2/VUops.h +++ b/pcsx2/VUops.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Vif.cpp b/pcsx2/Vif.cpp index be0e38d8c9..098adde386 100644 --- a/pcsx2/Vif.cpp +++ b/pcsx2/Vif.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif.h b/pcsx2/Vif.h index 94c75f6842..dff96ed81c 100644 --- a/pcsx2/Vif.h +++ b/pcsx2/Vif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Vif0_Dma.cpp b/pcsx2/Vif0_Dma.cpp index ecacc48403..f9e038c479 100644 --- a/pcsx2/Vif0_Dma.cpp +++ b/pcsx2/Vif0_Dma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif1_Dma.cpp b/pcsx2/Vif1_Dma.cpp index c58b31a37a..1b69e79590 100644 --- a/pcsx2/Vif1_Dma.cpp +++ b/pcsx2/Vif1_Dma.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif1_MFIFO.cpp b/pcsx2/Vif1_MFIFO.cpp index 654a9d165d..eaa7058436 100644 --- a/pcsx2/Vif1_MFIFO.cpp +++ b/pcsx2/Vif1_MFIFO.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif_Codes.cpp b/pcsx2/Vif_Codes.cpp index 673359a6c9..824db8c852 100644 --- a/pcsx2/Vif_Codes.cpp +++ b/pcsx2/Vif_Codes.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif_Dma.h b/pcsx2/Vif_Dma.h index 020eaa6ddc..c92b140b2a 100644 --- a/pcsx2/Vif_Dma.h +++ b/pcsx2/Vif_Dma.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Vif_Dynarec.h b/pcsx2/Vif_Dynarec.h index 33e4fb4f27..da8da07a72 100644 --- a/pcsx2/Vif_Dynarec.h +++ b/pcsx2/Vif_Dynarec.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Vif_HashBucket.h b/pcsx2/Vif_HashBucket.h index ad04cf6264..8bd6d9084d 100644 --- a/pcsx2/Vif_HashBucket.h +++ b/pcsx2/Vif_HashBucket.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/Vif_Transfer.cpp b/pcsx2/Vif_Transfer.cpp index e7c51758bc..081dfc7a23 100644 --- a/pcsx2/Vif_Transfer.cpp +++ b/pcsx2/Vif_Transfer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif_Unpack.cpp b/pcsx2/Vif_Unpack.cpp index 7fb229523c..4246bafc4b 100644 --- a/pcsx2/Vif_Unpack.cpp +++ b/pcsx2/Vif_Unpack.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/Vif_Unpack.h b/pcsx2/Vif_Unpack.h index 93dc105726..8f6abe5cec 100644 --- a/pcsx2/Vif_Unpack.h +++ b/pcsx2/Vif_Unpack.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/arm64/AsmHelpers.cpp b/pcsx2/arm64/AsmHelpers.cpp index 7c291f9eaa..4314c11c2d 100644 --- a/pcsx2/arm64/AsmHelpers.cpp +++ b/pcsx2/arm64/AsmHelpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "arm64/AsmHelpers.h" diff --git a/pcsx2/arm64/AsmHelpers.h b/pcsx2/arm64/AsmHelpers.h index 0fbc8d549f..550b3c6102 100644 --- a/pcsx2/arm64/AsmHelpers.h +++ b/pcsx2/arm64/AsmHelpers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #pragma once diff --git a/pcsx2/arm64/RecStubs.cpp b/pcsx2/arm64/RecStubs.cpp index c2f6816d69..a22185bd97 100644 --- a/pcsx2/arm64/RecStubs.cpp +++ b/pcsx2/arm64/RecStubs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "common/Console.h" diff --git a/pcsx2/arm64/Vif_Dynarec.cpp b/pcsx2/arm64/Vif_Dynarec.cpp index 5328b3adc7..cda10c41fc 100644 --- a/pcsx2/arm64/Vif_Dynarec.cpp +++ b/pcsx2/arm64/Vif_Dynarec.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "arm64/Vif_UnpackNEON.h" diff --git a/pcsx2/arm64/Vif_UnpackNEON.cpp b/pcsx2/arm64/Vif_UnpackNEON.cpp index 25af5561dc..18d5d4879e 100644 --- a/pcsx2/arm64/Vif_UnpackNEON.cpp +++ b/pcsx2/arm64/Vif_UnpackNEON.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #include "Vif_UnpackNEON.h" diff --git a/pcsx2/arm64/Vif_UnpackNEON.h b/pcsx2/arm64/Vif_UnpackNEON.h index a9f3e92404..556bc6c56f 100644 --- a/pcsx2/arm64/Vif_UnpackNEON.h +++ b/pcsx2/arm64/Vif_UnpackNEON.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0 #pragma once diff --git a/pcsx2/ps2/BiosTools.cpp b/pcsx2/ps2/BiosTools.cpp index 0f3f9a33c0..7e92f11891 100644 --- a/pcsx2/ps2/BiosTools.cpp +++ b/pcsx2/ps2/BiosTools.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/ps2/BiosTools.h b/pcsx2/ps2/BiosTools.h index 63bb43a455..139210b2c8 100644 --- a/pcsx2/ps2/BiosTools.h +++ b/pcsx2/ps2/BiosTools.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ps2/HwInternal.h b/pcsx2/ps2/HwInternal.h index 8c72fc0049..5871e4b7fb 100644 --- a/pcsx2/ps2/HwInternal.h +++ b/pcsx2/ps2/HwInternal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ps2/Iop/IopHwRead.cpp b/pcsx2/ps2/Iop/IopHwRead.cpp index e3f577e8fc..89206f8c9c 100644 --- a/pcsx2/ps2/Iop/IopHwRead.cpp +++ b/pcsx2/ps2/Iop/IopHwRead.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IopHw_Internal.h" diff --git a/pcsx2/ps2/Iop/IopHwWrite.cpp b/pcsx2/ps2/Iop/IopHwWrite.cpp index d8ad5e2311..628e747ed6 100644 --- a/pcsx2/ps2/Iop/IopHwWrite.cpp +++ b/pcsx2/ps2/Iop/IopHwWrite.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "IopHw_Internal.h" diff --git a/pcsx2/ps2/Iop/IopHw_Internal.h b/pcsx2/ps2/Iop/IopHw_Internal.h index eb3dfb551e..be94605da3 100644 --- a/pcsx2/ps2/Iop/IopHw_Internal.h +++ b/pcsx2/ps2/Iop/IopHw_Internal.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ps2/Iop/PsxBios.cpp b/pcsx2/ps2/Iop/PsxBios.cpp index acf6e54adf..39cf545797 100644 --- a/pcsx2/ps2/Iop/PsxBios.cpp +++ b/pcsx2/ps2/Iop/PsxBios.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/ps2/eeHwTraceLog.inl b/pcsx2/ps2/eeHwTraceLog.inl index f44345dda9..95dde85290 100644 --- a/pcsx2/ps2/eeHwTraceLog.inl +++ b/pcsx2/ps2/eeHwTraceLog.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/ps2/pgif.cpp b/pcsx2/ps2/pgif.cpp index 0b5d6dc1b1..fcc1aec2a8 100644 --- a/pcsx2/ps2/pgif.cpp +++ b/pcsx2/ps2/pgif.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "ps2/Iop/IopHw_Internal.h" diff --git a/pcsx2/ps2/pgif.h b/pcsx2/ps2/pgif.h index 86a921f8a0..8c32b869c4 100644 --- a/pcsx2/ps2/pgif.h +++ b/pcsx2/ps2/pgif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/sif2.cpp b/pcsx2/sif2.cpp index d916662503..670f2161ef 100644 --- a/pcsx2/sif2.cpp +++ b/pcsx2/sif2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/vtlb.cpp b/pcsx2/vtlb.cpp index d1026a3e8b..0b290d7906 100644 --- a/pcsx2/vtlb.cpp +++ b/pcsx2/vtlb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ /* diff --git a/pcsx2/vtlb.h b/pcsx2/vtlb.h index ad09c4bcd8..bf069c1631 100644 --- a/pcsx2/vtlb.h +++ b/pcsx2/vtlb.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/windows/Optimus.cpp b/pcsx2/windows/Optimus.cpp index c90bed079b..0f968f662c 100644 --- a/pcsx2/windows/Optimus.cpp +++ b/pcsx2/windows/Optimus.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #ifdef _WIN32 diff --git a/pcsx2/x86/BaseblockEx.cpp b/pcsx2/x86/BaseblockEx.cpp index ee214f4212..abdc95f102 100644 --- a/pcsx2/x86/BaseblockEx.cpp +++ b/pcsx2/x86/BaseblockEx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "BaseblockEx.h" diff --git a/pcsx2/x86/BaseblockEx.h b/pcsx2/x86/BaseblockEx.h index f1fb4aca5e..3268fb9431 100644 --- a/pcsx2/x86/BaseblockEx.h +++ b/pcsx2/x86/BaseblockEx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/R5900_Profiler.h b/pcsx2/x86/R5900_Profiler.h index a42e862fc0..59776fb7c9 100644 --- a/pcsx2/x86/R5900_Profiler.h +++ b/pcsx2/x86/R5900_Profiler.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/Vif_Dynarec.cpp b/pcsx2/x86/Vif_Dynarec.cpp index d93abf7981..1a37ab8f59 100644 --- a/pcsx2/x86/Vif_Dynarec.cpp +++ b/pcsx2/x86/Vif_Dynarec.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Vif_UnpackSSE.h" diff --git a/pcsx2/x86/Vif_UnpackSSE.cpp b/pcsx2/x86/Vif_UnpackSSE.cpp index 8ea1900ad6..6d3b92ba28 100644 --- a/pcsx2/x86/Vif_UnpackSSE.cpp +++ b/pcsx2/x86/Vif_UnpackSSE.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Vif_UnpackSSE.h" diff --git a/pcsx2/x86/Vif_UnpackSSE.h b/pcsx2/x86/Vif_UnpackSSE.h index 866a5ce1a7..c78600ead8 100644 --- a/pcsx2/x86/Vif_UnpackSSE.h +++ b/pcsx2/x86/Vif_UnpackSSE.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iCOP0.cpp b/pcsx2/x86/iCOP0.cpp index c1383bc45d..3e3a5524d8 100644 --- a/pcsx2/x86/iCOP0.cpp +++ b/pcsx2/x86/iCOP0.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ // Important Note to Future Developers: diff --git a/pcsx2/x86/iCOP0.h b/pcsx2/x86/iCOP0.h index fbb1f8e1e1..3f5d968bd2 100644 --- a/pcsx2/x86/iCOP0.h +++ b/pcsx2/x86/iCOP0.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iCore.cpp b/pcsx2/x86/iCore.cpp index a0fc64ab10..3c0dbdb3f2 100644 --- a/pcsx2/x86/iCore.cpp +++ b/pcsx2/x86/iCore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Config.h" diff --git a/pcsx2/x86/iCore.h b/pcsx2/x86/iCore.h index fabdfaca24..d9588e6703 100644 --- a/pcsx2/x86/iCore.h +++ b/pcsx2/x86/iCore.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iFPU.cpp b/pcsx2/x86/iFPU.cpp index c9dcc863b0..cd30674690 100644 --- a/pcsx2/x86/iFPU.cpp +++ b/pcsx2/x86/iFPU.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/iFPU.h b/pcsx2/x86/iFPU.h index 08a36e9675..8949cb409c 100644 --- a/pcsx2/x86/iFPU.h +++ b/pcsx2/x86/iFPU.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iFPUd.cpp b/pcsx2/x86/iFPUd.cpp index 27a135a758..db1f722a19 100644 --- a/pcsx2/x86/iFPUd.cpp +++ b/pcsx2/x86/iFPUd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/iMMI.cpp b/pcsx2/x86/iMMI.cpp index 6f3c11fd88..b934d49f91 100644 --- a/pcsx2/x86/iMMI.cpp +++ b/pcsx2/x86/iMMI.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/iMMI.h b/pcsx2/x86/iMMI.h index 2b9286728f..0db08549be 100644 --- a/pcsx2/x86/iMMI.h +++ b/pcsx2/x86/iMMI.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR3000A.h b/pcsx2/x86/iR3000A.h index f575152474..d0f66a4060 100644 --- a/pcsx2/x86/iR3000A.h +++ b/pcsx2/x86/iR3000A.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR3000Atables.cpp b/pcsx2/x86/iR3000Atables.cpp index 1732b90cba..2b1801bd54 100644 --- a/pcsx2/x86/iR3000Atables.cpp +++ b/pcsx2/x86/iR3000Atables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include diff --git a/pcsx2/x86/iR5900.h b/pcsx2/x86/iR5900.h index 1c0bfe4a4b..98ded3d5cd 100644 --- a/pcsx2/x86/iR5900.h +++ b/pcsx2/x86/iR5900.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Analysis.cpp b/pcsx2/x86/iR5900Analysis.cpp index 280c086efd..a292222e91 100644 --- a/pcsx2/x86/iR5900Analysis.cpp +++ b/pcsx2/x86/iR5900Analysis.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "iR5900Analysis.h" diff --git a/pcsx2/x86/iR5900Analysis.h b/pcsx2/x86/iR5900Analysis.h index e3f43cc519..3d5aafde42 100644 --- a/pcsx2/x86/iR5900Analysis.h +++ b/pcsx2/x86/iR5900Analysis.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Arit.h b/pcsx2/x86/iR5900Arit.h index fbbb0dab0b..fbf340e59b 100644 --- a/pcsx2/x86/iR5900Arit.h +++ b/pcsx2/x86/iR5900Arit.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900AritImm.h b/pcsx2/x86/iR5900AritImm.h index fb2445ef40..0a10906b88 100644 --- a/pcsx2/x86/iR5900AritImm.h +++ b/pcsx2/x86/iR5900AritImm.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Branch.h b/pcsx2/x86/iR5900Branch.h index f5d2d4ead3..56c79d8428 100644 --- a/pcsx2/x86/iR5900Branch.h +++ b/pcsx2/x86/iR5900Branch.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Jump.h b/pcsx2/x86/iR5900Jump.h index 03100abad2..f56706952e 100644 --- a/pcsx2/x86/iR5900Jump.h +++ b/pcsx2/x86/iR5900Jump.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900LoadStore.h b/pcsx2/x86/iR5900LoadStore.h index d2247a2702..bac23f9d2b 100644 --- a/pcsx2/x86/iR5900LoadStore.h +++ b/pcsx2/x86/iR5900LoadStore.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Misc.cpp b/pcsx2/x86/iR5900Misc.cpp index a561a5e914..283468eb3f 100644 --- a/pcsx2/x86/iR5900Misc.cpp +++ b/pcsx2/x86/iR5900Misc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/iR5900Move.h b/pcsx2/x86/iR5900Move.h index 78f9d6059b..7c5093b3e9 100644 --- a/pcsx2/x86/iR5900Move.h +++ b/pcsx2/x86/iR5900Move.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900MultDiv.h b/pcsx2/x86/iR5900MultDiv.h index bf8f1465df..ede93ee200 100644 --- a/pcsx2/x86/iR5900MultDiv.h +++ b/pcsx2/x86/iR5900MultDiv.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/iR5900Shift.h b/pcsx2/x86/iR5900Shift.h index 438f51894f..b140ed5668 100644 --- a/pcsx2/x86/iR5900Shift.h +++ b/pcsx2/x86/iR5900Shift.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/ix86-32/iCore.cpp b/pcsx2/x86/ix86-32/iCore.cpp index 2e867be162..ddd365659e 100644 --- a/pcsx2/x86/ix86-32/iCore.cpp +++ b/pcsx2/x86/ix86-32/iCore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "R3000A.h" diff --git a/pcsx2/x86/ix86-32/iR5900Arit.cpp b/pcsx2/x86/ix86-32/iR5900Arit.cpp index 8025c403a8..ce1ea149ce 100644 --- a/pcsx2/x86/ix86-32/iR5900Arit.cpp +++ b/pcsx2/x86/ix86-32/iR5900Arit.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900AritImm.cpp b/pcsx2/x86/ix86-32/iR5900AritImm.cpp index c40ff59298..41baf5a31d 100644 --- a/pcsx2/x86/ix86-32/iR5900AritImm.cpp +++ b/pcsx2/x86/ix86-32/iR5900AritImm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900Branch.cpp b/pcsx2/x86/ix86-32/iR5900Branch.cpp index 1cf9f29638..b555bc7627 100644 --- a/pcsx2/x86/ix86-32/iR5900Branch.cpp +++ b/pcsx2/x86/ix86-32/iR5900Branch.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900Jump.cpp b/pcsx2/x86/ix86-32/iR5900Jump.cpp index f01a4bf4a5..85b115221f 100644 --- a/pcsx2/x86/ix86-32/iR5900Jump.cpp +++ b/pcsx2/x86/ix86-32/iR5900Jump.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900LoadStore.cpp b/pcsx2/x86/ix86-32/iR5900LoadStore.cpp index 400d6d8b8b..7f433de48d 100644 --- a/pcsx2/x86/ix86-32/iR5900LoadStore.cpp +++ b/pcsx2/x86/ix86-32/iR5900LoadStore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900Move.cpp b/pcsx2/x86/ix86-32/iR5900Move.cpp index 62de60b10a..cd2cc5bfad 100644 --- a/pcsx2/x86/ix86-32/iR5900Move.cpp +++ b/pcsx2/x86/ix86-32/iR5900Move.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900MultDiv.cpp b/pcsx2/x86/ix86-32/iR5900MultDiv.cpp index 92eaa7385a..5fef7d4756 100644 --- a/pcsx2/x86/ix86-32/iR5900MultDiv.cpp +++ b/pcsx2/x86/ix86-32/iR5900MultDiv.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900Shift.cpp b/pcsx2/x86/ix86-32/iR5900Shift.cpp index c65494041d..14e7d85d75 100644 --- a/pcsx2/x86/ix86-32/iR5900Shift.cpp +++ b/pcsx2/x86/ix86-32/iR5900Shift.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/iR5900Templates.cpp b/pcsx2/x86/ix86-32/iR5900Templates.cpp index a96d2b661d..c1ffa0e397 100644 --- a/pcsx2/x86/ix86-32/iR5900Templates.cpp +++ b/pcsx2/x86/ix86-32/iR5900Templates.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/ix86-32/recVTLB.cpp b/pcsx2/x86/ix86-32/recVTLB.cpp index d6e9a099ac..1360469791 100644 --- a/pcsx2/x86/ix86-32/recVTLB.cpp +++ b/pcsx2/x86/ix86-32/recVTLB.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Common.h" diff --git a/pcsx2/x86/microVU.cpp b/pcsx2/x86/microVU.cpp index 6c2c4b2a2e..272bdd60b3 100644 --- a/pcsx2/x86/microVU.cpp +++ b/pcsx2/x86/microVU.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "microVU.h" diff --git a/pcsx2/x86/microVU.h b/pcsx2/x86/microVU.h index 2fd22f678d..4c0daa4a75 100644 --- a/pcsx2/x86/microVU.h +++ b/pcsx2/x86/microVU.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Alloc.inl b/pcsx2/x86/microVU_Alloc.inl index c21309008f..63ee2b2b03 100644 --- a/pcsx2/x86/microVU_Alloc.inl +++ b/pcsx2/x86/microVU_Alloc.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Analyze.inl b/pcsx2/x86/microVU_Analyze.inl index 4f5284f56d..16d5671863 100644 --- a/pcsx2/x86/microVU_Analyze.inl +++ b/pcsx2/x86/microVU_Analyze.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Branch.inl b/pcsx2/x86/microVU_Branch.inl index 06f71bb214..64514d5004 100644 --- a/pcsx2/x86/microVU_Branch.inl +++ b/pcsx2/x86/microVU_Branch.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Clamp.inl b/pcsx2/x86/microVU_Clamp.inl index 2b0086e3cd..297ae444c7 100644 --- a/pcsx2/x86/microVU_Clamp.inl +++ b/pcsx2/x86/microVU_Clamp.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Compile.inl b/pcsx2/x86/microVU_Compile.inl index 97df37b080..b1d2c506f9 100644 --- a/pcsx2/x86/microVU_Compile.inl +++ b/pcsx2/x86/microVU_Compile.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Execute.inl b/pcsx2/x86/microVU_Execute.inl index f59910988a..30be7648a1 100644 --- a/pcsx2/x86/microVU_Execute.inl +++ b/pcsx2/x86/microVU_Execute.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Flags.inl b/pcsx2/x86/microVU_Flags.inl index f20f62d8c3..c904d2ace6 100644 --- a/pcsx2/x86/microVU_Flags.inl +++ b/pcsx2/x86/microVU_Flags.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_IR.h b/pcsx2/x86/microVU_IR.h index 855e064570..81cadc4aa3 100644 --- a/pcsx2/x86/microVU_IR.h +++ b/pcsx2/x86/microVU_IR.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Log.inl b/pcsx2/x86/microVU_Log.inl index 1b77f300c5..8e9b4bfd85 100644 --- a/pcsx2/x86/microVU_Log.inl +++ b/pcsx2/x86/microVU_Log.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Lower.inl b/pcsx2/x86/microVU_Lower.inl index 916f6cb43c..1ba722cc43 100644 --- a/pcsx2/x86/microVU_Lower.inl +++ b/pcsx2/x86/microVU_Lower.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Macro.inl b/pcsx2/x86/microVU_Macro.inl index 7a25994e45..8080bf8048 100644 --- a/pcsx2/x86/microVU_Macro.inl +++ b/pcsx2/x86/microVU_Macro.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Misc.h b/pcsx2/x86/microVU_Misc.h index 9c587820a2..0b62880f74 100644 --- a/pcsx2/x86/microVU_Misc.h +++ b/pcsx2/x86/microVU_Misc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Misc.inl b/pcsx2/x86/microVU_Misc.inl index f9e9663a56..102d8479a5 100644 --- a/pcsx2/x86/microVU_Misc.inl +++ b/pcsx2/x86/microVU_Misc.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Profiler.h b/pcsx2/x86/microVU_Profiler.h index 8c18f974bc..3228187454 100644 --- a/pcsx2/x86/microVU_Profiler.h +++ b/pcsx2/x86/microVU_Profiler.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Tables.inl b/pcsx2/x86/microVU_Tables.inl index c51ba8bb9a..5c2ae85112 100644 --- a/pcsx2/x86/microVU_Tables.inl +++ b/pcsx2/x86/microVU_Tables.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/microVU_Upper.inl b/pcsx2/x86/microVU_Upper.inl index 6dc786d1cb..f2d1573d09 100644 --- a/pcsx2/x86/microVU_Upper.inl +++ b/pcsx2/x86/microVU_Upper.inl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/pcsx2/x86/newVif.h b/pcsx2/x86/newVif.h index 043c39a794..c5a6222028 100644 --- a/pcsx2/x86/newVif.h +++ b/pcsx2/x86/newVif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/tests/ctest/common/byteswap_tests.cpp b/tests/ctest/common/byteswap_tests.cpp index bf95027067..41ce2490a2 100644 --- a/tests/ctest/common/byteswap_tests.cpp +++ b/tests/ctest/common/byteswap_tests.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Pcsx2Defs.h" diff --git a/tests/ctest/common/filesystem_tests.cpp b/tests/ctest/common/filesystem_tests.cpp index d0fd9b8930..f1b9e89fae 100644 --- a/tests/ctest/common/filesystem_tests.cpp +++ b/tests/ctest/common/filesystem_tests.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/FileSystem.h" diff --git a/tests/ctest/common/path_tests.cpp b/tests/ctest/common/path_tests.cpp index e967a61ab0..2078212537 100644 --- a/tests/ctest/common/path_tests.cpp +++ b/tests/ctest/common/path_tests.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/FileSystem.h" diff --git a/tests/ctest/common/string_util_tests.cpp b/tests/ctest/common/string_util_tests.cpp index 26091338ee..7d2562bbce 100644 --- a/tests/ctest/common/string_util_tests.cpp +++ b/tests/ctest/common/string_util_tests.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Pcsx2Defs.h" diff --git a/tests/ctest/common/x86emitter/codegen_tests.cpp b/tests/ctest/common/x86emitter/codegen_tests.cpp index 95c24dfa58..60c5b9e4b0 100644 --- a/tests/ctest/common/x86emitter/codegen_tests.cpp +++ b/tests/ctest/common/x86emitter/codegen_tests.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "codegen_tests.h" diff --git a/tests/ctest/common/x86emitter/codegen_tests.h b/tests/ctest/common/x86emitter/codegen_tests.h index e10d1ece5f..76d61a5620 100644 --- a/tests/ctest/common/x86emitter/codegen_tests.h +++ b/tests/ctest/common/x86emitter/codegen_tests.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "common/Pcsx2Defs.h" diff --git a/tests/ctest/common/x86emitter/codegen_tests_main.cpp b/tests/ctest/common/x86emitter/codegen_tests_main.cpp index 1efb5a0618..71c57c5a2d 100644 --- a/tests/ctest/common/x86emitter/codegen_tests_main.cpp +++ b/tests/ctest/common/x86emitter/codegen_tests_main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "codegen_tests.h" diff --git a/tests/ctest/core/GS/swizzle_test_main.cpp b/tests/ctest/core/GS/swizzle_test_main.cpp index b014246359..5366762b6b 100644 --- a/tests/ctest/core/GS/swizzle_test_main.cpp +++ b/tests/ctest/core/GS/swizzle_test_main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/GS/GSBlock.h" diff --git a/tests/ctest/core/StubHost.cpp b/tests/ctest/core/StubHost.cpp index fdef880839..f4de106a92 100644 --- a/tests/ctest/core/StubHost.cpp +++ b/tests/ctest/core/StubHost.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "pcsx2/Achievements.h" diff --git a/tools/generate_update_fa_glyph_ranges.py b/tools/generate_update_fa_glyph_ranges.py index 6b90dc58b9..589f12313d 100755 --- a/tools/generate_update_fa_glyph_ranges.py +++ b/tools/generate_update_fa_glyph_ranges.py @@ -7,7 +7,7 @@ import re import functools # PCSX2 - PS2 Emulator for PCs -# Copyright (C) 2002-2024 PCSX2 Dev Team +# Copyright (C) 2002-2025 PCSX2 Dev Team # # PCSX2 is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Found- diff --git a/tools/merge_ws_ni_patches.py b/tools/merge_ws_ni_patches.py index bffa67e3e3..3a15a85b87 100644 --- a/tools/merge_ws_ni_patches.py +++ b/tools/merge_ws_ni_patches.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # PCSX2 - PS2 Emulator for PCs -# Copyright (C) 2002-2024 PCSX2 Dev Team +# Copyright (C) 2002-2025 PCSX2 Dev Team # # PCSX2 is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Found- diff --git a/tools/texture_dump_alpha_scaler.py b/tools/texture_dump_alpha_scaler.py index d729f952d9..da359b344a 100755 --- a/tools/texture_dump_alpha_scaler.py +++ b/tools/texture_dump_alpha_scaler.py @@ -7,7 +7,7 @@ import argparse from PIL import Image # PCSX2 - PS2 Emulator for PCs -# Copyright (C) 2002-2024 PCSX2 Dev Team +# Copyright (C) 2002-2025 PCSX2 Dev Team # # PCSX2 is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Found- diff --git a/updater/SZErrors.h b/updater/SZErrors.h index fdf748e237..9e8ea10f08 100644 --- a/updater/SZErrors.h +++ b/updater/SZErrors.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/updater/Updater.cpp b/updater/Updater.cpp index 3235cddee7..22dd54d9c6 100644 --- a/updater/Updater.cpp +++ b/updater/Updater.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Updater.h" diff --git a/updater/Updater.h b/updater/Updater.h index 0e5746b6c0..5c85d344ec 100644 --- a/updater/Updater.h +++ b/updater/Updater.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/updater/UpdaterExtractor.h b/updater/UpdaterExtractor.h index dfcdcaad02..3cc7b73946 100644 --- a/updater/UpdaterExtractor.h +++ b/updater/UpdaterExtractor.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #pragma once diff --git a/updater/Windows/WindowsUpdater.cpp b/updater/Windows/WindowsUpdater.cpp index af68679434..f29c5435e7 100644 --- a/updater/Windows/WindowsUpdater.cpp +++ b/updater/Windows/WindowsUpdater.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team +// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team // SPDX-License-Identifier: GPL-3.0+ #include "Updater.h"