summaryrefslogtreecommitdiffstats
path: root/calloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'calloc.c')
-rw-r--r--calloc.c7
1 files changed, 7 insertions, 0 deletions
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 <string.h>
#include <errno.h>