From 46d2d1cdcc8dd805a2347911e5b9b2e02e0f0743 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 10 May 2022 19:53:52 +0800 Subject: [PATCH] License compliance rectification --- fop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fop.spec b/fop.spec index aee5df1..1ba6e1e 100644 --- a/fop.spec +++ b/fop.spec @@ -1,8 +1,8 @@ Name: fop Version: 2.2 -Release: 5 +Release: 6 Summary: Formatter for printing XSL-driven XML Files -License: BSD and Apache-2.0 and MIT and Apache-1.1 +License: BSD-3-Clause and Apache-2.0 and MIT and Apache-1.1 URL: https://xmlgraphics.apache.org/fop Source0: https://www.apache.org/dist/xmlgraphics/%{name}/source/%{name}-%{version}-src.tar.gz Source1: https://www.apache.org/licenses/LICENSE-1.1.txt @@ -82,6 +82,9 @@ install -D -p -m 644 %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %changelog +* Tue May 10 2022 wangkai - 2.2-6 +- License compliance rectification + * Mon Jan 18 2021 caodongxia - 2.2-5 - Modify license information. -- Gitee