diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-04 22:04:45 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-04 22:04:45 -0400 |
| commit | 68eb1285777f3ee373b1e0e95771f21325659349 (patch) | |
| tree | 78c1ca8359c15cbc5507920a30dc6b01dad927e0 /include | |
| parent | 881ed40aaa64de531f1f4d11ccfdb8ec361316de (diff) | |
style: Add License Header to Files
Added the SPDX license header to source files missing the header.
Diffstat (limited to 'include')
| -rw-r--r-- | include/matfile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/matfile.h b/include/matfile.h index 2928d34..b92cd3a 100644 --- a/include/matfile.h +++ b/include/matfile.h @@ -1,3 +1,8 @@ +// +// Copyright (c) 2026 Jacob McDonnell +// +// SPDX-License-Identifier: BSD-2-Clause +// #ifndef INCLUDE_MATFILE_H_ #define INCLUDE_MATFILE_H_ |
