* Update year of copyright notices And add missing license information to image_exporter.c * Fix typo ("immedite")
@@ -1,6 +1,6 @@
zlib License
-Copyright (c) 2014-2017 Ramon Santamaria (@raysan5)
+Copyright (c) 2014-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.
@@ -19,7 +19,7 @@
*
* LICENSE: zlib/libpng
-* Copyright (c) 2018 raylib technologies (@raylibtech)
+* Copyright (c) 2019 raylib technologies (@raylibtech)
**********************************************************************************************/
@@ -9,7 +9,9 @@
* COMPILATION (Windows - MinGW):
* gcc -o $(NAME_PART).exe $(FILE_NAME) -I../../src -lraylib -lopengl32 -lgdi32 -std=c99
+* LICENSE: zlib/libpng
+*
********************************************************************************************/
@@ -11,7 +11,7 @@
/*******************************************************************************************
-* raygui v2.5 - A simple and easy-to-use immedite-mode-gui library
+* raygui v2.5 - A simple and easy-to-use immediate-mode-gui library
* DESCRIPTION: