diff options
Diffstat (limited to 'src/mem/memhash.c')
-rw-r--r-- | src/mem/memhash.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mem/memhash.c b/src/mem/memhash.c index d752fed..c5cfc62 100644 --- a/src/mem/memhash.c +++ b/src/mem/memhash.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2023 Marc Pervaz Boocha + * + * SPDX-License-Identifier: MIT + */ + #include <limits.h> #include <stdint.h> #include <mem.h> |