mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 05:00:05 +00:00
shared_widget: Add SPDX header
This commit is contained in:
parent
0193add060
commit
c5f8b909ec
@ -1,3 +1,6 @@
|
||||
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <typeinfo>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user