diff options
| author | victorfisac <[email protected]> | 2017-03-24 15:37:58 +0100 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-03-24 15:37:58 +0100 |
| commit | b2f0c7ca8b8e9484560a45c4547794fa62cf484f (patch) | |
| tree | 3ab4d3ef3a49e0f75dac253098611d1f3e6a70b9 /templates/basic_test | |
| parent | c964559bc966292a7d70f00559ea80c224aab96d (diff) | |
| parent | 3f0c29642225f4da40e29e83117a4589f95be538 (diff) | |
| download | raylib-b2f0c7ca8b8e9484560a45c4547794fa62cf484f.tar.gz raylib-b2f0c7ca8b8e9484560a45c4547794fa62cf484f.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'templates/basic_test')
| -rw-r--r-- | templates/basic_test/Makefile | 2 | ||||
| -rw-r--r-- | templates/basic_test/basic_test.c | 2 |
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) * ********************************************************************************************/ |
