From c9859afcf9dde9edd85e05dd1feb27aaaa92fb03 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 1 Aug 2015 23:53:49 -0700 Subject: [PATCH] reverse some of the public-domain-license changes that I didn't actually want --- stb.h | 1 + stb_image.h | 1 + stb_image_write.h | 2 +- stb_tilemap_editor.h | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stb.h b/stb.h index e0e80d2..f5fab16 100644 --- a/stb.h +++ b/stb.h @@ -1,4 +1,5 @@ /* stb.h - v2.24 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h + no warranty is offered or implied; use this code at your own risk This is a single header file with a bunch of useful utilities for getting stuff done in C/C++. diff --git a/stb_image.h b/stb_image.h index 9c23942..55edc3e 100644 --- a/stb_image.h +++ b/stb_image.h @@ -1,4 +1,5 @@ /* stb_image - v2.06 - public domain image loader - http://nothings.org/stb_image.h + no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION diff --git a/stb_image_write.h b/stb_image_write.h index f3b2e62..59052f9 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -1,6 +1,6 @@ /* 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, diff --git a/stb_tilemap_editor.h b/stb_tilemap_editor.h index 3417bee..73d24e8 100644 --- a/stb_tilemap_editor.h +++ b/stb_tilemap_editor.h @@ -1,5 +1,5 @@ // stb_tilemap_editor.h - v0.35 - Sean Barrett - http://nothings.org/stb -// first released 2014-09 +// placed in the public domain - not copyrighted - first released 2014-09 // // Embeddable tilemap editor for C/C++ //