summaryrefslogtreecommitdiffhomepage
path: root/src/platforms
diff options
context:
space:
mode:
authorRay <[email protected]>2024-01-02 20:58:12 +0100
committerRay <[email protected]>2024-01-02 20:58:12 +0100
commit3f1e59a7cfd53f4a4643dc57f4466784a66542bc (patch)
tree3c58f1c749949a8ffc45aa3a72b14766a714d092 /src/platforms
parent0a25a3ed7051377d7966cec6c3a3555d8ee0d551 (diff)
downloadraylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.tar.gz
raylib-3f1e59a7cfd53f4a4643dc57f4466784a66542bc.zip
Update copyright to 2024
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/rcore_android.c2
-rw-r--r--src/platforms/rcore_desktop.c2
-rw-r--r--src/platforms/rcore_desktop_sdl.c2
-rw-r--r--src/platforms/rcore_drm.c2
-rw-r--r--src/platforms/rcore_template.c2
-rw-r--r--src/platforms/rcore_web.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/platforms/rcore_android.c b/src/platforms/rcore_android.c
index 5d6f7d5b..fc172816 100644
--- a/src/platforms/rcore_android.c
+++ b/src/platforms/rcore_android.c
@@ -27,7 +27,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
diff --git a/src/platforms/rcore_desktop.c b/src/platforms/rcore_desktop.c
index 2bbb3f2b..7dc2048b 100644
--- a/src/platforms/rcore_desktop.c
+++ b/src/platforms/rcore_desktop.c
@@ -30,7 +30,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
diff --git a/src/platforms/rcore_desktop_sdl.c b/src/platforms/rcore_desktop_sdl.c
index 28dd9d1d..325cee39 100644
--- a/src/platforms/rcore_desktop_sdl.c
+++ b/src/platforms/rcore_desktop_sdl.c
@@ -29,7 +29,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
diff --git a/src/platforms/rcore_drm.c b/src/platforms/rcore_drm.c
index 3449e699..12e749a0 100644
--- a/src/platforms/rcore_drm.c
+++ b/src/platforms/rcore_drm.c
@@ -29,7 +29,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
diff --git a/src/platforms/rcore_template.c b/src/platforms/rcore_template.c
index 01e52af5..7a48c465 100644
--- a/src/platforms/rcore_template.c
+++ b/src/platforms/rcore_template.c
@@ -27,7 +27,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.
diff --git a/src/platforms/rcore_web.c b/src/platforms/rcore_web.c
index fa60eaff..a7f42438 100644
--- a/src/platforms/rcore_web.c
+++ b/src/platforms/rcore_web.c
@@ -26,7 +26,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) and contributors
+* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) and contributors
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.