diff options
Diffstat (limited to 'include/alloc.h')
-rw-r--r-- | include/alloc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/alloc.h b/include/alloc.h index bc8c3d8..6877f61 100644 --- a/include/alloc.h +++ b/include/alloc.h @@ -1,4 +1,8 @@ -#pragma once +/* + * Copyright (c) 2023 Marc Pervaz Boocha + * + * SPDX-License-Identifier: MIT + */ #ifndef CALT_ALLOC_H #define CALT_ALLOC_H #include <stddef.h> |