diff --git a/libraries/libstratosphere/include/stratosphere/lr/lr_types.hpp b/libraries/libstratosphere/include/stratosphere/lr/lr_types.hpp index 3038ebff8..ed229474a 100644 --- a/libraries/libstratosphere/include/stratosphere/lr/lr_types.hpp +++ b/libraries/libstratosphere/include/stratosphere/lr/lr_types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.cpp b/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.cpp index 1d498f3e2..0e26730d0 100644 --- a/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.cpp +++ b/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.hpp b/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.hpp index 297aa44c6..28021b77a 100644 --- a/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.hpp +++ b/stratosphere/ncm/source/impl/lr_location_resolver_manager_impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/lr_redirection.cpp b/stratosphere/ncm/source/impl/lr_redirection.cpp index 4db28a03b..18885c314 100644 --- a/stratosphere/ncm/source/impl/lr_redirection.cpp +++ b/stratosphere/ncm/source/impl/lr_redirection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/lr_redirection.hpp b/stratosphere/ncm/source/impl/lr_redirection.hpp index 52ac180fe..58af2174f 100644 --- a/stratosphere/ncm/source/impl/lr_redirection.hpp +++ b/stratosphere/ncm/source/impl/lr_redirection.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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, @@ -24,7 +24,7 @@ namespace ams::lr::impl { RedirectionFlags_None = (0 << 0), RedirectionFlags_Application = (1 << 0), }; - + class LocationRedirection; class LocationRedirector { diff --git a/stratosphere/ncm/source/impl/lr_registered_data.hpp b/stratosphere/ncm/source/impl/lr_registered_data.hpp index e38139258..60fd5db5a 100644 --- a/stratosphere/ncm/source/impl/lr_registered_data.hpp +++ b/stratosphere/ncm/source/impl/lr_registered_data.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_bounded_map.hpp b/stratosphere/ncm/source/impl/ncm_bounded_map.hpp index 39daa41ae..a1e0dca7a 100644 --- a/stratosphere/ncm/source/impl/ncm_bounded_map.hpp +++ b/stratosphere/ncm/source/impl/ncm_bounded_map.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_content_manager.cpp b/stratosphere/ncm/source/impl/ncm_content_manager.cpp index 287c9581f..95bcbe3e0 100644 --- a/stratosphere/ncm/source/impl/ncm_content_manager.cpp +++ b/stratosphere/ncm/source/impl/ncm_content_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_content_manager.hpp b/stratosphere/ncm/source/impl/ncm_content_manager.hpp index 1ab9298f1..080057a6d 100644 --- a/stratosphere/ncm/source/impl/ncm_content_manager.hpp +++ b/stratosphere/ncm/source/impl/ncm_content_manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp index eebc7f8bc..fbf698f98 100644 --- a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp +++ b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp index 763398d05..e8852b027 100644 --- a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp +++ b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/impl/ncm_rights_cache.hpp b/stratosphere/ncm/source/impl/ncm_rights_cache.hpp index a1715d04d..e07a1a33e 100644 --- a/stratosphere/ncm/source/impl/ncm_rights_cache.hpp +++ b/stratosphere/ncm/source/impl/ncm_rights_cache.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp b/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp index 1608e25be..34ef5c4bb 100644 --- a/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp b/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp index a45099768..eb3a9ddda 100644 --- a/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_contentlocationresolver.cpp b/stratosphere/ncm/source/lr_contentlocationresolver.cpp index 6665cfab0..36e33870f 100644 --- a/stratosphere/ncm/source/lr_contentlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_contentlocationresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_contentlocationresolver.hpp b/stratosphere/ncm/source/lr_contentlocationresolver.hpp index 474766d14..c1d003019 100644 --- a/stratosphere/ncm/source/lr_contentlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_contentlocationresolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_i_location_resolver_manager.hpp b/stratosphere/ncm/source/lr_i_location_resolver_manager.hpp index 005a3c981..2021d9d04 100644 --- a/stratosphere/ncm/source/lr_i_location_resolver_manager.hpp +++ b/stratosphere/ncm/source/lr_i_location_resolver_manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_ilocationresolver.hpp b/stratosphere/ncm/source/lr_ilocationresolver.hpp index a8f2cee05..c66b8ed6f 100644 --- a/stratosphere/ncm/source/lr_ilocationresolver.hpp +++ b/stratosphere/ncm/source/lr_ilocationresolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp b/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp index 6d13fb150..5c819de55 100644 --- a/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp +++ b/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp b/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp index fb7cfe2a7..e2e3c1c1f 100644 --- a/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp +++ b/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_registeredlocationresolver.cpp b/stratosphere/ncm/source/lr_registeredlocationresolver.cpp index 10c3e23bd..e07d1127a 100644 --- a/stratosphere/ncm/source/lr_registeredlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_registeredlocationresolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/lr_registeredlocationresolver.hpp b/stratosphere/ncm/source/lr_registeredlocationresolver.hpp index 6a69b1e3b..a5c839dce 100644 --- a/stratosphere/ncm/source/lr_registeredlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_registeredlocationresolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_content_manager_service.cpp b/stratosphere/ncm/source/ncm_content_manager_service.cpp index 0355c0356..195058cfc 100644 --- a/stratosphere/ncm/source/ncm_content_manager_service.cpp +++ b/stratosphere/ncm/source/ncm_content_manager_service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_content_manager_service.hpp b/stratosphere/ncm/source/ncm_content_manager_service.hpp index 81e414fb0..c4b084791 100644 --- a/stratosphere/ncm/source/ncm_content_manager_service.hpp +++ b/stratosphere/ncm/source/ncm_content_manager_service.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_contentmetadatabase.cpp b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp index 9d1815450..fa48bfb18 100644 --- a/stratosphere/ncm/source/ncm_contentmetadatabase.cpp +++ b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_contentmetadatabase.hpp b/stratosphere/ncm/source/ncm_contentmetadatabase.hpp index af8fa5284..42485b364 100644 --- a/stratosphere/ncm/source/ncm_contentmetadatabase.hpp +++ b/stratosphere/ncm/source/ncm_contentmetadatabase.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_contentstorage.cpp b/stratosphere/ncm/source/ncm_contentstorage.cpp index e4bb38ff2..01cb44561 100644 --- a/stratosphere/ncm/source/ncm_contentstorage.cpp +++ b/stratosphere/ncm/source/ncm_contentstorage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_contentstorage.hpp b/stratosphere/ncm/source/ncm_contentstorage.hpp index 632134397..0edfeba70 100644 --- a/stratosphere/ncm/source/ncm_contentstorage.hpp +++ b/stratosphere/ncm/source/ncm_contentstorage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_fs.cpp b/stratosphere/ncm/source/ncm_fs.cpp index dd4f31c3e..2a763abfe 100644 --- a/stratosphere/ncm/source/ncm_fs.cpp +++ b/stratosphere/ncm/source/ncm_fs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_fs.hpp b/stratosphere/ncm/source/ncm_fs.hpp index 9609987c6..9fc475915 100644 --- a/stratosphere/ncm/source/ncm_fs.hpp +++ b/stratosphere/ncm/source/ncm_fs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp b/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp index d4b986c93..07613e7bd 100644 --- a/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp +++ b/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_icontentstorage.hpp b/stratosphere/ncm/source/ncm_icontentstorage.hpp index 22fc3471d..aeada8897 100644 --- a/stratosphere/ncm/source/ncm_icontentstorage.hpp +++ b/stratosphere/ncm/source/ncm_icontentstorage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_main.cpp b/stratosphere/ncm/source/ncm_main.cpp index 72379b92f..d9ef00dfc 100644 --- a/stratosphere/ncm/source/ncm_main.cpp +++ b/stratosphere/ncm/source/ncm_main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_make_path.cpp b/stratosphere/ncm/source/ncm_make_path.cpp index 9e6f76f1d..7e646a94e 100644 --- a/stratosphere/ncm/source/ncm_make_path.cpp +++ b/stratosphere/ncm/source/ncm_make_path.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_make_path.hpp b/stratosphere/ncm/source/ncm_make_path.hpp index b48fc7a6e..47e07d5d7 100644 --- a/stratosphere/ncm/source/ncm_make_path.hpp +++ b/stratosphere/ncm/source/ncm_make_path.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_path_utils.cpp b/stratosphere/ncm/source/ncm_path_utils.cpp index 33d62ab39..9b92a7bae 100644 --- a/stratosphere/ncm/source/ncm_path_utils.cpp +++ b/stratosphere/ncm/source/ncm_path_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_path_utils.hpp b/stratosphere/ncm/source/ncm_path_utils.hpp index dadf67928..06c4b50ba 100644 --- a/stratosphere/ncm/source/ncm_path_utils.hpp +++ b/stratosphere/ncm/source/ncm_path_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp b/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp index 337a24eb0..cdf8c7680 100644 --- a/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp +++ b/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp b/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp index 7b7810fc4..96bb630d9 100644 --- a/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp +++ b/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_utils.cpp b/stratosphere/ncm/source/ncm_utils.cpp index ea59ead3b..1da74bd1e 100644 --- a/stratosphere/ncm/source/ncm_utils.cpp +++ b/stratosphere/ncm/source/ncm_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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/stratosphere/ncm/source/ncm_utils.hpp b/stratosphere/ncm/source/ncm_utils.hpp index ec665dcc3..c2b1e135d 100644 --- a/stratosphere/ncm/source/ncm_utils.hpp +++ b/stratosphere/ncm/source/ncm_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Adubbz + * Copyright (c) 2019-2020 Adubbz, Atmosphere-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,