From 8a36b6a687a0c40354136616a751b54271ab4b4f Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 14 Jan 2024 18:03:12 +0100 Subject: Update copyright to 2024 --- cheatsheet/cheatsheet.html | 2 +- cheatsheet/cheatsheet_zh.html | 2 +- cheatsheet/raymath_cheatsheet.html | 2 +- cheatsheet/tool/raylib.h | 2 +- cheatsheet/tool/raymath.h | 2 +- tools/example-indexer/raylib_parser.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 3aa3426..c541c95 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -167,7 +167,7 @@ diff --git a/cheatsheet/cheatsheet_zh.html b/cheatsheet/cheatsheet_zh.html index 8a5a68d..f277ce5 100644 --- a/cheatsheet/cheatsheet_zh.html +++ b/cheatsheet/cheatsheet_zh.html @@ -161,7 +161,7 @@ diff --git a/cheatsheet/raymath_cheatsheet.html b/cheatsheet/raymath_cheatsheet.html index 36d1fac..f4ceba0 100644 --- a/cheatsheet/raymath_cheatsheet.html +++ b/cheatsheet/raymath_cheatsheet.html @@ -103,7 +103,7 @@ diff --git a/cheatsheet/tool/raylib.h b/cheatsheet/tool/raylib.h index 1c4c4a0..4703b92 100644 --- a/cheatsheet/tool/raylib.h +++ b/cheatsheet/tool/raylib.h @@ -57,7 +57,7 @@ * raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software: * -* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) * * 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/cheatsheet/tool/raymath.h b/cheatsheet/tool/raymath.h index ff60170..d915703 100644 --- a/cheatsheet/tool/raymath.h +++ b/cheatsheet/tool/raymath.h @@ -30,7 +30,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) * * 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/tools/example-indexer/raylib_parser.c b/tools/example-indexer/raylib_parser.c index d4b4568..9b4d7f8 100644 --- a/tools/example-indexer/raylib_parser.c +++ b/tools/example-indexer/raylib_parser.c @@ -57,7 +57,7 @@ raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software: - Copyright (c) 2021-2023 Ramon Santamaria (@raysan5) + Copyright (c) 2021-2024 Ramon Santamaria (@raysan5) **********************************************************************************************/ -- cgit v1.2.3