diff options
author | lat9nq <[email protected]> | 2023-06-10 00:45:04 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2023-07-21 10:56:54 -0400 |
commit | c5f8b909ecee8d58b86b3e70e5e6defe56d4780c (patch) | |
tree | b3a180c1f3cd80336fa8dd04537aeb343f872b32 /src/yuzu/configuration/shared_widget.h | |
parent | 0193add060ecc591ca27d029916823911df5d503 (diff) | |
download | yuzu-android-c5f8b909ecee8d58b86b3e70e5e6defe56d4780c.tar.gz yuzu-android-c5f8b909ecee8d58b86b3e70e5e6defe56d4780c.zip |
shared_widget: Add SPDX header
Diffstat (limited to 'src/yuzu/configuration/shared_widget.h')
-rw-r--r-- | src/yuzu/configuration/shared_widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #pragma once #include "yuzu/configuration/configuration_shared.h" |