Current year is 2020

This commit is contained in:
TuxSH
2020-04-25 13:26:21 +01:00
parent 58f3edda12
commit 31891efbca
224 changed files with 257 additions and 230 deletions

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/

View File

@@ -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).
*/