From 9bb04b9f5825a117e7a3e103a7f0350d025f62eb Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Fri, 29 Mar 2024 22:25:45 +0330 Subject: [PATCH] Added 'Apache-2.0' SPDX license identifier due to 'kompute.cc' submodule licensing. Explanation of licensing method: https://docs.fedoraproject.org/en-US/legal/spdx/#_and_expressions --- .devops/llama-cpp.srpm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/llama-cpp.srpm.spec b/.devops/llama-cpp.srpm.spec index 1d9e4f425..b57928517 100644 --- a/.devops/llama-cpp.srpm.spec +++ b/.devops/llama-cpp.srpm.spec @@ -17,7 +17,7 @@ Name: llama.cpp Version: %( date "+%%Y%%m%%d" ) Release: 1%{?dist} Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL) -License: MIT +License: MIT AND Apache-2.0 Source0: https://github.com/ggerganov/llama.cpp/archive/refs/heads/master.tar.gz BuildRequires: coreutils make gcc-c++ git libstdc++-devel Requires: libstdc++