Make copyright headers SPDX-compliant

This commit is contained in:
FearlessTobi 2022-07-30 20:16:47 +02:00
parent f80c7c4cd5
commit bb84f53539
6 changed files with 14 additions and 12 deletions

View file

@ -1,6 +1,5 @@
// Copyright 2022 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <chrono>
#include <thread>

View file

@ -1,6 +1,5 @@
// Copyright 2022 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once