From 242b1fe37a23b446913a16c829a5793cb5456b9c Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:48:08 -0400 Subject: [PATCH] Added public domain license text --- stb_divide.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stb_divide.h b/stb_divide.h index 8a853d3..4e35abe 100644 --- a/stb_divide.h +++ b/stb_divide.h @@ -75,6 +75,12 @@ // by the euclidean division operator we define, so it's possibly not // always true. If any such platform turns up, we can add more cases. // (Possibly only stb_div_trunc currently relies on property (b).) +// +// 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_DIVIDE_H