diff --git a/include/meta_tools.hpp b/include/meta_tools.hpp index f4c06e3c..0c9e921f 100644 --- a/include/meta_tools.hpp +++ b/include/meta_tools.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere.hpp b/include/stratosphere.hpp index 97ef6a20..824f2405 100644 --- a/include/stratosphere.hpp +++ b/include/stratosphere.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/event.hpp b/include/stratosphere/event.hpp index e6dae1f7..5be7badd 100644 --- a/include/stratosphere/event.hpp +++ b/include/stratosphere/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/firmware_version.hpp b/include/stratosphere/firmware_version.hpp index 7032edb5..105a2f8e 100644 --- a/include/stratosphere/firmware_version.hpp +++ b/include/stratosphere/firmware_version.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/hossynch.hpp b/include/stratosphere/hossynch.hpp index c6998f97..128b0a00 100644 --- a/include/stratosphere/hossynch.hpp +++ b/include/stratosphere/hossynch.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc.hpp b/include/stratosphere/ipc.hpp index e035fda5..9c72d84b 100644 --- a/include/stratosphere/ipc.hpp +++ b/include/stratosphere/ipc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_buffers.hpp b/include/stratosphere/ipc/ipc_buffers.hpp index 6bf2f71c..2786a5e5 100644 --- a/include/stratosphere/ipc/ipc_buffers.hpp +++ b/include/stratosphere/ipc/ipc_buffers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_domain_object.hpp b/include/stratosphere/ipc/ipc_domain_object.hpp index 1394fc09..9a7244a4 100644 --- a/include/stratosphere/ipc/ipc_domain_object.hpp +++ b/include/stratosphere/ipc/ipc_domain_object.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_out.hpp b/include/stratosphere/ipc/ipc_out.hpp index fbd186d2..c3dc6bfd 100644 --- a/include/stratosphere/ipc/ipc_out.hpp +++ b/include/stratosphere/ipc/ipc_out.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_response_context.hpp b/include/stratosphere/ipc/ipc_response_context.hpp index 4e2ed834..cb120dd1 100644 --- a/include/stratosphere/ipc/ipc_response_context.hpp +++ b/include/stratosphere/ipc/ipc_response_context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_serialization.hpp b/include/stratosphere/ipc/ipc_serialization.hpp index 18ccbb88..74086a7a 100644 --- a/include/stratosphere/ipc/ipc_serialization.hpp +++ b/include/stratosphere/ipc/ipc_serialization.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_service_object.hpp b/include/stratosphere/ipc/ipc_service_object.hpp index 8803da33..3cc313ac 100644 --- a/include/stratosphere/ipc/ipc_service_object.hpp +++ b/include/stratosphere/ipc/ipc_service_object.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_service_session.hpp b/include/stratosphere/ipc/ipc_service_session.hpp index da752d75..68455de6 100644 --- a/include/stratosphere/ipc/ipc_service_session.hpp +++ b/include/stratosphere/ipc/ipc_service_session.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_session_manager_base.hpp b/include/stratosphere/ipc/ipc_session_manager_base.hpp index 3da68038..6358ff96 100644 --- a/include/stratosphere/ipc/ipc_session_manager_base.hpp +++ b/include/stratosphere/ipc/ipc_session_manager_base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/ipc/ipc_special.hpp b/include/stratosphere/ipc/ipc_special.hpp index 3b613b36..d8dcd674 100644 --- a/include/stratosphere/ipc/ipc_special.hpp +++ b/include/stratosphere/ipc/ipc_special.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/iwaitable.hpp b/include/stratosphere/iwaitable.hpp index bf7a7657..ccd2beae 100644 --- a/include/stratosphere/iwaitable.hpp +++ b/include/stratosphere/iwaitable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/message_queue.hpp b/include/stratosphere/message_queue.hpp index 8ed2bae7..c062bcaf 100644 --- a/include/stratosphere/message_queue.hpp +++ b/include/stratosphere/message_queue.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/mitm.hpp b/include/stratosphere/mitm.hpp index 3d1b3525..648a8117 100644 --- a/include/stratosphere/mitm.hpp +++ b/include/stratosphere/mitm.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/mitm/imitmserviceobject.hpp b/include/stratosphere/mitm/imitmserviceobject.hpp index e13c4d5f..69d64352 100644 --- a/include/stratosphere/mitm/imitmserviceobject.hpp +++ b/include/stratosphere/mitm/imitmserviceobject.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/mitm/mitm_query_service.hpp b/include/stratosphere/mitm/mitm_query_service.hpp index 621c4cfb..49a2c231 100644 --- a/include/stratosphere/mitm/mitm_query_service.hpp +++ b/include/stratosphere/mitm/mitm_query_service.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/mitm/mitm_server.hpp b/include/stratosphere/mitm/mitm_server.hpp index eba8d8a3..84bd1424 100644 --- a/include/stratosphere/mitm/mitm_server.hpp +++ b/include/stratosphere/mitm/mitm_server.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/mitm/mitm_session.hpp b/include/stratosphere/mitm/mitm_session.hpp index a7b2bd4c..ac6600a4 100644 --- a/include/stratosphere/mitm/mitm_session.hpp +++ b/include/stratosphere/mitm/mitm_session.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results.hpp b/include/stratosphere/results.hpp index 6140f72b..6da53741 100644 --- a/include/stratosphere/results.hpp +++ b/include/stratosphere/results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/ams_results.hpp b/include/stratosphere/results/ams_results.hpp index a4ff024d..6ed81f5d 100644 --- a/include/stratosphere/results/ams_results.hpp +++ b/include/stratosphere/results/ams_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/creport_results.hpp b/include/stratosphere/results/creport_results.hpp index 88a00af7..f8f8908c 100644 --- a/include/stratosphere/results/creport_results.hpp +++ b/include/stratosphere/results/creport_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/debug_results.hpp b/include/stratosphere/results/debug_results.hpp index be4c78a7..c42d5389 100644 --- a/include/stratosphere/results/debug_results.hpp +++ b/include/stratosphere/results/debug_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/dmnt_results.hpp b/include/stratosphere/results/dmnt_results.hpp index 8b30ef09..d4f139ab 100644 --- a/include/stratosphere/results/dmnt_results.hpp +++ b/include/stratosphere/results/dmnt_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/fatal_results.hpp b/include/stratosphere/results/fatal_results.hpp index 9dd0ab64..b03c7385 100644 --- a/include/stratosphere/results/fatal_results.hpp +++ b/include/stratosphere/results/fatal_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/fs_results.hpp b/include/stratosphere/results/fs_results.hpp index dc69ee40..d05dc037 100644 --- a/include/stratosphere/results/fs_results.hpp +++ b/include/stratosphere/results/fs_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/hipc_results.hpp b/include/stratosphere/results/hipc_results.hpp index a77e0ebd..4c825a3b 100644 --- a/include/stratosphere/results/hipc_results.hpp +++ b/include/stratosphere/results/hipc_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/kernel_results.hpp b/include/stratosphere/results/kernel_results.hpp index 368237ba..fde58c6d 100644 --- a/include/stratosphere/results/kernel_results.hpp +++ b/include/stratosphere/results/kernel_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/kvdb_results.hpp b/include/stratosphere/results/kvdb_results.hpp index 56794b0c..b6600af6 100644 --- a/include/stratosphere/results/kvdb_results.hpp +++ b/include/stratosphere/results/kvdb_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/loader_results.hpp b/include/stratosphere/results/loader_results.hpp index b584020d..8d011497 100644 --- a/include/stratosphere/results/loader_results.hpp +++ b/include/stratosphere/results/loader_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/lr_results.hpp b/include/stratosphere/results/lr_results.hpp index 82a490eb..dbc9885c 100644 --- a/include/stratosphere/results/lr_results.hpp +++ b/include/stratosphere/results/lr_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/ncm_results.hpp b/include/stratosphere/results/ncm_results.hpp index 1d8d7ea2..3029f7b0 100644 --- a/include/stratosphere/results/ncm_results.hpp +++ b/include/stratosphere/results/ncm_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/pm_results.hpp b/include/stratosphere/results/pm_results.hpp index 7baf3848..2f14a6d6 100644 --- a/include/stratosphere/results/pm_results.hpp +++ b/include/stratosphere/results/pm_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/settings_results.hpp b/include/stratosphere/results/settings_results.hpp index fe1fdac3..0311092a 100644 --- a/include/stratosphere/results/settings_results.hpp +++ b/include/stratosphere/results/settings_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/sf_results.hpp b/include/stratosphere/results/sf_results.hpp index e7670ff4..4fb8f5b9 100644 --- a/include/stratosphere/results/sf_results.hpp +++ b/include/stratosphere/results/sf_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/sm_results.hpp b/include/stratosphere/results/sm_results.hpp index d3f1007c..c5732bda 100644 --- a/include/stratosphere/results/sm_results.hpp +++ b/include/stratosphere/results/sm_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/results/vi_results.hpp b/include/stratosphere/results/vi_results.hpp index d8ac8c88..91159648 100644 --- a/include/stratosphere/results/vi_results.hpp +++ b/include/stratosphere/results/vi_results.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/scope_guard.hpp b/include/stratosphere/scope_guard.hpp index fa611a51..5fdf7edd 100644 --- a/include/stratosphere/scope_guard.hpp +++ b/include/stratosphere/scope_guard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/servers.hpp b/include/stratosphere/servers.hpp index b5afe852..6da2503c 100644 --- a/include/stratosphere/servers.hpp +++ b/include/stratosphere/servers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/services.hpp b/include/stratosphere/services.hpp index fdb8d18e..57172c30 100644 --- a/include/stratosphere/services.hpp +++ b/include/stratosphere/services.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/services/dmntcht.h b/include/stratosphere/services/dmntcht.h index fadadcf2..3c46d5ad 100644 --- a/include/stratosphere/services/dmntcht.h +++ b/include/stratosphere/services/dmntcht.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/services/smm_ams.h b/include/stratosphere/services/smm_ams.h index d5f58775..2c4734b1 100644 --- a/include/stratosphere/services/smm_ams.h +++ b/include/stratosphere/services/smm_ams.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/title_ids.hpp b/include/stratosphere/title_ids.hpp index 9be59f01..95195a8a 100644 --- a/include/stratosphere/title_ids.hpp +++ b/include/stratosphere/title_ids.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/utilities.hpp b/include/stratosphere/utilities.hpp index 3f171b40..e67c3353 100644 --- a/include/stratosphere/utilities.hpp +++ b/include/stratosphere/utilities.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/version_check.hpp b/include/stratosphere/version_check.hpp index 4fc46c4b..9643b00a 100644 --- a/include/stratosphere/version_check.hpp +++ b/include/stratosphere/version_check.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/waitable_manager.hpp b/include/stratosphere/waitable_manager.hpp index 927e71e0..5072a542 100644 --- a/include/stratosphere/waitable_manager.hpp +++ b/include/stratosphere/waitable_manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/stratosphere/waitable_manager_base.hpp b/include/stratosphere/waitable_manager_base.hpp index 35242aac..0070e861 100644 --- a/include/stratosphere/waitable_manager_base.hpp +++ b/include/stratosphere/waitable_manager_base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/dmntcht.c b/source/dmntcht.c index 55b92d8a..70b07a0a 100644 --- a/source/dmntcht.c +++ b/source/dmntcht.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/firmware_version.cpp b/source/firmware_version.cpp index 4245d151..1a27cea7 100644 --- a/source/firmware_version.cpp +++ b/source/firmware_version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/message_queue.cpp b/source/message_queue.cpp index dc24cd93..9be09e22 100644 --- a/source/message_queue.cpp +++ b/source/message_queue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/mitm_query_service.cpp b/source/mitm_query_service.cpp index 74817d5a..83e6add8 100644 --- a/source/mitm_query_service.cpp +++ b/source/mitm_query_service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/mitm_server.cpp b/source/mitm_server.cpp index b1a3129b..c5692478 100644 --- a/source/mitm_server.cpp +++ b/source/mitm_server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/sm_mitm.c b/source/sm_mitm.c index dcb12582..668852c2 100644 --- a/source/sm_mitm.c +++ b/source/sm_mitm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/source/smm_ams.c b/source/smm_ams.c index b7bb7195..22cf21c7 100644 --- a/source/smm_ams.c +++ b/source/smm_ams.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Atmosphère-NX + * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License,