From 45b27d8a9ccd0393ef1be39dbd98e993a8eef313 Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:54:05 -0400 Subject: [PATCH] Added public domain license text --- stb_image_write.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stb_image_write.h b/stb_image_write.h index 1048970..f3b2e62 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 -- GitLab