Skip to content

Commit ca89934

Browse files
committed
Update year to 2026
1 parent 416af51 commit ca89934

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/platforms/rcore_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* LICENSE: zlib/libpng
2929
*
30-
* Copyright (c) 2025 Ramon Santamaria (@raysan5) and contributors
30+
* Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) and contributors
3131
*
3232
* This software is provided "as-is", without any express or implied warranty. In no event
3333
* will the authors be held liable for any damages arising from the use of this software.

src/platforms/rcore_web_emscripten.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* LICENSE: zlib/libpng
2727
*
28-
* Copyright (c) 2025 Ramon Santamaria (@raysan5) and contributors
28+
* Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) and contributors
2929
*
3030
* This software is provided "as-is", without any express or implied warranty. In no event
3131
* will the authors be held liable for any damages arising from the use of this software.

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* LICENSE: zlib/libpng
3232
*
33-
* Copyright (c) 2025 Ramon Santamaria (@raysan5)
33+
* Copyright (c) 2025-2026 Ramon Santamaria (@raysan5)
3434
*
3535
* This software is provided "as-is", without any express or implied warranty. In no event
3636
* will the authors be held liable for any damages arising from the use of this software.
@@ -1881,7 +1881,7 @@ int main(int argc, char *argv[])
18811881
printf("// rexm [raylib examples manager] - A simple command-line tool to manage raylib examples //\n");
18821882
printf("// powered by raylib v5.6-dev //\n");
18831883
printf("// //\n");
1884-
printf("// Copyright (c) 2025 Ramon Santamaria (@raysan5) //\n");
1884+
printf("// Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) //\n");
18851885
printf("// //\n");
18861886
printf("////////////////////////////////////////////////////////////////////////////////////////////\n\n");
18871887

0 commit comments

Comments
 (0)