From f02924b4823b4af7361707f02b5a8a48d4254e4c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:31 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- bcel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcel.spec b/bcel.spec index 6cc1067..7bd235d 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,8 +1,8 @@ Name: bcel Version: 6.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Byte Code Engineering Library -License: ASL 2.0 +License: Apache-2.0 URL: http://commons.apache.org/proper/commons-bcel/ BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -60,6 +60,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 6.7.0-3 +- Convert License tag to SPDX format + * Fri Aug 18 2023 Mikolaj Izdebski - 6.7.0-2 - Add missing build-requires