yuzu/externals
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
..
FidelityFX-FSR Update FSR to 1.0.2 2022-01-23 14:38:48 -06:00
SDL@b424665e08 externals: Revert SDL2 to release-2.0.20 2022-07-18 21:43:29 -04:00
Vulkan-Headers@33d4dd987f video_core: Support new VkResult 2022-05-17 17:37:10 +02:00
cmake-modules chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
cpp-httplib@305a7abcb9 externals: Update cpp-httplib to latest 2022-06-14 14:09:51 -04:00
cpp-jwt@e12ef06218 yuzu: Add ui files for multiplayer rooms 2022-07-25 21:59:28 +02:00
cubeb@75d9d125ee build: update cubeb and remove the result_of comment 2021-12-06 18:56:43 +01:00
discord-rpc@963aa9f3e5 update submodule discord-rpc to latest [now deprecated] 2021-06-18 23:13:17 +05:30
dynarmic@91d1f944e3 externals: Update dynarmic to 6.2.1 2022-07-17 22:44:34 +01:00
enet@39a72ab199 network: Add initial files and enet dependency 2022-07-25 21:57:14 +02:00
ffmpeg chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
find-modules chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
getopt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
glad chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
inih chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
libressl@8929f818fd externals: Update libressl to 3.5.2 2022-04-24 14:53:09 -04:00
libusb chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
mbedtls@8c88150ca1 externals: Update mbedtls to 8c88150ca 2021-05-11 00:43:04 -04:00
microprofile externals: microprofileui: Eliminate variable shadowing 2022-06-14 05:52:15 -04:00
opus chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
sirit@aa292d5665 sirit: Allow using system spirv-headers 2022-05-14 22:03:23 +02:00
vcpkg@cef0b3ec76 ci,CMake: Integrate vcpkg into CMakeLists 2022-07-22 20:54:00 -04:00
xbyak@c306b8e578 externals: Update Xbyak to 5.96 2020-08-30 05:09:48 -04:00
CMakeLists.txt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00