diff --git a/code_templates/nxdt_rw_poc.c b/code_templates/nxdt_rw_poc.c index 58ce6c3..f26cc46 100644 --- a/code_templates/nxdt_rw_poc.c +++ b/code_templates/nxdt_rw_poc.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f058279..37f8d21 100644 --- a/code_templates/xml_generator.c +++ b/code_templates/xml_generator.c @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 860a67f..01778bf 100644 --- a/host/nxdt_host.py +++ b/host/nxdt_host.py @@ -3,7 +3,7 @@ """ * nxdt_host.py * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * @@ -72,7 +72,7 @@ WINDOW_HEIGHT = 470 APP_VERSION = '0.4' # Copyright year. -COPYRIGHT_YEAR = '2020-2023' +COPYRIGHT_YEAR = '2020-2024' # USB VID/PID pair. USB_DEV_VID = 0x057E diff --git a/include/about_tab.hpp b/include/about_tab.hpp index 8c16c13..772d8f2 100644 --- a/include/about_tab.hpp +++ b/include/about_tab.hpp @@ -1,7 +1,7 @@ /* * about_tab.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 8dcdf27..909e7d6 100644 --- a/include/async_task.hpp +++ b/include/async_task.hpp @@ -1,7 +1,7 @@ /* * async_task.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 be5242f..bba9699 100644 --- a/include/core/aes.h +++ b/include/core/aes.h @@ -1,7 +1,7 @@ /* * aes.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 afc019a..70be3c5 100644 --- a/include/core/bfttf.h +++ b/include/core/bfttf.h @@ -2,7 +2,7 @@ * bftff.h * * Copyright (c) 2018, simontime. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 09ec5a5..ba15d96 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 a778524..1641ba9 100644 --- a/include/core/cert.h +++ b/include/core/cert.h @@ -1,7 +1,7 @@ /* * cert.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 919ac1c..c5914aa 100644 --- a/include/core/cnmt.h +++ b/include/core/cnmt.h @@ -1,7 +1,7 @@ /* * cnmt.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 000364e..edb9560 100644 --- a/include/core/config.h +++ b/include/core/config.h @@ -1,7 +1,7 @@ /* * config.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 5eef139..f2cad4e 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f0eda38..cc9c6e3 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 8360272..8d7c387 100644 --- a/include/core/fs_ext.h +++ b/include/core/fs_ext.h @@ -1,7 +1,7 @@ /* * fs_ext.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 00e9b81..8ea1323 100644 --- a/include/core/gamecard.h +++ b/include/core/gamecard.h @@ -1,7 +1,7 @@ /* * gamecard.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 521b196..e2a6269 100644 --- a/include/core/hfs.h +++ b/include/core/hfs.h @@ -1,7 +1,7 @@ /* * hfs.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 625a599..f830998 100644 --- a/include/core/http.h +++ b/include/core/http.h @@ -1,7 +1,7 @@ /* * http.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/key_sources.h b/include/core/key_sources.h index 9203f37..523c6be 100644 --- a/include/core/key_sources.h +++ b/include/core/key_sources.h @@ -2,7 +2,7 @@ * key_sources.h * * Copyright (c) 2019-2023, shchmue. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -/* Last updated on: 2023-10-11. */ -/* Current key generation: NcaKeyGeneration_Since1700NUP (17 / 10). */ +/* Last updated on: 2024-03-31. */ +/* Current key generation: NcaKeyGeneration_Since1800NUP (18 / 11). */ #pragma once diff --git a/include/core/keys.h b/include/core/keys.h index 24e7e05..26863ca 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f9529fb..f7931af 100644 --- a/include/core/legal_info.h +++ b/include/core/legal_info.h @@ -1,7 +1,7 @@ /* * legal_info.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 10aeba0..cc83004 100644 --- a/include/core/mem.h +++ b/include/core/mem.h @@ -2,7 +2,7 @@ * mem.h * * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 b4a7e28..cba11fe 100644 --- a/include/core/nacp.h +++ b/include/core/nacp.h @@ -1,7 +1,7 @@ /* * nacp.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 7408765..e050bd3 100644 --- a/include/core/nca.h +++ b/include/core/nca.h @@ -1,7 +1,7 @@ /* * nca.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 687ba22..5f60cbe 100644 --- a/include/core/nca_storage.h +++ b/include/core/nca_storage.h @@ -1,7 +1,7 @@ /* * nca_storage.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 fe691ba..14a601a 100644 --- a/include/core/npdm.h +++ b/include/core/npdm.h @@ -1,7 +1,7 @@ /* * npdm.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 1685c59..4cfe12f 100644 --- a/include/core/nso.h +++ b/include/core/nso.h @@ -1,7 +1,7 @@ /* * nso.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 227a06e..a242d73 100644 --- a/include/core/nxdt_bfsar.h +++ b/include/core/nxdt_bfsar.h @@ -1,7 +1,7 @@ /* * nxdt_bfsar.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 8599491..49fb21f 100644 --- a/include/core/nxdt_includes.h +++ b/include/core/nxdt_includes.h @@ -1,7 +1,7 @@ /* * nxdt_includes.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f38cedc..620b7a9 100644 --- a/include/core/nxdt_json.h +++ b/include/core/nxdt_json.h @@ -1,7 +1,7 @@ /* * nxdt_json.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 74c1503..48504a8 100644 --- a/include/core/nxdt_log.h +++ b/include/core/nxdt_log.h @@ -1,7 +1,7 @@ /* * nxdt_log.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 d36a574..62f008f 100644 --- a/include/core/nxdt_utils.h +++ b/include/core/nxdt_utils.h @@ -1,7 +1,7 @@ /* * nxdt_utils.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 500f035..5978e80 100644 --- a/include/core/pfs.h +++ b/include/core/pfs.h @@ -1,7 +1,7 @@ /* * pfs.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 bee01a9..e69a38e 100644 --- a/include/core/program_info.h +++ b/include/core/program_info.h @@ -1,7 +1,7 @@ /* * program_info.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 29768af..a1b7a08 100644 --- a/include/core/romfs.h +++ b/include/core/romfs.h @@ -1,7 +1,7 @@ /* * romfs.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 3f9a774..05d9ef1 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 c187af9..529268c 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 3336e1d..aa30b3a 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 964a130..ece79e6 100644 --- a/include/core/services.h +++ b/include/core/services.h @@ -1,7 +1,7 @@ /* * services.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 fc00dcb..ae47e5e 100644 --- a/include/core/sha3.h +++ b/include/core/sha3.h @@ -2,7 +2,7 @@ * sha3.h * * Copyright (c) Atmosphère-NX. - * Copyright (c) 2023, DarkMatterCore . + * Copyright (c) 2023-2024, 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 58a237e..4e19baf 100644 --- a/include/core/signature.h +++ b/include/core/signature.h @@ -1,7 +1,7 @@ /* * signature.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/core/smc.h b/include/core/smc.h index 9e18a57..f92cdaf 100644 --- a/include/core/smc.h +++ b/include/core/smc.h @@ -2,7 +2,7 @@ * smc.h * * Copyright (c) Atmosphère-NX. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 4cb3107..1a64939 100644 --- a/include/core/tik.h +++ b/include/core/tik.h @@ -1,7 +1,7 @@ /* * tik.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 692431d..cbeb435 100644 --- a/include/core/title.h +++ b/include/core/title.h @@ -1,7 +1,7 @@ /* * title.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 771cca8..ac7a2d8 100644 --- a/include/core/ums.h +++ b/include/core/ums.h @@ -1,7 +1,7 @@ /* * ums.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 1d6d973..6d85bb7 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/defines.h b/include/defines.h index f841ded..f8b07f3 100644 --- a/include/defines.h +++ b/include/defines.h @@ -1,7 +1,7 @@ /* * defines.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/devoptab/nxdt_devoptab.h b/include/devoptab/nxdt_devoptab.h index 6397484..2790ea1 100644 --- a/include/devoptab/nxdt_devoptab.h +++ b/include/devoptab/nxdt_devoptab.h @@ -1,7 +1,7 @@ /* * nxdt_devoptab.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/include/devoptab/ro_dev.h b/include/devoptab/ro_dev.h index d603dc0..0e6dd13 100644 --- a/include/devoptab/ro_dev.h +++ b/include/devoptab/ro_dev.h @@ -1,7 +1,7 @@ /* * ro_dev.h * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f6cd196..75ca88d 100644 --- a/include/download_task.hpp +++ b/include/download_task.hpp @@ -1,7 +1,7 @@ /* * download_task.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 2f9ddd5..534f28f 100644 --- a/include/dump_options_frame.hpp +++ b/include/dump_options_frame.hpp @@ -1,7 +1,7 @@ /* * dump_options_frame.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 6a4429a..4fd705a 100644 --- a/include/error_frame.hpp +++ b/include/error_frame.hpp @@ -1,7 +1,7 @@ /* * error_frame.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * Based on crash_frame.hpp from Borealis. * diff --git a/include/fatfs/ffconf.h b/include/fatfs/ffconf.h index 7cb85de..a3d9068 100644 --- a/include/fatfs/ffconf.h +++ b/include/fatfs/ffconf.h @@ -240,7 +240,7 @@ #define FF_FS_NORTC 1 #define FF_NORTC_MON 1 #define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2023 +#define FF_NORTC_YEAR 2024 /* The option FF_FS_NORTC switches timestamp feature. If the system does not have / an RTC or valid timestamp is not needed, set FF_FS_NORTC = 1 to disable the / timestamp feature. Every object modified by FatFs will have a fixed timestamp diff --git a/include/focusable_item.hpp b/include/focusable_item.hpp index 50de6ac..fa5b274 100644 --- a/include/focusable_item.hpp +++ b/include/focusable_item.hpp @@ -1,7 +1,7 @@ /* * focusable_item.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 ad392d6..5995168 100644 --- a/include/gamecard_tab.hpp +++ b/include/gamecard_tab.hpp @@ -1,7 +1,7 @@ /* * gamecard_tab.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 0d3f06e..402c685 100644 --- a/include/layered_error_frame.hpp +++ b/include/layered_error_frame.hpp @@ -1,7 +1,7 @@ /* * layered_error_frame.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 bd6e421..8704a94 100644 --- a/include/options_tab.hpp +++ b/include/options_tab.hpp @@ -1,7 +1,7 @@ /* * options_tab.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 704e786..bf762ae 100644 --- a/include/root_view.hpp +++ b/include/root_view.hpp @@ -1,7 +1,7 @@ /* * root_view.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 3735d20..6babd2e 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 3ee665b..76aa9ce 100644 --- a/include/tasks.hpp +++ b/include/tasks.hpp @@ -1,7 +1,7 @@ /* * tasks.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 bb850d2..8b3ce6a 100644 --- a/include/titles_tab.hpp +++ b/include/titles_tab.hpp @@ -1,7 +1,7 @@ /* * titles_tab.hpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 cc7ad4e..23f59f8 100644 --- a/source/about_tab.cpp +++ b/source/about_tab.cpp @@ -1,7 +1,7 @@ /* * about_tab.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f4d5b11..10e9a4e 100644 --- a/source/core/aes.c +++ b/source/core/aes.c @@ -1,7 +1,7 @@ /* * aes.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 19b2e36..fdf0f95 100644 --- a/source/core/bfttf.c +++ b/source/core/bfttf.c @@ -2,7 +2,7 @@ * bfttf.c * * Copyright (c) 2018, simontime. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 4de3d0f..3d34c9b 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 b345770..3c2537a 100644 --- a/source/core/cert.c +++ b/source/core/cert.c @@ -1,7 +1,7 @@ /* * cert.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 c164810..45301ba 100644 --- a/source/core/cnmt.c +++ b/source/core/cnmt.c @@ -1,7 +1,7 @@ /* * cnmt.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 ed6a3ea..dbc1687 100644 --- a/source/core/config.c +++ b/source/core/config.c @@ -1,7 +1,7 @@ /* * config.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 88d684d..ac48485 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f86a410..ace2e9d 100644 --- a/source/core/fs_ext.c +++ b/source/core/fs_ext.c @@ -1,7 +1,7 @@ /* * fs_ext.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 95afb77..3d79af0 100644 --- a/source/core/gamecard.c +++ b/source/core/gamecard.c @@ -1,7 +1,7 @@ /* * gamecard.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 8de0c31..a8c711a 100644 --- a/source/core/hfs.c +++ b/source/core/hfs.c @@ -1,7 +1,7 @@ /* * hfs.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 d3c95ac..74df1d3 100644 --- a/source/core/http.c +++ b/source/core/http.c @@ -1,7 +1,7 @@ /* * http.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 bf8f73d..e0877f9 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 addc599..a972016 100644 --- a/source/core/legal_info.c +++ b/source/core/legal_info.c @@ -1,7 +1,7 @@ /* * legal_info.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f9af4bd..56ac0d2 100644 --- a/source/core/mem.c +++ b/source/core/mem.c @@ -2,7 +2,7 @@ * mem.c * * Copyright (c) 2019, shchmue. - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f195bd8..6ad7ada 100644 --- a/source/core/nacp.c +++ b/source/core/nacp.c @@ -1,7 +1,7 @@ /* * nacp.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 9b1a123..b3c47da 100644 --- a/source/core/nca.c +++ b/source/core/nca.c @@ -1,7 +1,7 @@ /* * nca.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 58c91ad..92b0086 100644 --- a/source/core/nca_storage.c +++ b/source/core/nca_storage.c @@ -1,7 +1,7 @@ /* * nca_storage.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 da924fe..a897765 100644 --- a/source/core/npdm.c +++ b/source/core/npdm.c @@ -1,7 +1,7 @@ /* * npdm.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 8cf6799..80d9240 100644 --- a/source/core/nso.c +++ b/source/core/nso.c @@ -1,7 +1,7 @@ /* * nso.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 afc4786..01c5ecd 100644 --- a/source/core/nxdt_bfsar.c +++ b/source/core/nxdt_bfsar.c @@ -1,7 +1,7 @@ /* * nxdt_bfsar.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 83bf289..48e71cb 100644 --- a/source/core/nxdt_json.c +++ b/source/core/nxdt_json.c @@ -1,7 +1,7 @@ /* * nxdt_json.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 177b5d1..e28866d 100644 --- a/source/core/nxdt_log.c +++ b/source/core/nxdt_log.c @@ -1,7 +1,7 @@ /* * nxdt_log.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 83d3a1d..fa3f911 100644 --- a/source/core/nxdt_utils.c +++ b/source/core/nxdt_utils.c @@ -1,7 +1,7 @@ /* * nxdt_utils.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 7e2706e..ee811f1 100644 --- a/source/core/pfs.c +++ b/source/core/pfs.c @@ -1,7 +1,7 @@ /* * pfs.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 1eb459c..c4143f0 100644 --- a/source/core/program_info.c +++ b/source/core/program_info.c @@ -1,7 +1,7 @@ /* * program_info.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 21f8d18..baea225 100644 --- a/source/core/romfs.c +++ b/source/core/romfs.c @@ -1,7 +1,7 @@ /* * romfs.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 74632dc..c45a845 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 13d1388..c846b13 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 bde822a..5fbb311 100644 --- a/source/core/services.c +++ b/source/core/services.c @@ -1,7 +1,7 @@ /* * services.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 993916a..aa41f00 100644 --- a/source/core/sha3.c +++ b/source/core/sha3.c @@ -2,7 +2,7 @@ * sha3.c * * Copyright (c) Atmosphère-NX. - * Copyright (c) 2023, DarkMatterCore . + * Copyright (c) 2023-2024, 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 6bd2dfa..1e608d8 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 39ec397..2587d3c 100644 --- a/source/core/title.c +++ b/source/core/title.c @@ -1,7 +1,7 @@ /* * title.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 54272b1..e53a557 100644 --- a/source/core/ums.c +++ b/source/core/ums.c @@ -1,7 +1,7 @@ /* * ums.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 e88fd45..32c9925 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/devoptab/hfs_dev.c b/source/devoptab/hfs_dev.c index cb6b68b..71bd0f6 100644 --- a/source/devoptab/hfs_dev.c +++ b/source/devoptab/hfs_dev.c @@ -3,7 +3,7 @@ * * Loosely based on fs_dev.c from libnx, et al. * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/devoptab/nxdt_devoptab.c b/source/devoptab/nxdt_devoptab.c index 426e30d..81bc4e9 100644 --- a/source/devoptab/nxdt_devoptab.c +++ b/source/devoptab/nxdt_devoptab.c @@ -1,7 +1,7 @@ /* * nxdt_devoptab.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/devoptab/nxdt_romfs_dev.c b/source/devoptab/nxdt_romfs_dev.c index 18c852c..c5571df 100644 --- a/source/devoptab/nxdt_romfs_dev.c +++ b/source/devoptab/nxdt_romfs_dev.c @@ -3,7 +3,7 @@ * * Loosely based on romfs_dev.c from libnx, et al. * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/devoptab/pfs_dev.c b/source/devoptab/pfs_dev.c index 5aa9e5a..6d5b22d 100644 --- a/source/devoptab/pfs_dev.c +++ b/source/devoptab/pfs_dev.c @@ -3,7 +3,7 @@ * * Loosely based on fs_dev.c from libnx, et al. * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/devoptab/ro_dev.c b/source/devoptab/ro_dev.c index 2e5dac4..73eb667 100644 --- a/source/devoptab/ro_dev.c +++ b/source/devoptab/ro_dev.c @@ -1,7 +1,7 @@ /* * ro_dev.c * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 7fd5a85..fff009a 100644 --- a/source/error_frame.cpp +++ b/source/error_frame.cpp @@ -1,7 +1,7 @@ /* * error_frame.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * Based on crash_frame.cpp from Borealis. * diff --git a/source/exception_handler.cpp b/source/exception_handler.cpp index 71f0f5e..b8dff9e 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-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 4f0b5d0..d47dd12 100644 --- a/source/gamecard_tab.cpp +++ b/source/gamecard_tab.cpp @@ -1,7 +1,7 @@ /* * gamecard_tab.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 f4084dd..db2c14d 100644 --- a/source/layered_error_frame.cpp +++ b/source/layered_error_frame.cpp @@ -1,7 +1,7 @@ /* * layered_error_frame.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/main.cpp b/source/main.cpp index 31049be..265d1f1 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 58a8d4c..2ac937c 100644 --- a/source/options_tab.cpp +++ b/source/options_tab.cpp @@ -1,7 +1,7 @@ /* * options_tab.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 2a15691..e19ad05 100644 --- a/source/root_view.cpp +++ b/source/root_view.cpp @@ -1,7 +1,7 @@ /* * root_view.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). * diff --git a/source/tasks.cpp b/source/tasks.cpp index 3baba9f..8d74513 100644 --- a/source/tasks.cpp +++ b/source/tasks.cpp @@ -1,7 +1,7 @@ /* * tasks.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, 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 0c5615a..f86bef7 100644 --- a/source/titles_tab.cpp +++ b/source/titles_tab.cpp @@ -1,7 +1,7 @@ /* * titles_tab.cpp * - * Copyright (c) 2020-2023, DarkMatterCore . + * Copyright (c) 2020-2024, DarkMatterCore . * * This file is part of nxdumptool (https://github.com/DarkMatterCore/nxdumptool). *