License compliance rectification

This commit is contained in:
starlet-dx 2024-06-13 10:33:56 +08:00
parent 3ed91ef1cb
commit f39243b025

View File

@ -12,9 +12,9 @@
%bcond_with jp_minimal %bcond_with jp_minimal
Name: jetty Name: jetty
Version: 9.4.16 Version: 9.4.16
Release: 4 Release: 5
Summary: Java Webserver and Servlet Container Summary: Java Webserver and Servlet Container
License: ASL 2.0 or EPL-1.0 or EPL-2.0 License: (Apache-2.0 OR EPL-1.0) and MIT
URL: http://www.eclipse.org/jetty/ URL: http://www.eclipse.org/jetty/
Source0: https://github.com/eclipse/%{name}.project/archive/%{name}-%{version}%{addver}.tar.gz Source0: https://github.com/eclipse/%{name}.project/archive/%{name}-%{version}%{addver}.tar.gz
Source1: jetty.sh Source1: jetty.sh
@ -216,7 +216,7 @@ Summary: servlet module for Jetty
%package util %package util
Summary: util module for Jetty Summary: util module for Jetty
License: (ASL 2.0 or EPL) and MIT License: (Apache-2.0 OR EPL-1.0) and MIT
%description util %description util
%{extdesc} %{summary}. %{extdesc} %{summary}.
@ -458,7 +458,7 @@ Summary: jstl module for Jetty
%package javadoc %package javadoc
Summary: Javadoc for %{name} Summary: Javadoc for %{name}
License: (ASL 2.0 or EPL) and MIT License: (Apache-2.0 OR EPL-1.0) and MIT
%description javadoc %description javadoc
%{summary}. %{summary}.
@ -796,6 +796,9 @@ exit 0
%license LICENSE NOTICE.txt LICENSE-MIT %license LICENSE NOTICE.txt LICENSE-MIT
%changelog %changelog
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 9.4.16-5
- License compliance rectification
* Mon May 29 2023 yaoxin <yao_xin001@hoperun.com> - 9.4.16-4 * Mon May 29 2023 yaoxin <yao_xin001@hoperun.com> - 9.4.16-4
- Fix eclipse-jgit build failure in EBS - Fix eclipse-jgit build failure in EBS