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

@ -9,7 +9,9 @@
* COMPILATION (Windows - MinGW):
* 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)
*
********************************************************************************************/