diff options
| author | 2023-06-10 00:45:04 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:54 -0400 | |
| commit | c5f8b909ecee8d58b86b3e70e5e6defe56d4780c (patch) | |
| tree | b3a180c1f3cd80336fa8dd04537aeb343f872b32 /src | |
| parent | general: Add typeinfo where needed (diff) | |
| download | yuzu-c5f8b909ecee8d58b86b3e70e5e6defe56d4780c.tar.gz yuzu-c5f8b909ecee8d58b86b3e70e5e6defe56d4780c.tar.xz yuzu-c5f8b909ecee8d58b86b3e70e5e6defe56d4780c.zip | |
shared_widget: Add SPDX header
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_widget.cpp | 3 | ||||
| -rw-r--r-- | src/yuzu/configuration/shared_widget.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_widget.cpp b/src/yuzu/configuration/shared_widget.cpp index c8d6b0a01..04c332bc2 100644 --- a/src/yuzu/configuration/shared_widget.cpp +++ b/src/yuzu/configuration/shared_widget.cpp | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | #include <functional> | 4 | #include <functional> |
| 2 | #include <limits> | 5 | #include <limits> |
| 3 | #include <typeinfo> | 6 | #include <typeinfo> |
diff --git a/src/yuzu/configuration/shared_widget.h b/src/yuzu/configuration/shared_widget.h index 01348e442..d99a5eace 100644 --- a/src/yuzu/configuration/shared_widget.h +++ b/src/yuzu/configuration/shared_widget.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | #pragma once | 4 | #pragma once |
| 2 | 5 | ||
| 3 | #include "yuzu/configuration/configuration_shared.h" | 6 | #include "yuzu/configuration/configuration_shared.h" |