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. --- examples/imatrix/imatrix.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/imatrix/imatrix.cpp') diff --git a/examples/imatrix/imatrix.cpp b/examples/imatrix/imatrix.cpp index c7d73cdb..8afc6aa7 100644 --- a/examples/imatrix/imatrix.cpp +++ b/examples/imatrix/imatrix.cpp @@ -1,3 +1,10 @@ +// +// Copyright (C) 2024 Iwan Kawrakow +// Copyright (C) 2023-2024 The ggml authors +// MIT license +// SPDX-License-Identifier: MIT +// + #include "common.h" #include "llama.h" -- cgit v1.2.3