mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-23 20:49:57 +01:00
Update raycastlib.h
This commit is contained in:
parent
29a3a99010
commit
59d52deae6
1 changed files with 21 additions and 0 deletions
21
raycastlib.h
21
raycastlib.h
|
@ -27,6 +27,27 @@
|
||||||
author: Miloslav "drummyfish" Ciz
|
author: Miloslav "drummyfish" Ciz
|
||||||
license: CC0 1.0
|
license: CC0 1.0
|
||||||
version: 0.8
|
version: 0.8
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
This work's goal is to never be encumbered by any exclusive intellectual
|
||||||
|
property rights.
|
||||||
|
|
||||||
|
The work is therefore provided under CC0 1.0 + additional WAIVER OF ALL
|
||||||
|
INTELLECTUAL PROPERTY RIGHTS that waives the rest of intellectual property
|
||||||
|
rights not already waived by CC0 1.0. The WAIVER OF ALL INTELLECTUAL PROPERTY
|
||||||
|
RGHTS is as follows:
|
||||||
|
|
||||||
|
Each contributor to this work agrees that they waive any exclusive rights,
|
||||||
|
including but not limited to copyright, patents, trademark, trade dress,
|
||||||
|
industrial design, plant varieties and trade secrets, to any and all ideas,
|
||||||
|
concepts, processes, discoveries, improvements and inventions conceived,
|
||||||
|
discovered, made, designed, researched or developed by the contributor either
|
||||||
|
solely or jointly with others, which relate to this work or result from this
|
||||||
|
work. Should any waiver of such right be judged legally invalid or ineffective
|
||||||
|
under applicable law, the contributor hereby grants to each affected person a
|
||||||
|
royalty-free, non transferable, non sublicensable, non exclusive, irrevocable
|
||||||
|
and unconditional license to this right.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in a new issue