diff options
author | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-07-24 20:11:42 +0300 |
---|---|---|
committer | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-07-24 20:11:42 +0300 |
commit | 770f3585c2a6a1b047689a7635f27140239268bc (patch) | |
tree | ac1b8adfce365ed4461f564a8c52d6e739fba07d /iqk_mul_mat.h | |
parent | 9eee03f4eec5a67042c7c192fbf28994fabae5b8 (diff) |
Add copyright notices
Only on the files where I have contributed in a significant way,
or the files I wrote myself.
Diffstat (limited to 'iqk_mul_mat.h')
-rw-r--r-- | iqk_mul_mat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iqk_mul_mat.h b/iqk_mul_mat.h index c1db5eee..5e79991b 100644 --- a/iqk_mul_mat.h +++ b/iqk_mul_mat.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2024 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #pragma once #include <stdint.h> #include <stdbool.h> |