From 4d4b70afee501cf1900239a412cd1ae7daf88d43 Mon Sep 17 00:00:00 2001 From: JofDiamonds Date: Wed, 31 May 2023 11:40:41 +0800 Subject: [PATCH] add GPL-2.0 license for ko program --- Kmesh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Kmesh.spec b/Kmesh.spec index 58d6ba4..1f2bcf2 100644 --- a/Kmesh.spec +++ b/Kmesh.spec @@ -2,9 +2,9 @@ Name: Kmesh Version: 0.2.0 -Release: 6 +Release: 7 Summary: %{name} is a eBPF-based service mesh kernel solution -License: ASL 2.0 +License: ASL 2.0 and GPL-2.0 URL: https://gitee.com/openeuler/%{name} Source0: https://gitee.com/openeuler/%{name}/archive/refs/tags/%{version}.tar.gz @@ -105,6 +105,9 @@ rm -rf %{buildroot} %attr(0550,root,root) /usr/bin/kmesh-stop-post.sh %changelog +* Wed May 31 2023 JofDiamonds - 0.2.0-7 +- add GPL-2.0 license for ko program + * Mon Mar 20 2023 JofDiamonds - 0.2.0-6 - fix get kmesh-daemon help failed when kmesh.service start -- Gitee