From d4eff01dfd2f625f2dce55012548f3c9ccfd985c Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 14 Apr 2022 17:40:03 +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 48f4e3f..5947cff 100644 --- a/ksh.spec +++ b/ksh.spec @@ -1,8 +1,8 @@ Name: ksh Version: 2020.0.0 -Release: 5 +Release: 6 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 @@ -84,6 +84,12 @@ done %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Thu Apr 14 2022 renhongxun - 1:2020.0.0-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update license from EPL to EPL-1.0 + * Fri Dec 25 2020 Liquor - 1:2020.0.0-5 - Type:bugfix - ID:NA -- Gitee