From a051f08b8f059fa10dd089d231b975291c122e9d Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Mon, 7 Apr 2025 10:43:26 +0200 Subject: Add copyright notices (#317) Co-authored-by: Iwan Kawrakow --- examples/llama-bench/llama-bench.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/llama-bench/llama-bench.cpp') diff --git a/examples/llama-bench/llama-bench.cpp b/examples/llama-bench/llama-bench.cpp index ae79ad02..74f51494 100644 --- a/examples/llama-bench/llama-bench.cpp +++ b/examples/llama-bench/llama-bench.cpp @@ -1,3 +1,10 @@ +// +// Copyright (C) 2023-2025 The llama.cpp authors +// Copyright (C) 2024-2025 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #include #include #include -- cgit v1.2.3