summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-08 02:20:42 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-08 02:20:42 +0100
commit464575c72a8a20b5e565f91cebfeb470edc8542e (patch)
treeeb239c0bed8321c0610fd7c494acaa3e64881451
parent917f5beee05a994852949b880ea47d7fab6f8cca (diff)
downloadreduced_system_layer-464575c72a8a20b5e565f91cebfeb470edc8542e.zip
Update year; TODOHEADdev
-rw-r--r--graphics.c2
-rwxr-xr-xreduced_system_layer.c2
-rw-r--r--test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics.c b/graphics.c
index b7d07c6..44fee52 100644
--- a/graphics.c
+++ b/graphics.c
@@ -4,7 +4,7 @@
//
// ----------------------------------------------------------------
//
-// (C) 2024 Mitya Selivanov <guattari.tech>
+// (C) 2025 Mitya Selivanov <guattari.tech>
//
// ================================================================
diff --git a/reduced_system_layer.c b/reduced_system_layer.c
index 87778cd..c27be56 100755
--- a/reduced_system_layer.c
+++ b/reduced_system_layer.c
@@ -39,7 +39,6 @@
#/ - Windows graphics
#/ - Sound
#/ - Windows audio
-#/ - WebAssembly audio
#/ - Recording
#/ - Networking
#/ - TCP
@@ -68,6 +67,7 @@
#/ - WebAssembly
#/ - Sound
#/ - ALSA
+#/ - WebAssembly audio
#/ - Networking
#/ - Unix UDP sockets
#/ - UTF-8
diff --git a/test.c b/test.c
index c5e17bd..e050ebc 100644
--- a/test.c
+++ b/test.c
@@ -43,7 +43,7 @@
//
// ----------------------------------------------------------------
//
-// (C) 2024 Mitya Selivanov <guattari.tech>, MIT License
+// (C) 2025 Mitya Selivanov <guattari.tech>, MIT License
//
// ================================================================