aboutsummaryrefslogtreecommitdiffstats
path: root/include/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mem.h')
-rw-r--r--include/mem.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/mem.h b/include/mem.h
index 3636bf3..b18822c 100644
--- a/include/mem.h
+++ b/include/mem.h
@@ -1,5 +1,8 @@
-#pragma once
-
+/*
+ * Copyright (c) 2023 Marc Pervaz Boocha
+ *
+ * SPDX-License-Identifier: MIT
+ */
#ifndef CALT_MEM_H
#define CALT_MEM_H
#include <stddef.h>