summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv_interface.cpp
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-11-01 15:25:06 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-10-06 21:00:51 +0200
commita21b8824fb8a0bd7bcb44fd50559f26718f5dbc4 (patch)
tree40af4d108c718844ea7a8370be9dad19c56806f2 /src/core/hle/service/nvdrv/nvdrv_interface.cpp
parentNVDRV: Implement QueryEvent. (diff)
downloadyuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar.gz
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar.bz2
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar.lz
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar.xz
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.tar.zst
yuzu-a21b8824fb8a0bd7bcb44fd50559f26718f5dbc4.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/nvdrv_interface.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/nvdrv/nvdrv_interface.cpp b/src/core/hle/service/nvdrv/nvdrv_interface.cpp
index 81ee28f31..bd41205b8 100644
--- a/src/core/hle/service/nvdrv/nvdrv_interface.cpp
+++ b/src/core/hle/service/nvdrv/nvdrv_interface.cpp
@@ -1,5 +1,7 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
+// (https://github.com/skyline-emu/)
+// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
+// or any later version Refer to the license.txt file included.
#include <cinttypes>
#include "common/logging/log.h"