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 --- calloc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calloc.c') diff --git a/calloc.c b/calloc.c index d16da19..291a16d 100644 --- a/calloc.c +++ b/calloc.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