yuzu-android/src/yuzu
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
..
applets qt_web_browser: Fix button inputs with QtWebEngine 2022-07-05 20:34:10 -04:00
configuration chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
debugger chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
multiplayer network: Address review comments 2022-07-25 21:59:31 +02:00
util chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
about_dialog.cpp about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
about_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aboutdialog.ui chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
bootmanager.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
bootmanager.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
compatdb.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
compatdb.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
compatdb.ui ui: Fix Game Compatibility list translations 2022-04-16 16:30:45 -07:00
compatibility_list.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
compatibility_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
discord_impl.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
discord_impl.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
discord.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
game_list_p.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
game_list_worker.cpp game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list_worker.h game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
game_list.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
hotkeys.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
hotkeys.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
Info.plist chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
install_dialog.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
install_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.cpp Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.h Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.ui QT: Fix the loading screen 'H' switch logo to not glitch out 2019-02-05 18:24:15 -07:00
main.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
main.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
main.ui yuzu: Hide multiplayer button and room status 2022-07-25 21:59:30 +02:00
startup_checks.cpp startup_checks: Use WaitForSingleObject and more cleanup 2022-07-12 14:23:50 -04:00
startup_checks.h yuzu: Simplify broken Vulkan handling 2022-07-10 16:52:00 -04:00
uisettings.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
uisettings.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
yuzu.qrc chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
yuzu.rc chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00