aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/arch
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-04-23 19:51:26 +0200
committerGitHub <noreply@github.com>2022-04-23 19:51:26 +0200
commit9c701774562ea490296b9cbea3dbd8c096bc4483 (patch)
tree1bb31dbdcc66bad50b3cdbbd7c5325b9b4508ce5 /src/core/hle/kernel/arch
parent04afcfe115f4d3f0b10b59a767297b4f515f6b0b (diff)
parent99ceb03a1cfcf35968cab589ea188a8c406cda52 (diff)
Merge pull request #8245 from Morph1984/spdx
general: Convert source file copyright comments over to SPDX
Diffstat (limited to 'src/core/hle/kernel/arch')
-rw-r--r--src/core/hle/kernel/arch/arm64/k_memory_region_device_types.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hle/kernel/arch/arm64/k_memory_region_device_types.inc b/src/core/hle/kernel/arch/arm64/k_memory_region_device_types.inc
index 857b512ba..2a0f2d5f7 100644
--- a/src/core/hle/kernel/arch/arm64/k_memory_region_device_types.inc
+++ b/src/core/hle/kernel/arch/arm64/k_memory_region_device_types.inc
@@ -1,6 +1,5 @@
-// Copyright 2021 yuzu Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
// All architectures must define NumArchitectureDeviceRegions.
constexpr inline const auto NumArchitectureDeviceRegions = 3;