summaryrefslogtreecommitdiff
path: root/ggml.c
diff options
context:
space:
mode:
authorIwan Kawrakow <iwan.kawrakow@gmail.com>2024-07-24 20:11:42 +0300
committerIwan Kawrakow <iwan.kawrakow@gmail.com>2024-07-24 20:11:42 +0300
commit770f3585c2a6a1b047689a7635f27140239268bc (patch)
treeac1b8adfce365ed4461f564a8c52d6e739fba07d /ggml.c
parent9eee03f4eec5a67042c7c192fbf28994fabae5b8 (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 'ggml.c')
-rw-r--r--ggml.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ggml.c b/ggml.c
index 0f68cea3..9dc040a4 100644
--- a/ggml.c
+++ b/ggml.c
@@ -1,3 +1,9 @@
+//
+// Copyright (C) 2023-2024 The ggml authors
+// Copyright (C) 2024 Iwan Kawrakow
+// MIT license
+// SPDX-License-Identifier: MIT
+//
#define _CRT_SECURE_NO_DEPRECATE // Disables ridiculous "unsafe" warnings on Windows
#define _USE_MATH_DEFINES // For M_PI on MSVC