From df81a4f7551e2d6a216e8c82354df6caa8ad933e Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Fri, 19 Apr 2024 16:21:03 -0400 Subject: add license info --- malloc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index 29463c4..4b574d6 100644 --- a/malloc.c +++ b/malloc.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 #include -- cgit v1.2.1