diff --git a/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_arguments.hpp b/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_arguments.hpp index cdddbc13..b0334cb1 100644 --- a/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_arguments.hpp +++ b/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_arguments.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp b/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp index 6c124528..47e2ec4a 100644 --- a/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp +++ b/libmesosphere/include/mesosphere/init/kern_init_arguments_select.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/include/mesosphere/kern_svc.hpp b/libmesosphere/include/mesosphere/kern_svc.hpp index 6eaa75f9..694b3016 100644 --- a/libmesosphere/include/mesosphere/kern_svc.hpp +++ b/libmesosphere/include/mesosphere/kern_svc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/include/mesosphere/svc/kern_svc_k_user_pointer.hpp b/libmesosphere/include/mesosphere/svc/kern_svc_k_user_pointer.hpp index 368ff39d..7ea3811f 100644 --- a/libmesosphere/include/mesosphere/svc/kern_svc_k_user_pointer.hpp +++ b/libmesosphere/include/mesosphere/svc/kern_svc_k_user_pointer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/include/mesosphere/svc/kern_svc_prototypes.hpp b/libmesosphere/include/mesosphere/svc/kern_svc_prototypes.hpp index 3412373b..c66e4f8e 100644 --- a/libmesosphere/include/mesosphere/svc/kern_svc_prototypes.hpp +++ b/libmesosphere/include/mesosphere/svc/kern_svc_prototypes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/include/mesosphere/svc/kern_svc_tables.hpp b/libmesosphere/include/mesosphere/svc/kern_svc_tables.hpp index 42b4a62b..0afb1940 100644 --- a/libmesosphere/include/mesosphere/svc/kern_svc_tables.hpp +++ b/libmesosphere/include/mesosphere/svc/kern_svc_tables.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libmesosphere/source/arch/arm64/svc/kern_svc_tables.cpp b/libmesosphere/source/arch/arm64/svc/kern_svc_tables.cpp index bc5b264f..ed4a1b15 100644 --- a/libmesosphere/source/arch/arm64/svc/kern_svc_tables.cpp +++ b/libmesosphere/source/arch/arm64/svc/kern_svc_tables.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_code_generator.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_code_generator.hpp index 6a13d93e..e435c756 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_code_generator.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_code_generator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_common.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_common.hpp index c87b4e7c..6e2bf8d7 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_common.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_kernel_svc_wrapper.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_kernel_svc_wrapper.hpp index 3fffe60f..58d45246 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_kernel_svc_wrapper.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_kernel_svc_wrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout.hpp index 132b13ae..54ef0e02 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout_conversion.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout_conversion.hpp index 2e3d9577..d4abc7a1 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout_conversion.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_layout_conversion.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_meta_code.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_meta_code.hpp index 682c2923..e7544702 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_meta_code.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_meta_code.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_impl_parameter.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_parameter.hpp index c97bcb3f..3f5d7452 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_impl_parameter.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_impl_parameter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/codegen/svc_codegen_kernel_svc_wrapper.hpp b/libvapours/include/vapours/svc/codegen/svc_codegen_kernel_svc_wrapper.hpp index a992442d..beaf8d31 100644 --- a/libvapours/include/vapours/svc/codegen/svc_codegen_kernel_svc_wrapper.hpp +++ b/libvapours/include/vapours/svc/codegen/svc_codegen_kernel_svc_wrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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/libvapours/include/vapours/svc/svc_codegen.hpp b/libvapours/include/vapours/svc/svc_codegen.hpp index 59e7c1b1..4095a22a 100644 --- a/libvapours/include/vapours/svc/svc_codegen.hpp +++ b/libvapours/include/vapours/svc/svc_codegen.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Atmosphère-NX + * Copyright (c) 2018-2020 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,