From 8c7a19212851e16e514977344c70d04a561ed940 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 4 Dec 2022 21:03:45 +1000 Subject: [PATCH] Misc: Add copyright/license statement to applicable files Should've did this in the beginning. --- src/common-tests/bitutils_tests.cpp | 3 +++ src/common-tests/file_system_tests.cpp | 3 +++ src/common-tests/path_tests.cpp | 3 +++ src/common-tests/rectangle_tests.cpp | 3 +++ src/common/align.h | 3 +++ src/common/assert.cpp | 3 +++ src/common/assert.h | 3 +++ src/common/bitfield.h | 3 +++ src/common/bitutils.h | 3 +++ src/common/byte_stream.cpp | 3 +++ src/common/byte_stream.h | 3 +++ src/common/common.vcxproj | 1 - src/common/common.vcxproj.filters | 1 - src/common/crash_handler.cpp | 3 +++ src/common/crash_handler.h | 3 +++ src/common/d3d11/shader_cache.cpp | 3 +++ src/common/d3d11/shader_cache.h | 3 +++ src/common/d3d11/shader_compiler.cpp | 3 +++ src/common/d3d11/shader_compiler.h | 3 +++ src/common/d3d11/stream_buffer.cpp | 3 +++ src/common/d3d11/stream_buffer.h | 3 +++ src/common/d3d11/texture.cpp | 3 +++ src/common/d3d11/texture.h | 3 +++ src/common/d3d12/context.cpp | 6 +++--- src/common/d3d12/context.h | 6 +++--- src/common/d3d12/descriptor_heap_manager.cpp | 6 +++--- src/common/d3d12/descriptor_heap_manager.h | 6 +++--- src/common/d3d12/shader_cache.cpp | 3 +++ src/common/d3d12/shader_cache.h | 3 +++ src/common/d3d12/staging_texture.cpp | 3 +++ src/common/d3d12/staging_texture.h | 3 +++ src/common/d3d12/stream_buffer.cpp | 6 +++--- src/common/d3d12/stream_buffer.h | 6 +++--- src/common/d3d12/texture.cpp | 3 +++ src/common/d3d12/texture.h | 3 +++ src/common/d3d12/util.cpp | 3 +++ src/common/d3d12/util.h | 3 +++ src/common/easing.h | 3 +++ src/common/error.cpp | 3 +++ src/common/error.h | 3 +++ src/common/fifo_queue.h | 3 +++ src/common/file_system.cpp | 3 +++ src/common/file_system.h | 3 +++ src/common/gl/context.cpp | 3 +++ src/common/gl/context.h | 3 +++ src/common/gl/context_agl.h | 3 +++ src/common/gl/context_agl.mm | 3 +++ src/common/gl/context_egl.cpp | 3 +++ src/common/gl/context_egl.h | 3 +++ src/common/gl/context_egl_android.cpp | 3 +++ src/common/gl/context_egl_android.h | 3 +++ src/common/gl/context_egl_fbdev.cpp | 3 +++ src/common/gl/context_egl_fbdev.h | 3 +++ src/common/gl/context_egl_gbm.cpp | 3 +++ src/common/gl/context_egl_gbm.h | 3 +++ src/common/gl/context_egl_wayland.cpp | 3 +++ src/common/gl/context_egl_wayland.h | 3 +++ src/common/gl/context_egl_x11.cpp | 3 +++ src/common/gl/context_egl_x11.h | 3 +++ src/common/gl/context_glx.cpp | 3 +++ src/common/gl/context_glx.h | 3 +++ src/common/gl/context_wgl.cpp | 3 +++ src/common/gl/context_wgl.h | 3 +++ src/common/gl/loader.h | 3 +++ src/common/gl/program.cpp | 3 +++ src/common/gl/program.h | 3 +++ src/common/gl/shader_cache.cpp | 3 +++ src/common/gl/shader_cache.h | 3 +++ src/common/gl/stream_buffer.cpp | 3 +++ src/common/gl/stream_buffer.h | 3 +++ src/common/gl/texture.cpp | 3 +++ src/common/gl/texture.h | 3 +++ src/common/gl/x11_window.cpp | 3 +++ src/common/gl/x11_window.h | 3 +++ src/common/gpu_texture.cpp | 3 +++ src/common/gpu_texture.h | 3 +++ src/common/heap_array.h | 3 +++ src/common/heterogeneous_containers.h | 3 +++ src/common/http_downloader.cpp | 3 +++ src/common/http_downloader.h | 3 +++ src/common/http_downloader_winhttp.cpp | 3 +++ src/common/http_downloader_winhttp.h | 3 +++ src/common/image.cpp | 3 +++ src/common/image.h | 3 +++ src/common/layered_settings_interface.cpp | 3 +++ src/common/layered_settings_interface.h | 3 +++ src/common/log.cpp | 3 +++ src/common/log.h | 3 +++ src/common/lru_cache.h | 3 +++ src/common/make_array.h | 3 +++ src/common/md5_digest.cpp | 3 +++ src/common/md5_digest.h | 6 +++--- src/common/memory_settings_interface.cpp | 3 +++ src/common/memory_settings_interface.h | 3 +++ src/common/minizip_helpers.cpp | 3 +++ src/common/minizip_helpers.h | 3 +++ src/common/path.h | 3 +++ src/common/platform.h | 3 +++ src/common/progress_callback.cpp | 3 +++ src/common/progress_callback.h | 3 +++ src/common/rectangle.h | 3 +++ src/common/scoped_guard.h | 3 +++ src/common/settings_interface.h | 3 +++ src/common/sha1_digest.h | 3 +++ src/common/string.cpp | 3 +++ src/common/string.h | 3 +++ src/common/string_util.cpp | 3 +++ src/common/string_util.h | 3 +++ src/common/threading.cpp | 3 +++ src/common/threading.h | 3 +++ src/common/timer.cpp | 3 +++ src/common/timer.h | 3 +++ src/common/types.h | 3 +++ src/common/vulkan/builders.cpp | 3 +++ src/common/vulkan/builders.h | 3 +++ src/common/vulkan/context.cpp | 3 +++ src/common/vulkan/context.h | 3 +++ src/common/vulkan/entry_points.h | 3 +++ src/common/vulkan/entry_points.inl | 3 +++ src/common/vulkan/loader.cpp | 3 +++ src/common/vulkan/loader.h | 3 +++ src/common/vulkan/shader_cache.cpp | 3 +++ src/common/vulkan/shader_cache.h | 3 +++ src/common/vulkan/shader_compiler.cpp | 3 +++ src/common/vulkan/shader_compiler.h | 3 +++ src/common/vulkan/stream_buffer.cpp | 3 +++ src/common/vulkan/stream_buffer.h | 3 +++ src/common/vulkan/swap_chain.cpp | 3 +++ src/common/vulkan/swap_chain.h | 3 +++ src/common/vulkan/texture.cpp | 3 +++ src/common/vulkan/texture.h | 3 +++ src/common/vulkan/util.cpp | 3 +++ src/common/vulkan/util.h | 3 +++ src/common/win32_progress_callback.cpp | 3 +++ src/common/win32_progress_callback.h | 3 +++ src/common/window_info.cpp | 3 +++ src/common/window_info.h | 3 +++ src/common/windows_headers.h | 3 +++ src/core/achievements.h | 3 +++ src/core/analog_controller.cpp | 3 +++ src/core/analog_controller.h | 3 +++ src/core/analog_joystick.cpp | 3 +++ src/core/analog_joystick.h | 3 +++ src/core/bios.cpp | 3 +++ src/core/bios.h | 3 +++ src/core/bus.cpp | 3 +++ src/core/bus.h | 3 +++ src/core/cdrom.cpp | 3 +++ src/core/cdrom.h | 3 +++ src/core/cdrom_async_reader.cpp | 3 +++ src/core/cdrom_async_reader.h | 3 +++ src/core/cheats.cpp | 3 +++ src/core/cheats.h | 3 +++ src/core/controller.cpp | 3 +++ src/core/controller.h | 3 +++ src/core/cpu_code_cache.cpp | 3 +++ src/core/cpu_code_cache.h | 3 +++ src/core/cpu_core.cpp | 3 +++ src/core/cpu_core.h | 3 +++ src/core/cpu_core_private.h | 3 +++ src/core/cpu_disasm.cpp | 3 +++ src/core/cpu_disasm.h | 3 +++ src/core/cpu_recompiler_code_generator.cpp | 3 +++ src/core/cpu_recompiler_code_generator.h | 3 +++ src/core/cpu_recompiler_code_generator_aarch32.cpp | 3 +++ src/core/cpu_recompiler_code_generator_aarch64.cpp | 3 +++ src/core/cpu_recompiler_code_generator_generic.cpp | 3 +++ src/core/cpu_recompiler_code_generator_x64.cpp | 3 +++ src/core/cpu_recompiler_register_cache.cpp | 3 +++ src/core/cpu_recompiler_register_cache.h | 3 +++ src/core/cpu_recompiler_thunks.h | 3 +++ src/core/cpu_recompiler_types.h | 3 +++ src/core/cpu_types.cpp | 3 +++ src/core/cpu_types.h | 3 +++ src/core/digital_controller.cpp | 3 +++ src/core/digital_controller.h | 3 +++ src/core/dma.cpp | 3 +++ src/core/dma.h | 3 +++ src/core/game_database.cpp | 3 +++ src/core/game_database.h | 3 +++ src/core/gdb_protocol.cpp | 3 +++ src/core/gdb_protocol.h | 3 +++ src/core/gpu.cpp | 3 +++ src/core/gpu.h | 3 +++ src/core/gpu_backend.cpp | 3 +++ src/core/gpu_backend.h | 3 +++ src/core/gpu_commands.cpp | 3 +++ src/core/gpu_hw.cpp | 3 +++ src/core/gpu_hw.h | 3 +++ src/core/gpu_hw_d3d11.cpp | 3 +++ src/core/gpu_hw_d3d11.h | 3 +++ src/core/gpu_hw_d3d12.cpp | 3 +++ src/core/gpu_hw_d3d12.h | 3 +++ src/core/gpu_hw_opengl.cpp | 3 +++ src/core/gpu_hw_opengl.h | 3 +++ src/core/gpu_hw_shadergen.cpp | 3 +++ src/core/gpu_hw_shadergen.h | 3 +++ src/core/gpu_hw_vulkan.cpp | 3 +++ src/core/gpu_hw_vulkan.h | 3 +++ src/core/gpu_sw.cpp | 3 +++ src/core/gpu_sw.h | 3 +++ src/core/gpu_sw_backend.cpp | 3 +++ src/core/gpu_sw_backend.h | 3 +++ src/core/gpu_types.h | 3 +++ src/core/gte.cpp | 3 +++ src/core/gte.h | 3 +++ src/core/gte_types.h | 3 +++ src/core/guncon.cpp | 3 +++ src/core/guncon.h | 3 +++ src/core/host.cpp | 3 +++ src/core/host.h | 3 +++ src/core/host_display.cpp | 3 +++ src/core/host_display.h | 3 +++ src/core/host_interface_progress_callback.cpp | 3 +++ src/core/host_interface_progress_callback.h | 3 +++ src/core/host_settings.h | 3 +++ src/core/interrupt_controller.cpp | 3 +++ src/core/interrupt_controller.h | 3 +++ src/core/libcrypt_serials.cpp | 3 +++ src/core/libcrypt_serials.h | 3 +++ src/core/mdec.cpp | 3 +++ src/core/mdec.h | 3 +++ src/core/memory_card.cpp | 3 +++ src/core/memory_card.h | 3 +++ src/core/memory_card_image.cpp | 3 +++ src/core/memory_card_image.h | 3 +++ src/core/multitap.cpp | 3 +++ src/core/multitap.h | 3 +++ src/core/negcon.cpp | 3 +++ src/core/negcon.h | 3 +++ src/core/pad.cpp | 3 +++ src/core/pad.h | 3 +++ src/core/playstation_mouse.cpp | 3 +++ src/core/playstation_mouse.h | 3 +++ src/core/psf_loader.cpp | 3 +++ src/core/psf_loader.h | 3 +++ src/core/resources.cpp | 3 +++ src/core/resources.h | 3 +++ src/core/save_state_version.h | 3 +++ src/core/settings.cpp | 3 +++ src/core/settings.h | 3 +++ src/core/shader_cache_version.h | 3 +++ src/core/shadergen.cpp | 3 +++ src/core/shadergen.h | 3 +++ src/core/sio.cpp | 3 +++ src/core/sio.h | 3 +++ src/core/spu.cpp | 3 +++ src/core/spu.h | 3 +++ src/core/system.cpp | 3 +++ src/core/system.h | 3 +++ src/core/texture_replacements.cpp | 3 +++ src/core/texture_replacements.h | 3 +++ src/core/timers.cpp | 3 +++ src/core/timers.h | 3 +++ src/core/timing_event.cpp | 3 +++ src/core/timing_event.h | 3 +++ src/core/types.h | 3 +++ src/duckstation-nogui/nogui_host.cpp | 3 +++ src/duckstation-nogui/nogui_host.h | 3 +++ src/duckstation-nogui/nogui_platform.h | 3 +++ src/duckstation-nogui/vty_key_names.h | 3 +++ src/duckstation-nogui/vty_nogui_platform.cpp | 3 +++ src/duckstation-nogui/vty_nogui_platform.h | 3 +++ src/duckstation-nogui/wayland_nogui_platform.cpp | 3 +++ src/duckstation-nogui/wayland_nogui_platform.h | 3 +++ src/duckstation-nogui/win32_nogui_platform.cpp | 3 +++ src/duckstation-nogui/win32_nogui_platform.h | 3 +++ src/duckstation-nogui/x11_nogui_platform.cpp | 3 +++ src/duckstation-nogui/x11_nogui_platform.h | 3 +++ src/duckstation-qt/aboutdialog.cpp | 3 +++ src/duckstation-qt/aboutdialog.h | 3 +++ src/duckstation-qt/achievementlogindialog.cpp | 3 +++ src/duckstation-qt/achievementlogindialog.h | 3 +++ src/duckstation-qt/achievementsettingswidget.cpp | 3 +++ src/duckstation-qt/achievementsettingswidget.h | 3 +++ src/duckstation-qt/advancedsettingswidget.cpp | 3 +++ src/duckstation-qt/advancedsettingswidget.h | 3 +++ src/duckstation-qt/audiosettingswidget.cpp | 3 +++ src/duckstation-qt/audiosettingswidget.h | 3 +++ src/duckstation-qt/autoupdaterdialog.cpp | 3 +++ src/duckstation-qt/autoupdaterdialog.h | 3 +++ src/duckstation-qt/biossettingswidget.cpp | 3 +++ src/duckstation-qt/biossettingswidget.h | 3 +++ src/duckstation-qt/cheatcodeeditordialog.cpp | 3 +++ src/duckstation-qt/cheatcodeeditordialog.h | 3 +++ src/duckstation-qt/cheatmanagerdialog.cpp | 3 +++ src/duckstation-qt/cheatmanagerdialog.h | 3 +++ src/duckstation-qt/collapsiblewidget.cpp | 1 + src/duckstation-qt/consolesettingswidget.cpp | 3 +++ src/duckstation-qt/consolesettingswidget.h | 3 +++ src/duckstation-qt/controllerbindingwidgets.cpp | 3 +++ src/duckstation-qt/controllerbindingwidgets.h | 3 +++ src/duckstation-qt/controllerglobalsettingswidget.cpp | 3 +++ src/duckstation-qt/controllerglobalsettingswidget.h | 3 +++ src/duckstation-qt/controllersettingsdialog.cpp | 3 +++ src/duckstation-qt/controllersettingsdialog.h | 3 +++ src/duckstation-qt/coverdownloaddialog.cpp | 3 +++ src/duckstation-qt/coverdownloaddialog.h | 3 +++ src/duckstation-qt/debuggermodels.cpp | 3 +++ src/duckstation-qt/debuggermodels.h | 3 +++ src/duckstation-qt/debuggerwindow.cpp | 3 +++ src/duckstation-qt/debuggerwindow.h | 3 +++ src/duckstation-qt/displaysettingswidget.cpp | 3 +++ src/duckstation-qt/displaysettingswidget.h | 3 +++ src/duckstation-qt/displaywidget.cpp | 3 +++ src/duckstation-qt/displaywidget.h | 3 +++ src/duckstation-qt/emulationsettingswidget.cpp | 3 +++ src/duckstation-qt/emulationsettingswidget.h | 3 +++ src/duckstation-qt/enhancementsettingswidget.cpp | 3 +++ src/duckstation-qt/enhancementsettingswidget.h | 3 +++ src/duckstation-qt/foldersettingswidget.cpp | 3 +++ src/duckstation-qt/foldersettingswidget.h | 3 +++ src/duckstation-qt/gamelistmodel.cpp | 3 +++ src/duckstation-qt/gamelistmodel.h | 3 +++ src/duckstation-qt/gamelistrefreshthread.cpp | 3 +++ src/duckstation-qt/gamelistrefreshthread.h | 3 +++ src/duckstation-qt/gamelistsearchdirectoriesmodel.cpp | 3 +++ src/duckstation-qt/gamelistsearchdirectoriesmodel.h | 3 +++ src/duckstation-qt/gamelistsettingswidget.cpp | 3 +++ src/duckstation-qt/gamelistsettingswidget.h | 3 +++ src/duckstation-qt/gamelistwidget.cpp | 3 +++ src/duckstation-qt/gamelistwidget.h | 3 +++ src/duckstation-qt/gamesummarywidget.cpp | 3 +++ src/duckstation-qt/gamesummarywidget.h | 3 +++ src/duckstation-qt/gdbconnection.cpp | 3 +++ src/duckstation-qt/gdbconnection.h | 3 +++ src/duckstation-qt/gdbserver.cpp | 3 +++ src/duckstation-qt/gdbserver.h | 3 +++ src/duckstation-qt/generalsettingswidget.cpp | 3 +++ src/duckstation-qt/generalsettingswidget.h | 3 +++ src/duckstation-qt/hotkeysettingswidget.cpp | 3 +++ src/duckstation-qt/hotkeysettingswidget.h | 3 +++ src/duckstation-qt/inputbindingdialog.cpp | 3 +++ src/duckstation-qt/inputbindingdialog.h | 3 +++ src/duckstation-qt/inputbindingwidgets.cpp | 3 +++ src/duckstation-qt/inputbindingwidgets.h | 3 +++ src/duckstation-qt/mainwindow.cpp | 3 +++ src/duckstation-qt/mainwindow.h | 3 +++ src/duckstation-qt/memorycardeditordialog.cpp | 3 +++ src/duckstation-qt/memorycardeditordialog.h | 3 +++ src/duckstation-qt/memorycardsettingswidget.cpp | 3 +++ src/duckstation-qt/memorycardsettingswidget.h | 3 +++ src/duckstation-qt/memoryviewwidget.cpp | 4 ---- src/duckstation-qt/postprocessingchainconfigwidget.cpp | 3 +++ src/duckstation-qt/postprocessingchainconfigwidget.h | 3 +++ src/duckstation-qt/postprocessingsettingswidget.cpp | 3 +++ src/duckstation-qt/postprocessingsettingswidget.h | 3 +++ src/duckstation-qt/postprocessingshaderconfigwidget.cpp | 3 +++ src/duckstation-qt/postprocessingshaderconfigwidget.h | 3 +++ src/duckstation-qt/qthost.cpp | 5 ++++- src/duckstation-qt/qthost.h | 3 +++ src/duckstation-qt/qtkeycodes.cpp | 3 +++ src/duckstation-qt/qtprogresscallback.cpp | 3 +++ src/duckstation-qt/qtprogresscallback.h | 3 +++ src/duckstation-qt/qttranslations.cpp | 5 ++++- src/duckstation-qt/qtutils.cpp | 3 +++ src/duckstation-qt/qtutils.h | 3 +++ src/duckstation-qt/settingsdialog.cpp | 3 +++ src/duckstation-qt/settingsdialog.h | 3 +++ src/duckstation-qt/settingwidgetbinder.h | 3 +++ src/duckstation-regtest/regtest_host.cpp | 3 +++ src/duckstation-regtest/regtest_host_display.cpp | 3 +++ src/duckstation-regtest/regtest_host_display.h | 3 +++ src/frontend-common/achievements.cpp | 3 +++ src/frontend-common/achievements.h | 3 +++ src/frontend-common/common_host.cpp | 3 +++ src/frontend-common/common_host.h | 3 +++ src/frontend-common/cubeb_audio_stream.cpp | 3 +++ src/frontend-common/cubeb_audio_stream.h | 3 +++ src/frontend-common/d3d11_host_display.cpp | 3 +++ src/frontend-common/d3d11_host_display.h | 3 +++ src/frontend-common/d3d12_host_display.cpp | 3 +++ src/frontend-common/d3d12_host_display.h | 3 +++ src/frontend-common/dinput_source.cpp | 3 +++ src/frontend-common/dinput_source.h | 3 +++ src/frontend-common/evdev_input_source.cpp | 3 +++ src/frontend-common/evdev_input_source.h | 3 +++ src/frontend-common/frontend-common.vcxproj | 3 --- src/frontend-common/frontend-common.vcxproj.filters | 3 --- src/frontend-common/fullscreen_ui.cpp | 3 +++ src/frontend-common/fullscreen_ui.h | 3 +++ src/frontend-common/game_list.cpp | 3 +++ src/frontend-common/game_list.h | 3 +++ src/frontend-common/host_settings.cpp | 3 +++ src/frontend-common/icon.h | 3 +++ src/frontend-common/imgui_fullscreen.cpp | 3 +++ src/frontend-common/imgui_fullscreen.h | 3 +++ src/frontend-common/imgui_manager.cpp | 3 +++ src/frontend-common/imgui_manager.h | 3 +++ src/frontend-common/imgui_overlays.cpp | 3 +++ src/frontend-common/imgui_overlays.h | 3 +++ src/frontend-common/input_manager.cpp | 3 +++ src/frontend-common/input_manager.h | 3 +++ src/frontend-common/input_source.cpp | 3 +++ src/frontend-common/input_source.h | 3 +++ src/frontend-common/opengl_host_display.cpp | 3 +++ src/frontend-common/opengl_host_display.h | 3 +++ src/frontend-common/platform_misc.h | 3 +++ src/frontend-common/platform_misc_mac.mm | 3 +++ src/frontend-common/platform_misc_unix.cpp | 3 +++ src/frontend-common/platform_misc_win32.cpp | 3 +++ src/frontend-common/postprocessing_chain.cpp | 3 +++ src/frontend-common/postprocessing_chain.h | 3 +++ src/frontend-common/postprocessing_shader.cpp | 3 +++ src/frontend-common/postprocessing_shader.h | 3 +++ src/frontend-common/postprocessing_shadergen.cpp | 3 +++ src/frontend-common/postprocessing_shadergen.h | 3 +++ src/frontend-common/sdl_input_source.cpp | 3 +++ src/frontend-common/sdl_input_source.h | 3 +++ src/frontend-common/vulkan_host_display.cpp | 5 ++++- src/frontend-common/vulkan_host_display.h | 3 +++ src/frontend-common/win32_raw_input_source.cpp | 3 +++ src/frontend-common/win32_raw_input_source.h | 3 +++ src/frontend-common/xaudio2_audio_stream.cpp | 3 +++ src/frontend-common/xaudio2_audio_stream.h | 3 +++ src/frontend-common/xinput_source.cpp | 3 +++ src/frontend-common/xinput_source.h | 3 +++ src/scmversion/scmversion.h | 3 +++ src/updater/updater.cpp | 3 +++ src/updater/updater.h | 3 +++ src/updater/win32_main.cpp | 3 +++ src/util/audio_stream.cpp | 3 +++ src/util/audio_stream.h | 3 +++ src/util/cd_image.cpp | 3 +++ src/util/cd_image.h | 3 +++ src/util/cd_image_bin.cpp | 3 +++ src/util/cd_image_chd.cpp | 3 +++ src/util/cd_image_cue.cpp | 3 +++ src/util/cd_image_device.cpp | 3 +++ src/util/cd_image_ecm.cpp | 3 +++ src/util/cd_image_hasher.cpp | 3 +++ src/util/cd_image_hasher.h | 3 +++ src/util/cd_image_m3u.cpp | 3 +++ src/util/cd_image_mds.cpp | 3 +++ src/util/cd_image_memory.cpp | 3 +++ src/util/cd_image_pbp.cpp | 3 +++ src/util/cd_image_ppf.cpp | 3 +++ src/util/cd_subchannel_replacement.cpp | 3 +++ src/util/cd_subchannel_replacement.h | 3 +++ src/util/cd_xa.cpp | 3 +++ src/util/cd_xa.h | 3 +++ src/util/cue_parser.cpp | 3 +++ src/util/cue_parser.h | 3 +++ src/util/ini_settings_interface.cpp | 3 +++ src/util/ini_settings_interface.h | 3 +++ src/util/iso_reader.cpp | 3 +++ src/util/iso_reader.h | 3 +++ src/util/jit_code_buffer.cpp | 3 +++ src/util/jit_code_buffer.h | 3 +++ src/util/memory_arena.cpp | 3 +++ src/util/memory_arena.h | 3 +++ src/util/page_fault_handler.cpp | 3 +++ src/util/page_fault_handler.h | 3 +++ src/util/pbp_types.h | 3 +++ src/util/state_wrapper.cpp | 3 +++ src/util/state_wrapper.h | 3 +++ src/util/wav_writer.cpp | 3 +++ src/util/wav_writer.h | 3 +++ 458 files changed, 1360 insertions(+), 36 deletions(-) diff --git a/src/common-tests/bitutils_tests.cpp b/src/common-tests/bitutils_tests.cpp index 3c036bc69..6fee8e2fc 100644 --- a/src/common-tests/bitutils_tests.cpp +++ b/src/common-tests/bitutils_tests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/bitutils.h" #include "gtest/gtest.h" #include diff --git a/src/common-tests/file_system_tests.cpp b/src/common-tests/file_system_tests.cpp index ce997418a..31920de6a 100644 --- a/src/common-tests/file_system_tests.cpp +++ b/src/common-tests/file_system_tests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/file_system.h" #include diff --git a/src/common-tests/path_tests.cpp b/src/common-tests/path_tests.cpp index 154c03f11..d85e94aee 100644 --- a/src/common-tests/path_tests.cpp +++ b/src/common-tests/path_tests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/path.h" #include "common/types.h" #include diff --git a/src/common-tests/rectangle_tests.cpp b/src/common-tests/rectangle_tests.cpp index 3d4990a95..75a9ff590 100644 --- a/src/common-tests/rectangle_tests.cpp +++ b/src/common-tests/rectangle_tests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/rectangle.h" #include diff --git a/src/common/align.h b/src/common/align.h index 9708b0249..0aa5faf4b 100644 --- a/src/common/align.h +++ b/src/common/align.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once namespace Common { diff --git a/src/common/assert.cpp b/src/common/assert.cpp index 0c049d2ee..9a959b315 100644 --- a/src/common/assert.cpp +++ b/src/common/assert.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "assert.h" #include #include diff --git a/src/common/assert.h b/src/common/assert.h index 3608050a8..51589d0fb 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once void Y_OnAssertFailed(const char* szMessage, const char* szFunction, const char* szFile, unsigned uLine); diff --git a/src/common/bitfield.h b/src/common/bitfield.h index fe1449fe6..972f10c57 100644 --- a/src/common/bitfield.h +++ b/src/common/bitfield.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/bitutils.h b/src/common/bitutils.h index 12c1d211b..b7f96a395 100644 --- a/src/common/bitutils.h +++ b/src/common/bitutils.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/common/byte_stream.cpp b/src/common/byte_stream.cpp index 9d1b22093..1256ce986 100644 --- a/src/common/byte_stream.cpp +++ b/src/common/byte_stream.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "byte_stream.h" #include "assert.h" #include "file_system.h" diff --git a/src/common/byte_stream.h b/src/common/byte_stream.h index 6061ada43..125888d0e 100644 --- a/src/common/byte_stream.h +++ b/src/common/byte_stream.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 50773b429..5f7250afa 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -59,7 +59,6 @@ - diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index 30df8cc14..a89b94d0a 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -84,7 +84,6 @@ - diff --git a/src/common/crash_handler.cpp b/src/common/crash_handler.cpp index 35e3d27d4..6af87d824 100644 --- a/src/common/crash_handler.cpp +++ b/src/common/crash_handler.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "crash_handler.h" #include "file_system.h" #include "string_util.h" diff --git a/src/common/crash_handler.h b/src/common/crash_handler.h index a5fdad3c7..214011179 100644 --- a/src/common/crash_handler.h +++ b/src/common/crash_handler.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "types.h" #include diff --git a/src/common/d3d11/shader_cache.cpp b/src/common/d3d11/shader_cache.cpp index 1b77c8a62..b1c9b5c0e 100644 --- a/src/common/d3d11/shader_cache.cpp +++ b/src/common/d3d11/shader_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_cache.h" #include "../file_system.h" #include "../log.h" diff --git a/src/common/d3d11/shader_cache.h b/src/common/d3d11/shader_cache.h index 3b24ffe0c..a608cda7a 100644 --- a/src/common/d3d11/shader_cache.h +++ b/src/common/d3d11/shader_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../hash_combine.h" #include "../types.h" diff --git a/src/common/d3d11/shader_compiler.cpp b/src/common/d3d11/shader_compiler.cpp index 3f225b39a..197361064 100644 --- a/src/common/d3d11/shader_compiler.cpp +++ b/src/common/d3d11/shader_compiler.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_compiler.h" #include "../log.h" #include "../string_util.h" diff --git a/src/common/d3d11/shader_compiler.h b/src/common/d3d11/shader_compiler.h index f5e23dafc..176c45158 100644 --- a/src/common/d3d11/shader_compiler.h +++ b/src/common/d3d11/shader_compiler.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../windows_headers.h" #include diff --git a/src/common/d3d11/stream_buffer.cpp b/src/common/d3d11/stream_buffer.cpp index 38fbc4221..ad39eb95f 100644 --- a/src/common/d3d11/stream_buffer.cpp +++ b/src/common/d3d11/stream_buffer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "stream_buffer.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/d3d11/stream_buffer.h b/src/common/d3d11/stream_buffer.h index 2e46f1862..aac81b93b 100644 --- a/src/common/d3d11/stream_buffer.h +++ b/src/common/d3d11/stream_buffer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "../windows_headers.h" diff --git a/src/common/d3d11/texture.cpp b/src/common/d3d11/texture.cpp index f68347958..df2d3f599 100644 --- a/src/common/d3d11/texture.cpp +++ b/src/common/d3d11/texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "texture.h" #include "../log.h" #include diff --git a/src/common/d3d11/texture.h b/src/common/d3d11/texture.h index 8c5d602f7..6060387af 100644 --- a/src/common/d3d11/texture.h +++ b/src/common/d3d11/texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../gpu_texture.h" #include "../windows_headers.h" diff --git a/src/common/d3d12/context.cpp b/src/common/d3d12/context.cpp index 619976e0b..186b1b30b 100644 --- a/src/common/d3d12/context.cpp +++ b/src/common/d3d12/context.cpp @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #include "context.h" #include "../assert.h" diff --git a/src/common/d3d12/context.h b/src/common/d3d12/context.h index aeb562c41..8bdc8e99b 100644 --- a/src/common/d3d12/context.h +++ b/src/common/d3d12/context.h @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #pragma once diff --git a/src/common/d3d12/descriptor_heap_manager.cpp b/src/common/d3d12/descriptor_heap_manager.cpp index 5fbe7d78f..972521ba0 100644 --- a/src/common/d3d12/descriptor_heap_manager.cpp +++ b/src/common/d3d12/descriptor_heap_manager.cpp @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #include "descriptor_heap_manager.h" #include "../assert.h" diff --git a/src/common/d3d12/descriptor_heap_manager.h b/src/common/d3d12/descriptor_heap_manager.h index 8cd80c98f..c5ad8267b 100644 --- a/src/common/d3d12/descriptor_heap_manager.h +++ b/src/common/d3d12/descriptor_heap_manager.h @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #pragma once diff --git a/src/common/d3d12/shader_cache.cpp b/src/common/d3d12/shader_cache.cpp index 3049fd8ce..ce3f878e7 100644 --- a/src/common/d3d12/shader_cache.cpp +++ b/src/common/d3d12/shader_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_cache.h" #include "../d3d11/shader_compiler.h" #include "../file_system.h" diff --git a/src/common/d3d12/shader_cache.h b/src/common/d3d12/shader_cache.h index 55ddd6f1b..b5c2e6b1d 100644 --- a/src/common/d3d12/shader_cache.h +++ b/src/common/d3d12/shader_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../hash_combine.h" #include "../types.h" diff --git a/src/common/d3d12/staging_texture.cpp b/src/common/d3d12/staging_texture.cpp index 649049897..76e6ffeb3 100644 --- a/src/common/d3d12/staging_texture.cpp +++ b/src/common/d3d12/staging_texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "staging_texture.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/d3d12/staging_texture.h b/src/common/d3d12/staging_texture.h index 22bc0ba47..2d97954b4 100644 --- a/src/common/d3d12/staging_texture.h +++ b/src/common/d3d12/staging_texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "../windows_headers.h" diff --git a/src/common/d3d12/stream_buffer.cpp b/src/common/d3d12/stream_buffer.cpp index 0812c3dae..18b82f013 100644 --- a/src/common/d3d12/stream_buffer.cpp +++ b/src/common/d3d12/stream_buffer.cpp @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #include "stream_buffer.h" #include "../align.h" diff --git a/src/common/d3d12/stream_buffer.h b/src/common/d3d12/stream_buffer.h index 26fce2638..1655f6a30 100644 --- a/src/common/d3d12/stream_buffer.h +++ b/src/common/d3d12/stream_buffer.h @@ -1,6 +1,6 @@ -// Copyright 2019 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) +// Parts originally from Dolphin Emulator, also written by myself. #pragma once diff --git a/src/common/d3d12/texture.cpp b/src/common/d3d12/texture.cpp index a9b7bb4a4..cfa19cdd2 100644 --- a/src/common/d3d12/texture.cpp +++ b/src/common/d3d12/texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "texture.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/d3d12/texture.h b/src/common/d3d12/texture.h index ec47f15b1..d43078469 100644 --- a/src/common/d3d12/texture.h +++ b/src/common/d3d12/texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../gpu_texture.h" #include "../windows_headers.h" diff --git a/src/common/d3d12/util.cpp b/src/common/d3d12/util.cpp index 9d51ad317..5b74a7c24 100644 --- a/src/common/d3d12/util.cpp +++ b/src/common/d3d12/util.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "util.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/d3d12/util.h b/src/common/d3d12/util.h index a91960d27..17c005c7e 100644 --- a/src/common/d3d12/util.h +++ b/src/common/d3d12/util.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "../windows_headers.h" diff --git a/src/common/easing.h b/src/common/easing.h index ae3812a03..a9fba4904 100644 --- a/src/common/easing.h +++ b/src/common/easing.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/error.cpp b/src/common/error.cpp index 56af691fe..a789ea3c9 100644 --- a/src/common/error.cpp +++ b/src/common/error.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "error.h" #include #include diff --git a/src/common/error.h b/src/common/error.h index 1819dedae..d41a8a0cb 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "string.h" #include "types.h" diff --git a/src/common/fifo_queue.h b/src/common/fifo_queue.h index 609a256d4..6989b4f39 100644 --- a/src/common/fifo_queue.h +++ b/src/common/fifo_queue.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "assert.h" #include "types.h" diff --git a/src/common/file_system.cpp b/src/common/file_system.cpp index 213fc2c11..cd1168a69 100644 --- a/src/common/file_system.cpp +++ b/src/common/file_system.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "file_system.h" #include "assert.h" #include "log.h" diff --git a/src/common/file_system.h b/src/common/file_system.h index 2d7974623..d68dd2597 100644 --- a/src/common/file_system.h +++ b/src/common/file_system.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/gl/context.cpp b/src/common/gl/context.cpp index 961a01f8e..a6d2c926d 100644 --- a/src/common/gl/context.cpp +++ b/src/common/gl/context.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context.h" #include "../log.h" #include "loader.h" diff --git a/src/common/gl/context.h b/src/common/gl/context.h index 905cd5d41..f24478658 100644 --- a/src/common/gl/context.h +++ b/src/common/gl/context.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "../window_info.h" diff --git a/src/common/gl/context_agl.h b/src/common/gl/context_agl.h index 459bf2fd9..2fb502e0a 100644 --- a/src/common/gl/context_agl.h +++ b/src/common/gl/context_agl.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context.h" #include "loader.h" diff --git a/src/common/gl/context_agl.mm b/src/common/gl/context_agl.mm index 95632f9f9..ec6b729c1 100644 --- a/src/common/gl/context_agl.mm +++ b/src/common/gl/context_agl.mm @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_agl.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/context_egl.cpp b/src/common/gl/context_egl.cpp index b503a32b4..db321edde 100644 --- a/src/common/gl/context_egl.cpp +++ b/src/common/gl/context_egl.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/context_egl.h b/src/common/gl/context_egl.h index 79dc6b049..8d7e99396 100644 --- a/src/common/gl/context_egl.h +++ b/src/common/gl/context_egl.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context.h" #include "glad_egl.h" diff --git a/src/common/gl/context_egl_android.cpp b/src/common/gl/context_egl_android.cpp index daf7b23cb..6ca861f52 100644 --- a/src/common/gl/context_egl_android.cpp +++ b/src/common/gl/context_egl_android.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl_android.h" #include "../log.h" #include diff --git a/src/common/gl/context_egl_android.h b/src/common/gl/context_egl_android.h index 1b2de02eb..c8241e8ea 100644 --- a/src/common/gl/context_egl_android.h +++ b/src/common/gl/context_egl_android.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context_egl.h" diff --git a/src/common/gl/context_egl_fbdev.cpp b/src/common/gl/context_egl_fbdev.cpp index 26e106f6f..b69fc58bc 100644 --- a/src/common/gl/context_egl_fbdev.cpp +++ b/src/common/gl/context_egl_fbdev.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl_fbdev.h" namespace GL { diff --git a/src/common/gl/context_egl_fbdev.h b/src/common/gl/context_egl_fbdev.h index a0178700b..35f5b8cf4 100644 --- a/src/common/gl/context_egl_fbdev.h +++ b/src/common/gl/context_egl_fbdev.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context_egl.h" diff --git a/src/common/gl/context_egl_gbm.cpp b/src/common/gl/context_egl_gbm.cpp index 2c67581c9..2f8c7de70 100644 --- a/src/common/gl/context_egl_gbm.cpp +++ b/src/common/gl/context_egl_gbm.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl_gbm.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/context_egl_gbm.h b/src/common/gl/context_egl_gbm.h index 4cde5f69f..0bc0d8aef 100644 --- a/src/common/gl/context_egl_gbm.h +++ b/src/common/gl/context_egl_gbm.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../drm_display.h" #include "context_egl.h" diff --git a/src/common/gl/context_egl_wayland.cpp b/src/common/gl/context_egl_wayland.cpp index 16532e8b1..19a50ae96 100644 --- a/src/common/gl/context_egl_wayland.cpp +++ b/src/common/gl/context_egl_wayland.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl_wayland.h" #include "../log.h" #include diff --git a/src/common/gl/context_egl_wayland.h b/src/common/gl/context_egl_wayland.h index 4682f4244..8c034755e 100644 --- a/src/common/gl/context_egl_wayland.h +++ b/src/common/gl/context_egl_wayland.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context_egl.h" #include diff --git a/src/common/gl/context_egl_x11.cpp b/src/common/gl/context_egl_x11.cpp index c7310e312..18542b310 100644 --- a/src/common/gl/context_egl_x11.cpp +++ b/src/common/gl/context_egl_x11.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_egl_x11.h" #include "../log.h" Log_SetChannel(GL::ContextEGLX11); diff --git a/src/common/gl/context_egl_x11.h b/src/common/gl/context_egl_x11.h index 7def8bfbc..486a3bc1f 100644 --- a/src/common/gl/context_egl_x11.h +++ b/src/common/gl/context_egl_x11.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context_egl.h" #include "x11_window.h" diff --git a/src/common/gl/context_glx.cpp b/src/common/gl/context_glx.cpp index 08b4c8694..29b2564dd 100644 --- a/src/common/gl/context_glx.cpp +++ b/src/common/gl/context_glx.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_glx.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/context_glx.h b/src/common/gl/context_glx.h index 35b89b072..b28f984a7 100644 --- a/src/common/gl/context_glx.h +++ b/src/common/gl/context_glx.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "context.h" #include "glad_glx.h" diff --git a/src/common/gl/context_wgl.cpp b/src/common/gl/context_wgl.cpp index c64d74323..6a05269e8 100644 --- a/src/common/gl/context_wgl.cpp +++ b/src/common/gl/context_wgl.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context_wgl.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/context_wgl.h b/src/common/gl/context_wgl.h index a48b99af1..b4692bd96 100644 --- a/src/common/gl/context_wgl.h +++ b/src/common/gl/context_wgl.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../windows_headers.h" diff --git a/src/common/gl/loader.h b/src/common/gl/loader.h index f355bbd41..c7f1479ea 100644 --- a/src/common/gl/loader.h +++ b/src/common/gl/loader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once // Fix glad.h including windows.h diff --git a/src/common/gl/program.cpp b/src/common/gl/program.cpp index 8c0d00c41..756b1dc48 100644 --- a/src/common/gl/program.cpp +++ b/src/common/gl/program.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "program.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/program.h b/src/common/gl/program.h index 4ee9cf651..8cff51f37 100644 --- a/src/common/gl/program.h +++ b/src/common/gl/program.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "loader.h" diff --git a/src/common/gl/shader_cache.cpp b/src/common/gl/shader_cache.cpp index f64055204..25d4f89b5 100644 --- a/src/common/gl/shader_cache.cpp +++ b/src/common/gl/shader_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_cache.h" #include "../file_system.h" #include "../log.h" diff --git a/src/common/gl/shader_cache.h b/src/common/gl/shader_cache.h index 28fc8f367..b89d5f0cb 100644 --- a/src/common/gl/shader_cache.h +++ b/src/common/gl/shader_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../hash_combine.h" #include "../types.h" diff --git a/src/common/gl/stream_buffer.cpp b/src/common/gl/stream_buffer.cpp index 9d5629fb2..a50930cb3 100644 --- a/src/common/gl/stream_buffer.cpp +++ b/src/common/gl/stream_buffer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "stream_buffer.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/gl/stream_buffer.h b/src/common/gl/stream_buffer.h index 4b97bf2cb..c7a35e0d6 100644 --- a/src/common/gl/stream_buffer.h +++ b/src/common/gl/stream_buffer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "loader.h" diff --git a/src/common/gl/texture.cpp b/src/common/gl/texture.cpp index 9a0034073..9af644fb1 100644 --- a/src/common/gl/texture.cpp +++ b/src/common/gl/texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "texture.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/texture.h b/src/common/gl/texture.h index 2979ec2a3..5aa71be2d 100644 --- a/src/common/gl/texture.h +++ b/src/common/gl/texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../gpu_texture.h" #include "loader.h" diff --git a/src/common/gl/x11_window.cpp b/src/common/gl/x11_window.cpp index d62273a8e..016c80cf2 100644 --- a/src/common/gl/x11_window.cpp +++ b/src/common/gl/x11_window.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "x11_window.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/gl/x11_window.h b/src/common/gl/x11_window.h index 4752980d3..0aa9e9d6d 100644 --- a/src/common/gl/x11_window.h +++ b/src/common/gl/x11_window.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include diff --git a/src/common/gpu_texture.cpp b/src/common/gpu_texture.cpp index 5eb4a3688..7744ff8b9 100644 --- a/src/common/gpu_texture.cpp +++ b/src/common/gpu_texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_texture.h" #include "log.h" #include "string_util.h" diff --git a/src/common/gpu_texture.h b/src/common/gpu_texture.h index 3ae3a6dcd..c63ab3301 100644 --- a/src/common/gpu_texture.h +++ b/src/common/gpu_texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/heap_array.h b/src/common/heap_array.h index bf4a9a2d9..900611bc2 100644 --- a/src/common/heap_array.h +++ b/src/common/heap_array.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/common/heterogeneous_containers.h b/src/common/heterogeneous_containers.h index c6637786d..8f7a3a9d7 100644 --- a/src/common/heterogeneous_containers.h +++ b/src/common/heterogeneous_containers.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + /** * Provides a map template which doesn't require heap allocations for lookups. */ diff --git a/src/common/http_downloader.cpp b/src/common/http_downloader.cpp index 2dde604c6..9180b20b1 100644 --- a/src/common/http_downloader.cpp +++ b/src/common/http_downloader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "http_downloader.h" #include "assert.h" #include "log.h" diff --git a/src/common/http_downloader.h b/src/common/http_downloader.h index dce780c18..8da450cc3 100644 --- a/src/common/http_downloader.h +++ b/src/common/http_downloader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/common/http_downloader_winhttp.cpp b/src/common/http_downloader_winhttp.cpp index 935e912c3..b15992e49 100644 --- a/src/common/http_downloader_winhttp.cpp +++ b/src/common/http_downloader_winhttp.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "http_downloader_winhttp.h" #include "assert.h" #include "log.h" diff --git a/src/common/http_downloader_winhttp.h b/src/common/http_downloader_winhttp.h index 8fda82232..603fc0e10 100644 --- a/src/common/http_downloader_winhttp.h +++ b/src/common/http_downloader_winhttp.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "http_downloader.h" diff --git a/src/common/image.cpp b/src/common/image.cpp index 0a8a6eebd..674fe1599 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "image.h" #include "byte_stream.h" #include "file_system.h" diff --git a/src/common/image.h b/src/common/image.h index 0167d2058..c7c02d188 100644 --- a/src/common/image.h +++ b/src/common/image.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "assert.h" #include "types.h" diff --git a/src/common/layered_settings_interface.cpp b/src/common/layered_settings_interface.cpp index 922db3f82..6ce655d28 100644 --- a/src/common/layered_settings_interface.cpp +++ b/src/common/layered_settings_interface.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "layered_settings_interface.h" #include "common/assert.h" diff --git a/src/common/layered_settings_interface.h b/src/common/layered_settings_interface.h index 982871048..b94d15fe6 100644 --- a/src/common/layered_settings_interface.h +++ b/src/common/layered_settings_interface.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "settings_interface.h" #include diff --git a/src/common/log.cpp b/src/common/log.cpp index a28118257..105e88a26 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "log.h" #include "assert.h" #include "file_system.h" diff --git a/src/common/log.h b/src/common/log.h index 132b65d36..49179a923 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/lru_cache.h b/src/common/lru_cache.h index 63fa6a9b2..0e9d96fa3 100644 --- a/src/common/lru_cache.h +++ b/src/common/lru_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "heterogeneous_containers.h" #include diff --git a/src/common/make_array.h b/src/common/make_array.h index 989c5ebb0..f64879f28 100644 --- a/src/common/make_array.h +++ b/src/common/make_array.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/common/md5_digest.cpp b/src/common/md5_digest.cpp index 4a2aea540..b0c877a97 100644 --- a/src/common/md5_digest.cpp +++ b/src/common/md5_digest.cpp @@ -1,5 +1,8 @@ #include "md5_digest.h" +// based heavily on this implementation: +// http://www.fourmilab.ch/md5/ + #ifndef HIGHFIRST #define byteReverse(buf, len) /* Nothing */ #else diff --git a/src/common/md5_digest.h b/src/common/md5_digest.h index 3ff5a473f..d401a97a4 100644 --- a/src/common/md5_digest.h +++ b/src/common/md5_digest.h @@ -1,9 +1,9 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" -// based heavily on this implementation: -// http://www.fourmilab.ch/md5/ - class MD5Digest { public: diff --git a/src/common/memory_settings_interface.cpp b/src/common/memory_settings_interface.cpp index 586c00bf5..05a19c98a 100644 --- a/src/common/memory_settings_interface.cpp +++ b/src/common/memory_settings_interface.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memory_settings_interface.h" #include "common/assert.h" #include "common/string_util.h" diff --git a/src/common/memory_settings_interface.h b/src/common/memory_settings_interface.h index 787fb794e..49fe3e117 100644 --- a/src/common/memory_settings_interface.h +++ b/src/common/memory_settings_interface.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "heterogeneous_containers.h" #include "settings_interface.h" diff --git a/src/common/minizip_helpers.cpp b/src/common/minizip_helpers.cpp index ffa885d79..f093fbba1 100644 --- a/src/common/minizip_helpers.cpp +++ b/src/common/minizip_helpers.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "minizip_helpers.h" #include "file_system.h" #include "ioapi.h" diff --git a/src/common/minizip_helpers.h b/src/common/minizip_helpers.h index 15a78b02b..a010bea76 100644 --- a/src/common/minizip_helpers.h +++ b/src/common/minizip_helpers.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "unzip.h" diff --git a/src/common/path.h b/src/common/path.h index d09d85998..7c03c1ad1 100644 --- a/src/common/path.h +++ b/src/common/path.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/common/platform.h b/src/common/platform.h index 45757c766..40e2d0a34 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #if defined(_MSC_VER) diff --git a/src/common/progress_callback.cpp b/src/common/progress_callback.cpp index 88178a1e1..b63b10c99 100644 --- a/src/common/progress_callback.cpp +++ b/src/common/progress_callback.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "progress_callback.h" #include "assert.h" #include "byte_stream.h" diff --git a/src/common/progress_callback.h b/src/common/progress_callback.h index 65fb80581..2ce1951c3 100644 --- a/src/common/progress_callback.h +++ b/src/common/progress_callback.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "string.h" #include "types.h" diff --git a/src/common/rectangle.h b/src/common/rectangle.h index bd2689569..828c59e2e 100644 --- a/src/common/rectangle.h +++ b/src/common/rectangle.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/common/scoped_guard.h b/src/common/scoped_guard.h index a82242786..dc2f813a2 100644 --- a/src/common/scoped_guard.h +++ b/src/common/scoped_guard.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/settings_interface.h b/src/common/settings_interface.h index 80fab415a..591979a91 100644 --- a/src/common/settings_interface.h +++ b/src/common/settings_interface.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/common/sha1_digest.h b/src/common/sha1_digest.h index a1ce01a89..b9c84afd4 100644 --- a/src/common/sha1_digest.h +++ b/src/common/sha1_digest.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/string.cpp b/src/common/string.cpp index ecc2c8c33..dc7593586 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "string.h" #include "assert.h" #include diff --git a/src/common/string.h b/src/common/string.h index 6322ab7ed..10add5ad5 100644 --- a/src/common/string.h +++ b/src/common/string.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "fmt/core.h" #include "types.h" diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp index 6d1749ea8..25964092a 100644 --- a/src/common/string_util.cpp +++ b/src/common/string_util.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "string_util.h" #include #include diff --git a/src/common/string_util.h b/src/common/string_util.h index 39903efa3..18202eb3d 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/common/threading.cpp b/src/common/threading.cpp index ab6ae79eb..62c8bfa7b 100644 --- a/src/common/threading.cpp +++ b/src/common/threading.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "threading.h" #include "assert.h" #include diff --git a/src/common/threading.h b/src/common/threading.h index 62094fe0d..49686bc36 100644 --- a/src/common/threading.h +++ b/src/common/threading.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/common/timer.cpp b/src/common/timer.cpp index 73805b787..e1dfceeef 100644 --- a/src/common/timer.cpp +++ b/src/common/timer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "timer.h" #include "types.h" #include diff --git a/src/common/timer.h b/src/common/timer.h index 45e31df1b..7b67d6a75 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/common/types.h b/src/common/types.h index e65f7e161..7b182afa1 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/common/vulkan/builders.cpp b/src/common/vulkan/builders.cpp index 3d7baae0e..4efc5d001 100644 --- a/src/common/vulkan/builders.cpp +++ b/src/common/vulkan/builders.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "builders.h" #include "../assert.h" #include "util.h" diff --git a/src/common/vulkan/builders.h b/src/common/vulkan/builders.h index 0a5f7528c..b2f6642d6 100644 --- a/src/common/vulkan/builders.h +++ b/src/common/vulkan/builders.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" #include "loader.h" diff --git a/src/common/vulkan/context.cpp b/src/common/vulkan/context.cpp index 4b87fd5f6..0e0fddf68 100644 --- a/src/common/vulkan/context.cpp +++ b/src/common/vulkan/context.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "context.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/vulkan/context.h b/src/common/vulkan/context.h index 6a802fc6e..0ca273188 100644 --- a/src/common/vulkan/context.h +++ b/src/common/vulkan/context.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" diff --git a/src/common/vulkan/entry_points.h b/src/common/vulkan/entry_points.h index 5bf62eb69..df2921763 100644 --- a/src/common/vulkan/entry_points.h +++ b/src/common/vulkan/entry_points.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #ifdef __cplusplus diff --git a/src/common/vulkan/entry_points.inl b/src/common/vulkan/entry_points.inl index 10abd353c..52294f812 100644 --- a/src/common/vulkan/entry_points.inl +++ b/src/common/vulkan/entry_points.inl @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + // Expands the VULKAN_ENTRY_POINT macro for each function when this file is included. // Parameters: Function name, is required // VULKAN_MODULE_ENTRY_POINT is for functions in vulkan-1.dll diff --git a/src/common/vulkan/loader.cpp b/src/common/vulkan/loader.cpp index 54967c9d7..10718f202 100644 --- a/src/common/vulkan/loader.cpp +++ b/src/common/vulkan/loader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include #include #include diff --git a/src/common/vulkan/loader.h b/src/common/vulkan/loader.h index 8b437231f..c6a6b4acd 100644 --- a/src/common/vulkan/loader.h +++ b/src/common/vulkan/loader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #define VK_NO_PROTOTYPES diff --git a/src/common/vulkan/shader_cache.cpp b/src/common/vulkan/shader_cache.cpp index 786f03000..2ba6d8030 100644 --- a/src/common/vulkan/shader_cache.cpp +++ b/src/common/vulkan/shader_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_cache.h" #include "../assert.h" #include "../file_system.h" diff --git a/src/common/vulkan/shader_cache.h b/src/common/vulkan/shader_cache.h index 99f606d72..8504b781e 100644 --- a/src/common/vulkan/shader_cache.h +++ b/src/common/vulkan/shader_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../hash_combine.h" #include "../types.h" diff --git a/src/common/vulkan/shader_compiler.cpp b/src/common/vulkan/shader_compiler.cpp index 4efa431ef..664cb96b7 100644 --- a/src/common/vulkan/shader_compiler.cpp +++ b/src/common/vulkan/shader_compiler.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shader_compiler.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/vulkan/shader_compiler.h b/src/common/vulkan/shader_compiler.h index 08ffd0e29..8537a63ea 100644 --- a/src/common/vulkan/shader_compiler.h +++ b/src/common/vulkan/shader_compiler.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" diff --git a/src/common/vulkan/stream_buffer.cpp b/src/common/vulkan/stream_buffer.cpp index ca2815477..387ab1f44 100644 --- a/src/common/vulkan/stream_buffer.cpp +++ b/src/common/vulkan/stream_buffer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "stream_buffer.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/vulkan/stream_buffer.h b/src/common/vulkan/stream_buffer.h index c9f259cea..cdff9a7b4 100644 --- a/src/common/vulkan/stream_buffer.h +++ b/src/common/vulkan/stream_buffer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" diff --git a/src/common/vulkan/swap_chain.cpp b/src/common/vulkan/swap_chain.cpp index 0cdb7c033..06b2eb1f5 100644 --- a/src/common/vulkan/swap_chain.cpp +++ b/src/common/vulkan/swap_chain.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "swap_chain.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/vulkan/swap_chain.h b/src/common/vulkan/swap_chain.h index 2297539b1..c7ef1c99e 100644 --- a/src/common/vulkan/swap_chain.h +++ b/src/common/vulkan/swap_chain.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../types.h" diff --git a/src/common/vulkan/texture.cpp b/src/common/vulkan/texture.cpp index 2419380f0..59166ee92 100644 --- a/src/common/vulkan/texture.cpp +++ b/src/common/vulkan/texture.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "texture.h" #include "../align.h" #include "../assert.h" diff --git a/src/common/vulkan/texture.h b/src/common/vulkan/texture.h index 8aea75e77..c8daedd4b 100644 --- a/src/common/vulkan/texture.h +++ b/src/common/vulkan/texture.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../gpu_texture.h" #include "loader.h" diff --git a/src/common/vulkan/util.cpp b/src/common/vulkan/util.cpp index 90484ea89..22995981a 100644 --- a/src/common/vulkan/util.cpp +++ b/src/common/vulkan/util.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "util.h" #include "../assert.h" #include "../log.h" diff --git a/src/common/vulkan/util.h b/src/common/vulkan/util.h index 7e2c1d68c..7a0f0c66b 100644 --- a/src/common/vulkan/util.h +++ b/src/common/vulkan/util.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "../string.h" diff --git a/src/common/win32_progress_callback.cpp b/src/common/win32_progress_callback.cpp index 0d580f247..264da5334 100644 --- a/src/common/win32_progress_callback.cpp +++ b/src/common/win32_progress_callback.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "win32_progress_callback.h" #include "common/log.h" #include diff --git a/src/common/win32_progress_callback.h b/src/common/win32_progress_callback.h index ffb046ff5..6cf6bd0b4 100644 --- a/src/common/win32_progress_callback.h +++ b/src/common/win32_progress_callback.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" #include "windows_headers.h" diff --git a/src/common/window_info.cpp b/src/common/window_info.cpp index 961638fc8..f2e4f0b1c 100644 --- a/src/common/window_info.cpp +++ b/src/common/window_info.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "window_info.h" #include "common/log.h" Log_SetChannel(WindowInfo); diff --git a/src/common/window_info.h b/src/common/window_info.h index 11216a432..9fff80f4e 100644 --- a/src/common/window_info.h +++ b/src/common/window_info.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/common/windows_headers.h b/src/common/windows_headers.h index 6ff6ed307..1830d22b4 100644 --- a/src/common/windows_headers.h +++ b/src/common/windows_headers.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #ifndef WIN32_LEAN_AND_MEAN diff --git a/src/core/achievements.h b/src/core/achievements.h index d8c0df51f..8e121416e 100644 --- a/src/core/achievements.h +++ b/src/core/achievements.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/core/analog_controller.cpp b/src/core/analog_controller.cpp index efbb023c9..3b4b1769a 100644 --- a/src/core/analog_controller.cpp +++ b/src/core/analog_controller.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "analog_controller.h" #include "IconsFontAwesome5.h" #include "common/log.h" diff --git a/src/core/analog_controller.h b/src/core/analog_controller.h index 404cc6194..6e1e843a7 100644 --- a/src/core/analog_controller.h +++ b/src/core/analog_controller.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/analog_joystick.cpp b/src/core/analog_joystick.cpp index 4a87cfbee..46a0ad917 100644 --- a/src/core/analog_joystick.cpp +++ b/src/core/analog_joystick.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "analog_joystick.h" #include "common/log.h" #include "common/string_util.h" diff --git a/src/core/analog_joystick.h b/src/core/analog_joystick.h index d45145070..5a80550a4 100644 --- a/src/core/analog_joystick.h +++ b/src/core/analog_joystick.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/bios.cpp b/src/core/bios.cpp index b02aa8e4e..193592ffc 100644 --- a/src/core/bios.cpp +++ b/src/core/bios.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "bios.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/core/bios.h b/src/core/bios.h index 3eb83cf54..cf79af725 100644 --- a/src/core/bios.h +++ b/src/core/bios.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin . +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/core/bus.cpp b/src/core/bus.cpp index 48689742b..3772a6bc8 100644 --- a/src/core/bus.cpp +++ b/src/core/bus.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "bus.h" #include "cdrom.h" #include "common/align.h" diff --git a/src/core/bus.h b/src/core/bus.h index 636c09d81..aa55922e5 100644 --- a/src/core/bus.h +++ b/src/core/bus.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "util/memory_arena.h" diff --git a/src/core/cdrom.cpp b/src/core/cdrom.cpp index 2cf98324c..42645ea95 100644 --- a/src/core/cdrom.cpp +++ b/src/core/cdrom.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cdrom.h" #include "common/align.h" #include "common/file_system.h" diff --git a/src/core/cdrom.h b/src/core/cdrom.h index 497251ae8..30835c514 100644 --- a/src/core/cdrom.h +++ b/src/core/cdrom.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "cdrom_async_reader.h" #include "common/bitfield.h" diff --git a/src/core/cdrom_async_reader.cpp b/src/core/cdrom_async_reader.cpp index 8e5880acc..4fa90ba60 100644 --- a/src/core/cdrom_async_reader.cpp +++ b/src/core/cdrom_async_reader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cdrom_async_reader.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/cdrom_async_reader.h b/src/core/cdrom_async_reader.h index 89f44c604..608d13e06 100644 --- a/src/core/cdrom_async_reader.h +++ b/src/core/cdrom_async_reader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "util/cd_image.h" #include "types.h" diff --git a/src/core/cheats.cpp b/src/core/cheats.cpp index 8822702bf..e922846e4 100644 --- a/src/core/cheats.cpp +++ b/src/core/cheats.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cheats.h" #include "bus.h" #include "common/assert.h" diff --git a/src/core/cheats.h b/src/core/cheats.h index c1761ffcb..78734522f 100644 --- a/src/core/cheats.h +++ b/src/core/cheats.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "types.h" diff --git a/src/core/controller.cpp b/src/core/controller.cpp index 7f00c5fb8..cc25cd0cf 100644 --- a/src/core/controller.cpp +++ b/src/core/controller.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "controller.h" #include "analog_controller.h" #include "analog_joystick.h" diff --git a/src/core/controller.h b/src/core/controller.h index 5d375d84e..dbc04441b 100644 --- a/src/core/controller.h +++ b/src/core/controller.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/image.h" #include "settings.h" diff --git a/src/core/cpu_code_cache.cpp b/src/core/cpu_code_cache.cpp index 7b5847613..b25342663 100644 --- a/src/core/cpu_code_cache.cpp +++ b/src/core/cpu_code_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_code_cache.h" #include "bus.h" #include "common/assert.h" diff --git a/src/core/cpu_code_cache.h b/src/core/cpu_code_cache.h index 221bee207..60e5c3232 100644 --- a/src/core/cpu_code_cache.h +++ b/src/core/cpu_code_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "bus.h" #include "common/bitfield.h" diff --git a/src/core/cpu_core.cpp b/src/core/cpu_core.cpp index ca29ae482..8603aebca 100644 --- a/src/core/cpu_core.cpp +++ b/src/core/cpu_core.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_core.h" #include "bus.h" #include "common/align.h" diff --git a/src/core/cpu_core.h b/src/core/cpu_core.h index 2be8482b5..36a0dc889 100644 --- a/src/core/cpu_core.h +++ b/src/core/cpu_core.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "cpu_types.h" diff --git a/src/core/cpu_core_private.h b/src/core/cpu_core_private.h index 1be1b13a7..eb5e4b97c 100644 --- a/src/core/cpu_core_private.h +++ b/src/core/cpu_core_private.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "bus.h" #include "cpu_core.h" diff --git a/src/core/cpu_disasm.cpp b/src/core/cpu_disasm.cpp index 6caacc409..dfeba641c 100644 --- a/src/core/cpu_disasm.cpp +++ b/src/core/cpu_disasm.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_disasm.h" #include "common/assert.h" #include "cpu_core.h" diff --git a/src/core/cpu_disasm.h b/src/core/cpu_disasm.h index e99d06601..d78a685a0 100644 --- a/src/core/cpu_disasm.h +++ b/src/core/cpu_disasm.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/string.h" #include "cpu_types.h" diff --git a/src/core/cpu_recompiler_code_generator.cpp b/src/core/cpu_recompiler_code_generator.cpp index b5afc3cd9..10c69c880 100644 --- a/src/core/cpu_recompiler_code_generator.cpp +++ b/src/core/cpu_recompiler_code_generator.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_recompiler_code_generator.h" #include "common/log.h" #include "cpu_core.h" diff --git a/src/core/cpu_recompiler_code_generator.h b/src/core/cpu_recompiler_code_generator.h index 99fd507d4..68126ea2e 100644 --- a/src/core/cpu_recompiler_code_generator.h +++ b/src/core/cpu_recompiler_code_generator.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/core/cpu_recompiler_code_generator_aarch32.cpp b/src/core/cpu_recompiler_code_generator_aarch32.cpp index 13931cbda..1631498a9 100644 --- a/src/core/cpu_recompiler_code_generator_aarch32.cpp +++ b/src/core/cpu_recompiler_code_generator_aarch32.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/align.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/cpu_recompiler_code_generator_aarch64.cpp b/src/core/cpu_recompiler_code_generator_aarch64.cpp index e58a79800..455616f3d 100644 --- a/src/core/cpu_recompiler_code_generator_aarch64.cpp +++ b/src/core/cpu_recompiler_code_generator_aarch64.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/align.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/cpu_recompiler_code_generator_generic.cpp b/src/core/cpu_recompiler_code_generator_generic.cpp index c1043905c..5177292b8 100644 --- a/src/core/cpu_recompiler_code_generator_generic.cpp +++ b/src/core/cpu_recompiler_code_generator_generic.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/log.h" #include "cpu_core.h" #include "cpu_core_private.h" diff --git a/src/core/cpu_recompiler_code_generator_x64.cpp b/src/core/cpu_recompiler_code_generator_x64.cpp index d3c3306c6..9239c9b4b 100644 --- a/src/core/cpu_recompiler_code_generator_x64.cpp +++ b/src/core/cpu_recompiler_code_generator_x64.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/align.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/cpu_recompiler_register_cache.cpp b/src/core/cpu_recompiler_register_cache.cpp index 8c089b917..d6ff9baec 100644 --- a/src/core/cpu_recompiler_register_cache.cpp +++ b/src/core/cpu_recompiler_register_cache.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_recompiler_register_cache.h" #include "common/log.h" #include "cpu_recompiler_code_generator.h" diff --git a/src/core/cpu_recompiler_register_cache.h b/src/core/cpu_recompiler_register_cache.h index 0492a4e5e..2fd064d64 100644 --- a/src/core/cpu_recompiler_register_cache.h +++ b/src/core/cpu_recompiler_register_cache.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/assert.h" #include "cpu_recompiler_types.h" diff --git a/src/core/cpu_recompiler_thunks.h b/src/core/cpu_recompiler_thunks.h index bfddb5d94..31145aea2 100644 --- a/src/core/cpu_recompiler_thunks.h +++ b/src/core/cpu_recompiler_thunks.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "cpu_code_cache.h" #include "cpu_types.h" diff --git a/src/core/cpu_recompiler_types.h b/src/core/cpu_recompiler_types.h index 46b9f82a3..a6766aa1b 100644 --- a/src/core/cpu_recompiler_types.h +++ b/src/core/cpu_recompiler_types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/platform.h" #include "cpu_types.h" diff --git a/src/core/cpu_types.cpp b/src/core/cpu_types.cpp index ef534b079..9c464cecf 100644 --- a/src/core/cpu_types.cpp +++ b/src/core/cpu_types.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cpu_types.h" #include "common/assert.h" #include diff --git a/src/core/cpu_types.h b/src/core/cpu_types.h index 6c0f19df2..1de504a15 100644 --- a/src/core/cpu_types.h +++ b/src/core/cpu_types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "types.h" diff --git a/src/core/digital_controller.cpp b/src/core/digital_controller.cpp index 34c8372ed..888032422 100644 --- a/src/core/digital_controller.cpp +++ b/src/core/digital_controller.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "digital_controller.h" #include "common/assert.h" #include "host.h" diff --git a/src/core/digital_controller.h b/src/core/digital_controller.h index 38d1227a4..bbe469170 100644 --- a/src/core/digital_controller.h +++ b/src/core/digital_controller.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/dma.cpp b/src/core/dma.cpp index 05c1996c0..1261fd2f8 100644 --- a/src/core/dma.cpp +++ b/src/core/dma.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "dma.h" #include "bus.h" #include "cdrom.h" diff --git a/src/core/dma.h b/src/core/dma.h index 0cd1b116c..b16150b30 100644 --- a/src/core/dma.h +++ b/src/core/dma.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "types.h" diff --git a/src/core/game_database.cpp b/src/core/game_database.cpp index af2fe4a17..49beb5a2a 100644 --- a/src/core/game_database.cpp +++ b/src/core/game_database.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "game_database.h" #include "common/assert.h" #include "common/byte_stream.h" diff --git a/src/core/game_database.h b/src/core/game_database.h index d393a5d48..ee9d0ad77 100644 --- a/src/core/game_database.h +++ b/src/core/game_database.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include "util/cd_image_hasher.h" diff --git a/src/core/gdb_protocol.cpp b/src/core/gdb_protocol.cpp index b47381d40..ebb6afd0d 100644 --- a/src/core/gdb_protocol.cpp +++ b/src/core/gdb_protocol.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gdb_protocol.h" #include "bus.h" #include "cpu_core_private.h" diff --git a/src/core/gdb_protocol.h b/src/core/gdb_protocol.h index 25737486b..49c41cb8e 100644 --- a/src/core/gdb_protocol.h +++ b/src/core/gdb_protocol.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/core/gpu.cpp b/src/core/gpu.cpp index 7d75421f2..6669909e0 100644 --- a/src/core/gpu.cpp +++ b/src/core/gpu.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu.h" #include "common/file_system.h" #include "common/heap_array.h" diff --git a/src/core/gpu.h b/src/core/gpu.h index 40b0ef460..03219c221 100644 --- a/src/core/gpu.h +++ b/src/core/gpu.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/fifo_queue.h" diff --git a/src/core/gpu_backend.cpp b/src/core/gpu_backend.cpp index 06c64b238..ffcda244e 100644 --- a/src/core/gpu_backend.cpp +++ b/src/core/gpu_backend.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_backend.h" #include "common/align.h" #include "common/log.h" diff --git a/src/core/gpu_backend.h b/src/core/gpu_backend.h index af6e1447d..a1a573da2 100644 --- a/src/core/gpu_backend.h +++ b/src/core/gpu_backend.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/heap_array.h" #include "common/threading.h" diff --git a/src/core/gpu_commands.cpp b/src/core/gpu_commands.cpp index b8cd1bc2f..7b301db13 100644 --- a/src/core/gpu_commands.cpp +++ b/src/core/gpu_commands.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/assert.h" #include "common/log.h" #include "common/string_util.h" diff --git a/src/core/gpu_hw.cpp b/src/core/gpu_hw.cpp index 63633ab3b..f74db0dab 100644 --- a/src/core/gpu_hw.cpp +++ b/src/core/gpu_hw.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/core/gpu_hw.h b/src/core/gpu_hw.h index 66ab8c9da..c4f399dff 100644 --- a/src/core/gpu_hw.h +++ b/src/core/gpu_hw.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/heap_array.h" #include "gpu.h" diff --git a/src/core/gpu_hw_d3d11.cpp b/src/core/gpu_hw_d3d11.cpp index 2b43ca6e8..35067506b 100644 --- a/src/core/gpu_hw_d3d11.cpp +++ b/src/core/gpu_hw_d3d11.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw_d3d11.h" #include "common/assert.h" #include "common/d3d11/shader_compiler.h" diff --git a/src/core/gpu_hw_d3d11.h b/src/core/gpu_hw_d3d11.h index 0a427c474..00cd65b59 100644 --- a/src/core/gpu_hw_d3d11.h +++ b/src/core/gpu_hw_d3d11.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/d3d11/shader_cache.h" #include "common/d3d11/stream_buffer.h" diff --git a/src/core/gpu_hw_d3d12.cpp b/src/core/gpu_hw_d3d12.cpp index 6be7f1e62..02b06815a 100644 --- a/src/core/gpu_hw_d3d12.cpp +++ b/src/core/gpu_hw_d3d12.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw_d3d12.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/core/gpu_hw_d3d12.h b/src/core/gpu_hw_d3d12.h index 07e4025db..209614585 100644 --- a/src/core/gpu_hw_d3d12.h +++ b/src/core/gpu_hw_d3d12.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/d3d12/staging_texture.h" #include "common/d3d12/stream_buffer.h" diff --git a/src/core/gpu_hw_opengl.cpp b/src/core/gpu_hw_opengl.cpp index 3efdafa6d..7386bf67d 100644 --- a/src/core/gpu_hw_opengl.cpp +++ b/src/core/gpu_hw_opengl.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw_opengl.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/gpu_hw_opengl.h b/src/core/gpu_hw_opengl.h index 8bb33aeda..c116e2f14 100644 --- a/src/core/gpu_hw_opengl.h +++ b/src/core/gpu_hw_opengl.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/gl/loader.h" #include "common/gl/program.h" diff --git a/src/core/gpu_hw_shadergen.cpp b/src/core/gpu_hw_shadergen.cpp index 8ced70087..cf0103d22 100644 --- a/src/core/gpu_hw_shadergen.cpp +++ b/src/core/gpu_hw_shadergen.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw_shadergen.h" #include "common/assert.h" #include diff --git a/src/core/gpu_hw_shadergen.h b/src/core/gpu_hw_shadergen.h index de74fbbbb..099e2f518 100644 --- a/src/core/gpu_hw_shadergen.h +++ b/src/core/gpu_hw_shadergen.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "gpu_hw.h" #include "shadergen.h" diff --git a/src/core/gpu_hw_vulkan.cpp b/src/core/gpu_hw_vulkan.cpp index 46b04f17d..d931d1658 100644 --- a/src/core/gpu_hw_vulkan.cpp +++ b/src/core/gpu_hw_vulkan.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_hw_vulkan.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/gpu_hw_vulkan.h b/src/core/gpu_hw_vulkan.h index 95fe3fad5..1e67746a5 100644 --- a/src/core/gpu_hw_vulkan.h +++ b/src/core/gpu_hw_vulkan.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/dimensional_array.h" #include "common/vulkan/stream_buffer.h" diff --git a/src/core/gpu_sw.cpp b/src/core/gpu_sw.cpp index 158e80b05..cca586adb 100644 --- a/src/core/gpu_sw.cpp +++ b/src/core/gpu_sw.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_sw.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/core/gpu_sw.h b/src/core/gpu_sw.h index 0186f3f6d..57bb1d778 100644 --- a/src/core/gpu_sw.h +++ b/src/core/gpu_sw.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/heap_array.h" #include "gpu.h" diff --git a/src/core/gpu_sw_backend.cpp b/src/core/gpu_sw_backend.cpp index c32c23b63..017418658 100644 --- a/src/core/gpu_sw_backend.cpp +++ b/src/core/gpu_sw_backend.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gpu_sw_backend.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/gpu_sw_backend.h b/src/core/gpu_sw_backend.h index 5a7be6ffe..e6f09c708 100644 --- a/src/core/gpu_sw_backend.h +++ b/src/core/gpu_sw_backend.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "gpu_backend.h" #include diff --git a/src/core/gpu_types.h b/src/core/gpu_types.h index 56353817a..4b1f72c28 100644 --- a/src/core/gpu_types.h +++ b/src/core/gpu_types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/rectangle.h" diff --git a/src/core/gte.cpp b/src/core/gte.cpp index 9c4e03f03..25feb02eb 100644 --- a/src/core/gte.cpp +++ b/src/core/gte.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gte.h" #include "common/assert.h" #include "common/bitutils.h" diff --git a/src/core/gte.h b/src/core/gte.h index 63cc6abbb..c2249dd01 100644 --- a/src/core/gte.h +++ b/src/core/gte.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "gte_types.h" diff --git a/src/core/gte_types.h b/src/core/gte_types.h index 32198fc68..5abb9e216 100644 --- a/src/core/gte_types.h +++ b/src/core/gte_types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "types.h" diff --git a/src/core/guncon.cpp b/src/core/guncon.cpp index 497e8db5b..eca985e67 100644 --- a/src/core/guncon.cpp +++ b/src/core/guncon.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "guncon.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/guncon.h b/src/core/guncon.h index 5f0fd0c8d..d8aec5c1c 100644 --- a/src/core/guncon.h +++ b/src/core/guncon.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/host.cpp b/src/core/host.cpp index db38b4c58..d36ab6e72 100644 --- a/src/core/host.cpp +++ b/src/core/host.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "host.h" #include "common/string_util.h" #include diff --git a/src/core/host.h b/src/core/host.h index 4d667fc48..dda90ee85 100644 --- a/src/core/host.h +++ b/src/core/host.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/string.h" diff --git a/src/core/host_display.cpp b/src/core/host_display.cpp index a2c595885..b765e27c5 100644 --- a/src/core/host_display.cpp +++ b/src/core/host_display.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "host_display.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/core/host_display.h b/src/core/host_display.h index f0c0463c1..279409142 100644 --- a/src/core/host_display.h +++ b/src/core/host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/gpu_texture.h" #include "common/rectangle.h" diff --git a/src/core/host_interface_progress_callback.cpp b/src/core/host_interface_progress_callback.cpp index 7c50b8d60..57246cc83 100644 --- a/src/core/host_interface_progress_callback.cpp +++ b/src/core/host_interface_progress_callback.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "host_interface_progress_callback.h" #include "common/log.h" #include "host.h" diff --git a/src/core/host_interface_progress_callback.h b/src/core/host_interface_progress_callback.h index 4a4c8d4f5..22afce997 100644 --- a/src/core/host_interface_progress_callback.h +++ b/src/core/host_interface_progress_callback.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" diff --git a/src/core/host_settings.h b/src/core/host_settings.h index 13f845407..384a98ab6 100644 --- a/src/core/host_settings.h +++ b/src/core/host_settings.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/core/interrupt_controller.cpp b/src/core/interrupt_controller.cpp index 164a66519..c9e2ebbca 100644 --- a/src/core/interrupt_controller.cpp +++ b/src/core/interrupt_controller.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "interrupt_controller.h" #include "common/log.h" #include "cpu_core.h" diff --git a/src/core/interrupt_controller.h b/src/core/interrupt_controller.h index 7588e882e..634bbd2de 100644 --- a/src/core/interrupt_controller.h +++ b/src/core/interrupt_controller.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/core/libcrypt_serials.cpp b/src/core/libcrypt_serials.cpp index 1c20d55aa..f311072fe 100644 --- a/src/core/libcrypt_serials.cpp +++ b/src/core/libcrypt_serials.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "libcrypt_serials.h" namespace LibcryptGameList { diff --git a/src/core/libcrypt_serials.h b/src/core/libcrypt_serials.h index b33d7b3dc..c3c3bc78f 100644 --- a/src/core/libcrypt_serials.h +++ b/src/core/libcrypt_serials.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/core/mdec.cpp b/src/core/mdec.cpp index 995e2b2ad..3e63f77bb 100644 --- a/src/core/mdec.cpp +++ b/src/core/mdec.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "mdec.h" #include "common/log.h" #include "cpu_core.h" diff --git a/src/core/mdec.h b/src/core/mdec.h index 14b20d7fc..2cf121bee 100644 --- a/src/core/mdec.h +++ b/src/core/mdec.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/fifo_queue.h" diff --git a/src/core/memory_card.cpp b/src/core/memory_card.cpp index d47cb259d..8b39ad278 100644 --- a/src/core/memory_card.cpp +++ b/src/core/memory_card.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memory_card.h" #include "IconsFontAwesome5.h" #include "common/byte_stream.h" diff --git a/src/core/memory_card.h b/src/core/memory_card.h index 539df38b7..e91bd227d 100644 --- a/src/core/memory_card.h +++ b/src/core/memory_card.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "controller.h" diff --git a/src/core/memory_card_image.cpp b/src/core/memory_card_image.cpp index f8b3da508..7d59a6414 100644 --- a/src/core/memory_card_image.cpp +++ b/src/core/memory_card_image.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memory_card_image.h" #include "common/byte_stream.h" #include "common/file_system.h" diff --git a/src/core/memory_card_image.h b/src/core/memory_card_image.h index 4cee3cbb5..69683371d 100644 --- a/src/core/memory_card_image.h +++ b/src/core/memory_card_image.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "controller.h" diff --git a/src/core/multitap.cpp b/src/core/multitap.cpp index b0dd54d95..f83355aa0 100644 --- a/src/core/multitap.cpp +++ b/src/core/multitap.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "multitap.h" #include "common/log.h" #include "common/types.h" diff --git a/src/core/multitap.h b/src/core/multitap.h index d201651b0..f69813fd6 100644 --- a/src/core/multitap.h +++ b/src/core/multitap.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "controller.h" diff --git a/src/core/negcon.cpp b/src/core/negcon.cpp index 907de60d0..765511b29 100644 --- a/src/core/negcon.cpp +++ b/src/core/negcon.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "negcon.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/negcon.h b/src/core/negcon.h index 0c2e1a154..08e6eb880 100644 --- a/src/core/negcon.h +++ b/src/core/negcon.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/pad.cpp b/src/core/pad.cpp index d026f9a17..cabfee365 100644 --- a/src/core/pad.cpp +++ b/src/core/pad.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "pad.h" #include "common/log.h" #include "controller.h" diff --git a/src/core/pad.h b/src/core/pad.h index 88d73deca..1c212ff71 100644 --- a/src/core/pad.h +++ b/src/core/pad.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/fifo_queue.h" diff --git a/src/core/playstation_mouse.cpp b/src/core/playstation_mouse.cpp index cbe4ea254..c620b3902 100644 --- a/src/core/playstation_mouse.cpp +++ b/src/core/playstation_mouse.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "playstation_mouse.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/playstation_mouse.h b/src/core/playstation_mouse.h index c02145450..be1c18546 100644 --- a/src/core/playstation_mouse.h +++ b/src/core/playstation_mouse.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "controller.h" #include diff --git a/src/core/psf_loader.cpp b/src/core/psf_loader.cpp index a488d273d..93d326ead 100644 --- a/src/core/psf_loader.cpp +++ b/src/core/psf_loader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "psf_loader.h" #include "bios.h" #include "common/assert.h" diff --git a/src/core/psf_loader.h b/src/core/psf_loader.h index 9e6c55fcf..29cc30716 100644 --- a/src/core/psf_loader.h +++ b/src/core/psf_loader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/core/resources.cpp b/src/core/resources.cpp index 5d2bda509..9292b140a 100644 --- a/src/core/resources.cpp +++ b/src/core/resources.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "resources.h" namespace Resources { diff --git a/src/core/resources.h b/src/core/resources.h index 08a934163..37ffd3900 100644 --- a/src/core/resources.h +++ b/src/core/resources.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" #include diff --git a/src/core/save_state_version.h b/src/core/save_state_version.h index 9ed21708c..ee35f4dab 100644 --- a/src/core/save_state_version.h +++ b/src/core/save_state_version.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 77f2b7cab..cb1cfd9a5 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "settings.h" #include "achievements.h" #include "common/assert.h" diff --git a/src/core/settings.h b/src/core/settings.h index 2781d890c..11dfe63be 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/log.h" #include "common/settings_interface.h" diff --git a/src/core/shader_cache_version.h b/src/core/shader_cache_version.h index 5ff168003..6fc020391 100644 --- a/src/core/shader_cache_version.h +++ b/src/core/shader_cache_version.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "types.h" diff --git a/src/core/shadergen.cpp b/src/core/shadergen.cpp index b5eadf342..f0b8b0b33 100644 --- a/src/core/shadergen.cpp +++ b/src/core/shadergen.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "shadergen.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/shadergen.h b/src/core/shadergen.h index d104bea81..ed353ac03 100644 --- a/src/core/shadergen.h +++ b/src/core/shadergen.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "gpu_hw.h" #include "host_display.h" diff --git a/src/core/sio.cpp b/src/core/sio.cpp index 6d498f5c8..b00c71bdb 100644 --- a/src/core/sio.cpp +++ b/src/core/sio.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "sio.h" #include "common/log.h" #include "controller.h" diff --git a/src/core/sio.h b/src/core/sio.h index cc49b0891..283f8a8c7 100644 --- a/src/core/sio.h +++ b/src/core/sio.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/fifo_queue.h" diff --git a/src/core/spu.cpp b/src/core/spu.cpp index ddb66b937..68c8508b4 100644 --- a/src/core/spu.cpp +++ b/src/core/spu.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "spu.h" #include "cdrom.h" #include "common/file_system.h" diff --git a/src/core/spu.h b/src/core/spu.h index 65d76c8c3..87f42a23e 100644 --- a/src/core/spu.h +++ b/src/core/spu.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/fifo_queue.h" diff --git a/src/core/system.cpp b/src/core/system.cpp index 059e4e50c..dcff96eaa 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "system.h" #include "IconsFontAwesome5.h" #include "achievements.h" diff --git a/src/core/system.h b/src/core/system.h index 03322781e..4ac181715 100644 --- a/src/core/system.h +++ b/src/core/system.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/timer.h" #include "settings.h" diff --git a/src/core/texture_replacements.cpp b/src/core/texture_replacements.cpp index 7d44aa4c4..0edbc6b04 100644 --- a/src/core/texture_replacements.cpp +++ b/src/core/texture_replacements.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "texture_replacements.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/core/texture_replacements.h b/src/core/texture_replacements.h index 4ef943955..ae67e93ab 100644 --- a/src/core/texture_replacements.h +++ b/src/core/texture_replacements.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/hash_combine.h" #include "common/image.h" diff --git a/src/core/timers.cpp b/src/core/timers.cpp index e9080bf29..5ad97669a 100644 --- a/src/core/timers.cpp +++ b/src/core/timers.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "timers.h" #include "common/log.h" #include "gpu.h" diff --git a/src/core/timers.h b/src/core/timers.h index 16334d541..cd5bb99a8 100644 --- a/src/core/timers.h +++ b/src/core/timers.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "types.h" diff --git a/src/core/timing_event.cpp b/src/core/timing_event.cpp index 7c4e1de68..6ae7af68c 100644 --- a/src/core/timing_event.cpp +++ b/src/core/timing_event.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "timing_event.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/core/timing_event.h b/src/core/timing_event.h index 3988c7fde..d3a8c3c3d 100644 --- a/src/core/timing_event.h +++ b/src/core/timing_event.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/core/types.h b/src/core/types.h index 09faeb16f..fa6139423 100644 --- a/src/core/types.h +++ b/src/core/types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/duckstation-nogui/nogui_host.cpp b/src/duckstation-nogui/nogui_host.cpp index 2ce3c6104..9baf8ae30 100644 --- a/src/duckstation-nogui/nogui_host.cpp +++ b/src/duckstation-nogui/nogui_host.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "nogui_host.h" #include "common/assert.h" #include "common/byte_stream.h" diff --git a/src/duckstation-nogui/nogui_host.h b/src/duckstation-nogui/nogui_host.h index dc7565724..c572a8fa4 100644 --- a/src/duckstation-nogui/nogui_host.h +++ b/src/duckstation-nogui/nogui_host.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "core/system.h" diff --git a/src/duckstation-nogui/nogui_platform.h b/src/duckstation-nogui/nogui_platform.h index 47a841c33..17a21b355 100644 --- a/src/duckstation-nogui/nogui_platform.h +++ b/src/duckstation-nogui/nogui_platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/duckstation-nogui/vty_key_names.h b/src/duckstation-nogui/vty_key_names.h index c19a1b2d7..2054acc03 100644 --- a/src/duckstation-nogui/vty_key_names.h +++ b/src/duckstation-nogui/vty_key_names.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/string.h" #include "common/types.h" diff --git a/src/duckstation-nogui/vty_nogui_platform.cpp b/src/duckstation-nogui/vty_nogui_platform.cpp index 3112f0092..3c394dab6 100644 --- a/src/duckstation-nogui/vty_nogui_platform.cpp +++ b/src/duckstation-nogui/vty_nogui_platform.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "vty_nogui_platform.h" #include "common/log.h" #include "common/string_util.h" diff --git a/src/duckstation-nogui/vty_nogui_platform.h b/src/duckstation-nogui/vty_nogui_platform.h index 3ba06e463..bcb3104e4 100644 --- a/src/duckstation-nogui/vty_nogui_platform.h +++ b/src/duckstation-nogui/vty_nogui_platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "nogui_platform.h" #include diff --git a/src/duckstation-nogui/wayland_nogui_platform.cpp b/src/duckstation-nogui/wayland_nogui_platform.cpp index e0e0a4310..d5a05429c 100644 --- a/src/duckstation-nogui/wayland_nogui_platform.cpp +++ b/src/duckstation-nogui/wayland_nogui_platform.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "wayland_nogui_platform.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/duckstation-nogui/wayland_nogui_platform.h b/src/duckstation-nogui/wayland_nogui_platform.h index a5a3fe480..25f8b3714 100644 --- a/src/duckstation-nogui/wayland_nogui_platform.h +++ b/src/duckstation-nogui/wayland_nogui_platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-nogui/win32_nogui_platform.cpp b/src/duckstation-nogui/win32_nogui_platform.cpp index 18cf2c12c..43a506110 100644 --- a/src/duckstation-nogui/win32_nogui_platform.cpp +++ b/src/duckstation-nogui/win32_nogui_platform.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "win32_nogui_platform.h" #include "common/log.h" #include "common/scoped_guard.h" diff --git a/src/duckstation-nogui/win32_nogui_platform.h b/src/duckstation-nogui/win32_nogui_platform.h index e54cf429e..836cc97d3 100644 --- a/src/duckstation-nogui/win32_nogui_platform.h +++ b/src/duckstation-nogui/win32_nogui_platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-nogui/x11_nogui_platform.cpp b/src/duckstation-nogui/x11_nogui_platform.cpp index 43d871922..68ac16ddf 100644 --- a/src/duckstation-nogui/x11_nogui_platform.cpp +++ b/src/duckstation-nogui/x11_nogui_platform.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "x11_nogui_platform.h" Log_SetChannel(X11NoGUIPlatform); diff --git a/src/duckstation-nogui/x11_nogui_platform.h b/src/duckstation-nogui/x11_nogui_platform.h index 3cb344046..3a2583c9b 100644 --- a/src/duckstation-nogui/x11_nogui_platform.h +++ b/src/duckstation-nogui/x11_nogui_platform.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "nogui_platform.h" diff --git a/src/duckstation-qt/aboutdialog.cpp b/src/duckstation-qt/aboutdialog.cpp index 110af579a..e5553ae86 100644 --- a/src/duckstation-qt/aboutdialog.cpp +++ b/src/duckstation-qt/aboutdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "aboutdialog.h" #include "qtutils.h" #include "scmversion/scmversion.h" diff --git a/src/duckstation-qt/aboutdialog.h b/src/duckstation-qt/aboutdialog.h index bc27484b2..484a876f1 100644 --- a/src/duckstation-qt/aboutdialog.h +++ b/src/duckstation-qt/aboutdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "ui_aboutdialog.h" diff --git a/src/duckstation-qt/achievementlogindialog.cpp b/src/duckstation-qt/achievementlogindialog.cpp index 61213b041..cc02bc231 100644 --- a/src/duckstation-qt/achievementlogindialog.cpp +++ b/src/duckstation-qt/achievementlogindialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "achievementlogindialog.h" #include "frontend-common/achievements.h" #include "qthost.h" diff --git a/src/duckstation-qt/achievementlogindialog.h b/src/duckstation-qt/achievementlogindialog.h index 332989bb6..9a1319e20 100644 --- a/src/duckstation-qt/achievementlogindialog.h +++ b/src/duckstation-qt/achievementlogindialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "ui_achievementlogindialog.h" #include diff --git a/src/duckstation-qt/achievementsettingswidget.cpp b/src/duckstation-qt/achievementsettingswidget.cpp index 3e1b907e3..baff3542f 100644 --- a/src/duckstation-qt/achievementsettingswidget.cpp +++ b/src/duckstation-qt/achievementsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "achievementsettingswidget.h" #include "achievementlogindialog.h" #include "common/string_util.h" diff --git a/src/duckstation-qt/achievementsettingswidget.h b/src/duckstation-qt/achievementsettingswidget.h index 669996135..658205aca 100644 --- a/src/duckstation-qt/achievementsettingswidget.h +++ b/src/duckstation-qt/achievementsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include "ui_achievementsettingswidget.h" diff --git a/src/duckstation-qt/advancedsettingswidget.cpp b/src/duckstation-qt/advancedsettingswidget.cpp index b7058fa26..b584d4692 100644 --- a/src/duckstation-qt/advancedsettingswidget.cpp +++ b/src/duckstation-qt/advancedsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "advancedsettingswidget.h" #include "core/gpu_types.h" #include "mainwindow.h" diff --git a/src/duckstation-qt/advancedsettingswidget.h b/src/duckstation-qt/advancedsettingswidget.h index b3813a22b..62cf42278 100644 --- a/src/duckstation-qt/advancedsettingswidget.h +++ b/src/duckstation-qt/advancedsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/duckstation-qt/audiosettingswidget.cpp b/src/duckstation-qt/audiosettingswidget.cpp index 88f64ad55..1d2ad7c89 100644 --- a/src/duckstation-qt/audiosettingswidget.cpp +++ b/src/duckstation-qt/audiosettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "audiosettingswidget.h" #include "core/spu.h" #include "frontend-common/common_host.h" diff --git a/src/duckstation-qt/audiosettingswidget.h b/src/duckstation-qt/audiosettingswidget.h index 6d2e9cfbe..f57995a12 100644 --- a/src/duckstation-qt/audiosettingswidget.h +++ b/src/duckstation-qt/audiosettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/autoupdaterdialog.cpp b/src/duckstation-qt/autoupdaterdialog.cpp index 249ca9980..b71f2e83d 100644 --- a/src/duckstation-qt/autoupdaterdialog.cpp +++ b/src/duckstation-qt/autoupdaterdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "autoupdaterdialog.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/duckstation-qt/autoupdaterdialog.h b/src/duckstation-qt/autoupdaterdialog.h index bbf9f39f5..c1334675e 100644 --- a/src/duckstation-qt/autoupdaterdialog.h +++ b/src/duckstation-qt/autoupdaterdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "ui_autoupdaterdialog.h" #include diff --git a/src/duckstation-qt/biossettingswidget.cpp b/src/duckstation-qt/biossettingswidget.cpp index d86cb193e..33558effb 100644 --- a/src/duckstation-qt/biossettingswidget.cpp +++ b/src/duckstation-qt/biossettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "biossettingswidget.h" #include "core/bios.h" #include "qthost.h" diff --git a/src/duckstation-qt/biossettingswidget.h b/src/duckstation-qt/biossettingswidget.h index 081f51f59..b371f2d7c 100644 --- a/src/duckstation-qt/biossettingswidget.h +++ b/src/duckstation-qt/biossettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include diff --git a/src/duckstation-qt/cheatcodeeditordialog.cpp b/src/duckstation-qt/cheatcodeeditordialog.cpp index 2b7f1aa12..a8c698d5e 100644 --- a/src/duckstation-qt/cheatcodeeditordialog.cpp +++ b/src/duckstation-qt/cheatcodeeditordialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cheatcodeeditordialog.h" #include diff --git a/src/duckstation-qt/cheatcodeeditordialog.h b/src/duckstation-qt/cheatcodeeditordialog.h index 8beb310d9..bfbc9025a 100644 --- a/src/duckstation-qt/cheatcodeeditordialog.h +++ b/src/duckstation-qt/cheatcodeeditordialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/cheats.h" #include "ui_cheatcodeeditordialog.h" diff --git a/src/duckstation-qt/cheatmanagerdialog.cpp b/src/duckstation-qt/cheatmanagerdialog.cpp index 7212c3f13..ef52aa5a6 100644 --- a/src/duckstation-qt/cheatmanagerdialog.cpp +++ b/src/duckstation-qt/cheatmanagerdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cheatmanagerdialog.h" #include "cheatcodeeditordialog.h" #include "common/assert.h" diff --git a/src/duckstation-qt/cheatmanagerdialog.h b/src/duckstation-qt/cheatmanagerdialog.h index 9d1ae6a60..fddd231dd 100644 --- a/src/duckstation-qt/cheatmanagerdialog.h +++ b/src/duckstation-qt/cheatmanagerdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/cheats.h" #include "ui_cheatmanagerdialog.h" diff --git a/src/duckstation-qt/collapsiblewidget.cpp b/src/duckstation-qt/collapsiblewidget.cpp index c0b680841..d14ba0862 100644 --- a/src/duckstation-qt/collapsiblewidget.cpp +++ b/src/duckstation-qt/collapsiblewidget.cpp @@ -1,3 +1,4 @@ +// https://stackoverflow.com/questions/32476006/how-to-make-an-expandable-collapsable-section-widget-in-qt #include #include "collapsiblewidget.h" diff --git a/src/duckstation-qt/consolesettingswidget.cpp b/src/duckstation-qt/consolesettingswidget.cpp index a252ca33a..882f8fbcc 100644 --- a/src/duckstation-qt/consolesettingswidget.cpp +++ b/src/duckstation-qt/consolesettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "consolesettingswidget.h" #include "core/system.h" #include "qtutils.h" diff --git a/src/duckstation-qt/consolesettingswidget.h b/src/duckstation-qt/consolesettingswidget.h index 0aec29783..68efbb848 100644 --- a/src/duckstation-qt/consolesettingswidget.h +++ b/src/duckstation-qt/consolesettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/controllerbindingwidgets.cpp b/src/duckstation-qt/controllerbindingwidgets.cpp index e43e40174..5f10518cc 100644 --- a/src/duckstation-qt/controllerbindingwidgets.cpp +++ b/src/duckstation-qt/controllerbindingwidgets.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "controllerbindingwidgets.h" #include "common/log.h" #include "common/string_util.h" diff --git a/src/duckstation-qt/controllerbindingwidgets.h b/src/duckstation-qt/controllerbindingwidgets.h index 9350f6d0a..48f3aa2d4 100644 --- a/src/duckstation-qt/controllerbindingwidgets.h +++ b/src/duckstation-qt/controllerbindingwidgets.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/controller.h" diff --git a/src/duckstation-qt/controllerglobalsettingswidget.cpp b/src/duckstation-qt/controllerglobalsettingswidget.cpp index 17c204159..17d3788f5 100644 --- a/src/duckstation-qt/controllerglobalsettingswidget.cpp +++ b/src/duckstation-qt/controllerglobalsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "controllerglobalsettingswidget.h" #include "controllersettingsdialog.h" #include "controllersettingwidgetbinder.h" diff --git a/src/duckstation-qt/controllerglobalsettingswidget.h b/src/duckstation-qt/controllerglobalsettingswidget.h index 78ce289f0..d6c0ce1d0 100644 --- a/src/duckstation-qt/controllerglobalsettingswidget.h +++ b/src/duckstation-qt/controllerglobalsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/duckstation-qt/controllersettingsdialog.cpp b/src/duckstation-qt/controllersettingsdialog.cpp index 8125bec03..f7e5c97be 100644 --- a/src/duckstation-qt/controllersettingsdialog.cpp +++ b/src/duckstation-qt/controllersettingsdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "controllersettingsdialog.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/duckstation-qt/controllersettingsdialog.h b/src/duckstation-qt/controllersettingsdialog.h index 1fcdaa3f9..49d17324b 100644 --- a/src/duckstation-qt/controllersettingsdialog.h +++ b/src/duckstation-qt/controllersettingsdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "frontend-common/input_manager.h" diff --git a/src/duckstation-qt/coverdownloaddialog.cpp b/src/duckstation-qt/coverdownloaddialog.cpp index 6cd5cc0af..31af30145 100644 --- a/src/duckstation-qt/coverdownloaddialog.cpp +++ b/src/duckstation-qt/coverdownloaddialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "coverdownloaddialog.h" #include "common/assert.h" #include "frontend-common/game_list.h" diff --git a/src/duckstation-qt/coverdownloaddialog.h b/src/duckstation-qt/coverdownloaddialog.h index ee3d05457..18f88a5ba 100644 --- a/src/duckstation-qt/coverdownloaddialog.h +++ b/src/duckstation-qt/coverdownloaddialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/timer.h" #include "common/types.h" diff --git a/src/duckstation-qt/debuggermodels.cpp b/src/duckstation-qt/debuggermodels.cpp index b842c6952..9f111a208 100644 --- a/src/duckstation-qt/debuggermodels.cpp +++ b/src/duckstation-qt/debuggermodels.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "debuggermodels.h" #include "core/cpu_core.h" #include "core/cpu_core_private.h" diff --git a/src/duckstation-qt/debuggermodels.h b/src/duckstation-qt/debuggermodels.h index fcbbb5f7d..e752cc61c 100644 --- a/src/duckstation-qt/debuggermodels.h +++ b/src/duckstation-qt/debuggermodels.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/bus.h" #include "core/cpu_types.h" diff --git a/src/duckstation-qt/debuggerwindow.cpp b/src/duckstation-qt/debuggerwindow.cpp index 906da1cb5..f13f473d8 100644 --- a/src/duckstation-qt/debuggerwindow.cpp +++ b/src/duckstation-qt/debuggerwindow.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "debuggerwindow.h" #include "common/assert.h" #include "core/cpu_core_private.h" diff --git a/src/duckstation-qt/debuggerwindow.h b/src/duckstation-qt/debuggerwindow.h index 1b95af305..be6a9ad04 100644 --- a/src/duckstation-qt/debuggerwindow.h +++ b/src/duckstation-qt/debuggerwindow.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include "ui_debuggerwindow.h" diff --git a/src/duckstation-qt/displaysettingswidget.cpp b/src/duckstation-qt/displaysettingswidget.cpp index 7278bfc91..c932f82d5 100644 --- a/src/duckstation-qt/displaysettingswidget.cpp +++ b/src/duckstation-qt/displaysettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "displaysettingswidget.h" #include "core/gpu.h" #include "core/settings.h" diff --git a/src/duckstation-qt/displaysettingswidget.h b/src/duckstation-qt/displaysettingswidget.h index e7466c60b..7a124c767 100644 --- a/src/duckstation-qt/displaysettingswidget.h +++ b/src/duckstation-qt/displaysettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/displaywidget.cpp b/src/duckstation-qt/displaywidget.cpp index 66ae58fb7..9bf25643a 100644 --- a/src/duckstation-qt/displaywidget.cpp +++ b/src/duckstation-qt/displaywidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "displaywidget.h" #include "common/assert.h" #include "common/bitutils.h" diff --git a/src/duckstation-qt/displaywidget.h b/src/duckstation-qt/displaywidget.h index 9e7d5444b..2da292159 100644 --- a/src/duckstation-qt/displaywidget.h +++ b/src/duckstation-qt/displaywidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "common/window_info.h" diff --git a/src/duckstation-qt/emulationsettingswidget.cpp b/src/duckstation-qt/emulationsettingswidget.cpp index 9964d315f..5fb51468c 100644 --- a/src/duckstation-qt/emulationsettingswidget.cpp +++ b/src/duckstation-qt/emulationsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "emulationsettingswidget.h" #include "common/make_array.h" #include "core/system.h" diff --git a/src/duckstation-qt/emulationsettingswidget.h b/src/duckstation-qt/emulationsettingswidget.h index 20953961b..3f96459d0 100644 --- a/src/duckstation-qt/emulationsettingswidget.h +++ b/src/duckstation-qt/emulationsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/enhancementsettingswidget.cpp b/src/duckstation-qt/enhancementsettingswidget.cpp index 3ff9a629c..1f6f87b12 100644 --- a/src/duckstation-qt/enhancementsettingswidget.cpp +++ b/src/duckstation-qt/enhancementsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "enhancementsettingswidget.h" #include "core/gpu.h" #include "core/settings.h" diff --git a/src/duckstation-qt/enhancementsettingswidget.h b/src/duckstation-qt/enhancementsettingswidget.h index f986bb9e0..3f328cd85 100644 --- a/src/duckstation-qt/enhancementsettingswidget.h +++ b/src/duckstation-qt/enhancementsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/foldersettingswidget.cpp b/src/duckstation-qt/foldersettingswidget.cpp index 1ec285453..f18dc33dd 100644 --- a/src/duckstation-qt/foldersettingswidget.cpp +++ b/src/duckstation-qt/foldersettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include #include diff --git a/src/duckstation-qt/foldersettingswidget.h b/src/duckstation-qt/foldersettingswidget.h index 2212b3412..33a99fbc2 100644 --- a/src/duckstation-qt/foldersettingswidget.h +++ b/src/duckstation-qt/foldersettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/gamelistmodel.cpp b/src/duckstation-qt/gamelistmodel.cpp index c54f3fd19..d31b701ad 100644 --- a/src/duckstation-qt/gamelistmodel.cpp +++ b/src/duckstation-qt/gamelistmodel.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamelistmodel.h" #include "common/file_system.h" #include "common/path.h" diff --git a/src/duckstation-qt/gamelistmodel.h b/src/duckstation-qt/gamelistmodel.h index c4fee7cc4..8e27cdd55 100644 --- a/src/duckstation-qt/gamelistmodel.h +++ b/src/duckstation-qt/gamelistmodel.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/heterogeneous_containers.h" #include "common/lru_cache.h" diff --git a/src/duckstation-qt/gamelistrefreshthread.cpp b/src/duckstation-qt/gamelistrefreshthread.cpp index 4acfee769..d9c54f829 100644 --- a/src/duckstation-qt/gamelistrefreshthread.cpp +++ b/src/duckstation-qt/gamelistrefreshthread.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamelistrefreshthread.h" #include "common/log.h" #include "common/progress_callback.h" diff --git a/src/duckstation-qt/gamelistrefreshthread.h b/src/duckstation-qt/gamelistrefreshthread.h index 75cb277b0..5876d2cab 100644 --- a/src/duckstation-qt/gamelistrefreshthread.h +++ b/src/duckstation-qt/gamelistrefreshthread.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/gamelistsearchdirectoriesmodel.cpp b/src/duckstation-qt/gamelistsearchdirectoriesmodel.cpp index ae4bfcd09..4cf667164 100644 --- a/src/duckstation-qt/gamelistsearchdirectoriesmodel.cpp +++ b/src/duckstation-qt/gamelistsearchdirectoriesmodel.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamelistsearchdirectoriesmodel.h" #include "mainwindow.h" #include "qthost.h" diff --git a/src/duckstation-qt/gamelistsearchdirectoriesmodel.h b/src/duckstation-qt/gamelistsearchdirectoriesmodel.h index 4d2f034af..b1a27680c 100644 --- a/src/duckstation-qt/gamelistsearchdirectoriesmodel.h +++ b/src/duckstation-qt/gamelistsearchdirectoriesmodel.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/duckstation-qt/gamelistsettingswidget.cpp b/src/duckstation-qt/gamelistsettingswidget.cpp index ed3b81423..497fcd9ea 100644 --- a/src/duckstation-qt/gamelistsettingswidget.cpp +++ b/src/duckstation-qt/gamelistsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamelistsettingswidget.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/duckstation-qt/gamelistsettingswidget.h b/src/duckstation-qt/gamelistsettingswidget.h index 462d24d7e..0898ca7d8 100644 --- a/src/duckstation-qt/gamelistsettingswidget.h +++ b/src/duckstation-qt/gamelistsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/duckstation-qt/gamelistwidget.cpp b/src/duckstation-qt/gamelistwidget.cpp index bd7a1cb27..2ab2c1adf 100644 --- a/src/duckstation-qt/gamelistwidget.cpp +++ b/src/duckstation-qt/gamelistwidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamelistwidget.h" #include "common/assert.h" #include "common/string_util.h" diff --git a/src/duckstation-qt/gamelistwidget.h b/src/duckstation-qt/gamelistwidget.h index 87e14fd06..0381db5c9 100644 --- a/src/duckstation-qt/gamelistwidget.h +++ b/src/duckstation-qt/gamelistwidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "frontend-common/game_list.h" #include "ui_emptygamelistwidget.h" diff --git a/src/duckstation-qt/gamesummarywidget.cpp b/src/duckstation-qt/gamesummarywidget.cpp index bb7a87e1b..c7c935925 100644 --- a/src/duckstation-qt/gamesummarywidget.cpp +++ b/src/duckstation-qt/gamesummarywidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gamesummarywidget.h" #include "common/string_util.h" #include "core/game_database.h" diff --git a/src/duckstation-qt/gamesummarywidget.h b/src/duckstation-qt/gamesummarywidget.h index 7f07fe0e8..6ae3d6f7a 100644 --- a/src/duckstation-qt/gamesummarywidget.h +++ b/src/duckstation-qt/gamesummarywidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/duckstation-qt/gdbconnection.cpp b/src/duckstation-qt/gdbconnection.cpp index 65b1c76f9..2be99414b 100644 --- a/src/duckstation-qt/gdbconnection.cpp +++ b/src/duckstation-qt/gdbconnection.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gdbconnection.h" #include "common/log.h" #include "core/gdb_protocol.h" diff --git a/src/duckstation-qt/gdbconnection.h b/src/duckstation-qt/gdbconnection.h index 313978272..0cea44fec 100644 --- a/src/duckstation-qt/gdbconnection.h +++ b/src/duckstation-qt/gdbconnection.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/duckstation-qt/gdbserver.cpp b/src/duckstation-qt/gdbserver.cpp index c3652e602..f47ef1dbe 100644 --- a/src/duckstation-qt/gdbserver.cpp +++ b/src/duckstation-qt/gdbserver.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "gdbserver.h" #include "gdbconnection.h" #include "common/log.h" diff --git a/src/duckstation-qt/gdbserver.h b/src/duckstation-qt/gdbserver.h index d9cc7febf..5407e31b8 100644 --- a/src/duckstation-qt/gdbserver.h +++ b/src/duckstation-qt/gdbserver.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include "gdbconnection.h" diff --git a/src/duckstation-qt/generalsettingswidget.cpp b/src/duckstation-qt/generalsettingswidget.cpp index 3e7d275a6..13db3e2ae 100644 --- a/src/duckstation-qt/generalsettingswidget.cpp +++ b/src/duckstation-qt/generalsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "generalsettingswidget.h" #include "autoupdaterdialog.h" #include "generalsettingswidget.h" diff --git a/src/duckstation-qt/generalsettingswidget.h b/src/duckstation-qt/generalsettingswidget.h index abec65924..9c279e3d4 100644 --- a/src/duckstation-qt/generalsettingswidget.h +++ b/src/duckstation-qt/generalsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/hotkeysettingswidget.cpp b/src/duckstation-qt/hotkeysettingswidget.cpp index 7220765db..50fcec6e8 100644 --- a/src/duckstation-qt/hotkeysettingswidget.cpp +++ b/src/duckstation-qt/hotkeysettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "hotkeysettingswidget.h" #include "controllersettingsdialog.h" #include "frontend-common/input_manager.h" diff --git a/src/duckstation-qt/hotkeysettingswidget.h b/src/duckstation-qt/hotkeysettingswidget.h index a37e0771a..aabfa6a2f 100644 --- a/src/duckstation-qt/hotkeysettingswidget.h +++ b/src/duckstation-qt/hotkeysettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-qt/inputbindingdialog.cpp b/src/duckstation-qt/inputbindingdialog.cpp index 8e07f0945..de1c7946e 100644 --- a/src/duckstation-qt/inputbindingdialog.cpp +++ b/src/duckstation-qt/inputbindingdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "inputbindingdialog.h" #include "common/bitutils.h" #include "inputbindingwidgets.h" diff --git a/src/duckstation-qt/inputbindingdialog.h b/src/duckstation-qt/inputbindingdialog.h index f24fb1e99..2ac4c0a51 100644 --- a/src/duckstation-qt/inputbindingdialog.h +++ b/src/duckstation-qt/inputbindingdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "frontend-common/input_manager.h" diff --git a/src/duckstation-qt/inputbindingwidgets.cpp b/src/duckstation-qt/inputbindingwidgets.cpp index a5cf4cd9d..e1a8b0554 100644 --- a/src/duckstation-qt/inputbindingwidgets.cpp +++ b/src/duckstation-qt/inputbindingwidgets.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "inputbindingwidgets.h" #include "common/bitutils.h" #include "controllersettingsdialog.h" diff --git a/src/duckstation-qt/inputbindingwidgets.h b/src/duckstation-qt/inputbindingwidgets.h index f67f4997c..8e182263e 100644 --- a/src/duckstation-qt/inputbindingwidgets.h +++ b/src/duckstation-qt/inputbindingwidgets.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "frontend-common/input_manager.h" diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index 4230f7de1..c59cb1945 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "mainwindow.h" #include "aboutdialog.h" #include "autoupdaterdialog.h" diff --git a/src/duckstation-qt/mainwindow.h b/src/duckstation-qt/mainwindow.h index 2fe0d6e1a..7ac0c1f28 100644 --- a/src/duckstation-qt/mainwindow.h +++ b/src/duckstation-qt/mainwindow.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include #include diff --git a/src/duckstation-qt/memorycardeditordialog.cpp b/src/duckstation-qt/memorycardeditordialog.cpp index d2694919a..2bdcef05d 100644 --- a/src/duckstation-qt/memorycardeditordialog.cpp +++ b/src/duckstation-qt/memorycardeditordialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memorycardeditordialog.h" #include "common/file_system.h" #include "common/path.h" diff --git a/src/duckstation-qt/memorycardeditordialog.h b/src/duckstation-qt/memorycardeditordialog.h index 6f59b68b0..e1582435d 100644 --- a/src/duckstation-qt/memorycardeditordialog.h +++ b/src/duckstation-qt/memorycardeditordialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/memory_card_image.h" #include "ui_memorycardeditordialog.h" diff --git a/src/duckstation-qt/memorycardsettingswidget.cpp b/src/duckstation-qt/memorycardsettingswidget.cpp index 7b24d7412..f8c7e6f23 100644 --- a/src/duckstation-qt/memorycardsettingswidget.cpp +++ b/src/duckstation-qt/memorycardsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memorycardsettingswidget.h" #include "common/string_util.h" #include "core/controller.h" diff --git a/src/duckstation-qt/memorycardsettingswidget.h b/src/duckstation-qt/memorycardsettingswidget.h index 558e84e26..3fe6daa25 100644 --- a/src/duckstation-qt/memorycardsettingswidget.h +++ b/src/duckstation-qt/memorycardsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include diff --git a/src/duckstation-qt/memoryviewwidget.cpp b/src/duckstation-qt/memoryviewwidget.cpp index 86d7a849e..98d34b7fc 100644 --- a/src/duckstation-qt/memoryviewwidget.cpp +++ b/src/duckstation-qt/memoryviewwidget.cpp @@ -38,11 +38,7 @@ int MemoryViewWidget::asciiWidth() const void MemoryViewWidget::updateMetrics() { const QFontMetrics fm(fontMetrics()); -#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0) m_char_width = fm.horizontalAdvance(QChar('0')); -#else - m_char_width = fm.boundingRect(QChar('0')).width(); -#endif m_char_height = fm.height(); } diff --git a/src/duckstation-qt/postprocessingchainconfigwidget.cpp b/src/duckstation-qt/postprocessingchainconfigwidget.cpp index 6d78ac58f..7a9d34330 100644 --- a/src/duckstation-qt/postprocessingchainconfigwidget.cpp +++ b/src/duckstation-qt/postprocessingchainconfigwidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessingchainconfigwidget.h" #include "frontend-common/postprocessing_chain.h" #include "postprocessingshaderconfigwidget.h" diff --git a/src/duckstation-qt/postprocessingchainconfigwidget.h b/src/duckstation-qt/postprocessingchainconfigwidget.h index 8645a4c02..2e3b0bcde 100644 --- a/src/duckstation-qt/postprocessingchainconfigwidget.h +++ b/src/duckstation-qt/postprocessingchainconfigwidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "ui_postprocessingchainconfigwidget.h" diff --git a/src/duckstation-qt/postprocessingsettingswidget.cpp b/src/duckstation-qt/postprocessingsettingswidget.cpp index 41f40cbd3..4e011d70d 100644 --- a/src/duckstation-qt/postprocessingsettingswidget.cpp +++ b/src/duckstation-qt/postprocessingsettingswidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessingsettingswidget.h" #include "qthost.h" #include "settingwidgetbinder.h" diff --git a/src/duckstation-qt/postprocessingsettingswidget.h b/src/duckstation-qt/postprocessingsettingswidget.h index c9b79856e..faabc3e16 100644 --- a/src/duckstation-qt/postprocessingsettingswidget.h +++ b/src/duckstation-qt/postprocessingsettingswidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "postprocessingchainconfigwidget.h" #include "postprocessingshaderconfigwidget.h" diff --git a/src/duckstation-qt/postprocessingshaderconfigwidget.cpp b/src/duckstation-qt/postprocessingshaderconfigwidget.cpp index b64d7f5d8..1d281698c 100644 --- a/src/duckstation-qt/postprocessingshaderconfigwidget.cpp +++ b/src/duckstation-qt/postprocessingshaderconfigwidget.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessingshaderconfigwidget.h" #include #include diff --git a/src/duckstation-qt/postprocessingshaderconfigwidget.h b/src/duckstation-qt/postprocessingshaderconfigwidget.h index d253e7346..82730ef70 100644 --- a/src/duckstation-qt/postprocessingshaderconfigwidget.h +++ b/src/duckstation-qt/postprocessingshaderconfigwidget.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "frontend-common/postprocessing_shader.h" #include diff --git a/src/duckstation-qt/qthost.cpp b/src/duckstation-qt/qthost.cpp index 793d47dfb..349e01568 100644 --- a/src/duckstation-qt/qthost.cpp +++ b/src/duckstation-qt/qthost.cpp @@ -1,4 +1,7 @@ -#include "qthost.h" +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + +#include "qthost.h" #include "common/assert.h" #include "common/byte_stream.h" #include "common/crash_handler.h" diff --git a/src/duckstation-qt/qthost.h b/src/duckstation-qt/qthost.h index d73ffde55..6b770653b 100644 --- a/src/duckstation-qt/qthost.h +++ b/src/duckstation-qt/qthost.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/host.h" #include "core/host_display.h" diff --git a/src/duckstation-qt/qtkeycodes.cpp b/src/duckstation-qt/qtkeycodes.cpp index 1f862ff3d..97f14bc39 100644 --- a/src/duckstation-qt/qtkeycodes.cpp +++ b/src/duckstation-qt/qtkeycodes.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "qtutils.h" #include "common/string_util.h" #include "fmt/format.h" diff --git a/src/duckstation-qt/qtprogresscallback.cpp b/src/duckstation-qt/qtprogresscallback.cpp index 7cd1acea0..db6da6750 100644 --- a/src/duckstation-qt/qtprogresscallback.cpp +++ b/src/duckstation-qt/qtprogresscallback.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "qtprogresscallback.h" #include "common/assert.h" #include diff --git a/src/duckstation-qt/qtprogresscallback.h b/src/duckstation-qt/qtprogresscallback.h index 8647ddf13..e271ed7e9 100644 --- a/src/duckstation-qt/qtprogresscallback.h +++ b/src/duckstation-qt/qtprogresscallback.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" #include "common/timer.h" diff --git a/src/duckstation-qt/qttranslations.cpp b/src/duckstation-qt/qttranslations.cpp index e854cdc4d..35e75d5d0 100644 --- a/src/duckstation-qt/qttranslations.cpp +++ b/src/duckstation-qt/qttranslations.cpp @@ -1,4 +1,7 @@ -#include "common/log.h" +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + +#include "common/log.h" #include "common/string_util.h" #include "fmt/format.h" #include "frontend-common/imgui_manager.h" diff --git a/src/duckstation-qt/qtutils.cpp b/src/duckstation-qt/qtutils.cpp index f36d2c362..2ebdd1a96 100644 --- a/src/duckstation-qt/qtutils.cpp +++ b/src/duckstation-qt/qtutils.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "qtutils.h" #include "common/byte_stream.h" #include "common/make_array.h" diff --git a/src/duckstation-qt/qtutils.h b/src/duckstation-qt/qtutils.h index cd13d67c3..d1cc51ee9 100644 --- a/src/duckstation-qt/qtutils.h +++ b/src/duckstation-qt/qtutils.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/window_info.h" #include "common/types.h" diff --git a/src/duckstation-qt/settingsdialog.cpp b/src/duckstation-qt/settingsdialog.cpp index b941d1574..54332d892 100644 --- a/src/duckstation-qt/settingsdialog.cpp +++ b/src/duckstation-qt/settingsdialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "settingsdialog.h" #include "advancedsettingswidget.h" #include "audiosettingswidget.h" diff --git a/src/duckstation-qt/settingsdialog.h b/src/duckstation-qt/settingsdialog.h index ab04fbd13..639a2e71d 100644 --- a/src/duckstation-qt/settingsdialog.h +++ b/src/duckstation-qt/settingsdialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include "ui_settingsdialog.h" diff --git a/src/duckstation-qt/settingwidgetbinder.h b/src/duckstation-qt/settingwidgetbinder.h index 907bfe07d..b85a5bc2a 100644 --- a/src/duckstation-qt/settingwidgetbinder.h +++ b/src/duckstation-qt/settingwidgetbinder.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/duckstation-regtest/regtest_host.cpp b/src/duckstation-regtest/regtest_host.cpp index 1ef5b0ff0..d9ce7c7dd 100644 --- a/src/duckstation-regtest/regtest_host.cpp +++ b/src/duckstation-regtest/regtest_host.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/assert.h" #include "common/crash_handler.h" #include "common/file_system.h" diff --git a/src/duckstation-regtest/regtest_host_display.cpp b/src/duckstation-regtest/regtest_host_display.cpp index 394e75962..d651e8069 100644 --- a/src/duckstation-regtest/regtest_host_display.cpp +++ b/src/duckstation-regtest/regtest_host_display.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "regtest_host_display.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/duckstation-regtest/regtest_host_display.h b/src/duckstation-regtest/regtest_host_display.h index f3275b008..b10f0a379 100644 --- a/src/duckstation-regtest/regtest_host_display.h +++ b/src/duckstation-regtest/regtest_host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/host_display.h" #include diff --git a/src/frontend-common/achievements.cpp b/src/frontend-common/achievements.cpp index 9e6b5d8de..44f934fcb 100644 --- a/src/frontend-common/achievements.cpp +++ b/src/frontend-common/achievements.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "achievements.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/frontend-common/achievements.h b/src/frontend-common/achievements.h index 34405c8a4..9314b820b 100644 --- a/src/frontend-common/achievements.h +++ b/src/frontend-common/achievements.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/string.h" #include "core/achievements.h" diff --git a/src/frontend-common/common_host.cpp b/src/frontend-common/common_host.cpp index 8a7749cfd..bc4cf0697 100644 --- a/src/frontend-common/common_host.cpp +++ b/src/frontend-common/common_host.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common_host.h" #include "IconsFontAwesome5.h" #include "common/assert.h" diff --git a/src/frontend-common/common_host.h b/src/frontend-common/common_host.h index f6625746f..0bc8cd8da 100644 --- a/src/frontend-common/common_host.h +++ b/src/frontend-common/common_host.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/system.h" #include diff --git a/src/frontend-common/cubeb_audio_stream.cpp b/src/frontend-common/cubeb_audio_stream.cpp index e037392ca..c4126621a 100644 --- a/src/frontend-common/cubeb_audio_stream.cpp +++ b/src/frontend-common/cubeb_audio_stream.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cubeb_audio_stream.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/cubeb_audio_stream.h b/src/frontend-common/cubeb_audio_stream.h index 22b5de266..950609c45 100644 --- a/src/frontend-common/cubeb_audio_stream.h +++ b/src/frontend-common/cubeb_audio_stream.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "util/audio_stream.h" #include diff --git a/src/frontend-common/d3d11_host_display.cpp b/src/frontend-common/d3d11_host_display.cpp index ec6b6af27..8ac7d01de 100644 --- a/src/frontend-common/d3d11_host_display.cpp +++ b/src/frontend-common/d3d11_host_display.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "d3d11_host_display.h" #include "common/assert.h" #include "common/d3d11/shader_cache.h" diff --git a/src/frontend-common/d3d11_host_display.h b/src/frontend-common/d3d11_host_display.h index a67ebe56e..32154e4ee 100644 --- a/src/frontend-common/d3d11_host_display.h +++ b/src/frontend-common/d3d11_host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/d3d11/stream_buffer.h" #include "common/d3d11/texture.h" diff --git a/src/frontend-common/d3d12_host_display.cpp b/src/frontend-common/d3d12_host_display.cpp index 97409df9c..4928dd850 100644 --- a/src/frontend-common/d3d12_host_display.cpp +++ b/src/frontend-common/d3d12_host_display.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "d3d12_host_display.h" #include "common/assert.h" #include "common/d3d11/shader_compiler.h" diff --git a/src/frontend-common/d3d12_host_display.h b/src/frontend-common/d3d12_host_display.h index 720eecc6c..0aeb2f2c8 100644 --- a/src/frontend-common/d3d12_host_display.h +++ b/src/frontend-common/d3d12_host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/d3d12/descriptor_heap_manager.h" #include "common/d3d12/staging_texture.h" diff --git a/src/frontend-common/dinput_source.cpp b/src/frontend-common/dinput_source.cpp index b806e1ee5..03b091489 100644 --- a/src/frontend-common/dinput_source.cpp +++ b/src/frontend-common/dinput_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #define INITGUID #include "dinput_source.h" diff --git a/src/frontend-common/dinput_source.h b/src/frontend-common/dinput_source.h index 497f0736e..1d3872ba5 100644 --- a/src/frontend-common/dinput_source.h +++ b/src/frontend-common/dinput_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #define DIRECTINPUT_VERSION 0x0800 #include "common/windows_headers.h" diff --git a/src/frontend-common/evdev_input_source.cpp b/src/frontend-common/evdev_input_source.cpp index ab570f9a6..970e0ca4c 100644 --- a/src/frontend-common/evdev_input_source.cpp +++ b/src/frontend-common/evdev_input_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "evdev_input_source.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/evdev_input_source.h b/src/frontend-common/evdev_input_source.h index d37f40810..acec729e8 100644 --- a/src/frontend-common/evdev_input_source.h +++ b/src/frontend-common/evdev_input_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/types.h" #include "input_source.h" diff --git a/src/frontend-common/frontend-common.vcxproj b/src/frontend-common/frontend-common.vcxproj index 8fa7f260b..ea07d2c33 100644 --- a/src/frontend-common/frontend-common.vcxproj +++ b/src/frontend-common/frontend-common.vcxproj @@ -78,9 +78,6 @@ - - - {6245DEC8-D2DA-47EE-A373-CBD6FCF3ECE6} diff --git a/src/frontend-common/frontend-common.vcxproj.filters b/src/frontend-common/frontend-common.vcxproj.filters index c01c27fab..a1d19f7ab 100644 --- a/src/frontend-common/frontend-common.vcxproj.filters +++ b/src/frontend-common/frontend-common.vcxproj.filters @@ -61,7 +61,4 @@ - - - \ No newline at end of file diff --git a/src/frontend-common/fullscreen_ui.cpp b/src/frontend-common/fullscreen_ui.cpp index 038998eda..3c28281d6 100644 --- a/src/frontend-common/fullscreen_ui.cpp +++ b/src/frontend-common/fullscreen_ui.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #define IMGUI_DEFINE_MATH_OPERATORS #include "fullscreen_ui.h" diff --git a/src/frontend-common/fullscreen_ui.h b/src/frontend-common/fullscreen_ui.h index 7926715a7..b32f71fc0 100644 --- a/src/frontend-common/fullscreen_ui.h +++ b/src/frontend-common/fullscreen_ui.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" #include "common/types.h" diff --git a/src/frontend-common/game_list.cpp b/src/frontend-common/game_list.cpp index 80878423f..c5d01768b 100644 --- a/src/frontend-common/game_list.cpp +++ b/src/frontend-common/game_list.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "game_list.h" #include "common/assert.h" #include "common/byte_stream.h" diff --git a/src/frontend-common/game_list.h b/src/frontend-common/game_list.h index 7224c3dfa..87707539f 100644 --- a/src/frontend-common/game_list.h +++ b/src/frontend-common/game_list.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/string.h" #include "core/game_database.h" diff --git a/src/frontend-common/host_settings.cpp b/src/frontend-common/host_settings.cpp index 5ca12cce4..c342174e2 100644 --- a/src/frontend-common/host_settings.cpp +++ b/src/frontend-common/host_settings.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "core/host.h" #include "core/host_settings.h" #include "common/assert.h" diff --git a/src/frontend-common/icon.h b/src/frontend-common/icon.h index e06da71f9..5977d4bee 100644 --- a/src/frontend-common/icon.h +++ b/src/frontend-common/icon.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once constexpr int WINDOW_ICON_WIDTH = 64; diff --git a/src/frontend-common/imgui_fullscreen.cpp b/src/frontend-common/imgui_fullscreen.cpp index 326e1a253..0d86a2f50 100644 --- a/src/frontend-common/imgui_fullscreen.cpp +++ b/src/frontend-common/imgui_fullscreen.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #define IMGUI_DEFINE_MATH_OPERATORS #include "imgui_fullscreen.h" diff --git a/src/frontend-common/imgui_fullscreen.h b/src/frontend-common/imgui_fullscreen.h index 11e247c85..529d34c78 100644 --- a/src/frontend-common/imgui_fullscreen.h +++ b/src/frontend-common/imgui_fullscreen.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "IconsFontAwesome5.h" #include "common/types.h" diff --git a/src/frontend-common/imgui_manager.cpp b/src/frontend-common/imgui_manager.cpp index 49f6c641a..4599fb37a 100644 --- a/src/frontend-common/imgui_manager.cpp +++ b/src/frontend-common/imgui_manager.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "imgui_manager.h" #include "IconsFontAwesome5.h" #include "common/assert.h" diff --git a/src/frontend-common/imgui_manager.h b/src/frontend-common/imgui_manager.h index c29f5559c..6ecddbf60 100644 --- a/src/frontend-common/imgui_manager.h +++ b/src/frontend-common/imgui_manager.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/frontend-common/imgui_overlays.cpp b/src/frontend-common/imgui_overlays.cpp index ddd910437..f8df8e78a 100644 --- a/src/frontend-common/imgui_overlays.cpp +++ b/src/frontend-common/imgui_overlays.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "imgui_overlays.h" #include "IconsFontAwesome5.h" #include "common/assert.h" diff --git a/src/frontend-common/imgui_overlays.h b/src/frontend-common/imgui_overlays.h index e0e8a4b4c..163bf5c80 100644 --- a/src/frontend-common/imgui_overlays.h +++ b/src/frontend-common/imgui_overlays.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "imgui_manager.h" diff --git a/src/frontend-common/input_manager.cpp b/src/frontend-common/input_manager.cpp index e6a24c323..ef51637f5 100644 --- a/src/frontend-common/input_manager.cpp +++ b/src/frontend-common/input_manager.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "input_manager.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/frontend-common/input_manager.h b/src/frontend-common/input_manager.h index 26a99e73c..65950278e 100644 --- a/src/frontend-common/input_manager.h +++ b/src/frontend-common/input_manager.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/frontend-common/input_source.cpp b/src/frontend-common/input_source.cpp index 9949dd789..c8baf60c6 100644 --- a/src/frontend-common/input_source.cpp +++ b/src/frontend-common/input_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "input_source.h" #include "common/string_util.h" diff --git a/src/frontend-common/input_source.h b/src/frontend-common/input_source.h index f92f9171a..7749c94e5 100644 --- a/src/frontend-common/input_source.h +++ b/src/frontend-common/input_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include diff --git a/src/frontend-common/opengl_host_display.cpp b/src/frontend-common/opengl_host_display.cpp index cb2ed716e..2e5f430bf 100644 --- a/src/frontend-common/opengl_host_display.cpp +++ b/src/frontend-common/opengl_host_display.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "opengl_host_display.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/frontend-common/opengl_host_display.h b/src/frontend-common/opengl_host_display.h index 6d3ecc59d..288f0197c 100644 --- a/src/frontend-common/opengl_host_display.h +++ b/src/frontend-common/opengl_host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/gl/context.h" #include "common/gl/loader.h" diff --git a/src/frontend-common/platform_misc.h b/src/frontend-common/platform_misc.h index 8b383264a..a1569a3bb 100644 --- a/src/frontend-common/platform_misc.h +++ b/src/frontend-common/platform_misc.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/window_info.h" namespace FrontendCommon { diff --git a/src/frontend-common/platform_misc_mac.mm b/src/frontend-common/platform_misc_mac.mm index b25fbba56..5ccc13083 100644 --- a/src/frontend-common/platform_misc_mac.mm +++ b/src/frontend-common/platform_misc_mac.mm @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "platform_misc.h" #include "common/log.h" #include "common/string.h" diff --git a/src/frontend-common/platform_misc_unix.cpp b/src/frontend-common/platform_misc_unix.cpp index 70cc79f29..b333be44e 100644 --- a/src/frontend-common/platform_misc_unix.cpp +++ b/src/frontend-common/platform_misc_unix.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/log.h" #include "common/string.h" #include "platform_misc.h" diff --git a/src/frontend-common/platform_misc_win32.cpp b/src/frontend-common/platform_misc_win32.cpp index 1cf3a2789..ad0c099b0 100644 --- a/src/frontend-common/platform_misc_win32.cpp +++ b/src/frontend-common/platform_misc_win32.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/log.h" #include "common/string.h" #include "common/string_util.h" diff --git a/src/frontend-common/postprocessing_chain.cpp b/src/frontend-common/postprocessing_chain.cpp index b4815af0c..ddd8858af 100644 --- a/src/frontend-common/postprocessing_chain.cpp +++ b/src/frontend-common/postprocessing_chain.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessing_chain.h" #include "common/assert.h" #include "common/file_system.h" diff --git a/src/frontend-common/postprocessing_chain.h b/src/frontend-common/postprocessing_chain.h index aa9d5ee9d..f9b2de53c 100644 --- a/src/frontend-common/postprocessing_chain.h +++ b/src/frontend-common/postprocessing_chain.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "postprocessing_shader.h" #include diff --git a/src/frontend-common/postprocessing_shader.cpp b/src/frontend-common/postprocessing_shader.cpp index abdc5f9a4..da3b09f13 100644 --- a/src/frontend-common/postprocessing_shader.cpp +++ b/src/frontend-common/postprocessing_shader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessing_shader.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/frontend-common/postprocessing_shader.h b/src/frontend-common/postprocessing_shader.h index 599cfb41c..bf8a27cac 100644 --- a/src/frontend-common/postprocessing_shader.h +++ b/src/frontend-common/postprocessing_shader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/rectangle.h" #include "core/types.h" diff --git a/src/frontend-common/postprocessing_shadergen.cpp b/src/frontend-common/postprocessing_shadergen.cpp index 0671b73e6..46f1c8cb6 100644 --- a/src/frontend-common/postprocessing_shadergen.cpp +++ b/src/frontend-common/postprocessing_shadergen.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "postprocessing_shadergen.h" namespace FrontendCommon { diff --git a/src/frontend-common/postprocessing_shadergen.h b/src/frontend-common/postprocessing_shadergen.h index 82feb4085..331b56690 100644 --- a/src/frontend-common/postprocessing_shadergen.h +++ b/src/frontend-common/postprocessing_shadergen.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "core/shadergen.h" #include "postprocessing_shader.h" diff --git a/src/frontend-common/sdl_input_source.cpp b/src/frontend-common/sdl_input_source.cpp index a073c0d84..ad175c78c 100644 --- a/src/frontend-common/sdl_input_source.cpp +++ b/src/frontend-common/sdl_input_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "sdl_input_source.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/sdl_input_source.h b/src/frontend-common/sdl_input_source.h index f38f3a9fd..3ecdd3c8c 100644 --- a/src/frontend-common/sdl_input_source.h +++ b/src/frontend-common/sdl_input_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "SDL.h" #include "input_source.h" diff --git a/src/frontend-common/vulkan_host_display.cpp b/src/frontend-common/vulkan_host_display.cpp index df4cf980b..606adf038 100644 --- a/src/frontend-common/vulkan_host_display.cpp +++ b/src/frontend-common/vulkan_host_display.cpp @@ -1,4 +1,7 @@ -#include "vulkan_host_display.h" +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + +#include "vulkan_host_display.h" #include "common/align.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/vulkan_host_display.h b/src/frontend-common/vulkan_host_display.h index 69ade7c13..7106aa88c 100644 --- a/src/frontend-common/vulkan_host_display.h +++ b/src/frontend-common/vulkan_host_display.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/timer.h" #include "common/vulkan/loader.h" diff --git a/src/frontend-common/win32_raw_input_source.cpp b/src/frontend-common/win32_raw_input_source.cpp index cfa4d0a96..70f04c892 100644 --- a/src/frontend-common/win32_raw_input_source.cpp +++ b/src/frontend-common/win32_raw_input_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "win32_raw_input_source.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/win32_raw_input_source.h b/src/frontend-common/win32_raw_input_source.h index 68aaa91e2..b63a8a575 100644 --- a/src/frontend-common/win32_raw_input_source.h +++ b/src/frontend-common/win32_raw_input_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/windows_headers.h" #include "input_source.h" diff --git a/src/frontend-common/xaudio2_audio_stream.cpp b/src/frontend-common/xaudio2_audio_stream.cpp index dd9ae859a..88016e0fc 100644 --- a/src/frontend-common/xaudio2_audio_stream.cpp +++ b/src/frontend-common/xaudio2_audio_stream.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "xaudio2_audio_stream.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/xaudio2_audio_stream.h b/src/frontend-common/xaudio2_audio_stream.h index 75b56008c..f530d8ecf 100644 --- a/src/frontend-common/xaudio2_audio_stream.h +++ b/src/frontend-common/xaudio2_audio_stream.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/windows_headers.h" #include "util/audio_stream.h" diff --git a/src/frontend-common/xinput_source.cpp b/src/frontend-common/xinput_source.cpp index 24b38a475..ee271f466 100644 --- a/src/frontend-common/xinput_source.cpp +++ b/src/frontend-common/xinput_source.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "xinput_source.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/frontend-common/xinput_source.h b/src/frontend-common/xinput_source.h index 2368d99f3..ec06aa791 100644 --- a/src/frontend-common/xinput_source.h +++ b/src/frontend-common/xinput_source.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/windows_headers.h" #include "input_source.h" diff --git a/src/scmversion/scmversion.h b/src/scmversion/scmversion.h index a27ff7a5c..f84db2654 100644 --- a/src/scmversion/scmversion.h +++ b/src/scmversion/scmversion.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once extern const char* g_scm_hash_str; diff --git a/src/updater/updater.cpp b/src/updater/updater.cpp index 599ecd8b4..5a1a02ef3 100644 --- a/src/updater/updater.cpp +++ b/src/updater/updater.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "updater.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/updater/updater.h b/src/updater/updater.h index 0c636a668..a925ff70b 100644 --- a/src/updater/updater.h +++ b/src/updater/updater.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" #include "unzip.h" diff --git a/src/updater/win32_main.cpp b/src/updater/win32_main.cpp index df0bb8b25..72c663d48 100644 --- a/src/updater/win32_main.cpp +++ b/src/updater/win32_main.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "common/file_system.h" #include "common/log.h" #include "common/string_util.h" diff --git a/src/util/audio_stream.cpp b/src/util/audio_stream.cpp index 6743d53b9..24a8f799e 100644 --- a/src/util/audio_stream.cpp +++ b/src/util/audio_stream.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "audio_stream.h" #include "SoundTouch.h" #include "common/align.h" diff --git a/src/util/audio_stream.h b/src/util/audio_stream.h index 43e732b45..ef32a1e10 100644 --- a/src/util/audio_stream.h +++ b/src/util/audio_stream.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/util/cd_image.cpp b/src/util/cd_image.cpp index fb9501059..b448077bf 100644 --- a/src/util/cd_image.cpp +++ b/src/util/cd_image.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "common/assert.h" #include "common/error.h" diff --git a/src/util/cd_image.h b/src/util/cd_image.h index 1fbb37f2d..05d715ca6 100644 --- a/src/util/cd_image.h +++ b/src/util/cd_image.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/progress_callback.h" diff --git a/src/util/cd_image_bin.cpp b/src/util/cd_image_bin.cpp index a909ad091..0aab50a78 100644 --- a/src/util/cd_image_bin.cpp +++ b/src/util/cd_image_bin.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/error.h" diff --git a/src/util/cd_image_chd.cpp b/src/util/cd_image_chd.cpp index ef1771210..adbfa61bc 100644 --- a/src/util/cd_image_chd.cpp +++ b/src/util/cd_image_chd.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) #define _CRT_SECURE_NO_WARNINGS #endif diff --git a/src/util/cd_image_cue.cpp b/src/util/cd_image_cue.cpp index 9d4c14b2f..88101da75 100644 --- a/src/util/cd_image_cue.cpp +++ b/src/util/cd_image_cue.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_image_device.cpp b/src/util/cd_image_device.cpp index 082822a2e..0044f382f 100644 --- a/src/util/cd_image_device.cpp +++ b/src/util/cd_image_device.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "assert.h" #include "cd_image.h" #include "common/error.h" diff --git a/src/util/cd_image_ecm.cpp b/src/util/cd_image_ecm.cpp index 6b6e79967..18eb41f09 100644 --- a/src/util/cd_image_ecm.cpp +++ b/src/util/cd_image_ecm.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_image_hasher.cpp b/src/util/cd_image_hasher.cpp index ca6e7e837..f18164aea 100644 --- a/src/util/cd_image_hasher.cpp +++ b/src/util/cd_image_hasher.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image_hasher.h" #include "cd_image.h" #include "common/md5_digest.h" diff --git a/src/util/cd_image_hasher.h b/src/util/cd_image_hasher.h index 73cd02acf..27728bd32 100644 --- a/src/util/cd_image_hasher.h +++ b/src/util/cd_image_hasher.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/progress_callback.h" #include "common/types.h" diff --git a/src/util/cd_image_m3u.cpp b/src/util/cd_image_m3u.cpp index 4d6d419fd..839f59b59 100644 --- a/src/util/cd_image_m3u.cpp +++ b/src/util/cd_image_m3u.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_image_mds.cpp b/src/util/cd_image_mds.cpp index 0112ac0bc..539439dda 100644 --- a/src/util/cd_image_mds.cpp +++ b/src/util/cd_image_mds.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "assert.h" #include "cd_image.h" #include "cd_subchannel_replacement.h" diff --git a/src/util/cd_image_memory.cpp b/src/util/cd_image_memory.cpp index fcf044e03..a448affc2 100644 --- a/src/util/cd_image_memory.cpp +++ b/src/util/cd_image_memory.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_image_pbp.cpp b/src/util/cd_image_pbp.cpp index c481d7224..5630f9a82 100644 --- a/src/util/cd_image_pbp.cpp +++ b/src/util/cd_image_pbp.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_image_ppf.cpp b/src/util/cd_image_ppf.cpp index 2b20ba50b..a5e912d51 100644 --- a/src/util/cd_image_ppf.cpp +++ b/src/util/cd_image_ppf.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_image.h" #include "cd_subchannel_replacement.h" #include "common/assert.h" diff --git a/src/util/cd_subchannel_replacement.cpp b/src/util/cd_subchannel_replacement.cpp index ebab5a5d4..2507ec36e 100644 --- a/src/util/cd_subchannel_replacement.cpp +++ b/src/util/cd_subchannel_replacement.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_subchannel_replacement.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/util/cd_subchannel_replacement.h b/src/util/cd_subchannel_replacement.h index 0a53431f4..92545cfe1 100644 --- a/src/util/cd_subchannel_replacement.h +++ b/src/util/cd_subchannel_replacement.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "cd_image.h" #include "common/types.h" diff --git a/src/util/cd_xa.cpp b/src/util/cd_xa.cpp index fa4b1e044..c8c8a4f8b 100644 --- a/src/util/cd_xa.cpp +++ b/src/util/cd_xa.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cd_xa.h" #include "cd_image.h" #include diff --git a/src/util/cd_xa.h b/src/util/cd_xa.h index 49d53903a..3c140fd93 100644 --- a/src/util/cd_xa.h +++ b/src/util/cd_xa.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/bitfield.h" #include "common/types.h" diff --git a/src/util/cue_parser.cpp b/src/util/cue_parser.cpp index b9e568f51..4caf2674c 100644 --- a/src/util/cue_parser.cpp +++ b/src/util/cue_parser.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "cue_parser.h" #include "common/error.h" #include "common/log.h" diff --git a/src/util/cue_parser.h b/src/util/cue_parser.h index e18699f12..911ed4be1 100644 --- a/src/util/cue_parser.h +++ b/src/util/cue_parser.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "cd_image.h" #include "common/types.h" diff --git a/src/util/ini_settings_interface.cpp b/src/util/ini_settings_interface.cpp index 2b06ea922..48ce74dc9 100644 --- a/src/util/ini_settings_interface.cpp +++ b/src/util/ini_settings_interface.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "ini_settings_interface.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/util/ini_settings_interface.h b/src/util/ini_settings_interface.h index 8081b296b..64d095451 100644 --- a/src/util/ini_settings_interface.h +++ b/src/util/ini_settings_interface.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/settings_interface.h" diff --git a/src/util/iso_reader.cpp b/src/util/iso_reader.cpp index 3374c3d7c..5ba6ff67a 100644 --- a/src/util/iso_reader.cpp +++ b/src/util/iso_reader.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "iso_reader.h" #include "cd_image.h" #include "common/log.h" diff --git a/src/util/iso_reader.h b/src/util/iso_reader.h index 2ed7ce486..d045e25c2 100644 --- a/src/util/iso_reader.h +++ b/src/util/iso_reader.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/util/jit_code_buffer.cpp b/src/util/jit_code_buffer.cpp index ab3188f9f..fc13efc03 100644 --- a/src/util/jit_code_buffer.cpp +++ b/src/util/jit_code_buffer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "jit_code_buffer.h" #include "common/align.h" #include "common/assert.h" diff --git a/src/util/jit_code_buffer.h b/src/util/jit_code_buffer.h index 81b56b081..5d09e96f2 100644 --- a/src/util/jit_code_buffer.h +++ b/src/util/jit_code_buffer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/util/memory_arena.cpp b/src/util/memory_arena.cpp index 9c1f7de06..2f5b2df2a 100644 --- a/src/util/memory_arena.cpp +++ b/src/util/memory_arena.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "memory_arena.h" #include "common/assert.h" #include "common/log.h" diff --git a/src/util/memory_arena.h b/src/util/memory_arena.h index 19b1da607..c6ccf092a 100644 --- a/src/util/memory_arena.h +++ b/src/util/memory_arena.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/util/page_fault_handler.cpp b/src/util/page_fault_handler.cpp index cea0174b5..8384178df 100644 --- a/src/util/page_fault_handler.cpp +++ b/src/util/page_fault_handler.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "page_fault_handler.h" #include "common/log.h" #include "common/platform.h" diff --git a/src/util/page_fault_handler.h b/src/util/page_fault_handler.h index 5e2996c5a..6eb00dfb1 100644 --- a/src/util/page_fault_handler.h +++ b/src/util/page_fault_handler.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" diff --git a/src/util/pbp_types.h b/src/util/pbp_types.h index bb69b7db9..1b3e5b1e9 100644 --- a/src/util/pbp_types.h +++ b/src/util/pbp_types.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin and contributors. +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include diff --git a/src/util/state_wrapper.cpp b/src/util/state_wrapper.cpp index 9916b6f82..6e9d353f7 100644 --- a/src/util/state_wrapper.cpp +++ b/src/util/state_wrapper.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "state_wrapper.h" #include "common/log.h" #include "common/string.h" diff --git a/src/util/state_wrapper.h b/src/util/state_wrapper.h index 67a949e33..a4b71905f 100644 --- a/src/util/state_wrapper.h +++ b/src/util/state_wrapper.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/byte_stream.h" #include "common/fifo_queue.h" diff --git a/src/util/wav_writer.cpp b/src/util/wav_writer.cpp index a369912d7..a9033275d 100644 --- a/src/util/wav_writer.cpp +++ b/src/util/wav_writer.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #include "wav_writer.h" #include "common/file_system.h" #include "common/log.h" diff --git a/src/util/wav_writer.h b/src/util/wav_writer.h index 1b8ec73ec..666821028 100644 --- a/src/util/wav_writer.h +++ b/src/util/wav_writer.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin +// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) + #pragma once #include "common/types.h" #include