Added public domain license text
This commit is contained in:
parent
1d48782e1d
commit
45b27d8a9c
@ -1,6 +1,5 @@
|
|||||||
/* stb_image_write - v0.98 - public domain - http://nothings.org/stb/stb_image_write.h
|
/* stb_image_write - v0.98 - public domain - http://nothings.org/stb/stb_image_write.h
|
||||||
writes out PNG/BMP/TGA images to C stdio - Sean Barrett 2010
|
writes out PNG/BMP/TGA images to C stdio - Sean Barrett 2010
|
||||||
no warranty implied; use at your own risk
|
|
||||||
|
|
||||||
|
|
||||||
Before #including,
|
Before #including,
|
||||||
@ -75,6 +74,12 @@ CREDITS:
|
|||||||
Tim Kelsey
|
Tim Kelsey
|
||||||
bugfixes:
|
bugfixes:
|
||||||
github:Chribba
|
github:Chribba
|
||||||
|
|
||||||
|
LICENSE
|
||||||
|
|
||||||
|
This software is in the public domain. Where that dedication is not
|
||||||
|
recognized, you are granted a perpetual, irrevocable license to copy,
|
||||||
|
distribute, and modify this file as you see fit.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDE_STB_IMAGE_WRITE_H
|
#ifndef INCLUDE_STB_IMAGE_WRITE_H
|
||||||
|
Loading…
Reference in New Issue
Block a user