summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-01-05 20:01:54 +0100
committerraysan5 <[email protected]>2020-01-05 20:01:54 +0100
commit21c30f43d47a4cb6b4cb31de95827b79ba01d030 (patch)
treec3bb280aecb4e2120fdec56eff011963b78e8483
parentc20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff)
downloadraylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz
raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip
Update year to 2020
-rw-r--r--LICENSE.md2
-rw-r--r--projects/Geany/core_basic_window.c2
-rw-r--r--projects/VS2017.UWP/raylib.App.UWP/BaseApp.h2
-rw-r--r--projects/VSCode/main.c2
-rw-r--r--src/camera.h2
-rw-r--r--src/config.h6
-rw-r--r--src/core.c2
-rw-r--r--src/gestures.h2
-rw-r--r--src/models.c2
-rw-r--r--src/raudio.c2
-rw-r--r--src/raudio.h2
-rw-r--r--src/raylib.dll.rc10
-rw-r--r--src/raylib.h2
-rw-r--r--src/raylib.rc10
-rw-r--r--src/raymath.h2
-rw-r--r--src/rglfw.c2
-rw-r--r--src/rlgl.h2
-rw-r--r--src/shapes.c2
-rw-r--r--src/text.c2
-rw-r--r--src/textures.c4
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--templates/advance_game/advance_game.c2
-rw-r--r--templates/advance_game/screens/screen_ending.c2
-rw-r--r--templates/advance_game/screens/screen_gameplay.c2
-rw-r--r--templates/advance_game/screens/screen_logo.c2
-rw-r--r--templates/advance_game/screens/screen_options.c2
-rw-r--r--templates/advance_game/screens/screen_title.c2
-rw-r--r--templates/advance_game/screens/screens.h2
-rw-r--r--templates/simple_game/simple_game.c2
-rw-r--r--templates/standard_game/screens/screen_ending.c2
-rw-r--r--templates/standard_game/screens/screen_gameplay.c2
-rw-r--r--templates/standard_game/screens/screen_logo.c2
-rw-r--r--templates/standard_game/screens/screen_options.c2
-rw-r--r--templates/standard_game/screens/screen_title.c2
-rw-r--r--templates/standard_game/screens/screens.h2
-rw-r--r--templates/standard_game/standard_game.c2
37 files changed, 48 insertions, 48 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 70f6a485..8e153fef 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -7,7 +7,7 @@ source code
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-2019 Ramon Santamaria (@raysan5)
+Copyright (c) 2013-2020 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/projects/Geany/core_basic_window.c b/projects/Geany/core_basic_window.c
index 96d0f139..188cf5df 100644
--- a/projects/Geany/core_basic_window.c
+++ b/projects/Geany/core_basic_window.c
@@ -5,7 +5,7 @@
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h b/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
index 4cca0afa..4e71ba8a 100644
--- a/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
+++ b/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
@@ -12,7 +12,7 @@
* #define HOLDHACK
* This enables a hack to fix flickering key presses (Temporary)
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/projects/VSCode/main.c b/projects/VSCode/main.c
index 97bccafb..d067f0b0 100644
--- a/projects/VSCode/main.c
+++ b/projects/VSCode/main.c
@@ -15,7 +15,7 @@
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/src/camera.h b/src/camera.h
index 6ce6b65f..42ffe12e 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -22,7 +22,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2020 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/config.h b/src/config.h
index 169eefd2..fc250d65 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2018-2019 Ahmad Fatoum & Ramon Santamaria (@raysan5)
+* Copyright (c) 2018-2020 Ahmad Fatoum & 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.
@@ -84,9 +84,9 @@
//#define SUPPORT_FILEFORMAT_BMP 1
//#define SUPPORT_FILEFORMAT_TGA 1
//#define SUPPORT_FILEFORMAT_JPG 1
-//#define SUPPORT_FILEFORMAT_GIF 1
+#define SUPPORT_FILEFORMAT_GIF 1
//#define SUPPORT_FILEFORMAT_PSD 1
-//#define SUPPORT_FILEFORMAT_DDS 1
+#define SUPPORT_FILEFORMAT_DDS 1
#define SUPPORT_FILEFORMAT_HDR 1
//#define SUPPORT_FILEFORMAT_KTX 1
//#define SUPPORT_FILEFORMAT_ASTC 1
diff --git a/src/core.c b/src/core.c
index ef37ba2a..1d5e7941 100644
--- a/src/core.c
+++ b/src/core.c
@@ -88,7 +88,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/gestures.h b/src/gestures.h
index 7b3d7f31..baa42c7a 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -24,7 +24,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/models.c b/src/models.c
index 75248942..da7cde78 100644
--- a/src/models.c
+++ b/src/models.c
@@ -17,7 +17,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/raudio.c b/src/raudio.c
index a2093d84..3e129f54 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -46,7 +46,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/raudio.h b/src/raudio.h
index f5315005..a8129b87 100644
--- a/src/raudio.h
+++ b/src/raudio.h
@@ -31,7 +31,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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.dll.rc b/src/raylib.dll.rc
index e5dca309..0ba8c8a8 100644
--- a/src/raylib.dll.rc
+++ b/src/raylib.dll.rc
@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
-FILEVERSION 2,5,0,0
-PRODUCTVERSION 2,5,0,0
+FILEVERSION 2,6,0,0
+PRODUCTVERSION 2,6,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
- VALUE "FileVersion", "2.5.0"
+ VALUE "FileVersion", "2.6.0"
VALUE "InternalName", "raylib_dll"
- VALUE "LegalCopyright", "(c) 2019 Ramon Santamaria (@raysan5)"
+ VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib.dll"
VALUE "ProductName", "raylib"
- VALUE "ProductVersion", "2.5.0"
+ VALUE "ProductVersion", "2.6.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/raylib.h b/src/raylib.h
index 868c8a98..018779a1 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -52,7 +52,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-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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.rc b/src/raylib.rc
index 4d204c65..87f1ee63 100644
--- a/src/raylib.rc
+++ b/src/raylib.rc
@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
-FILEVERSION 2,5,0,0
-PRODUCTVERSION 2,5,0,0
+FILEVERSION 2,6,0,0
+PRODUCTVERSION 2,6,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
- VALUE "FileVersion", "2.5.0"
+ VALUE "FileVersion", "2.6.0"
VALUE "InternalName", "raylib app"
- VALUE "LegalCopyright", "(c) 2019 Ramon Santamaria (@raysan5)"
+ VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "raylib game"
- VALUE "ProductVersion", "2.5.0"
+ VALUE "ProductVersion", "2.6.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/raymath.h b/src/raymath.h
index 12ea76b4..18b154c2 100644
--- a/src/raymath.h
+++ b/src/raymath.h
@@ -20,7 +20,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2020 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/rglfw.c b/src/rglfw.c
index b05ff3c7..840805ac 100644
--- a/src/rglfw.c
+++ b/src/rglfw.c
@@ -7,7 +7,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2017-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2017-2020 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/rlgl.h b/src/rlgl.h
index 01ec3331..07bab497 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -39,7 +39,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/shapes.c b/src/shapes.c
index 5aef9739..0c533df0 100644
--- a/src/shapes.c
+++ b/src/shapes.c
@@ -14,7 +14,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/text.c b/src/text.c
index 0ebec3c2..1863c76d 100644
--- a/src/text.c
+++ b/src/text.c
@@ -27,7 +27,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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/textures.c b/src/textures.c
index edcf6712..85063830 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -38,7 +38,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 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.
@@ -871,7 +871,7 @@ void ExportImageAsCode(Image image, const char *fileName)
fprintf(txtFile, "// more info and bugs-report: github.com/raysan5/raylib //\n");
fprintf(txtFile, "// feedback and support: ray[at]raylib.com //\n");
fprintf(txtFile, "// //\n");
- fprintf(txtFile, "// Copyright (c) 2019 Ramon Santamaria (@raysan5) //\n");
+ fprintf(txtFile, "// Copyright (c) 2020 Ramon Santamaria (@raysan5) //\n");
fprintf(txtFile, "// //\n");
fprintf(txtFile, "////////////////////////////////////////////////////////////////////////////////////////\n\n");
diff --git a/src/utils.c b/src/utils.c
index 8aad9f44..2988cbf8 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -11,7 +11,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/utils.h b/src/utils.h
index 98c2f59c..31c54aa5 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -5,7 +5,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/advance_game.c b/templates/advance_game/advance_game.c
index 3fb5d657..7e2e7f21 100644
--- a/templates/advance_game/advance_game.c
+++ b/templates/advance_game/advance_game.c
@@ -8,7 +8,7 @@
* This game has been created using raylib (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/templates/advance_game/screens/screen_ending.c b/templates/advance_game/screens/screen_ending.c
index 62d1267a..c953fff8 100644
--- a/templates/advance_game/screens/screen_ending.c
+++ b/templates/advance_game/screens/screen_ending.c
@@ -4,7 +4,7 @@
*
* Ending Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/screens/screen_gameplay.c b/templates/advance_game/screens/screen_gameplay.c
index 8ea61491..c46e729a 100644
--- a/templates/advance_game/screens/screen_gameplay.c
+++ b/templates/advance_game/screens/screen_gameplay.c
@@ -4,7 +4,7 @@
*
* Gameplay Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/screens/screen_logo.c b/templates/advance_game/screens/screen_logo.c
index 8badbf52..00efc54e 100644
--- a/templates/advance_game/screens/screen_logo.c
+++ b/templates/advance_game/screens/screen_logo.c
@@ -4,7 +4,7 @@
*
* Logo Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/screens/screen_options.c b/templates/advance_game/screens/screen_options.c
index 4b58da13..3e385771 100644
--- a/templates/advance_game/screens/screen_options.c
+++ b/templates/advance_game/screens/screen_options.c
@@ -4,7 +4,7 @@
*
* Options Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/screens/screen_title.c b/templates/advance_game/screens/screen_title.c
index 8e74a027..f9ab5b26 100644
--- a/templates/advance_game/screens/screen_title.c
+++ b/templates/advance_game/screens/screen_title.c
@@ -4,7 +4,7 @@
*
* Title Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/advance_game/screens/screens.h b/templates/advance_game/screens/screens.h
index 7c2dfb48..71e399ea 100644
--- a/templates/advance_game/screens/screens.h
+++ b/templates/advance_game/screens/screens.h
@@ -4,7 +4,7 @@
*
* Screens Functions Declarations (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/simple_game/simple_game.c b/templates/simple_game/simple_game.c
index 8f2dc36a..6a8e00ec 100644
--- a/templates/simple_game/simple_game.c
+++ b/templates/simple_game/simple_game.c
@@ -8,7 +8,7 @@
* This game has been created using raylib (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/templates/standard_game/screens/screen_ending.c b/templates/standard_game/screens/screen_ending.c
index 1bd5ce98..365ec105 100644
--- a/templates/standard_game/screens/screen_ending.c
+++ b/templates/standard_game/screens/screen_ending.c
@@ -4,7 +4,7 @@
*
* Ending Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/screens/screen_gameplay.c b/templates/standard_game/screens/screen_gameplay.c
index 427e5ba7..9a54c9c7 100644
--- a/templates/standard_game/screens/screen_gameplay.c
+++ b/templates/standard_game/screens/screen_gameplay.c
@@ -4,7 +4,7 @@
*
* Gameplay Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/screens/screen_logo.c b/templates/standard_game/screens/screen_logo.c
index 435ea241..fd06b981 100644
--- a/templates/standard_game/screens/screen_logo.c
+++ b/templates/standard_game/screens/screen_logo.c
@@ -4,7 +4,7 @@
*
* Logo Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/screens/screen_options.c b/templates/standard_game/screens/screen_options.c
index df68dd26..4cba0ae0 100644
--- a/templates/standard_game/screens/screen_options.c
+++ b/templates/standard_game/screens/screen_options.c
@@ -4,7 +4,7 @@
*
* Options Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/screens/screen_title.c b/templates/standard_game/screens/screen_title.c
index 5bd33825..183d8647 100644
--- a/templates/standard_game/screens/screen_title.c
+++ b/templates/standard_game/screens/screen_title.c
@@ -4,7 +4,7 @@
*
* Title Screen Functions Definitions (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/screens/screens.h b/templates/standard_game/screens/screens.h
index 9450c29f..c1808790 100644
--- a/templates/standard_game/screens/screens.h
+++ b/templates/standard_game/screens/screens.h
@@ -4,7 +4,7 @@
*
* Screens Functions Declarations (Init, Update, Draw, Unload)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 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/templates/standard_game/standard_game.c b/templates/standard_game/standard_game.c
index 7918562c..5f96a090 100644
--- a/templates/standard_game/standard_game.c
+++ b/templates/standard_game/standard_game.c
@@ -8,7 +8,7 @@
* This game has been created using raylib (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/