Add copyright notices

Only on the files where I have contributed in a significant way,
or the files I wrote myself.
This commit is contained in:
Iwan Kawrakow
2024-07-24 20:11:42 +03:00
parent 9eee03f4ee
commit 770f3585c2
12 changed files with 74 additions and 23 deletions

6
ggml.c
View File

@@ -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