Added public domain license text
This commit is contained in:
parent
45b27d8a9c
commit
5a7d524fd8
@ -1,4 +1,9 @@
|
|||||||
// stb_leakcheck.h - v0.2 - quick & dirty malloc leak-checking - public domain
|
// 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
|
#ifdef STB_LEAKCHECK_IMPLEMENTATION
|
||||||
#undef STB_LEAKCHECK_IMPLEMENTATION // don't implenment more than once
|
#undef STB_LEAKCHECK_IMPLEMENTATION // don't implenment more than once
|
||||||
|
Loading…
Reference in New Issue
Block a user