瀏覽代碼

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"