瀏覽代碼

Added public domain license text

Ryan Whitworth 10 年之前
父節點
當前提交
9e9ce0ab91
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      stb.h

+ 7 - 1
stb.h

@@ -1,5 +1,4 @@
 /* stb.h - v2.24 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
 /* 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
    This is a single header file with a bunch of useful utilities
    for getting stuff done in C/C++.
    for getting stuff done in C/C++.
@@ -166,6 +165,13 @@ Version History
           (stb_array), (stb_arena)
           (stb_array), (stb_arena)
 
 
 Parenthesized items have since been removed.
 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
 #ifndef STB__INCLUDE_STB_H