mirror of
https://github.com/nothings/stb.git
synced 2026-05-04 19:34:43 +00:00
Added public domain license text
This commit is contained in:
8
stb.h
8
stb.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user