mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-06 22:29:18 -05:00
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:
2
LICENSE
2
LICENSE
@ -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
|
||||
*
|
||||
* Copyright (c) 2018 raylib technologies (@raylibtech)
|
||||
* LICENSE: zlib/libpng
|
||||
*
|
||||
* Copyright (c) 2019 raylib technologies (@raylibtech)
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
*
|
||||
* LICENSE: zlib/libpng
|
||||
*
|
||||
* Copyright (c) 2018 raylib technologies (@raylibtech)
|
||||
* Copyright (c) 2019 raylib technologies (@raylibtech)
|
||||
*
|
||||
**********************************************************************************************/
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
*
|
||||
* LICENSE: zlib/libpng
|
||||
*
|
||||
* Copyright (c) 2018 raylib technologies (@raylibtech)
|
||||
* Copyright (c) 2019 raylib technologies (@raylibtech)
|
||||
*
|
||||
**********************************************************************************************/
|
||||
|
||||
|
||||
@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user