From 770f3585c2a6a1b047689a7635f27140239268bc Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Wed, 24 Jul 2024 20:11:42 +0300 Subject: Add copyright notices Only on the files where I have contributed in a significant way, or the files I wrote myself. --- ggml.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ggml.c') 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 -- cgit v1.2.3