aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-04-08 12:25:13 +0200
committerRay <raysan5@gmail.com>2019-04-08 12:25:13 +0200
commitb8ada4b877497cf31aad0efdec41c032fc686552 (patch)
treebd8ca4a3b1b49bbf19840129b92c5ef22dec6b81
parent81b63890dd11ef52848efe794b27f85b4c7245f0 (diff)
downloadraylib-b8ada4b877497cf31aad0efdec41c032fc686552.tar.gz
raylib-b8ada4b877497cf31aad0efdec41c032fc686552.zip
Review creation years
-rw-r--r--src/config.h2
-rw-r--r--src/core.c2
-rw-r--r--src/models.c2
-rw-r--r--src/raudio.c2
-rw-r--r--src/shapes.c2
-rw-r--r--src/text.c2
-rw-r--r--src/textures.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/config.h b/src/config.h
index 561bcfd3..dc30eeb2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2018 Ahmad Fatoum & Ramon Santamaria (@raysan5)
+* Copyright (c) 2018-2019 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.
diff --git a/src/core.c b/src/core.c
index 42db214f..32773a0d 100644
--- a/src/core.c
+++ b/src/core.c
@@ -68,7 +68,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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 07f8203b..d5e74e33 100644
--- a/src/models.c
+++ b/src/models.c
@@ -17,7 +17,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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 d360b2d3..636d15b8 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -46,7 +46,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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 fbc70fc4..f407f0d2 100644
--- a/src/shapes.c
+++ b/src/shapes.c
@@ -14,7 +14,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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 cd7a6802..c07f807a 100644
--- a/src/text.c
+++ b/src/text.c
@@ -17,7 +17,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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 5189b635..169f8f86 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -38,7 +38,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2019 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.