aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/memzero.c')
-rw-r--r--src/mem/memzero.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mem/memzero.c b/src/mem/memzero.c
index 9388516..c92691f 100644
--- a/src/mem/memzero.c
+++ b/src/mem/memzero.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2023 Marc Pervaz Boocha
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#include <mem.h>
extern inline void *calt_memzero(void *restrict dest, size_t count);