general: Convert source file copyright comments over to SPDX

This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
This commit is contained in:
Morph
2022-04-23 04:59:50 -04:00
parent 04afcfe115
commit 99ceb03a1c
1366 changed files with 2745 additions and 4208 deletions

View File

@ -1,9 +1,5 @@
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
// This file references various implementation details from Atmosphere, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosphere-NX.
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <bit>