yuzu/dist/icons/overlay
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
..
arrow_left.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
arrow_left_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
arrow_right.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
arrow_right_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_A.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_A_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_B.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_B_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_L.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_L_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_R.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_R_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_X.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_X_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_Y.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_Y_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_minus.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_minus_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_plus.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_plus_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_press_stick.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
button_press_stick_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_dual_joycon.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_dual_joycon_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_handheld.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_handheld_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_pro.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_pro_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_a.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_a_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_b.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_b_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_x.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_x_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_y.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_left_y_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_right.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
controller_single_joycon_right_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_B.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_B_dark.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_B_dark_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_B_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_Y.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_Y_dark.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_Y_dark_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_Y_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_backspace.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_backspace_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_plus.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_plus_dark.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_plus_dark_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_plus_disabled.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_shift.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_shift_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_shift_lock_off.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_shift_lock_on.png applets/swkbd: Fix software keyboard button hint scaling 2021-04-24 13:47:33 -04:00
osk_button_shift_on.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
osk_button_shift_on_dark.png icons: Add icons for the On-Screen Keyboard overlay 2021-04-15 01:53:17 -04:00
overlay.qrc chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00