فهرست منبع

shared_widget: Add SPDX header

lat9nq 3 سال پیش
والد
کامیت
c5f8b909ec
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 3 0
      src/yuzu/configuration/shared_widget.cpp
  2. 3 0
      src/yuzu/configuration/shared_widget.h

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