From 56e96e9d9c8869c2fd05062764b9b3db0fc7b431 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sat, 6 May 2023 17:27:51 +0530 Subject: Added MIT License On branch main Your branch is up to date with 'origin/main'. Changes to be committed: new file: ../LICENSE modified: ../include/alloc.h modified: ../include/calt.h modified: ../include/mem.h modified: alloc/alloc.c modified: alloc/calloc.c modified: alloc/free.c modified: alloc/malloc.c modified: alloc/memdup.c modified: alloc/realloc.c modified: mem/memccpy.c modified: mem/memchr.c modified: mem/memcmp.c modified: mem/memcpy.c modified: mem/memhash.c modified: mem/memlen.c modified: mem/memmem.c modified: mem/memmove.c modified: mem/memrchr.c modified: mem/memrev.c modified: mem/memset.c modified: mem/memswap.c modified: mem/memzero.c --- src/mem/memzero.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mem/memzero.c') 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 extern inline void *calt_memzero(void *restrict dest, size_t count); -- cgit v1.2.3-70-g09d2