yuzu-fork/src/core/hle/kernel
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
..
arch/arm64 general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
board/nintendo/nx general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
init common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
code_set.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
code_set.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
global_scheduler_context.cpp kernel: fix issues with single core mode 2022-07-14 22:47:18 -04:00
global_scheduler_context.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hle_ipc.cpp Project Andio 2022-07-22 01:11:32 +01:00
hle_ipc.h Project Andio 2022-07-22 01:11:32 +01:00
initial_process.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_address_arbiter.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_address_arbiter.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_address_space_info.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
k_address_space_info.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_affinity_mask.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_auto_object.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_auto_object.h kernel: fix inconsistency in AutoObjectTraits macro definitions 2022-06-13 20:09:00 -04:00
k_auto_object_container.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_auto_object_container.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_class_token.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_class_token.h kernel: ensure class token lambda exit is unreachable 2022-06-13 20:09:00 -04:00
k_client_port.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_client_port.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_client_session.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_client_session.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_code_memory.cpp core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_code_memory.h KCodeMemory: Mark virtual methods as override 2022-07-15 10:39:58 +01:00
k_condition_variable.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_condition_variable.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_event.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_event.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_handle_table.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_handle_table.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_interrupt_manager.cpp kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
k_interrupt_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_light_condition_variable.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_light_condition_variable.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_light_lock.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_light_lock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_linked_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_block.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_block_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_block_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_layout.board.nintendo_nx.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_layout.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_layout.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_manager.cpp core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_memory_manager.h core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_memory_region.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_memory_region_type.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_bitmap.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_buffer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_buffer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_group.h core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_page_heap.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_heap.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_page_table.cpp core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_page_table.h core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
k_port.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_port.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_priority_queue.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_process.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_process.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_readable_event.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_readable_event.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_resource_limit.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_resource_limit.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_scheduler.cpp kernel: Ensure all uses of disable_count are balanced 2022-07-14 22:47:18 -04:00
k_scheduler.h kernel: Ensure all uses of disable_count are balanced 2022-07-14 22:47:18 -04:00
k_scheduler_lock.h kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
k_scoped_lock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_scoped_resource_reservation.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_scoped_scheduler_lock_and_sleep.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_server_port.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_server_port.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_server_session.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_server_session.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_session.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_session.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_shared_memory.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_shared_memory.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
k_shared_memory_info.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_slab_heap.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_spin_lock.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_spin_lock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_synchronization_object.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_synchronization_object.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_system_control.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_thread.cpp kernel: Ensure all uses of disable_count are balanced 2022-07-14 22:47:18 -04:00
k_thread.h kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
k_thread_local_page.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_thread_local_page.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_thread_queue.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_thread_queue.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_trace.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_transfer_memory.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_transfer_memory.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_worker_task.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_worker_task_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_worker_task_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
k_writable_event.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
k_writable_event.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
kernel.cpp Merge pull request #8549 from liamwhite/kscheduler-sc 2022-07-25 12:00:31 -04:00
kernel.h Project Andio 2022-07-22 01:11:32 +01:00
memory_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
physical_core.cpp kernel: fix issues with single core mode 2022-07-14 22:47:18 -04:00
physical_core.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
physical_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
process_capability.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
process_capability.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
service_thread.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
service_thread.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
slab_helpers.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
svc.cpp kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
svc.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
svc_common.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
svc_results.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
svc_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
svc_wrap.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
time_manager.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
time_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00