From 273242131de966e5a0cf514dbf6f103ce73a2946 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 12 Sep 2022 13:18:56 +0200 Subject: [PATCH] Use SPDX compatible license string --- mlir.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir.spec b/mlir.spec index 861b324..015cdd4 100644 --- a/mlir.spec +++ b/mlir.spec @@ -10,7 +10,7 @@ Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}} Release: 1%{?dist} Summary: Multi-Level Intermediate Representation Overview -License: ASL 2.0 with exceptions +License: Apache-2.0 WITH LLVM-exception URL: http://mlir.llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{mlir_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{mlir_srcdir}.tar.xz.sig