1
0
Fork 0
forked from suyu/suyu
suyu/src/core
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.

Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.

The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.

Following REUSE has a few advantages over the current approach:

- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
  `.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
  files like binary assets / images is always accurate and up to date

To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.

[REUSE]: https://reuse.software

Follow-up to 01cf05bc75
2022-07-27 12:53:49 +02:00
..
arm chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
crypto common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
debugger gdbstub_arch: Directly access SP register 2022-06-30 12:47:40 -04:00
file_sys chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
frontend chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
hid service: irs: Move to IRS namespace and minor fixes 2022-07-23 19:40:25 -05:00
hle chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
internal_network yuzu: Add ui files for multiplayer rooms 2022-07-25 21:59:28 +02:00
loader general: fix compilation on MinGW GCC 12 2022-06-13 20:09:32 -04:00
memory PR 2022-07-10 08:29:37 +01:00
tools Rework CoreTiming 2022-07-10 06:59:40 +01:00
announce_multiplayer_session.cpp network, yuzu: Make copyright headers SPDX-compliant 2022-07-25 21:59:31 +02:00
announce_multiplayer_session.h network, yuzu: Make copyright headers SPDX-compliant 2022-07-25 21:59:31 +02:00
CMakeLists.txt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
constants.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
constants.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
core.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
core_timing.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
core_timing.h Rework CoreTiming 2022-07-10 06:59:40 +01:00
core_timing_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.cpp kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
cpu_manager.h kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
device_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
hardware_interrupt_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_properties.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
memory.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
memory.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
perf_stats.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
perf_stats.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
reporter.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
reporter.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
telemetry_session.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
telemetry_session.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00