License compliance rectification

This commit is contained in:
lyn1001 2022-05-10 15:59:34 +08:00
parent 4869481fae
commit 088b747c41

View File

@ -30,9 +30,9 @@
Name: jline1 Name: jline1
Version: 1.0 Version: 1.0
Release: 1 Release: 2
Summary: Java library for reading and editing user input in console applications Summary: Java library for reading and editing user input in console applications
License: BSD License: BSD-3-Clause
URL: http://jline.sourceforge.net/ URL: http://jline.sourceforge.net/
Source0: http://download.sourceforge.net/sourceforge/jline/jline-%{version}.zip Source0: http://download.sourceforge.net/sourceforge/jline/jline-%{version}.zip
Source1: CatalogManager.properties Source1: CatalogManager.properties
@ -108,5 +108,8 @@ mv tmp/* .
%doc LICENSE.txt %doc LICENSE.txt
%changelog %changelog
* Tue May 10 2022 liyanan <liyanan32@h-partners.com> - 1.0-2
- License compliance rectification
* Wed Aug 19 2020 wangxiao <wangxiao65@huawei.com> - 1.0-1 * Wed Aug 19 2020 wangxiao <wangxiao65@huawei.com> - 1.0-1
- package init - package init