diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-28 21:52:12 +0000 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-06 01:54:44 -0400 |
commit | f9fc9960831da51a417704ed5b41e8705b0c05f1 (patch) | |
tree | a2ae02baa489679a35a1ea95c6a3c6323ce60ccc /src/yuzu/vk_device_info.h | |
parent | fc0c4db20d4161984a960a689afa0a08a5a4b401 (diff) |
vk_device_info: Add SPDX data
Diffstat (limited to 'src/yuzu/vk_device_info.h')
-rw-r--r-- | src/yuzu/vk_device_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/vk_device_info.h b/src/yuzu/vk_device_info.h index 0b65705e2..6e2617513 100644 --- a/src/yuzu/vk_device_info.h +++ b/src/yuzu/vk_device_info.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #pragma once #include <string> |