summaryrefslogtreecommitdiffhomepage
path: root/templates/basic_test
diff options
context:
space:
mode:
authorRay <[email protected]>2017-03-26 23:06:17 +0200
committerGitHub <[email protected]>2017-03-26 23:06:17 +0200
commit5338bbf70d3e2c71fcbd0db54e14b6cf2d5616c3 (patch)
treec3a808940096983ca9753ad0d546d1567be2120b /templates/basic_test
parent2c0604aa29c720de03797ed102dfa3fe7f05f9b5 (diff)
parent90b36bd274d523eb54700f71069558b15731adb0 (diff)
downloadraylib-5338bbf70d3e2c71fcbd0db54e14b6cf2d5616c3.tar.gz
raylib-5338bbf70d3e2c71fcbd0db54e14b6cf2d5616c3.zip
Merge pull request #250 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'templates/basic_test')
-rw-r--r--templates/basic_test/Makefile2
-rw-r--r--templates/basic_test/basic_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/basic_test/Makefile b/templates/basic_test/Makefile
index b6fd44a7..7986f375 100644
--- a/templates/basic_test/Makefile
+++ b/templates/basic_test/Makefile
@@ -4,7 +4,7 @@
#
# makefile to compile basic test for desktop platforms, Raspberry Pi and HTML5 (emscripten)
#
-# Copyright (c) 2014 Ramon Santamaria (Ray San - [email protected])
+# Copyright (c) 2014 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/basic_test/basic_test.c b/templates/basic_test/basic_test.c
index d4359df5..7e732149 100644
--- a/templates/basic_test/basic_test.c
+++ b/templates/basic_test/basic_test.c
@@ -7,7 +7,7 @@
* This example has been created using raylib v1.2 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2014 Ramon Santamaria (Ray San - [email protected])
+* Copyright (c) 2014 Ramon Santamaria (@raysan5)
*
********************************************************************************************/