From 5de989a62cca56e5878a3425d706be14313b2aa6 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Fri, 5 Jul 2024 17:34:29 +0900 Subject: [PATCH] docs: use Apache-2.0 WITH LLVM-exception badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c34c35f..b5dab8e7 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ cmake --build build -j 8 This way, all the functionalities are executed on A100 GPUs. For installation, details are provided in the [documentation](https://kokkosfft.readthedocs.io/en/latest/intro/building.html#install-kokkosfft-as-a-library). ## LICENCE -[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![License](https://img.shields.io/badge/License-Apache--2.0_WITH_LLVM--exception-blue)](https://spdx.org/licenses/LLVM-exception.html) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + Kokkos-FFT is distributed under either the MIT license, or at your option, the Apache-2.0 licence with LLVM exception.