arm64: attribute yaps2 authorship in SPDX copyright headers

Add "yaps2 Dev Team" copyright to the files we authored. Net-new files
(all 42 pcsx2/arm64/ codegen/ProgCache/persist sources, the recompiler
test suite + harness, and the vurunner/eerunner tools) never existed
upstream, so they carry yaps2 sole credit. RecStubs.cpp predates the
fork and was heavily extended, so it keeps PCSX2 credit and adds yaps2.

The five pre-existing arm64 files we only lightly touched (AsmHelpers,
Vif_Dynarec, Vif_UnpackNEON) stay PCSX2-only. GPL-3.0+ license lines are
unchanged throughout; this is authorship attribution only.
This commit is contained in:
Brian Degenhardt
2026-07-19 07:37:15 -07:00
parent c25e1a58cc
commit bc33ef1d09
148 changed files with 148 additions and 147 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// pcsx2-eerunner — headless standalone full-system runner for EE (R5900)
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// pcsx2-vurunner — headless VU microprogram replayer for codegen iteration.
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64-specific BaseBlocks with block linking that stays signal-safe.
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#pragma once
+1
View File
@@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0
#include "arm64/AsmHelpers.h"
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE COP0 Instruction Codegen — NEON-based
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 native COP2 (VU0 macro mode) codegen using NEON.
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#include "Config.h"
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#pragma once
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE FPU (COP1) Instruction Codegen — NEON-based
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE FPU (COP1) — "Full" / DOUBLE-precision codegen.
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE MMI (Multimedia Instructions) Codegen — NEON-based
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#include "arm64/iR3000A-arm64.h"
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#pragma once
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 IOP Opcode Implementations
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE (R5900) Dynamic Recompiler Core
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#pragma once
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 wrapper for the shared instruction analysis pass.
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE ALU Instruction Codegen — memory-based
+1 -1
View File
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
// SPDX-FileCopyrightText: 2026 yaps2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
// ARM64 EE ALU Immediate Instruction Codegen — memory-based

Some files were not shown because too many files have changed in this diff Show More