From 09668dbd4a67f00b6a6de71a31fc4e909fadc526 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Jul 23 2018 11:14:12 +0000 Subject: Fix license tag to include MIT for bundled slf4j --- 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