summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/ui
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/service/nvflinger/ui
parentMerge pull request #7976 from BytesGalore/master (diff)
parentgeneral: Convert source file copyright comments over to SPDX (diff)
downloadyuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar.gz
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar.bz2
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar.lz
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar.xz
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.tar.zst
yuzu-9c701774562ea490296b9cbea3dbd8c096bc4483.zip
Diffstat (limited to 'src/core/hle/service/nvflinger/ui')
-rw-r--r--src/core/hle/service/nvflinger/ui/fence.h6
-rw-r--r--src/core/hle/service/nvflinger/ui/graphic_buffer.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/core/hle/service/nvflinger/ui/fence.h b/src/core/hle/service/nvflinger/ui/fence.h
index 4a74e26a3..536e8156d 100644
--- a/src/core/hle/service/nvflinger/ui/fence.h
+++ b/src/core/hle/service/nvflinger/ui/fence.h
@@ -1,7 +1,7 @@
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2012 The Android Open Source Project
// SPDX-License-Identifier: GPL-3.0-or-later
-// Copyright 2021 yuzu Emulator Project
-// Copyright 2012 The Android Open Source Project
-// Parts of this implementation were base on:
+// Parts of this implementation were based on:
// https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/include/ui/Fence.h
#pragma once
diff --git a/src/core/hle/service/nvflinger/ui/graphic_buffer.h b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
index 7abbf78ba..9a27f8f02 100644
--- a/src/core/hle/service/nvflinger/ui/graphic_buffer.h
+++ b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
@@ -1,7 +1,7 @@
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2007 The Android Open Source Project
// SPDX-License-Identifier: GPL-3.0-or-later
-// Copyright 2021 yuzu Emulator Project
-// Copyright 2007 The Android Open Source Project
-// Parts of this implementation were base on:
+// Parts of this implementation were based on:
// https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/include/ui/GraphicBuffer.h
#pragma once