统一spec文件的License名称规范

This commit is contained in:
lauk 2022-04-20 11:14:01 +08:00
parent 3c5143e384
commit e9c4620f1e

View File

@ -1,8 +1,8 @@
Name: jetty-parent Name: jetty-parent
Version: 19 Version: 19
Release: 1 Release: 2
Summary: Jetty parent POM file Summary: Jetty parent POM file
License: ASL 2.0 or EPL License: ASL 2.0 or EPL-1.0
URL: https://www.eclipse.org/jetty/ URL: https://www.eclipse.org/jetty/
Source0: https://repo1.maven.org/maven2/org/eclipse/jetty/%{name}/%{version}/%{name}-%{version}.pom Source0: https://repo1.maven.org/maven2/org/eclipse/jetty/%{name}/%{version}/%{name}-%{version}.pom
Source2: https://www.eclipse.org/legal/epl-v10.html Source2: https://www.eclipse.org/legal/epl-v10.html
@ -28,5 +28,8 @@ cp -p %{SOURCE2} %{SOURCE3} .
%doc epl-v10.html LICENSE-2.0.txt %doc epl-v10.html LICENSE-2.0.txt
%changelog %changelog
* Wed Apr 20 2022 liukuo <liukuo@kylinos.cn> - 19-2
- Change the license to "ASL 2.0 or EPL-1.0"
* Thu Jul 30 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 19-1 * Thu Jul 30 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 19-1
- Package init - Package init