diff options
Diffstat (limited to 'templates/simple_game')
| -rw-r--r-- | templates/simple_game/Makefile | 2 | ||||
| -rw-r--r-- | templates/simple_game/screens.c | 2 | ||||
| -rw-r--r-- | templates/simple_game/screens.h | 2 | ||||
| -rw-r--r-- | templates/simple_game/simple_game.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index 3d303082..bea25125 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -4,7 +4,7 @@ # # makefile to compile simple game 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/simple_game/screens.c b/templates/simple_game/screens.c index 742cf6f8..af5a9dfb 100644 --- a/templates/simple_game/screens.c +++ b/templates/simple_game/screens.c @@ -4,7 +4,7 @@ * * Screens Functions Definitions (Init, Update, Draw, Unload) * -* 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/simple_game/screens.h b/templates/simple_game/screens.h index 7afaebeb..5aa53617 100644 --- a/templates/simple_game/screens.h +++ b/templates/simple_game/screens.h @@ -4,7 +4,7 @@ * * Screens Functions Declarations (Init, Update, Draw, Unload) * -* 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/simple_game/simple_game.c b/templates/simple_game/simple_game.c index b4d75719..d8de3c28 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) * -* raylib - Copyright (c) 2014 Ramon Santamaria (Ray San - [email protected]) +* raylib - Copyright (c) 2014 Ramon Santamaria (@raysan5) * ********************************************************************************************/ |
