summaryrefslogtreecommitdiff
path: root/src/matfile.c
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-04 22:04:45 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-04 22:04:45 -0400
commit68eb1285777f3ee373b1e0e95771f21325659349 (patch)
tree78c1ca8359c15cbc5507920a30dc6b01dad927e0 /src/matfile.c
parent881ed40aaa64de531f1f4d11ccfdb8ec361316de (diff)
style: Add License Header to Files
Added the SPDX license header to source files missing the header.
Diffstat (limited to 'src/matfile.c')
-rw-r--r--src/matfile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/matfile.c b/src/matfile.c
index 6f76461..c6da630 100644
--- a/src/matfile.c
+++ b/src/matfile.c
@@ -1,3 +1,8 @@
+//
+// Copyright (c) 2026 Jacob McDonnell
+//
+// SPDX-License-Identifier: BSD-2-Clause
+//
#include "matfile.h"
#include <stdlib.h>
#include <string.h>