diff --git a/code_templates/gc_dumper.c b/code_templates/gc_dumper.c index 96e66ce..8c63cae 100644 --- a/code_templates/gc_dumper.c +++ b/code_templates/gc_dumper.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/code_templates/nsp_dumper.c b/code_templates/nsp_dumper.c index 5a5756c..ec827f8 100644 --- a/code_templates/nsp_dumper.c +++ b/code_templates/nsp_dumper.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/code_templates/sd_romfs_dumper.c b/code_templates/sd_romfs_dumper.c index 5afcff6..06ff1dd 100644 --- a/code_templates/sd_romfs_dumper.c +++ b/code_templates/sd_romfs_dumper.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/code_templates/system_title_dumper.c b/code_templates/system_title_dumper.c index f84784a..a170697 100644 --- a/code_templates/system_title_dumper.c +++ b/code_templates/system_title_dumper.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/code_templates/usb_romfs_dumper.c b/code_templates/usb_romfs_dumper.c index cb9ecfc..3b20835 100644 --- a/code_templates/usb_romfs_dumper.c +++ b/code_templates/usb_romfs_dumper.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/code_templates/xml_generator.c b/code_templates/xml_generator.c index b20400a..f9682c4 100644 --- a/code_templates/xml_generator.c +++ b/code_templates/xml_generator.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/host/nxdt_host.py b/host/nxdt_host.py index ffbf012..1906ca9 100644 --- a/host/nxdt_host.py +++ b/host/nxdt_host.py @@ -3,7 +3,7 @@ """ * nxdt_host.py * - * Copyright (c) 2021-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * @@ -68,7 +68,7 @@ WINDOW_HEIGHT = 470 APP_VERSION = '0.3' # Copyright year. -COPYRIGHT_YEAR = '2021-2022' +COPYRIGHT_YEAR = '2020-2023' # USB VID/PID pair. USB_DEV_VID = 0x057E diff --git a/include/about_tab.hpp b/include/about_tab.hpp index 6633c3c..8c16c13 100644 --- a/include/about_tab.hpp +++ b/include/about_tab.hpp @@ -1,7 +1,7 @@ /* * about_tab.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/async_task.hpp b/include/async_task.hpp index fd3cd29..8dcdf27 100644 --- a/include/async_task.hpp +++ b/include/async_task.hpp @@ -1,7 +1,7 @@ /* * async_task.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * Based on attcs' C++ implementation at: * https://github.com/attcs/AsyncTask/blob/master/asynctask.h. diff --git a/include/core/aes.h b/include/core/aes.h index 663fbab..be5242f 100644 --- a/include/core/aes.h +++ b/include/core/aes.h @@ -1,7 +1,7 @@ /* * aes.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/bfttf.h b/include/core/bfttf.h index d8690b1..1774374 100644 --- a/include/core/bfttf.h +++ b/include/core/bfttf.h @@ -2,7 +2,7 @@ * bftff.h * * Copyright (c) 2018, simontime. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/bktr.h b/include/core/bktr.h index 621c588..f8f2cdb 100644 --- a/include/core/bktr.h +++ b/include/core/bktr.h @@ -2,7 +2,7 @@ * bktr.h * * Copyright (c) 2018-2020, SciresM. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/cert.h b/include/core/cert.h index a4ef8bd..f1f05e9 100644 --- a/include/core/cert.h +++ b/include/core/cert.h @@ -1,7 +1,7 @@ /* * cert.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/cnmt.h b/include/core/cnmt.h index 87bbf0e..df8ca42 100644 --- a/include/core/cnmt.h +++ b/include/core/cnmt.h @@ -1,7 +1,7 @@ /* * cnmt.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/config.h b/include/core/config.h index 80e11b4..25a5df4 100644 --- a/include/core/config.h +++ b/include/core/config.h @@ -1,7 +1,7 @@ /* * config.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/elf_symbol.h b/include/core/elf_symbol.h index 187f024..5eef139 100644 --- a/include/core/elf_symbol.h +++ b/include/core/elf_symbol.h @@ -2,7 +2,7 @@ * elf_symbol.h * * Copyright (c) 1991-2020, Linus Torvalds and Linux Kernel project contributors. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/es.h b/include/core/es.h index 9c99410..f0eda38 100644 --- a/include/core/es.h +++ b/include/core/es.h @@ -2,7 +2,7 @@ * es.h * * Copyright (c) 2018-2020, Addubz. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/fs_ext.h b/include/core/fs_ext.h index 10e2367..795e4c0 100644 --- a/include/core/fs_ext.h +++ b/include/core/fs_ext.h @@ -1,7 +1,7 @@ /* * fs_ext.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/gamecard.h b/include/core/gamecard.h index d240d36..90020c8 100644 --- a/include/core/gamecard.h +++ b/include/core/gamecard.h @@ -1,7 +1,7 @@ /* * gamecard.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/hfs.h b/include/core/hfs.h index 9bab70c..9ff296b 100644 --- a/include/core/hfs.h +++ b/include/core/hfs.h @@ -1,7 +1,7 @@ /* * hfs.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/http.h b/include/core/http.h index b060431..625a599 100644 --- a/include/core/http.h +++ b/include/core/http.h @@ -1,7 +1,7 @@ /* * http.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/keys.h b/include/core/keys.h index ab77ae7..fb53de1 100644 --- a/include/core/keys.h +++ b/include/core/keys.h @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020, SciresM. * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/legal_info.h b/include/core/legal_info.h index 2b93ab4..f9529fb 100644 --- a/include/core/legal_info.h +++ b/include/core/legal_info.h @@ -1,7 +1,7 @@ /* * legal_info.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/mem.h b/include/core/mem.h index 944ab9e..b84ac2e 100644 --- a/include/core/mem.h +++ b/include/core/mem.h @@ -2,7 +2,7 @@ * mem.h * * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nacp.h b/include/core/nacp.h index 4a4e8ea..2d60ea7 100644 --- a/include/core/nacp.h +++ b/include/core/nacp.h @@ -1,7 +1,7 @@ /* * nacp.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nca.h b/include/core/nca.h index 2828f7a..0ac4dd5 100644 --- a/include/core/nca.h +++ b/include/core/nca.h @@ -1,7 +1,7 @@ /* * nca.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nca_storage.h b/include/core/nca_storage.h index 04cacba..460938c 100644 --- a/include/core/nca_storage.h +++ b/include/core/nca_storage.h @@ -1,7 +1,7 @@ /* * nca_storage.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/npdm.h b/include/core/npdm.h index 052288f..b774f9c 100644 --- a/include/core/npdm.h +++ b/include/core/npdm.h @@ -1,7 +1,7 @@ /* * npdm.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nso.h b/include/core/nso.h index 706072c..645456f 100644 --- a/include/core/nso.h +++ b/include/core/nso.h @@ -1,7 +1,7 @@ /* * nso.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nxdt_bfsar.h b/include/core/nxdt_bfsar.h index 498c0ee..227a06e 100644 --- a/include/core/nxdt_bfsar.h +++ b/include/core/nxdt_bfsar.h @@ -1,7 +1,7 @@ /* * nxdt_bfsar.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nxdt_includes.h b/include/core/nxdt_includes.h index 088c99c..e957722 100644 --- a/include/core/nxdt_includes.h +++ b/include/core/nxdt_includes.h @@ -1,7 +1,7 @@ /* * nxdt_includes.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nxdt_json.h b/include/core/nxdt_json.h index af760b3..f38cedc 100644 --- a/include/core/nxdt_json.h +++ b/include/core/nxdt_json.h @@ -1,7 +1,7 @@ /* * nxdt_json.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nxdt_log.h b/include/core/nxdt_log.h index e71c11c..a7335e8 100644 --- a/include/core/nxdt_log.h +++ b/include/core/nxdt_log.h @@ -1,7 +1,7 @@ /* * nxdt_log.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/nxdt_utils.h b/include/core/nxdt_utils.h index 21f728e..1feb5c9 100644 --- a/include/core/nxdt_utils.h +++ b/include/core/nxdt_utils.h @@ -1,7 +1,7 @@ /* * nxdt_utils.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/pfs.h b/include/core/pfs.h index 35e5dd5..8ffbe9a 100644 --- a/include/core/pfs.h +++ b/include/core/pfs.h @@ -1,7 +1,7 @@ /* * pfs.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/program_info.h b/include/core/program_info.h index fe0f67d..bee01a9 100644 --- a/include/core/program_info.h +++ b/include/core/program_info.h @@ -1,7 +1,7 @@ /* * program_info.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/romfs.h b/include/core/romfs.h index 41bc198..590f233 100644 --- a/include/core/romfs.h +++ b/include/core/romfs.h @@ -1,7 +1,7 @@ /* * romfs.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/rsa.h b/include/core/rsa.h index 2303628..6dd0c85 100644 --- a/include/core/rsa.h +++ b/include/core/rsa.h @@ -2,7 +2,7 @@ * rsa.c * * Copyright (c) 2018-2019, SciresM. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/save.h b/include/core/save.h index 4ffe815..c187af9 100644 --- a/include/core/save.h +++ b/include/core/save.h @@ -2,7 +2,7 @@ * save.h * * Copyright (c) 2019-2020, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/service_guard.h b/include/core/service_guard.h index 767924b..3336e1d 100644 --- a/include/core/service_guard.h +++ b/include/core/service_guard.h @@ -2,7 +2,7 @@ * service_guard.h * * Copyright (c) 2018-2020, Switchbrew and libnx contributors. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/services.h b/include/core/services.h index 06d4343..e95d7f8 100644 --- a/include/core/services.h +++ b/include/core/services.h @@ -1,7 +1,7 @@ /* * services.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/sha3.h b/include/core/sha3.h index 2d98552..fc00dcb 100644 --- a/include/core/sha3.h +++ b/include/core/sha3.h @@ -2,7 +2,7 @@ * sha3.h * * Copyright (c) Atmosphère-NX. - * Copyright (c) 2022, DarkMatterCore . + * Copyright (c) 2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * Loosely based on crypto_sha3_impl.hpp from Atmosphere-libs. diff --git a/include/core/signature.h b/include/core/signature.h index 2a01bc3..e00cfbe 100644 --- a/include/core/signature.h +++ b/include/core/signature.h @@ -1,7 +1,7 @@ /* * signature.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/tik.h b/include/core/tik.h index 8de7b1f..955d36a 100644 --- a/include/core/tik.h +++ b/include/core/tik.h @@ -1,7 +1,7 @@ /* * tik.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/title.h b/include/core/title.h index 5301499..f77845d 100644 --- a/include/core/title.h +++ b/include/core/title.h @@ -1,7 +1,7 @@ /* * title.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/ums.h b/include/core/ums.h index 1a29415..0d377ff 100644 --- a/include/core/ums.h +++ b/include/core/ums.h @@ -1,7 +1,7 @@ /* * ums.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/usb.h b/include/core/usb.h index 7c4f0c3..1abb8a8 100644 --- a/include/core/usb.h +++ b/include/core/usb.h @@ -4,7 +4,7 @@ * Heavily based in usb_comms from libnx. * * Copyright (c) 2018-2020, Switchbrew and libnx contributors. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/defines.h b/include/defines.h index effd7b7..c682c28 100644 --- a/include/defines.h +++ b/include/defines.h @@ -1,7 +1,7 @@ /* * defines.h * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/download_task.hpp b/include/download_task.hpp index 2b7f2e2..58be2d0 100644 --- a/include/download_task.hpp +++ b/include/download_task.hpp @@ -1,7 +1,7 @@ /* * download_task.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/dump_options_frame.hpp b/include/dump_options_frame.hpp index c436fc2..2f9ddd5 100644 --- a/include/dump_options_frame.hpp +++ b/include/dump_options_frame.hpp @@ -1,7 +1,7 @@ /* * dump_options_frame.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/error_frame.hpp b/include/error_frame.hpp index a7ddbdc..6a4429a 100644 --- a/include/error_frame.hpp +++ b/include/error_frame.hpp @@ -1,7 +1,7 @@ /* * error_frame.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * Based on crash_frame.hpp from Borealis. * diff --git a/include/focusable_item.hpp b/include/focusable_item.hpp index fd4f25c..50de6ac 100644 --- a/include/focusable_item.hpp +++ b/include/focusable_item.hpp @@ -1,7 +1,7 @@ /* * focusable_item.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/gamecard_tab.hpp b/include/gamecard_tab.hpp index 5f54ddd..83b63e8 100644 --- a/include/gamecard_tab.hpp +++ b/include/gamecard_tab.hpp @@ -1,7 +1,7 @@ /* * gamecard_tab.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/layered_error_frame.hpp b/include/layered_error_frame.hpp index 00873ca..0d3f06e 100644 --- a/include/layered_error_frame.hpp +++ b/include/layered_error_frame.hpp @@ -1,7 +1,7 @@ /* * layered_error_frame.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/options_tab.hpp b/include/options_tab.hpp index e5a5dd2..bd6e421 100644 --- a/include/options_tab.hpp +++ b/include/options_tab.hpp @@ -1,7 +1,7 @@ /* * options_tab.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/root_view.hpp b/include/root_view.hpp index 3129525..704e786 100644 --- a/include/root_view.hpp +++ b/include/root_view.hpp @@ -1,7 +1,7 @@ /* * root_view.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/scope_guard.hpp b/include/scope_guard.hpp index d6ad72c..3735d20 100644 --- a/include/scope_guard.hpp +++ b/include/scope_guard.hpp @@ -2,7 +2,7 @@ * scope_guard.hpp * * Copyright (c) 2018-2021, SciresM. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * Scope guard logic lovingly taken from Andrei Alexandrescu's "Systemic Error Handling in C++". * diff --git a/include/tasks.hpp b/include/tasks.hpp index 5fe2c4e..3ee665b 100644 --- a/include/tasks.hpp +++ b/include/tasks.hpp @@ -1,7 +1,7 @@ /* * tasks.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/titles_tab.hpp b/include/titles_tab.hpp index 8ff53a1..bb850d2 100644 --- a/include/titles_tab.hpp +++ b/include/titles_tab.hpp @@ -1,7 +1,7 @@ /* * titles_tab.hpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/about_tab.cpp b/source/about_tab.cpp index a45c0fd..01202f6 100644 --- a/source/about_tab.cpp +++ b/source/about_tab.cpp @@ -1,7 +1,7 @@ /* * about_tab.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/aes.c b/source/core/aes.c index 8fe2649..f4d5b11 100644 --- a/source/core/aes.c +++ b/source/core/aes.c @@ -1,7 +1,7 @@ /* * aes.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/bfttf.c b/source/core/bfttf.c index 7b0cf2e..553064b 100644 --- a/source/core/bfttf.c +++ b/source/core/bfttf.c @@ -2,7 +2,7 @@ * bfttf.c * * Copyright (c) 2018, simontime. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/bktr.c b/source/core/bktr.c index 5fa4761..f4141bc 100644 --- a/source/core/bktr.c +++ b/source/core/bktr.c @@ -2,7 +2,7 @@ * bktr.c * * Copyright (c) 2018-2020, SciresM. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/cert.c b/source/core/cert.c index 028eccc..dcfb95b 100644 --- a/source/core/cert.c +++ b/source/core/cert.c @@ -1,7 +1,7 @@ /* * cert.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/cnmt.c b/source/core/cnmt.c index 09b1a20..7b03b83 100644 --- a/source/core/cnmt.c +++ b/source/core/cnmt.c @@ -1,7 +1,7 @@ /* * cnmt.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/config.c b/source/core/config.c index ad1cd3d..4baacb7 100644 --- a/source/core/config.c +++ b/source/core/config.c @@ -1,7 +1,7 @@ /* * config.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/es.c b/source/core/es.c index f746ff0..88d684d 100644 --- a/source/core/es.c +++ b/source/core/es.c @@ -2,7 +2,7 @@ * es.c * * Copyright (c) 2018-2020, Addubz. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/fs_ext.c b/source/core/fs_ext.c index e072c0b..05bab2a 100644 --- a/source/core/fs_ext.c +++ b/source/core/fs_ext.c @@ -1,7 +1,7 @@ /* * fs_ext.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/gamecard.c b/source/core/gamecard.c index bbea6ac..1814d02 100644 --- a/source/core/gamecard.c +++ b/source/core/gamecard.c @@ -1,7 +1,7 @@ /* * gamecard.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/hfs.c b/source/core/hfs.c index 0718f06..ea1e4ca 100644 --- a/source/core/hfs.c +++ b/source/core/hfs.c @@ -1,7 +1,7 @@ /* * hfs.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/http.c b/source/core/http.c index e287d1d..d3c95ac 100644 --- a/source/core/http.c +++ b/source/core/http.c @@ -1,7 +1,7 @@ /* * http.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/keys.c b/source/core/keys.c index 7264336..7057c49 100644 --- a/source/core/keys.c +++ b/source/core/keys.c @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020, SciresM. * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/legal_info.c b/source/core/legal_info.c index e69d19e..addc599 100644 --- a/source/core/legal_info.c +++ b/source/core/legal_info.c @@ -1,7 +1,7 @@ /* * legal_info.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/mem.c b/source/core/mem.c index 0d001ed..f324a38 100644 --- a/source/core/mem.c +++ b/source/core/mem.c @@ -2,7 +2,7 @@ * mem.c * * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nacp.c b/source/core/nacp.c index 1d67a12..309269c 100644 --- a/source/core/nacp.c +++ b/source/core/nacp.c @@ -1,7 +1,7 @@ /* * nacp.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nca.c b/source/core/nca.c index 588708a..ae00de5 100644 --- a/source/core/nca.c +++ b/source/core/nca.c @@ -1,7 +1,7 @@ /* * nca.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nca_storage.c b/source/core/nca_storage.c index 7464c3e..b5a9591 100644 --- a/source/core/nca_storage.c +++ b/source/core/nca_storage.c @@ -1,7 +1,7 @@ /* * nca_storage.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/npdm.c b/source/core/npdm.c index 89adf0d..da924fe 100644 --- a/source/core/npdm.c +++ b/source/core/npdm.c @@ -1,7 +1,7 @@ /* * npdm.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nso.c b/source/core/nso.c index 42342d4..b5a6992 100644 --- a/source/core/nso.c +++ b/source/core/nso.c @@ -1,7 +1,7 @@ /* * nso.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nxdt_bfsar.c b/source/core/nxdt_bfsar.c index b1b05e5..ac9f227 100644 --- a/source/core/nxdt_bfsar.c +++ b/source/core/nxdt_bfsar.c @@ -1,7 +1,7 @@ /* * nxdt_bfsar.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nxdt_json.c b/source/core/nxdt_json.c index ad7c068..83bf289 100644 --- a/source/core/nxdt_json.c +++ b/source/core/nxdt_json.c @@ -1,7 +1,7 @@ /* * nxdt_json.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nxdt_log.c b/source/core/nxdt_log.c index 4874cd6..15f4783 100644 --- a/source/core/nxdt_log.c +++ b/source/core/nxdt_log.c @@ -1,7 +1,7 @@ /* * nxdt_log.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/nxdt_utils.c b/source/core/nxdt_utils.c index 307ba41..2d32ed0 100644 --- a/source/core/nxdt_utils.c +++ b/source/core/nxdt_utils.c @@ -1,7 +1,7 @@ /* * nxdt_utils.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/pfs.c b/source/core/pfs.c index 930a39d..3f5a9d7 100644 --- a/source/core/pfs.c +++ b/source/core/pfs.c @@ -1,7 +1,7 @@ /* * pfs.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/program_info.c b/source/core/program_info.c index c3a8901..1eb459c 100644 --- a/source/core/program_info.c +++ b/source/core/program_info.c @@ -1,7 +1,7 @@ /* * program_info.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/romfs.c b/source/core/romfs.c index 2ce85aa..cde8633 100644 --- a/source/core/romfs.c +++ b/source/core/romfs.c @@ -1,7 +1,7 @@ /* * romfs.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/rsa.c b/source/core/rsa.c index 09ca79d..897268a 100644 --- a/source/core/rsa.c +++ b/source/core/rsa.c @@ -2,7 +2,7 @@ * rsa.c * * Copyright (c) 2018-2019, SciresM. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/save.c b/source/core/save.c index c3ef905..13d1388 100644 --- a/source/core/save.c +++ b/source/core/save.c @@ -2,7 +2,7 @@ * save.c * * Copyright (c) 2019-2020, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/services.c b/source/core/services.c index 7535ac2..daa225e 100644 --- a/source/core/services.c +++ b/source/core/services.c @@ -1,7 +1,7 @@ /* * services.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/sha3.c b/source/core/sha3.c index bd2fad0..993916a 100644 --- a/source/core/sha3.c +++ b/source/core/sha3.c @@ -2,7 +2,7 @@ * sha3.c * * Copyright (c) Atmosphère-NX. - * Copyright (c) 2022, DarkMatterCore . + * Copyright (c) 2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * Loosely based on crypto_sha3_impl.cpp from Atmosphere-libs. diff --git a/source/core/tik.c b/source/core/tik.c index 3dae592..e96a9b7 100644 --- a/source/core/tik.c +++ b/source/core/tik.c @@ -2,7 +2,7 @@ * tik.c * * Copyright (c) 2019-2020, shchmue. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/title.c b/source/core/title.c index 7fd86ab..989dd50 100644 --- a/source/core/title.c +++ b/source/core/title.c @@ -1,7 +1,7 @@ /* * title.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/ums.c b/source/core/ums.c index a4df2b8..cde663b 100644 --- a/source/core/ums.c +++ b/source/core/ums.c @@ -1,7 +1,7 @@ /* * ums.c * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/core/usb.c b/source/core/usb.c index d4f9ff7..9df22d9 100644 --- a/source/core/usb.c +++ b/source/core/usb.c @@ -4,7 +4,7 @@ * Heavily based in usb_comms from libnx. * * Copyright (c) 2018-2020, Switchbrew and libnx contributors. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/error_frame.cpp b/source/error_frame.cpp index e751276..7fd5a85 100644 --- a/source/error_frame.cpp +++ b/source/error_frame.cpp @@ -1,7 +1,7 @@ /* * error_frame.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * Based on crash_frame.cpp from Borealis. * diff --git a/source/exception_handler.cpp b/source/exception_handler.cpp index 9772edb..500d61c 100644 --- a/source/exception_handler.cpp +++ b/source/exception_handler.cpp @@ -2,7 +2,7 @@ * exception_handler.cpp * * Copyright (c) 2019-2020, WerWolv. - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * Loosely based on debug_helpers.cpp from EdiZon-Rewrite. diff --git a/source/gamecard_tab.cpp b/source/gamecard_tab.cpp index 4680689..c0f4a60 100644 --- a/source/gamecard_tab.cpp +++ b/source/gamecard_tab.cpp @@ -1,7 +1,7 @@ /* * gamecard_tab.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/layered_error_frame.cpp b/source/layered_error_frame.cpp index b6dfbe3..f4084dd 100644 --- a/source/layered_error_frame.cpp +++ b/source/layered_error_frame.cpp @@ -1,7 +1,7 @@ /* * layered_error_frame.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/main.cpp b/source/main.cpp index 6fc684f..c977819 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/options_tab.cpp b/source/options_tab.cpp index aeaa0dc..58a8d4c 100644 --- a/source/options_tab.cpp +++ b/source/options_tab.cpp @@ -1,7 +1,7 @@ /* * options_tab.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/root_view.cpp b/source/root_view.cpp index 5cdfcd7..2a15691 100644 --- a/source/root_view.cpp +++ b/source/root_view.cpp @@ -1,7 +1,7 @@ /* * root_view.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/tasks.cpp b/source/tasks.cpp index 778e356..3baba9f 100644 --- a/source/tasks.cpp +++ b/source/tasks.cpp @@ -1,7 +1,7 @@ /* * tasks.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/titles_tab.cpp b/source/titles_tab.cpp index 9ed9a63..0c5615a 100644 --- a/source/titles_tab.cpp +++ b/source/titles_tab.cpp @@ -1,7 +1,7 @@ /* * titles_tab.cpp * - * Copyright (c) 2020-2022, DarkMatterCore . + * Copyright (c) 2020-2023, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). *