From 09668dbd4a67f00b6a6de71a31fc4e909fadc526 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 23 Jul 2018 13:14:12 +0200 Subject: [PATCH] Fix license tag to include MIT for bundled slf4j --- maven.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/maven.spec b/maven.spec index 1b16469..ac4bf46 100644 --- a/maven.spec +++ b/maven.spec @@ -7,9 +7,11 @@ Name: maven Epoch: 1 Version: 3.5.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java project management and project comprehension tool -License: ASL 2.0 +# maven itself is ASL 2.0 +# bundled slf4j is MIT +License: ASL 2.0 and MIT URL: http://maven.apache.org/ BuildArch: noarch @@ -267,6 +269,9 @@ update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alt %changelog +* Mon Jul 23 2018 Michael Simacek - 1:3.5.4-3 +- Fix license tag to include MIT for bundled slf4j + * Fri Jul 13 2018 Fedora Release Engineering - 1:3.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild