From 85d0adda25cc0133879144b066148a38575e7206 Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:59:03 -0400 Subject: [PATCH] Added public domain license text --- stb_voxel_render.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stb_voxel_render.h b/stb_voxel_render.h index 040c028..b8ab3ba 100644 --- a/stb_voxel_render.h +++ b/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