From 31891efbca94434c82d5c8991959b555056435f1 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 25 Apr 2020 13:26:21 +0100 Subject: [PATCH] Current year is 2020 --- arm11/source/main.c | 2 +- arm11/source/memory.c | 2 +- arm11/source/memory.h | 2 +- arm11/source/start.s | 2 +- arm11/source/types.h | 2 +- arm9/source/3dsheaders.h | 2 +- arm9/source/alignedseqmemcpy.h | 2 +- arm9/source/alignedseqmemcpy.s | 2 +- arm9/source/arm9_exception_handlers.c | 2 +- arm9/source/arm9_exception_handlers.h | 2 +- arm9/source/arm9_exception_handlers_asm.s | 2 +- arm9/source/buttons.h | 2 +- arm9/source/cache.h | 2 +- arm9/source/cache.s | 2 +- arm9/source/chainloader.c | 2 +- arm9/source/chainloader.h | 4 +-- arm9/source/config.c | 2 +- arm9/source/config.h | 2 +- arm9/source/crypto.c | 2 +- arm9/source/crypto.h | 2 +- arm9/source/draw.c | 2 +- arm9/source/draw.h | 2 +- arm9/source/emunand.c | 2 +- arm9/source/emunand.h | 2 +- arm9/source/exceptions.c | 2 +- arm9/source/exceptions.h | 2 +- arm9/source/firm.c | 2 +- arm9/source/firm.h | 2 +- arm9/source/fmt.c | 2 +- arm9/source/fmt.h | 2 +- arm9/source/fs.c | 2 +- arm9/source/fs.h | 2 +- arm9/source/large_patches.h | 2 +- arm9/source/main.c | 2 +- arm9/source/memory.c | 2 +- arm9/source/memory.h | 2 +- arm9/source/patches.c | 2 +- arm9/source/patches.h | 2 +- arm9/source/pin.c | 2 +- arm9/source/pin.h | 2 +- arm9/source/screen.c | 2 +- arm9/source/screen.h | 2 +- arm9/source/start.s | 2 +- arm9/source/strings.c | 2 +- arm9/source/strings.h | 2 +- arm9/source/types.h | 2 +- arm9/source/utils.c | 2 +- arm9/source/utils.h | 2 +- .../luma3ds_exception_dump_parser/__main__.py | 4 +-- k11_extension/include/debug.h | 2 +- .../include/fatalExceptionHandlers.h | 2 +- k11_extension/include/globals.h | 2 +- k11_extension/include/ipc.h | 2 +- k11_extension/include/kernel.h | 2 +- k11_extension/include/svc.h | 2 +- k11_extension/include/svc/Backdoor.h | 2 +- k11_extension/include/svc/Break.h | 2 +- k11_extension/include/svc/ConnectToPort.h | 2 +- k11_extension/include/svc/ControlMemory.h | 2 +- k11_extension/include/svc/ControlService.h | 2 +- k11_extension/include/svc/CopyHandle.h | 2 +- k11_extension/include/svc/CustomBackdoor.h | 2 +- k11_extension/include/svc/GetCFWInfo.h | 2 +- k11_extension/include/svc/GetHandleInfo.h | 2 +- k11_extension/include/svc/GetProcessInfo.h | 2 +- k11_extension/include/svc/GetSystemInfo.h | 2 +- k11_extension/include/svc/GetThreadInfo.h | 2 +- k11_extension/include/svc/KernelSetState.h | 2 +- .../include/svc/MapProcessMemoryEx.h | 2 +- k11_extension/include/svc/SendSyncRequest.h | 2 +- k11_extension/include/svc/SetGpuProt.h | 2 +- k11_extension/include/svc/SetWifiEnabled.h | 2 +- k11_extension/include/svc/TranslateHandle.h | 2 +- .../include/svc/UnmapProcessMemoryEx.h | 2 +- k11_extension/include/svcHandler.h | 2 +- k11_extension/include/synchronization.h | 2 +- k11_extension/include/types.h | 2 +- k11_extension/include/utils.h | 2 +- k11_extension/source/debug.c | 2 +- k11_extension/source/fatalExceptionHandlers.s | 2 +- .../source/fatalExceptionHandlersMain.c | 2 +- k11_extension/source/globals.c | 2 +- k11_extension/source/ipc.c | 2 +- k11_extension/source/main.c | 2 +- k11_extension/source/start.s | 2 +- k11_extension/source/svc.c | 2 +- k11_extension/source/svc/Backdoor.s | 2 +- k11_extension/source/svc/Break.s | 2 +- k11_extension/source/svc/ConnectToPort.c | 2 +- k11_extension/source/svc/ControlMemory.c | 2 +- k11_extension/source/svc/ControlService.c | 2 +- k11_extension/source/svc/CopyHandle.c | 2 +- k11_extension/source/svc/CustomBackdoor.s | 2 +- k11_extension/source/svc/GetCFWInfo.c | 2 +- k11_extension/source/svc/GetHandleInfo.c | 2 +- k11_extension/source/svc/GetProcessInfo.c | 2 +- k11_extension/source/svc/GetSystemInfo.c | 2 +- k11_extension/source/svc/GetThreadInfo.c | 2 +- k11_extension/source/svc/KernelSetState.c | 2 +- k11_extension/source/svc/MapProcessMemoryEx.c | 2 +- k11_extension/source/svc/SendSyncRequest.c | 2 +- k11_extension/source/svc/SetGpuProt.c | 2 +- k11_extension/source/svc/SetWifiEnabled.c | 2 +- k11_extension/source/svc/TranslateHandle.c | 2 +- .../source/svc/UnmapProcessMemoryEx.c | 2 +- k11_extension/source/svc/wrappers.s | 2 +- k11_extension/source/svcHandler.s | 2 +- k11_extension/source/synchronization.c | 2 +- k11_extension/source/utils.s | 2 +- sysmodules/loader/LICENSE | 1 + sysmodules/loader/source/service_manager.c | 2 +- sysmodules/loader/source/service_manager.h | 26 +++++++++++++++++++ sysmodules/pm/LICENSE | 2 +- sysmodules/pm/source/service_manager.c | 2 +- sysmodules/pxi/LICENSE | 4 +-- sysmodules/pxi/source/MyThread.c | 2 +- sysmodules/pxi/source/MyThread.h | 2 +- sysmodules/pxi/source/PXI.c | 2 +- sysmodules/pxi/source/PXI.h | 2 +- sysmodules/pxi/source/common.h | 2 +- sysmodules/pxi/source/main.c | 2 +- sysmodules/pxi/source/receiver.c | 2 +- sysmodules/pxi/source/receiver.h | 2 +- sysmodules/pxi/source/sender.c | 2 +- sysmodules/pxi/source/sender.h | 2 +- sysmodules/rosalina/include/3dsx.h | 2 +- sysmodules/rosalina/include/MyThread.h | 2 +- sysmodules/rosalina/include/draw.h | 2 +- sysmodules/rosalina/include/errdisp.h | 2 +- sysmodules/rosalina/include/fmt.h | 2 +- sysmodules/rosalina/include/gdb.h | 2 +- sysmodules/rosalina/include/gdb/breakpoints.h | 2 +- sysmodules/rosalina/include/gdb/debug.h | 2 +- sysmodules/rosalina/include/gdb/hio.h | 4 +-- sysmodules/rosalina/include/gdb/mem.h | 2 +- sysmodules/rosalina/include/gdb/monitor.h | 2 +- sysmodules/rosalina/include/gdb/net.h | 2 +- sysmodules/rosalina/include/gdb/query.h | 2 +- sysmodules/rosalina/include/gdb/regs.h | 2 +- .../rosalina/include/gdb/remote_command.h | 2 +- sysmodules/rosalina/include/gdb/server.h | 2 +- sysmodules/rosalina/include/gdb/stop_point.h | 2 +- sysmodules/rosalina/include/gdb/thread.h | 2 +- sysmodules/rosalina/include/gdb/tio.h | 2 +- sysmodules/rosalina/include/gdb/verbose.h | 2 +- sysmodules/rosalina/include/gdb/watchpoints.h | 2 +- sysmodules/rosalina/include/gdb/xfer.h | 2 +- sysmodules/rosalina/include/hbloader.h | 2 +- sysmodules/rosalina/include/ifile.h | 2 +- .../rosalina/include/input_redirection.h | 2 +- sysmodules/rosalina/include/memory.h | 2 +- sysmodules/rosalina/include/menu.h | 2 +- sysmodules/rosalina/include/menus.h | 2 +- sysmodules/rosalina/include/menus/cheats.h | 2 +- sysmodules/rosalina/include/menus/debugger.h | 2 +- .../rosalina/include/menus/miscellaneous.h | 4 +-- sysmodules/rosalina/include/menus/n3ds.h | 2 +- .../rosalina/include/menus/process_list.h | 2 +- .../rosalina/include/menus/process_patches.h | 2 +- .../rosalina/include/menus/screen_filters.h | 2 +- sysmodules/rosalina/include/menus/sysconfig.h | 2 +- sysmodules/rosalina/include/minisoc.h | 2 +- sysmodules/rosalina/include/ntp.h | 4 +-- sysmodules/rosalina/include/pmdbgext.h | 2 +- sysmodules/rosalina/include/service_manager.h | 2 +- sysmodules/rosalina/include/sock_util.h | 2 +- sysmodules/rosalina/include/utils.h | 2 +- sysmodules/rosalina/source/3dsx.c | 2 +- sysmodules/rosalina/source/MyThread.c | 2 +- sysmodules/rosalina/source/draw.c | 2 +- sysmodules/rosalina/source/errdisp.c | 2 +- sysmodules/rosalina/source/fmt.c | 2 +- sysmodules/rosalina/source/gdb.c | 2 +- sysmodules/rosalina/source/gdb/breakpoints.c | 2 +- sysmodules/rosalina/source/gdb/debug.c | 2 +- sysmodules/rosalina/source/gdb/hio.c | 2 +- sysmodules/rosalina/source/gdb/mem.c | 2 +- sysmodules/rosalina/source/gdb/monitor.c | 2 +- sysmodules/rosalina/source/gdb/net.c | 2 +- sysmodules/rosalina/source/gdb/query.c | 2 +- sysmodules/rosalina/source/gdb/regs.c | 2 +- .../rosalina/source/gdb/remote_command.c | 2 +- sysmodules/rosalina/source/gdb/server.c | 2 +- sysmodules/rosalina/source/gdb/stop_point.c | 2 +- sysmodules/rosalina/source/gdb/thread.c | 2 +- sysmodules/rosalina/source/gdb/tio.c | 4 +-- sysmodules/rosalina/source/gdb/verbose.c | 2 +- sysmodules/rosalina/source/gdb/watchpoints.c | 2 +- sysmodules/rosalina/source/gdb/xfer.c | 2 +- sysmodules/rosalina/source/hbloader.c | 2 +- sysmodules/rosalina/source/ifile.c | 2 +- .../rosalina/source/input_redirection.c | 2 +- .../rosalina/source/input_redirection_hooks.s | 2 +- sysmodules/rosalina/source/main.c | 2 +- sysmodules/rosalina/source/memory.c | 2 +- sysmodules/rosalina/source/menu.c | 2 +- sysmodules/rosalina/source/menus.c | 4 +-- sysmodules/rosalina/source/menus/cheats.c | 2 +- sysmodules/rosalina/source/menus/debugger.c | 2 +- .../rosalina/source/menus/miscellaneous.c | 2 +- sysmodules/rosalina/source/menus/n3ds.c | 2 +- .../rosalina/source/menus/process_list.c | 2 +- .../rosalina/source/menus/process_patches.c | 2 +- sysmodules/rosalina/source/menus/sysconfig.c | 2 +- sysmodules/rosalina/source/minisoc.c | 2 +- sysmodules/rosalina/source/ntp.c | 2 +- sysmodules/rosalina/source/pmdbgext.c | 2 +- sysmodules/rosalina/source/service_manager.c | 2 +- sysmodules/rosalina/source/sock_util.c | 2 +- sysmodules/sm/LICENSE | 2 +- sysmodules/sm/source/common.h | 2 +- sysmodules/sm/source/list.c | 2 +- sysmodules/sm/source/list.h | 2 +- sysmodules/sm/source/main.c | 2 +- sysmodules/sm/source/notifications.c | 2 +- sysmodules/sm/source/notifications.h | 2 +- sysmodules/sm/source/processes.c | 2 +- sysmodules/sm/source/processes.h | 2 +- sysmodules/sm/source/services.c | 2 +- sysmodules/sm/source/services.h | 2 +- sysmodules/sm/source/srv.c | 2 +- sysmodules/sm/source/srv.h | 2 +- sysmodules/sm/source/srv_pm.c | 2 +- sysmodules/sm/source/srv_pm.h | 2 +- 224 files changed, 257 insertions(+), 230 deletions(-) diff --git a/arm11/source/main.c b/arm11/source/main.c index 5be2c5e..48fecbc 100644 --- a/arm11/source/main.c +++ b/arm11/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm11/source/memory.c b/arm11/source/memory.c index 34ce973..bce71f5 100644 --- a/arm11/source/memory.c +++ b/arm11/source/memory.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm11/source/memory.h b/arm11/source/memory.h index 99c7a08..47d4e1f 100644 --- a/arm11/source/memory.h +++ b/arm11/source/memory.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm11/source/start.s b/arm11/source/start.s index 319a107..af0f2cb 100644 --- a/arm11/source/start.s +++ b/arm11/source/start.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/arm11/source/types.h b/arm11/source/types.h index 0426614..43eacc9 100644 --- a/arm11/source/types.h +++ b/arm11/source/types.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/3dsheaders.h b/arm9/source/3dsheaders.h index 313448e..6b6a0ee 100644 --- a/arm9/source/3dsheaders.h +++ b/arm9/source/3dsheaders.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/alignedseqmemcpy.h b/arm9/source/alignedseqmemcpy.h index dc915bf..7d529b3 100644 --- a/arm9/source/alignedseqmemcpy.h +++ b/arm9/source/alignedseqmemcpy.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/alignedseqmemcpy.s b/arm9/source/alignedseqmemcpy.s index 6784b69..b347c2a 100644 --- a/arm9/source/alignedseqmemcpy.s +++ b/arm9/source/alignedseqmemcpy.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/arm9/source/arm9_exception_handlers.c b/arm9/source/arm9_exception_handlers.c index 2cce582..0adf337 100644 --- a/arm9/source/arm9_exception_handlers.c +++ b/arm9/source/arm9_exception_handlers.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/arm9_exception_handlers.h b/arm9/source/arm9_exception_handlers.h index 8c21f6f..a53fe0d 100644 --- a/arm9/source/arm9_exception_handlers.h +++ b/arm9/source/arm9_exception_handlers.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/arm9_exception_handlers_asm.s b/arm9/source/arm9_exception_handlers_asm.s index 4ab622e..458023f 100644 --- a/arm9/source/arm9_exception_handlers_asm.s +++ b/arm9/source/arm9_exception_handlers_asm.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/arm9/source/buttons.h b/arm9/source/buttons.h index 96dff1b..d1c3023 100644 --- a/arm9/source/buttons.h +++ b/arm9/source/buttons.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/cache.h b/arm9/source/cache.h index 3726f8b..af3b0e9 100644 --- a/arm9/source/cache.h +++ b/arm9/source/cache.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/cache.s b/arm9/source/cache.s index 2e21be8..ff74e9d 100644 --- a/arm9/source/cache.s +++ b/arm9/source/cache.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/arm9/source/chainloader.c b/arm9/source/chainloader.c index c35cd72..3976f32 100644 --- a/arm9/source/chainloader.c +++ b/arm9/source/chainloader.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/chainloader.h b/arm9/source/chainloader.h index 742fc58..ff059ad 100644 --- a/arm9/source/chainloader.h +++ b/arm9/source/chainloader.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,4 +29,4 @@ #include "types.h" #include "firm.h" -void chainload(int argc, char **argv, Firm *firm); \ No newline at end of file +void chainload(int argc, char **argv, Firm *firm); diff --git a/arm9/source/config.c b/arm9/source/config.c index 56d59b9..02276b4 100644 --- a/arm9/source/config.c +++ b/arm9/source/config.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/config.h b/arm9/source/config.h index 50cb5b1..78514e1 100644 --- a/arm9/source/config.h +++ b/arm9/source/config.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/crypto.c b/arm9/source/crypto.c index f675fcb..ea23570 100755 --- a/arm9/source/crypto.c +++ b/arm9/source/crypto.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/crypto.h b/arm9/source/crypto.h index f3e1543..ea74496 100755 --- a/arm9/source/crypto.h +++ b/arm9/source/crypto.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/draw.c b/arm9/source/draw.c index b8582e5..3ec6c1c 100644 --- a/arm9/source/draw.c +++ b/arm9/source/draw.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/draw.h b/arm9/source/draw.h index 75f04ef..f1f966d 100644 --- a/arm9/source/draw.h +++ b/arm9/source/draw.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/emunand.c b/arm9/source/emunand.c index f9aa6e0..1f9bd76 100644 --- a/arm9/source/emunand.c +++ b/arm9/source/emunand.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/emunand.h b/arm9/source/emunand.h index 3aba2df..58941ca 100644 --- a/arm9/source/emunand.h +++ b/arm9/source/emunand.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/exceptions.c b/arm9/source/exceptions.c index f12d597..ca45a77 100644 --- a/arm9/source/exceptions.c +++ b/arm9/source/exceptions.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/exceptions.h b/arm9/source/exceptions.h index 11bd9e4..66c4af2 100644 --- a/arm9/source/exceptions.h +++ b/arm9/source/exceptions.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/firm.c b/arm9/source/firm.c index c40fb47..22de414 100755 --- a/arm9/source/firm.c +++ b/arm9/source/firm.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/firm.h b/arm9/source/firm.h index b60b654..591ec2f 100644 --- a/arm9/source/firm.h +++ b/arm9/source/firm.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/fmt.c b/arm9/source/fmt.c index 4815f1a..bd06bab 100644 --- a/arm9/source/fmt.c +++ b/arm9/source/fmt.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/fmt.h b/arm9/source/fmt.h index d805af9..1311286 100644 --- a/arm9/source/fmt.h +++ b/arm9/source/fmt.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/fs.c b/arm9/source/fs.c index 9bf33ba..460e9ea 100644 --- a/arm9/source/fs.c +++ b/arm9/source/fs.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/fs.h b/arm9/source/fs.h index 7fa82ea..a0e6a8b 100644 --- a/arm9/source/fs.h +++ b/arm9/source/fs.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/large_patches.h b/arm9/source/large_patches.h index 6d99f56..6c99243 100644 --- a/arm9/source/large_patches.h +++ b/arm9/source/large_patches.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2017 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/main.c b/arm9/source/main.c index 073a550..50b6666 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/memory.c b/arm9/source/memory.c index f8ce5d4..ae4aee6 100644 --- a/arm9/source/memory.c +++ b/arm9/source/memory.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/memory.h b/arm9/source/memory.h index eb71259..37813b0 100644 --- a/arm9/source/memory.h +++ b/arm9/source/memory.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/patches.c b/arm9/source/patches.c index 157ef97..1eddd7f 100644 --- a/arm9/source/patches.c +++ b/arm9/source/patches.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/patches.h b/arm9/source/patches.h index f17bdc7..dae3598 100644 --- a/arm9/source/patches.h +++ b/arm9/source/patches.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/pin.c b/arm9/source/pin.c index 32b78c0..a2cf2e2 100644 --- a/arm9/source/pin.c +++ b/arm9/source/pin.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/pin.h b/arm9/source/pin.h index 6bf4abb..00aee6c 100644 --- a/arm9/source/pin.h +++ b/arm9/source/pin.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/screen.c b/arm9/source/screen.c index a787832..bb01525 100644 --- a/arm9/source/screen.c +++ b/arm9/source/screen.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/screen.h b/arm9/source/screen.h index 79ae987..275ed68 100644 --- a/arm9/source/screen.h +++ b/arm9/source/screen.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/start.s b/arm9/source/start.s index c102eae..1290b4a 100644 --- a/arm9/source/start.s +++ b/arm9/source/start.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/arm9/source/strings.c b/arm9/source/strings.c index 337e815..230fbbb 100644 --- a/arm9/source/strings.c +++ b/arm9/source/strings.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/strings.h b/arm9/source/strings.h index 50925fd..f58cb90 100644 --- a/arm9/source/strings.h +++ b/arm9/source/strings.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/types.h b/arm9/source/types.h index 1508586..e4646bb 100644 --- a/arm9/source/types.h +++ b/arm9/source/types.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/utils.c b/arm9/source/utils.c index 38fb640..d789761 100644 --- a/arm9/source/utils.c +++ b/arm9/source/utils.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arm9/source/utils.h b/arm9/source/utils.h index b71af07..83bf7ea 100644 --- a/arm9/source/utils.h +++ b/arm9/source/utils.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py b/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py index f9047a3..1a57791 100755 --- a/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py +++ b/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py @@ -2,7 +2,7 @@ # Requires Python >= 3.2 or >= 2.7 # This file is part of Luma3DS -# Copyright (C) 2016-2019 Aurora Wright, TuxSH +# Copyright (C) 2016-2020 Aurora Wright, TuxSH # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ # Notices displayed by works containing it. __author__ = "TuxSH" -__copyright__ = "Copyright (c) 2016 TuxSH" +__copyright__ = "Copyright (c) 2016-2020 TuxSH" __license__ = "GPLv3" __version__ = "v1.2" diff --git a/k11_extension/include/debug.h b/k11_extension/include/debug.h index 5c2254b..a1e3608 100644 --- a/k11_extension/include/debug.h +++ b/k11_extension/include/debug.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/fatalExceptionHandlers.h b/k11_extension/include/fatalExceptionHandlers.h index cd19e05..b71d29d 100644 --- a/k11_extension/include/fatalExceptionHandlers.h +++ b/k11_extension/include/fatalExceptionHandlers.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/globals.h b/k11_extension/include/globals.h index bc5803e..f197f0f 100644 --- a/k11_extension/include/globals.h +++ b/k11_extension/include/globals.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/ipc.h b/k11_extension/include/ipc.h index d809ee3..57b6fcb 100644 --- a/k11_extension/include/ipc.h +++ b/k11_extension/include/ipc.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/kernel.h b/k11_extension/include/kernel.h index 531f9b2..07f57fd 100644 --- a/k11_extension/include/kernel.h +++ b/k11_extension/include/kernel.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc.h b/k11_extension/include/svc.h index 665faef..d2cf45b 100644 --- a/k11_extension/include/svc.h +++ b/k11_extension/include/svc.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/Backdoor.h b/k11_extension/include/svc/Backdoor.h index a713d25..fcd0eab 100644 --- a/k11_extension/include/svc/Backdoor.h +++ b/k11_extension/include/svc/Backdoor.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/Break.h b/k11_extension/include/svc/Break.h index 039eeb4..7a6e283 100644 --- a/k11_extension/include/svc/Break.h +++ b/k11_extension/include/svc/Break.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/ConnectToPort.h b/k11_extension/include/svc/ConnectToPort.h index 97c87bb..c47b9a9 100644 --- a/k11_extension/include/svc/ConnectToPort.h +++ b/k11_extension/include/svc/ConnectToPort.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/ControlMemory.h b/k11_extension/include/svc/ControlMemory.h index ee8c4fb..cc3a632 100644 --- a/k11_extension/include/svc/ControlMemory.h +++ b/k11_extension/include/svc/ControlMemory.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/ControlService.h b/k11_extension/include/svc/ControlService.h index abaed13..e6e926b 100644 --- a/k11_extension/include/svc/ControlService.h +++ b/k11_extension/include/svc/ControlService.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/CopyHandle.h b/k11_extension/include/svc/CopyHandle.h index ef01496..c958c57 100644 --- a/k11_extension/include/svc/CopyHandle.h +++ b/k11_extension/include/svc/CopyHandle.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/CustomBackdoor.h b/k11_extension/include/svc/CustomBackdoor.h index 6c6e8a8..734abd7 100644 --- a/k11_extension/include/svc/CustomBackdoor.h +++ b/k11_extension/include/svc/CustomBackdoor.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/GetCFWInfo.h b/k11_extension/include/svc/GetCFWInfo.h index 0c2c584..e695b2f 100644 --- a/k11_extension/include/svc/GetCFWInfo.h +++ b/k11_extension/include/svc/GetCFWInfo.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/GetHandleInfo.h b/k11_extension/include/svc/GetHandleInfo.h index f8f2aa3..6f49ec3 100644 --- a/k11_extension/include/svc/GetHandleInfo.h +++ b/k11_extension/include/svc/GetHandleInfo.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/GetProcessInfo.h b/k11_extension/include/svc/GetProcessInfo.h index 278a233..7a8275d 100644 --- a/k11_extension/include/svc/GetProcessInfo.h +++ b/k11_extension/include/svc/GetProcessInfo.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/GetSystemInfo.h b/k11_extension/include/svc/GetSystemInfo.h index d512e1a..5d6da1b 100644 --- a/k11_extension/include/svc/GetSystemInfo.h +++ b/k11_extension/include/svc/GetSystemInfo.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/GetThreadInfo.h b/k11_extension/include/svc/GetThreadInfo.h index 7ab8876..23c4cd5 100644 --- a/k11_extension/include/svc/GetThreadInfo.h +++ b/k11_extension/include/svc/GetThreadInfo.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/KernelSetState.h b/k11_extension/include/svc/KernelSetState.h index 20d5f18..aae13ae 100644 --- a/k11_extension/include/svc/KernelSetState.h +++ b/k11_extension/include/svc/KernelSetState.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/MapProcessMemoryEx.h b/k11_extension/include/svc/MapProcessMemoryEx.h index ee11125..4f74ca3 100644 --- a/k11_extension/include/svc/MapProcessMemoryEx.h +++ b/k11_extension/include/svc/MapProcessMemoryEx.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/SendSyncRequest.h b/k11_extension/include/svc/SendSyncRequest.h index 550a8a2..cb803bd 100644 --- a/k11_extension/include/svc/SendSyncRequest.h +++ b/k11_extension/include/svc/SendSyncRequest.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/SetGpuProt.h b/k11_extension/include/svc/SetGpuProt.h index ae0f334..d1c39dd 100644 --- a/k11_extension/include/svc/SetGpuProt.h +++ b/k11_extension/include/svc/SetGpuProt.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/SetWifiEnabled.h b/k11_extension/include/svc/SetWifiEnabled.h index 3639095..83da7c5 100644 --- a/k11_extension/include/svc/SetWifiEnabled.h +++ b/k11_extension/include/svc/SetWifiEnabled.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/TranslateHandle.h b/k11_extension/include/svc/TranslateHandle.h index cffacb6..dae82dc 100644 --- a/k11_extension/include/svc/TranslateHandle.h +++ b/k11_extension/include/svc/TranslateHandle.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svc/UnmapProcessMemoryEx.h b/k11_extension/include/svc/UnmapProcessMemoryEx.h index a13576c..08097af 100644 --- a/k11_extension/include/svc/UnmapProcessMemoryEx.h +++ b/k11_extension/include/svc/UnmapProcessMemoryEx.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/svcHandler.h b/k11_extension/include/svcHandler.h index 281dd29..73623f2 100644 --- a/k11_extension/include/svcHandler.h +++ b/k11_extension/include/svcHandler.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/synchronization.h b/k11_extension/include/synchronization.h index dcf5bf5..32635a7 100644 --- a/k11_extension/include/synchronization.h +++ b/k11_extension/include/synchronization.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/types.h b/k11_extension/include/types.h index 3b92cd8..0e8955e 100644 --- a/k11_extension/include/types.h +++ b/k11_extension/include/types.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/include/utils.h b/k11_extension/include/utils.h index 439e878..fbac8c7 100644 --- a/k11_extension/include/utils.h +++ b/k11_extension/include/utils.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/debug.c b/k11_extension/source/debug.c index cf72e40..8f46acb 100644 --- a/k11_extension/source/debug.c +++ b/k11_extension/source/debug.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/fatalExceptionHandlers.s b/k11_extension/source/fatalExceptionHandlers.s index ec4ddec..be97131 100644 --- a/k11_extension/source/fatalExceptionHandlers.s +++ b/k11_extension/source/fatalExceptionHandlers.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/fatalExceptionHandlersMain.c b/k11_extension/source/fatalExceptionHandlersMain.c index 6cfaf6a..cbdecc5 100644 --- a/k11_extension/source/fatalExceptionHandlersMain.c +++ b/k11_extension/source/fatalExceptionHandlersMain.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/globals.c b/k11_extension/source/globals.c index 746e3ef..995cff5 100644 --- a/k11_extension/source/globals.c +++ b/k11_extension/source/globals.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/ipc.c b/k11_extension/source/ipc.c index 656d8a9..11c02b9 100644 --- a/k11_extension/source/ipc.c +++ b/k11_extension/source/ipc.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/main.c b/k11_extension/source/main.c index 4d54c27..ab79cb1 100644 --- a/k11_extension/source/main.c +++ b/k11_extension/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/start.s b/k11_extension/source/start.s index 5b581c1..a4e29f2 100644 --- a/k11_extension/source/start.s +++ b/k11_extension/source/start.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc.c b/k11_extension/source/svc.c index 088f82d..9f929bc 100644 --- a/k11_extension/source/svc.c +++ b/k11_extension/source/svc.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/Backdoor.s b/k11_extension/source/svc/Backdoor.s index e1e31ea..9f0a29d 100644 --- a/k11_extension/source/svc/Backdoor.s +++ b/k11_extension/source/svc/Backdoor.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/Break.s b/k11_extension/source/svc/Break.s index e0512c1..86de0ad 100644 --- a/k11_extension/source/svc/Break.s +++ b/k11_extension/source/svc/Break.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/ConnectToPort.c b/k11_extension/source/svc/ConnectToPort.c index b87a88b..29eb155 100644 --- a/k11_extension/source/svc/ConnectToPort.c +++ b/k11_extension/source/svc/ConnectToPort.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/ControlMemory.c b/k11_extension/source/svc/ControlMemory.c index ceb667b..a53c858 100644 --- a/k11_extension/source/svc/ControlMemory.c +++ b/k11_extension/source/svc/ControlMemory.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/ControlService.c b/k11_extension/source/svc/ControlService.c index 249ae57..de4349d 100644 --- a/k11_extension/source/svc/ControlService.c +++ b/k11_extension/source/svc/ControlService.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/CopyHandle.c b/k11_extension/source/svc/CopyHandle.c index 1ad3af8..678b1d2 100644 --- a/k11_extension/source/svc/CopyHandle.c +++ b/k11_extension/source/svc/CopyHandle.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/CustomBackdoor.s b/k11_extension/source/svc/CustomBackdoor.s index 6ef15e3..ff6b668 100644 --- a/k11_extension/source/svc/CustomBackdoor.s +++ b/k11_extension/source/svc/CustomBackdoor.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/GetCFWInfo.c b/k11_extension/source/svc/GetCFWInfo.c index 59610b0..fcbb34b 100644 --- a/k11_extension/source/svc/GetCFWInfo.c +++ b/k11_extension/source/svc/GetCFWInfo.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/GetHandleInfo.c b/k11_extension/source/svc/GetHandleInfo.c index 67b89b0..ba7bfed 100644 --- a/k11_extension/source/svc/GetHandleInfo.c +++ b/k11_extension/source/svc/GetHandleInfo.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/GetProcessInfo.c b/k11_extension/source/svc/GetProcessInfo.c index 01692e1..2d4b1b7 100644 --- a/k11_extension/source/svc/GetProcessInfo.c +++ b/k11_extension/source/svc/GetProcessInfo.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/GetSystemInfo.c b/k11_extension/source/svc/GetSystemInfo.c index 7ffbdbe..7f30cc5 100644 --- a/k11_extension/source/svc/GetSystemInfo.c +++ b/k11_extension/source/svc/GetSystemInfo.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/GetThreadInfo.c b/k11_extension/source/svc/GetThreadInfo.c index 53faa11..628f441 100644 --- a/k11_extension/source/svc/GetThreadInfo.c +++ b/k11_extension/source/svc/GetThreadInfo.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/KernelSetState.c b/k11_extension/source/svc/KernelSetState.c index 52be431..7bf6048 100644 --- a/k11_extension/source/svc/KernelSetState.c +++ b/k11_extension/source/svc/KernelSetState.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/MapProcessMemoryEx.c b/k11_extension/source/svc/MapProcessMemoryEx.c index 740eaf2..3e1c480 100644 --- a/k11_extension/source/svc/MapProcessMemoryEx.c +++ b/k11_extension/source/svc/MapProcessMemoryEx.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/SendSyncRequest.c b/k11_extension/source/svc/SendSyncRequest.c index f266cb6..dc0f9ef 100644 --- a/k11_extension/source/svc/SendSyncRequest.c +++ b/k11_extension/source/svc/SendSyncRequest.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/SetGpuProt.c b/k11_extension/source/svc/SetGpuProt.c index 7fe66ba..9d02a95 100644 --- a/k11_extension/source/svc/SetGpuProt.c +++ b/k11_extension/source/svc/SetGpuProt.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/SetWifiEnabled.c b/k11_extension/source/svc/SetWifiEnabled.c index 0a79686..be0dd97 100644 --- a/k11_extension/source/svc/SetWifiEnabled.c +++ b/k11_extension/source/svc/SetWifiEnabled.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/TranslateHandle.c b/k11_extension/source/svc/TranslateHandle.c index 9bd90dc..ff3392f 100644 --- a/k11_extension/source/svc/TranslateHandle.c +++ b/k11_extension/source/svc/TranslateHandle.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/UnmapProcessMemoryEx.c b/k11_extension/source/svc/UnmapProcessMemoryEx.c index 26c8a01..8ee8753 100644 --- a/k11_extension/source/svc/UnmapProcessMemoryEx.c +++ b/k11_extension/source/svc/UnmapProcessMemoryEx.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svc/wrappers.s b/k11_extension/source/svc/wrappers.s index 5e5a034..c0953ea 100644 --- a/k11_extension/source/svc/wrappers.s +++ b/k11_extension/source/svc/wrappers.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/svcHandler.s b/k11_extension/source/svcHandler.s index 305a501..e44e999 100644 --- a/k11_extension/source/svcHandler.s +++ b/k11_extension/source/svcHandler.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/synchronization.c b/k11_extension/source/synchronization.c index cf9eeb6..594825a 100644 --- a/k11_extension/source/synchronization.c +++ b/k11_extension/source/synchronization.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/k11_extension/source/utils.s b/k11_extension/source/utils.s index 671ab31..f5ef9a1 100644 --- a/k11_extension/source/utils.s +++ b/k11_extension/source/utils.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/sysmodules/loader/LICENSE b/sysmodules/loader/LICENSE index 5fcfe11..9740558 100644 --- a/sysmodules/loader/LICENSE +++ b/sysmodules/loader/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2016 Yifan Lu +Copyright (c) 2016-2020 AuroraWright, TuxSH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sysmodules/loader/source/service_manager.c b/sysmodules/loader/source/service_manager.c index 33cc78e..1244133 100644 --- a/sysmodules/loader/source/service_manager.c +++ b/sysmodules/loader/source/service_manager.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/loader/source/service_manager.h b/sysmodules/loader/source/service_manager.h index 1c2c1fb..dad680c 100644 --- a/sysmodules/loader/source/service_manager.h +++ b/sysmodules/loader/source/service_manager.h @@ -1,3 +1,29 @@ +/* +* This file is part of Luma3DS +* Copyright (C) 2016-2020 Aurora Wright, TuxSH +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Additional Terms 7.b and 7.c of GPLv3 apply to this file: +* * Requiring preservation of specified reasonable legal notices or +* author attributions in that material or in the Appropriate Legal +* Notices displayed by works containing it. +* * Prohibiting misrepresentation of the origin of that material, +* or requiring that modified versions of such material be marked in +* reasonable ways as different from the original version. +*/ + #pragma once #include <3ds/types.h> diff --git a/sysmodules/pm/LICENSE b/sysmodules/pm/LICENSE index 72cba6d..eabe971 100644 --- a/sysmodules/pm/LICENSE +++ b/sysmodules/pm/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 TuxSH +Copyright (c) 2019-2020 TuxSH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sysmodules/pm/source/service_manager.c b/sysmodules/pm/source/service_manager.c index 33cc78e..1244133 100644 --- a/sysmodules/pm/source/service_manager.c +++ b/sysmodules/pm/source/service_manager.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/pxi/LICENSE b/sysmodules/pxi/LICENSE index d4607d1..c7f6447 100644 --- a/sysmodules/pxi/LICENSE +++ b/sysmodules/pxi/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 TuxSH +Copyright (c) 2015-2020 TuxSH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/sysmodules/pxi/source/MyThread.c b/sysmodules/pxi/source/MyThread.c index 78f034a..7a05e6e 100644 --- a/sysmodules/pxi/source/MyThread.c +++ b/sysmodules/pxi/source/MyThread.c @@ -2,7 +2,7 @@ MyThread.c: Small threading library, based off ctrulib. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/MyThread.h b/sysmodules/pxi/source/MyThread.h index 4ea68bf..72f5189 100644 --- a/sysmodules/pxi/source/MyThread.h +++ b/sysmodules/pxi/source/MyThread.h @@ -2,7 +2,7 @@ MyThread.h: Small threading library, based off ctrulib. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/PXI.c b/sysmodules/pxi/source/PXI.c index 62c850f..af6b9dd 100644 --- a/sysmodules/pxi/source/PXI.c +++ b/sysmodules/pxi/source/PXI.c @@ -2,7 +2,7 @@ PXI.c: PXI I/O functions. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/PXI.h b/sysmodules/pxi/source/PXI.h index 90ff467..df0633f 100644 --- a/sysmodules/pxi/source/PXI.h +++ b/sysmodules/pxi/source/PXI.h @@ -2,7 +2,7 @@ PXI.h: PXI I/O functions. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/common.h b/sysmodules/pxi/source/common.h index 130a744..d536f72 100644 --- a/sysmodules/pxi/source/common.h +++ b/sysmodules/pxi/source/common.h @@ -2,7 +2,7 @@ common.h: Common types and global variables. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/main.c b/sysmodules/pxi/source/main.c index bac4160..451488a 100644 --- a/sysmodules/pxi/source/main.c +++ b/sysmodules/pxi/source/main.c @@ -2,7 +2,7 @@ main.c (De)initialization stuff. It's also here where sessions are being accepted. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/receiver.c b/sysmodules/pxi/source/receiver.c index a4dc972..613a768 100644 --- a/sysmodules/pxi/source/receiver.c +++ b/sysmodules/pxi/source/receiver.c @@ -2,7 +2,7 @@ receiver.c: Fetches replies coming from Process9, writing them in the appropriate buffer. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/receiver.h b/sysmodules/pxi/source/receiver.h index 820f636..f237667 100644 --- a/sysmodules/pxi/source/receiver.h +++ b/sysmodules/pxi/source/receiver.h @@ -2,7 +2,7 @@ receiver.h: Fetches replies coming from Process9, writing them in the appropriate buffer. -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/sender.c b/sysmodules/pxi/source/sender.c index 9441044..8ece6cf 100644 --- a/sysmodules/pxi/source/sender.c +++ b/sysmodules/pxi/source/sender.c @@ -3,7 +3,7 @@ sender.c Handles commands from arm11 processes, then sends them to Process9, and replies to arm11 processes the replies received from Process9 (=> receiver.c). (except for PXISRV11) -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/pxi/source/sender.h b/sysmodules/pxi/source/sender.h index 3f70cce..f7b76c6 100644 --- a/sysmodules/pxi/source/sender.h +++ b/sysmodules/pxi/source/sender.h @@ -2,7 +2,7 @@ sender.h Handles commands from arm11 processes, then sends them to Process9, and replies to arm11 processes the replies received from Process9 (=> receiver.c) (except for PXISRV11). -(c) TuxSH, 2016-2017 +(c) TuxSH, 2016-2020 This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/rosalina/include/3dsx.h b/sysmodules/rosalina/include/3dsx.h index 24ec6e2..6eb8e30 100644 --- a/sysmodules/rosalina/include/3dsx.h +++ b/sysmodules/rosalina/include/3dsx.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/MyThread.h b/sysmodules/rosalina/include/MyThread.h index 0cfd502..2af7f6b 100644 --- a/sysmodules/rosalina/include/MyThread.h +++ b/sysmodules/rosalina/include/MyThread.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/draw.h b/sysmodules/rosalina/include/draw.h index 14cbeae..d303e78 100644 --- a/sysmodules/rosalina/include/draw.h +++ b/sysmodules/rosalina/include/draw.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/errdisp.h b/sysmodules/rosalina/include/errdisp.h index 2e718d3..f37819c 100644 --- a/sysmodules/rosalina/include/errdisp.h +++ b/sysmodules/rosalina/include/errdisp.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/fmt.h b/sysmodules/rosalina/include/fmt.h index d805af9..1311286 100644 --- a/sysmodules/rosalina/include/fmt.h +++ b/sysmodules/rosalina/include/fmt.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/gdb.h b/sysmodules/rosalina/include/gdb.h index b9266a2..4a27047 100644 --- a/sysmodules/rosalina/include/gdb.h +++ b/sysmodules/rosalina/include/gdb.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/breakpoints.h b/sysmodules/rosalina/include/gdb/breakpoints.h index c625511..22ad56c 100644 --- a/sysmodules/rosalina/include/gdb/breakpoints.h +++ b/sysmodules/rosalina/include/gdb/breakpoints.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/debug.h b/sysmodules/rosalina/include/gdb/debug.h index 95f65c4..0bf01a9 100644 --- a/sysmodules/rosalina/include/gdb/debug.h +++ b/sysmodules/rosalina/include/gdb/debug.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/hio.h b/sysmodules/rosalina/include/gdb/hio.h index 123ba56..0c6015f 100644 --- a/sysmodules/rosalina/include/gdb/hio.h +++ b/sysmodules/rosalina/include/gdb/hio.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ @@ -13,4 +13,4 @@ bool GDB_FetchPackedHioRequest(GDBContext *ctx, u32 addr); bool GDB_IsHioInProgress(GDBContext *ctx); int GDB_SendCurrentHioRequest(GDBContext *ctx); -GDB_DECLARE_HANDLER(HioReply); \ No newline at end of file +GDB_DECLARE_HANDLER(HioReply); diff --git a/sysmodules/rosalina/include/gdb/mem.h b/sysmodules/rosalina/include/gdb/mem.h index 90ba332..569e96d 100644 --- a/sysmodules/rosalina/include/gdb/mem.h +++ b/sysmodules/rosalina/include/gdb/mem.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/monitor.h b/sysmodules/rosalina/include/gdb/monitor.h index a9fa790..d584351 100644 --- a/sysmodules/rosalina/include/gdb/monitor.h +++ b/sysmodules/rosalina/include/gdb/monitor.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/net.h b/sysmodules/rosalina/include/gdb/net.h index c4676a5..b1b33ad 100644 --- a/sysmodules/rosalina/include/gdb/net.h +++ b/sysmodules/rosalina/include/gdb/net.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/query.h b/sysmodules/rosalina/include/gdb/query.h index 93ee5e8..a33c92d 100644 --- a/sysmodules/rosalina/include/gdb/query.h +++ b/sysmodules/rosalina/include/gdb/query.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/regs.h b/sysmodules/rosalina/include/gdb/regs.h index dcbff60..03809ab 100644 --- a/sysmodules/rosalina/include/gdb/regs.h +++ b/sysmodules/rosalina/include/gdb/regs.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/remote_command.h b/sysmodules/rosalina/include/gdb/remote_command.h index d719a25..38fc0c1 100644 --- a/sysmodules/rosalina/include/gdb/remote_command.h +++ b/sysmodules/rosalina/include/gdb/remote_command.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/server.h b/sysmodules/rosalina/include/gdb/server.h index 5e2354c..bb63976 100644 --- a/sysmodules/rosalina/include/gdb/server.h +++ b/sysmodules/rosalina/include/gdb/server.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/stop_point.h b/sysmodules/rosalina/include/gdb/stop_point.h index 7b38072..ba74abf 100644 --- a/sysmodules/rosalina/include/gdb/stop_point.h +++ b/sysmodules/rosalina/include/gdb/stop_point.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/thread.h b/sysmodules/rosalina/include/gdb/thread.h index 5e1a060..4986933 100644 --- a/sysmodules/rosalina/include/gdb/thread.h +++ b/sysmodules/rosalina/include/gdb/thread.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/tio.h b/sysmodules/rosalina/include/gdb/tio.h index d1cb8c7..7aa3194 100644 --- a/sysmodules/rosalina/include/gdb/tio.h +++ b/sysmodules/rosalina/include/gdb/tio.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/verbose.h b/sysmodules/rosalina/include/gdb/verbose.h index 2ae67ca..bc33622 100644 --- a/sysmodules/rosalina/include/gdb/verbose.h +++ b/sysmodules/rosalina/include/gdb/verbose.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/watchpoints.h b/sysmodules/rosalina/include/gdb/watchpoints.h index 0e304db..58ba140 100644 --- a/sysmodules/rosalina/include/gdb/watchpoints.h +++ b/sysmodules/rosalina/include/gdb/watchpoints.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/gdb/xfer.h b/sysmodules/rosalina/include/gdb/xfer.h index 68556a2..087f3ef 100644 --- a/sysmodules/rosalina/include/gdb/xfer.h +++ b/sysmodules/rosalina/include/gdb/xfer.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/hbloader.h b/sysmodules/rosalina/include/hbloader.h index 18af0a6..4f2c0d5 100644 --- a/sysmodules/rosalina/include/hbloader.h +++ b/sysmodules/rosalina/include/hbloader.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/ifile.h b/sysmodules/rosalina/include/ifile.h index 718257d..4683a12 100644 --- a/sysmodules/rosalina/include/ifile.h +++ b/sysmodules/rosalina/include/ifile.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/input_redirection.h b/sysmodules/rosalina/include/input_redirection.h index 3ceef5f..e33e436 100644 --- a/sysmodules/rosalina/include/input_redirection.h +++ b/sysmodules/rosalina/include/input_redirection.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/memory.h b/sysmodules/rosalina/include/memory.h index 3852fc2..b3b48e3 100644 --- a/sysmodules/rosalina/include/memory.h +++ b/sysmodules/rosalina/include/memory.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menu.h b/sysmodules/rosalina/include/menu.h index 65b6790..329e0c9 100644 --- a/sysmodules/rosalina/include/menu.h +++ b/sysmodules/rosalina/include/menu.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus.h b/sysmodules/rosalina/include/menus.h index 5dc3ca3..1105a69 100644 --- a/sysmodules/rosalina/include/menus.h +++ b/sysmodules/rosalina/include/menus.h @@ -1,7 +1,7 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/cheats.h b/sysmodules/rosalina/include/menus/cheats.h index dc0562c..163609a 100644 --- a/sysmodules/rosalina/include/menus/cheats.h +++ b/sysmodules/rosalina/include/menus/cheats.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/debugger.h b/sysmodules/rosalina/include/menus/debugger.h index c24d813..55e4c67 100644 --- a/sysmodules/rosalina/include/menus/debugger.h +++ b/sysmodules/rosalina/include/menus/debugger.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/miscellaneous.h b/sysmodules/rosalina/include/menus/miscellaneous.h index 638d660..c715ef6 100644 --- a/sysmodules/rosalina/include/menus/miscellaneous.h +++ b/sysmodules/rosalina/include/menus/miscellaneous.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,4 +35,4 @@ void MiscellaneousMenu_SwitchBoot3dsxTargetTitle(void); void MiscellaneousMenu_ChangeMenuCombo(void); void MiscellaneousMenu_SaveSettings(void); void MiscellaneousMenu_InputRedirection(void); -void MiscellaneousMenu_SyncTimeDate(void); \ No newline at end of file +void MiscellaneousMenu_SyncTimeDate(void); diff --git a/sysmodules/rosalina/include/menus/n3ds.h b/sysmodules/rosalina/include/menus/n3ds.h index c1cb2a1..13c8116 100644 --- a/sysmodules/rosalina/include/menus/n3ds.h +++ b/sysmodules/rosalina/include/menus/n3ds.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/process_list.h b/sysmodules/rosalina/include/menus/process_list.h index 2dcade7..ace7c26 100644 --- a/sysmodules/rosalina/include/menus/process_list.h +++ b/sysmodules/rosalina/include/menus/process_list.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/process_patches.h b/sysmodules/rosalina/include/menus/process_patches.h index 0501a84..6ce5496 100644 --- a/sysmodules/rosalina/include/menus/process_patches.h +++ b/sysmodules/rosalina/include/menus/process_patches.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/screen_filters.h b/sysmodules/rosalina/include/menus/screen_filters.h index fa273e8..0453a84 100644 --- a/sysmodules/rosalina/include/menus/screen_filters.h +++ b/sysmodules/rosalina/include/menus/screen_filters.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/menus/sysconfig.h b/sysmodules/rosalina/include/menus/sysconfig.h index dd2fb47..0365110 100644 --- a/sysmodules/rosalina/include/menus/sysconfig.h +++ b/sysmodules/rosalina/include/menus/sysconfig.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/minisoc.h b/sysmodules/rosalina/include/minisoc.h index 2d006b6..6836b5e 100644 --- a/sysmodules/rosalina/include/minisoc.h +++ b/sysmodules/rosalina/include/minisoc.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/ntp.h b/sysmodules/rosalina/include/ntp.h index 8780d0d..d6e4f45 100644 --- a/sysmodules/rosalina/include/ntp.h +++ b/sysmodules/rosalina/include/ntp.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,4 +30,4 @@ #include Result ntpGetTimeStamp(time_t *outTimestamp); -Result ntpSetTimeDate(const struct tm *localt); \ No newline at end of file +Result ntpSetTimeDate(const struct tm *localt); diff --git a/sysmodules/rosalina/include/pmdbgext.h b/sysmodules/rosalina/include/pmdbgext.h index b8cf9e8..8a593f5 100644 --- a/sysmodules/rosalina/include/pmdbgext.h +++ b/sysmodules/rosalina/include/pmdbgext.h @@ -1,5 +1,5 @@ // License for this file: ctrulib's license -// Copyright AuroraWright, TuxSH 2019 +// Copyright AuroraWright, TuxSH 2019-2020 #pragma once diff --git a/sysmodules/rosalina/include/service_manager.h b/sysmodules/rosalina/include/service_manager.h index fca20c1..dad680c 100644 --- a/sysmodules/rosalina/include/service_manager.h +++ b/sysmodules/rosalina/include/service_manager.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/include/sock_util.h b/sysmodules/rosalina/include/sock_util.h index 7215338..4c047d2 100644 --- a/sysmodules/rosalina/include/sock_util.h +++ b/sysmodules/rosalina/include/sock_util.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/include/utils.h b/sysmodules/rosalina/include/utils.h index ec7d4c9..2c3e6b8 100644 --- a/sysmodules/rosalina/include/utils.h +++ b/sysmodules/rosalina/include/utils.h @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/3dsx.c b/sysmodules/rosalina/source/3dsx.c index 12869d1..663c0e1 100644 --- a/sysmodules/rosalina/source/3dsx.c +++ b/sysmodules/rosalina/source/3dsx.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/MyThread.c b/sysmodules/rosalina/source/MyThread.c index ec227ac..b7554a3 100644 --- a/sysmodules/rosalina/source/MyThread.c +++ b/sysmodules/rosalina/source/MyThread.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/draw.c b/sysmodules/rosalina/source/draw.c index 44e278f..91bd9e9 100644 --- a/sysmodules/rosalina/source/draw.c +++ b/sysmodules/rosalina/source/draw.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/errdisp.c b/sysmodules/rosalina/source/errdisp.c index bff9d09..f81d9af 100644 --- a/sysmodules/rosalina/source/errdisp.c +++ b/sysmodules/rosalina/source/errdisp.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/fmt.c b/sysmodules/rosalina/source/fmt.c index c7a56fe..c9185b4 100644 --- a/sysmodules/rosalina/source/fmt.c +++ b/sysmodules/rosalina/source/fmt.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/gdb.c b/sysmodules/rosalina/source/gdb.c index 68f6d64..7c10e11 100644 --- a/sysmodules/rosalina/source/gdb.c +++ b/sysmodules/rosalina/source/gdb.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/breakpoints.c b/sysmodules/rosalina/source/gdb/breakpoints.c index 75d24b6..ae3281e 100644 --- a/sysmodules/rosalina/source/gdb/breakpoints.c +++ b/sysmodules/rosalina/source/gdb/breakpoints.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/debug.c b/sysmodules/rosalina/source/gdb/debug.c index 47d8477..6e2ef3f 100644 --- a/sysmodules/rosalina/source/gdb/debug.c +++ b/sysmodules/rosalina/source/gdb/debug.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/hio.c b/sysmodules/rosalina/source/gdb/hio.c index 31b1f89..7e61323 100644 --- a/sysmodules/rosalina/source/gdb/hio.c +++ b/sysmodules/rosalina/source/gdb/hio.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/mem.c b/sysmodules/rosalina/source/gdb/mem.c index 8366403..658ded8 100644 --- a/sysmodules/rosalina/source/gdb/mem.c +++ b/sysmodules/rosalina/source/gdb/mem.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/monitor.c b/sysmodules/rosalina/source/gdb/monitor.c index 30114be..73962a7 100644 --- a/sysmodules/rosalina/source/gdb/monitor.c +++ b/sysmodules/rosalina/source/gdb/monitor.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/net.c b/sysmodules/rosalina/source/gdb/net.c index b328b4b..34c3312 100644 --- a/sysmodules/rosalina/source/gdb/net.c +++ b/sysmodules/rosalina/source/gdb/net.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/query.c b/sysmodules/rosalina/source/gdb/query.c index 4c39b04..f070170 100644 --- a/sysmodules/rosalina/source/gdb/query.c +++ b/sysmodules/rosalina/source/gdb/query.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/regs.c b/sysmodules/rosalina/source/gdb/regs.c index 9eb5dbb..78d8226 100644 --- a/sysmodules/rosalina/source/gdb/regs.c +++ b/sysmodules/rosalina/source/gdb/regs.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/remote_command.c b/sysmodules/rosalina/source/gdb/remote_command.c index f6937cf..2f36b00 100644 --- a/sysmodules/rosalina/source/gdb/remote_command.c +++ b/sysmodules/rosalina/source/gdb/remote_command.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/server.c b/sysmodules/rosalina/source/gdb/server.c index 0536f92..b40b52d 100644 --- a/sysmodules/rosalina/source/gdb/server.c +++ b/sysmodules/rosalina/source/gdb/server.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/stop_point.c b/sysmodules/rosalina/source/gdb/stop_point.c index 64f8b1f..d5164be 100644 --- a/sysmodules/rosalina/source/gdb/stop_point.c +++ b/sysmodules/rosalina/source/gdb/stop_point.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/thread.c b/sysmodules/rosalina/source/gdb/thread.c index 20f655f..985a9c1 100644 --- a/sysmodules/rosalina/source/gdb/thread.c +++ b/sysmodules/rosalina/source/gdb/thread.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/tio.c b/sysmodules/rosalina/source/gdb/tio.c index 31d5702..67e7fbf 100644 --- a/sysmodules/rosalina/source/gdb/tio.c +++ b/sysmodules/rosalina/source/gdb/tio.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ @@ -524,4 +524,4 @@ GDB_DECLARE_VERBOSE_HANDLER(File) } return GDB_HandleUnsupported(ctx); // No handler found! -} \ No newline at end of file +} diff --git a/sysmodules/rosalina/source/gdb/verbose.c b/sysmodules/rosalina/source/gdb/verbose.c index c95066d..a4a3edb 100644 --- a/sysmodules/rosalina/source/gdb/verbose.c +++ b/sysmodules/rosalina/source/gdb/verbose.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/watchpoints.c b/sysmodules/rosalina/source/gdb/watchpoints.c index dba8f9e..8a3bc71 100644 --- a/sysmodules/rosalina/source/gdb/watchpoints.c +++ b/sysmodules/rosalina/source/gdb/watchpoints.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/gdb/xfer.c b/sysmodules/rosalina/source/gdb/xfer.c index e6a1fcd..2c3102d 100644 --- a/sysmodules/rosalina/source/gdb/xfer.c +++ b/sysmodules/rosalina/source/gdb/xfer.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/hbloader.c b/sysmodules/rosalina/source/hbloader.c index f4c70be..c22b395 100644 --- a/sysmodules/rosalina/source/hbloader.c +++ b/sysmodules/rosalina/source/hbloader.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/ifile.c b/sysmodules/rosalina/source/ifile.c index 5c4cb12..7ede5c4 100644 --- a/sysmodules/rosalina/source/ifile.c +++ b/sysmodules/rosalina/source/ifile.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/input_redirection.c b/sysmodules/rosalina/source/input_redirection.c index ddf6be2..058162e 100644 --- a/sysmodules/rosalina/source/input_redirection.c +++ b/sysmodules/rosalina/source/input_redirection.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/input_redirection_hooks.s b/sysmodules/rosalina/source/input_redirection_hooks.s index 4ab487c..9cf6bea 100644 --- a/sysmodules/rosalina/source/input_redirection_hooks.s +++ b/sysmodules/rosalina/source/input_redirection_hooks.s @@ -1,5 +1,5 @@ @ This file is part of Luma3DS -@ Copyright (C) 2016-2019 Aurora Wright, TuxSH +@ Copyright (C) 2016-2020 Aurora Wright, TuxSH @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/main.c b/sysmodules/rosalina/source/main.c index 440d1e8..54e04bc 100644 --- a/sysmodules/rosalina/source/main.c +++ b/sysmodules/rosalina/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/memory.c b/sysmodules/rosalina/source/memory.c index 4d99bc0..9388f0b 100644 --- a/sysmodules/rosalina/source/memory.c +++ b/sysmodules/rosalina/source/memory.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menu.c b/sysmodules/rosalina/source/menu.c index 2893afc..a4809de 100644 --- a/sysmodules/rosalina/source/menu.c +++ b/sysmodules/rosalina/source/menu.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus.c b/sysmodules/rosalina/source/menus.c index 181b9ae..8e7076d 100644 --- a/sysmodules/rosalina/source/menus.c +++ b/sysmodules/rosalina/source/menus.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,7 +70,7 @@ void RosalinaMenu_ShowCredits(void) Draw_Lock(); Draw_DrawString(10, 10, COLOR_TITLE, "Rosalina -- Luma3DS credits"); - u32 posY = Draw_DrawString(10, 30, COLOR_WHITE, "Luma3DS (c) 2016-2019 AuroraWright, TuxSH") + SPACING_Y; + u32 posY = Draw_DrawString(10, 30, COLOR_WHITE, "Luma3DS (c) 2016-2020 AuroraWright, TuxSH") + SPACING_Y; posY = Draw_DrawString(10, posY + SPACING_Y, COLOR_WHITE, "3DSX loading code by fincs"); posY = Draw_DrawString(10, posY + SPACING_Y, COLOR_WHITE, "Networking code & basic GDB functionality by Stary"); diff --git a/sysmodules/rosalina/source/menus/cheats.c b/sysmodules/rosalina/source/menus/cheats.c index 9e67ffa..3ac9416 100644 --- a/sysmodules/rosalina/source/menus/cheats.c +++ b/sysmodules/rosalina/source/menus/cheats.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS - * Copyright (C) 2016-2019 Aurora Wright, TuxSH + * Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/debugger.c b/sysmodules/rosalina/source/menus/debugger.c index 9ffee39..c536966 100644 --- a/sysmodules/rosalina/source/menus/debugger.c +++ b/sysmodules/rosalina/source/menus/debugger.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/miscellaneous.c b/sysmodules/rosalina/source/menus/miscellaneous.c index 877d256..6c391b3 100644 --- a/sysmodules/rosalina/source/menus/miscellaneous.c +++ b/sysmodules/rosalina/source/menus/miscellaneous.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/n3ds.c b/sysmodules/rosalina/source/menus/n3ds.c index 1a44844..db85889 100644 --- a/sysmodules/rosalina/source/menus/n3ds.c +++ b/sysmodules/rosalina/source/menus/n3ds.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/process_list.c b/sysmodules/rosalina/source/menus/process_list.c index 91b274e..7abd0e9 100644 --- a/sysmodules/rosalina/source/menus/process_list.c +++ b/sysmodules/rosalina/source/menus/process_list.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/process_patches.c b/sysmodules/rosalina/source/menus/process_patches.c index 53051a7..4f9b39a 100644 --- a/sysmodules/rosalina/source/menus/process_patches.c +++ b/sysmodules/rosalina/source/menus/process_patches.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/menus/sysconfig.c b/sysmodules/rosalina/source/menus/sysconfig.c index 3da52da..d7fac2a 100644 --- a/sysmodules/rosalina/source/menus/sysconfig.c +++ b/sysmodules/rosalina/source/menus/sysconfig.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/minisoc.c b/sysmodules/rosalina/source/minisoc.c index 8aa0e30..e77913f 100644 --- a/sysmodules/rosalina/source/minisoc.c +++ b/sysmodules/rosalina/source/minisoc.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/rosalina/source/ntp.c b/sysmodules/rosalina/source/ntp.c index 69f9a15..567d0a1 100644 --- a/sysmodules/rosalina/source/ntp.c +++ b/sysmodules/rosalina/source/ntp.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/pmdbgext.c b/sysmodules/rosalina/source/pmdbgext.c index 061bddd..0461a7f 100644 --- a/sysmodules/rosalina/source/pmdbgext.c +++ b/sysmodules/rosalina/source/pmdbgext.c @@ -1,5 +1,5 @@ // License for this file: ctrulib's license -// Copyright AuroraWright, TuxSH 2019 +// Copyright AuroraWright, TuxSH 2019-2020 #include #include <3ds/types.h> diff --git a/sysmodules/rosalina/source/service_manager.c b/sysmodules/rosalina/source/service_manager.c index 33cc78e..1244133 100644 --- a/sysmodules/rosalina/source/service_manager.c +++ b/sysmodules/rosalina/source/service_manager.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sysmodules/rosalina/source/sock_util.c b/sysmodules/rosalina/source/sock_util.c index 9f45d8b..6421ae9 100644 --- a/sysmodules/rosalina/source/sock_util.c +++ b/sysmodules/rosalina/source/sock_util.c @@ -1,6 +1,6 @@ /* * This file is part of Luma3DS. -* Copyright (C) 2016-2019 Aurora Wright, TuxSH +* Copyright (C) 2016-2020 Aurora Wright, TuxSH * * SPDX-License-Identifier: (MIT OR GPL-2.0-or-later) */ diff --git a/sysmodules/sm/LICENSE b/sysmodules/sm/LICENSE index 6e8d147..2c2c2a1 100644 --- a/sysmodules/sm/LICENSE +++ b/sysmodules/sm/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 TuxSH +Copyright (c) 2017-2020 TuxSH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sysmodules/sm/source/common.h b/sysmodules/sm/source/common.h index bbecb3a..393df08 100644 --- a/sysmodules/sm/source/common.h +++ b/sysmodules/sm/source/common.h @@ -1,7 +1,7 @@ /* common.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/list.c b/sysmodules/sm/source/list.c index 467c7e9..4dcbb89 100644 --- a/sysmodules/sm/source/list.c +++ b/sysmodules/sm/source/list.c @@ -1,7 +1,7 @@ /* list.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/list.h b/sysmodules/sm/source/list.h index 14150fe..c666937 100644 --- a/sysmodules/sm/source/list.h +++ b/sysmodules/sm/source/list.h @@ -1,7 +1,7 @@ /* list.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/main.c b/sysmodules/sm/source/main.c index 3318bf3..2a727c2 100644 --- a/sysmodules/sm/source/main.c +++ b/sysmodules/sm/source/main.c @@ -1,7 +1,7 @@ /* main.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/notifications.c b/sysmodules/sm/source/notifications.c index 8294957..84cd9ad 100644 --- a/sysmodules/sm/source/notifications.c +++ b/sysmodules/sm/source/notifications.c @@ -1,7 +1,7 @@ /* notifications.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/notifications.h b/sysmodules/sm/source/notifications.h index a8b7fbf..42b640f 100644 --- a/sysmodules/sm/source/notifications.h +++ b/sysmodules/sm/source/notifications.h @@ -1,7 +1,7 @@ /* notifications.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/processes.c b/sysmodules/sm/source/processes.c index 5977e98..18ffadc 100644 --- a/sysmodules/sm/source/processes.c +++ b/sysmodules/sm/source/processes.c @@ -1,7 +1,7 @@ /* processes.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/processes.h b/sysmodules/sm/source/processes.h index 3f9b927..bbef223 100644 --- a/sysmodules/sm/source/processes.h +++ b/sysmodules/sm/source/processes.h @@ -1,7 +1,7 @@ /* processes.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/services.c b/sysmodules/sm/source/services.c index c36c35c..a81af7c 100644 --- a/sysmodules/sm/source/services.c +++ b/sysmodules/sm/source/services.c @@ -1,7 +1,7 @@ /* services.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/services.h b/sysmodules/sm/source/services.h index 8c79882..71fe2db 100644 --- a/sysmodules/sm/source/services.h +++ b/sysmodules/sm/source/services.h @@ -1,7 +1,7 @@ /* services.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/srv.c b/sysmodules/sm/source/srv.c index feb2e68..5afb505 100644 --- a/sysmodules/sm/source/srv.c +++ b/sysmodules/sm/source/srv.c @@ -1,7 +1,7 @@ /* srv.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/srv.h b/sysmodules/sm/source/srv.h index 24e23bd..afd0ba7 100644 --- a/sysmodules/sm/source/srv.h +++ b/sysmodules/sm/source/srv.h @@ -1,7 +1,7 @@ /* srv.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/srv_pm.c b/sysmodules/sm/source/srv_pm.c index 490986f..102a279 100644 --- a/sysmodules/sm/source/srv_pm.c +++ b/sysmodules/sm/source/srv_pm.c @@ -1,7 +1,7 @@ /* srv_pm.c -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */ diff --git a/sysmodules/sm/source/srv_pm.h b/sysmodules/sm/source/srv_pm.h index a9ca8d9..e7c081a 100644 --- a/sysmodules/sm/source/srv_pm.h +++ b/sysmodules/sm/source/srv_pm.h @@ -1,7 +1,7 @@ /* srv_pm.h -(c) TuxSH, 2017 +(c) TuxSH, 2017-2020 This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details). */