From 5a7d524fd8aa342a4bd65753ba13de2fa21e40e6 Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:54:27 -0400 Subject: [PATCH] Added public domain license text --- stb_leakcheck.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stb_leakcheck.h b/stb_leakcheck.h index a75df7c..389eee3 100644 --- a/stb_leakcheck.h +++ b/stb_leakcheck.h @@ -1,4 +1,9 @@ // stb_leakcheck.h - v0.2 - quick & dirty malloc leak-checking - public domain +// 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. #ifdef STB_LEAKCHECK_IMPLEMENTATION #undef STB_LEAKCHECK_IMPLEMENTATION // don't implenment more than once