general: Format licenses as per SPDX guidelines
This commit is contained in:
parent
d97d409647
commit
fedd983f96
|
@ -1,6 +1,5 @@
|
||||||
// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/address_space.inc"
|
#include "common/address_space.inc"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPLv3 or later
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#include "common/address_space.h"
|
#include "common/address_space.h"
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include "common/multi_level_page_table.inc"
|
#include "common/multi_level_page_table.inc"
|
||||||
|
|
||||||
namespace Common {
|
namespace Common {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 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 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 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.
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "core/hle/service/nvdrv/core/container.h"
|
#include "core/hle/service/nvdrv/core/container.h"
|
||||||
#include "core/hle/service/nvdrv/core/nvmap.h"
|
#include "core/hle/service/nvdrv/core/nvmap.h"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/alignment.h"
|
#include "common/alignment.h"
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "core/hle/service/nvdrv/core/syncpoint_manager.h"
|
#include "core/hle/service/nvdrv/core/syncpoint_manager.h"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2022 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team, Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team, Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team, Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <bit>
|
#include <bit>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team, Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "video_core/control/channel_state.h"
|
#include "video_core/control/channel_state.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#include "video_core/control/channel_state_cache.inc"
|
#include "video_core/control/channel_state_cache.inc"
|
||||||
|
|
||||||
namespace VideoCommon {
|
namespace VideoCommon {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "video_core/host1x/control.h"
|
#include "video_core/host1x/control.h"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team and Skyline Team and Contributors
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "core/core.h"
|
#include "core/core.h"
|
||||||
#include "video_core/host1x/host1x.h"
|
#include "video_core/host1x/host1x.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2022 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "common/microprofile.h"
|
#include "common/microprofile.h"
|
||||||
#include "video_core/host1x/syncpoint_manager.h"
|
#include "video_core/host1x/syncpoint_manager.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Copyright 2021 yuzu Emulator Project
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// Licensed under GPLv3 or any later version
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#include "video_core/control/channel_state_cache.inc"
|
#include "video_core/control/channel_state_cache.inc"
|
||||||
#include "video_core/texture_cache/texture_cache_base.h"
|
#include "video_core/texture_cache/texture_cache_base.h"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
// SPDX-FileCopyrightText: 2021 yuzu emulator team
|
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
||||||
// (https://github.com/skyline-emu/)
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later Licensed under GPLv3
|
|
||||||
// or any later version Refer to the license.txt file included.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue