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 --- include/calt.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/calt.h') diff --git a/include/calt.h b/include/calt.h index 4ea43b0..3422a91 100644 --- a/include/calt.h +++ b/include/calt.h @@ -1,4 +1,8 @@ -#pragma once +/* + * Copyright (c) 2023 Marc Pervaz Boocha + * + * SPDX-License-Identifier: MIT + */ #ifndef CALT_CALT_H #define CALT_CALT_H -- cgit v1.2.3-70-g09d2