Added public domain license text

This commit is contained in:
Ryan Whitworth 2015-08-01 14:46:04 -04:00
parent 59c353962a
commit 9e9ce0ab91

8
stb.h
View File

@ -1,5 +1,4 @@
/* 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++.
@ -166,6 +165,13 @@ Version History
(stb_array), (stb_arena)
Parenthesized items have since been removed.
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 STB__INCLUDE_STB_H