Make copyright headers SPDX-compliant
This commit is contained in:
parent
f80c7c4cd5
commit
bb84f53539
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu emulator team
|
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu emulator team
|
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu emulator team
|
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# SPDX-FileCopyrightText: 2017 Citra Emulator Project
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
||||||
|
|
||||||
add_executable(yuzu-room
|
add_executable(yuzu-room
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2017 Citra Emulator Project
|
// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: 2017 Citra Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include "winresrc.h"
|
#include "winresrc.h"
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
|
Reference in New Issue