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-quants.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ggml-quants.c') diff --git a/ggml-quants.c b/ggml-quants.c index 6821af0d..fe0b4f98 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -1,3 +1,10 @@ +// +// Copyright (C) 2023-2024 The ggml authors +// Copyright (C) 2024 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #define GGML_COMMON_IMPL_C #include "ggml-common.h" -- cgit v1.2.3