浏览代码

Added public domain license text

Ryan Whitworth 10 年之前
父节点
当前提交
85d0adda25
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      stb_voxel_render.h

+ 7 - 0
stb_voxel_render.h

@@ -210,6 +210,13 @@
 //   stb_voxel_render   20-byte quads   2015/01
 //   zmc engine         32-byte quads   2013/12
 //   zmc engine         96-byte quads   2011/10
+//
+//
+// 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 INCLUDE_STB_VOXEL_RENDER_H
 #define INCLUDE_STB_VOXEL_RENDER_H