summaryrefslogtreecommitdiffstats
path: root/free.c
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-04-19 16:21:03 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-04-19 16:21:03 -0400
commitdf81a4f7551e2d6a216e8c82354df6caa8ad933e (patch)
treec835720d9964a95f73820145d992bf676869cd08 /free.c
parent5b1b3bec3f25ea5fc1f48c269f300c4211a1bac7 (diff)
downloadheap-master.tar.gz
heap-master.tar.bz2
heap-master.zip
add license infoHEADmaster
Diffstat (limited to 'free.c')
-rw-r--r--free.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/free.c b/free.c
index d0ce540..2a48d1a 100644
--- a/free.c
+++ b/free.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Jon Santmyer.
+ * This source file is released under the LGPL Version 3 as detailed in
+ * the LICENSE file provided in the following repository:
+ * https://git.jonsantmyer.com/heap/
+ * */
+
#include "malloc.h"
#include <assert.h>