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 --- realloc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'realloc.c') diff --git a/realloc.c b/realloc.c index 1b78e9e..130b46c 100644 --- a/realloc.c +++ b/realloc.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