summaryrefslogtreecommitdiffhomepage
path: root/games/wave_collector
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-03-19 12:52:13 +0100
committerraysan5 <[email protected]>2017-03-19 12:52:13 +0100
commitca8c56561792a58d9b66fef668cf9d3a0fc4e876 (patch)
tree1624a3ac04a706af6bc198ec0563737c25dd7eca /games/wave_collector
parent5d1f6616618d52f173a918f6a0378aeae1cb05ad (diff)
downloadraylib-ca8c56561792a58d9b66fef668cf9d3a0fc4e876.tar.gz
raylib-ca8c56561792a58d9b66fef668cf9d3a0fc4e876.zip
Review contact information
Diffstat (limited to 'games/wave_collector')
-rw-r--r--games/wave_collector/Makefile2
-rw-r--r--games/wave_collector/screens/screen_ending.c2
-rw-r--r--games/wave_collector/screens/screen_gameplay.c2
-rw-r--r--games/wave_collector/screens/screen_logo.c2
-rw-r--r--games/wave_collector/screens/screen_title.c2
-rw-r--r--games/wave_collector/screens/screens.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/games/wave_collector/Makefile b/games/wave_collector/Makefile
index bac51ef1..5b4ee0bf 100644
--- a/games/wave_collector/Makefile
+++ b/games/wave_collector/Makefile
@@ -4,7 +4,7 @@
#
# makefile to compile advance 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/games/wave_collector/screens/screen_ending.c b/games/wave_collector/screens/screen_ending.c
index 3e323ad2..7dc21965 100644
--- a/games/wave_collector/screens/screen_ending.c
+++ b/games/wave_collector/screens/screen_ending.c
@@ -4,7 +4,7 @@
*
* Ending Screen 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/games/wave_collector/screens/screen_gameplay.c b/games/wave_collector/screens/screen_gameplay.c
index 32e89402..4019e64c 100644
--- a/games/wave_collector/screens/screen_gameplay.c
+++ b/games/wave_collector/screens/screen_gameplay.c
@@ -4,7 +4,7 @@
*
* Gameplay Screen 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/games/wave_collector/screens/screen_logo.c b/games/wave_collector/screens/screen_logo.c
index e855752e..5f18a321 100644
--- a/games/wave_collector/screens/screen_logo.c
+++ b/games/wave_collector/screens/screen_logo.c
@@ -4,7 +4,7 @@
*
* Logo Screen 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/games/wave_collector/screens/screen_title.c b/games/wave_collector/screens/screen_title.c
index 59249db3..5c414f4f 100644
--- a/games/wave_collector/screens/screen_title.c
+++ b/games/wave_collector/screens/screen_title.c
@@ -4,7 +4,7 @@
*
* Title Screen 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/games/wave_collector/screens/screens.h b/games/wave_collector/screens/screens.h
index 9c9c5175..1bbcf0fe 100644
--- a/games/wave_collector/screens/screens.h
+++ b/games/wave_collector/screens/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.