Explorar el Código

shared_widget: Add SPDX header

lat9nq hace 3 años
padre
commit
c5f8b909ec

+ 3 - 0
src/yuzu/configuration/shared_widget.cpp

@@ -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>

+ 3 - 0
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"