yuzu/src/core/file_sys
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
..
system_archive general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bis_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bis_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
card_image.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
card_image.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
common_funcs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
content_archive.cpp general: fix compilation on GCC 12 2022-06-13 20:09:30 -04:00
content_archive.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
control_metadata.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
control_metadata.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
directory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
errors.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
fsmitm_romfsbuild.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fsmitm_romfsbuild.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ips_layer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ips_layer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
kernel_executable.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
kernel_executable.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
mode.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_metadata.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_metadata.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nca_patch.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
nca_patch.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
partition_filesystem.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
partition_filesystem.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
patch_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
patch_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
program_metadata.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
program_metadata.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
registered_cache.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
registered_cache.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
romfs_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
savedata_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
savedata_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
sdmc_factory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
sdmc_factory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
submission_package.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
submission_package.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_concat.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_concat.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_layered.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_layered.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_offset.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_offset.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_real.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
vfs_real.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_static.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_vector.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vfs_vector.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xts_archive.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xts_archive.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00