From 0c9650c28f72fb74960c23e646cb470bdc82064e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:37 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- velocity.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/velocity.spec b/velocity.spec index da94227..8804c1d 100644 --- a/velocity.spec +++ b/velocity.spec @@ -2,9 +2,9 @@ Name: velocity Version: 2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java-based template engine -License: ASL 2.0 +License: Apache-2.0 URL: http://velocity.apache.org/ BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -96,6 +96,9 @@ sed 's/${project.version}/%{version}/' \ %license LICENSE NOTICE %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 2.3-2 +- Convert License tag to SPDX format + * Fri Aug 25 2023 Mikolaj Izdebski - 2.3-1 - Update to upstream version 2.3