From bd529be1e4c586f39044bba453cef0c3646b159c Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Thu, 19 Jan 2023 16:31:57 -0300 Subject: [PATCH] Mention the Apache 2.0 license List Apache 2.0 with LLVM exceptions in the license field. This license got adopted in 2019. --- lldb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lldb.spec b/lldb.spec index a1e089a..e9e2a1c 100644 --- a/lldb.spec +++ b/lldb.spec @@ -10,10 +10,10 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Next generation high-performance debugger -License: NCSA +License: Apache-2.0 WITH LLVM-exception OR NCSA URL: http://lldb.llvm.org/ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig @@ -135,6 +135,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Thu Jan 19 2023 Tulio Magno Quites Machado Filho - 15.0.7-3 +- Include the Apache license adopted in 2019. + * Thu Jan 19 2023 Fedora Release Engineering - 15.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild