From 7effe64e456f8d7eb21881fa1568e9174d04832d Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:55:35 -0400 Subject: [PATCH] Added public domain license text --- stb_rect_pack.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stb_rect_pack.h b/stb_rect_pack.h index 63a5b15..ac13df6 100644 --- a/stb_rect_pack.h +++ b/stb_rect_pack.h @@ -36,6 +36,12 @@ // 0.05: added STBRP_ASSERT to allow replacing assert // 0.04: fixed minor bug in STBRP_LARGE_RECTS support // 0.01: initial release +// +// 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. ////////////////////////////////////////////////////////////////////////////// //