diff options
| author | Wytek01 <[email protected]> | 2023-01-01 12:55:49 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-01 12:55:49 +0100 |
| commit | 713e26332f15209a9b8f2315a909858a21fa5fd4 (patch) | |
| tree | fd0280e2d43a76f2839a556575ca40497b70010e | |
| parent | ba38fe5b97c2401830d612376d198f1d3c811969 (diff) | |
| download | raylib-713e26332f15209a9b8f2315a909858a21fa5fd4.tar.gz raylib-713e26332f15209a9b8f2315a909858a21fa5fd4.zip | |
Update year to 2023 (#2846)
* Update year to 2023
* Update raylib.h year to 2023
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | src/raylib.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2013-2022 Ramon Santamaria (@raysan5) +Copyright (c) 2013-2023 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/src/raylib.h b/src/raylib.h index dc71af84..5a230a3a 100644 --- a/src/raylib.h +++ b/src/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-2022 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2023 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. |
