diff --git a/stb_image_write.h b/stb_image_write.h index 104897075ee3701f5ac09ea05faeb5a3dc824723..f3b2e62ba1ebaf1a8104402f70fadbe0274d3274 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -1,6 +1,5 @@ /* 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 - no warranty implied; use at your own risk Before #including, @@ -75,6 +74,12 @@ CREDITS: Tim Kelsey bugfixes: 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