From edeb9d876d399923651948d45de7428891822a4d Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 14 Apr 2022 16:57:09 +0800 Subject: [PATCH] update license from EPL to EPL-1.0 --- ksh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ksh.spec b/ksh.spec index a54d23c..258edc9 100644 --- a/ksh.spec +++ b/ksh.spec @@ -1,8 +1,8 @@ Name: ksh Version: 2020.0.0 -Release: 7 +Release: 8 Summary: The Original ATT Korn Shell -License: EPL +License: EPL-1.0 URL: http://www.kornshell.com/ Epoch: 1 Source0: https://github.com/att/ast/releases/download/%{version}/%{name}-%{version}.tar.gz @@ -90,6 +90,12 @@ done %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Thu Apr 14 2022 renhongxun - 1:2020.0.0-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update license from EPL to EPL-1.0 + * Mon Mar 14 2022 wangjiang - 1:2020.0.0-7 - Type:enhancement - ID:NA -- Gitee