reverse some of the public-domain-license changes that I didn't

actually want
master
Sean Barrett ago%!(EXTRA string=10 years)
parent 594502e5fa
commit c9859afcf9
  1. 1
      stb.h
  2. 1
      stb_image.h
  3. 2
      stb_image_write.h
  4. 2
      stb_tilemap_editor.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++.

@ -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

@ -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,

@ -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++
//

Loading…
Cancel
Save