From d71f57bceb916910d632b84254644c75cfa2b5ef Mon Sep 17 00:00:00 2001 From: James Wang Date: Thu, 6 Jul 2023 19:24:52 +0800 Subject: [PATCH] Update the license info zstd is BSD-3-Clause license. Signed-off-by: James Wang --- zstd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd.spec b/zstd.spec index 9000672..aa7b045 100644 --- a/zstd.spec +++ b/zstd.spec @@ -11,7 +11,7 @@ Version: 1.5.5 Release: %{anolis_release}%{?dist} Summary: Zstd compression library -License: BSD and GPLv2 +License: BSD-3-Clause URL: https://github.com/facebook/zstd Source0: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.zst -- Gitee