Update year of copyright notices and fix typo (#46)

* Update year of copyright notices

And add missing license information to image_exporter.c

* Fix typo ("immedite")
This commit is contained in:
Leandro Gabriel
2019-07-23 20:09:07 -03:00
committed by Ray
parent 2172192a73
commit 79b49afe17
6 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
zlib License 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 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. will the authors be held liable for any damages arising from the use of this software.

View File

@ -19,7 +19,7 @@
* *
* LICENSE: zlib/libpng * LICENSE: zlib/libpng
* *
* Copyright (c) 2018 raylib technologies (@raylibtech) * Copyright (c) 2019 raylib technologies (@raylibtech)
* *
**********************************************************************************************/ **********************************************************************************************/

View File

@ -9,7 +9,9 @@
* COMPILATION (Windows - MinGW): * COMPILATION (Windows - MinGW):
* gcc -o $(NAME_PART).exe $(FILE_NAME) -I../../src -lraylib -lopengl32 -lgdi32 -std=c99 * gcc -o $(NAME_PART).exe $(FILE_NAME) -I../../src -lraylib -lopengl32 -lgdi32 -std=c99
* *
* Copyright (c) 2018 raylib technologies (@raylibtech) * LICENSE: zlib/libpng
*
* Copyright (c) 2019 raylib technologies (@raylibtech)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -11,7 +11,7 @@
* *
* LICENSE: zlib/libpng * LICENSE: zlib/libpng
* *
* Copyright (c) 2018 raylib technologies (@raylibtech) * Copyright (c) 2019 raylib technologies (@raylibtech)
* *
**********************************************************************************************/ **********************************************************************************************/

View File

@ -11,7 +11,7 @@
* *
* LICENSE: zlib/libpng * LICENSE: zlib/libpng
* *
* Copyright (c) 2018 raylib technologies (@raylibtech) * Copyright (c) 2019 raylib technologies (@raylibtech)
* *
**********************************************************************************************/ **********************************************************************************************/

View File

@ -1,6 +1,6 @@
/******************************************************************************************* /*******************************************************************************************
* *
* 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: * DESCRIPTION:
* *