summaryrefslogtreecommitdiffhomepage
path: root/projects
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 /projects
parentc20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff)
downloadraylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz
raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip
Update year to 2020
Diffstat (limited to 'projects')
-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
3 files changed, 3 insertions, 3 deletions
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)
*
********************************************************************************************/