added license text at the top of file

This commit is contained in:
vurtun 2015-09-21 20:38:37 +02:00
parent 649f2253e1
commit 8f892ea84f
2 changed files with 19 additions and 6 deletions

View File

@ -1,8 +1,22 @@
/*
Copyright (c) 2015
vurtun <polygone@gmx.net>
MIT licence
*/
Copyright (c) 2015 Micha Mettke
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.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>

View File

@ -1058,7 +1058,6 @@ enum zr_anti_aliasing {
/* renderes all primitives without anit-aliasing */
ZR_ANTI_ALIASING_ON,
/* renderes all primitives with anit-aliasing */
ZR_ANTI_ALIASING_MAX
};
struct zr_draw_vertex {
@ -2247,7 +2246,7 @@ zr_float zr_widget_scrollbarh(struct zr_command_buffer*, struct zr_rect,
*/
/* STYLE
----------------------------
The window style consists of properties, color and rectangle roundingo
The window style consists of properties, color and rectangle rounding
information that is used for the general style and looks of window.
In addition for temporary modification the configuration structure consists
of a stack for pushing and pop either color or property values.