License compliance rectification

This commit is contained in:
wu-leilei 2024-06-13 10:52:19 +08:00
parent e854b180b4
commit c49cf63849

View File

@ -2,9 +2,9 @@
%global namedversion %{version}%{?namedreltag} %global namedversion %{version}%{?namedreltag}
Name: jsonp Name: jsonp
Version: 1.0.4 Version: 1.0.4
Release: 1 Release: 2
Summary: JSR 353 (JSON Processing) RI Summary: JSR 353 (JSON Processing) RI
License: CDDL or GPLv2 with exceptions License: CDDL-1.1 or GPLv2 with exceptions
URL: http://java.net/projects/jsonp/ URL: http://java.net/projects/jsonp/
Source0: https://github.com/javaee/jsonp/archive/jsonp-1.0.4.tar.gz Source0: https://github.com/javaee/jsonp/archive/jsonp-1.0.4.tar.gz
Source1: https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE Source1: https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE
@ -63,5 +63,8 @@ sed -i 's/\r//' LICENSE.txt
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Thu Jun 13 2024 wulei <wu_lei@hoperun.com> - 1.0.4-2
- Regulate license information
* Mon Aug 24 2020 yaokai <yaokai13@huawei.com> - 1.0.4-1 * Mon Aug 24 2020 yaokai <yaokai13@huawei.com> - 1.0.4-1
- package init - package init