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