From 3f5659036355f78683224c11e09754c4f0d6c27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 1 Nov 2023 15:38:13 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- python-zstd.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-zstd.spec b/python-zstd.spec index 105ce7b..0dd280e 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -6,7 +6,8 @@ Version: %{zstd_version}.1 Release: 12%{?dist} Summary: Zstd Bindings for Python -License: BSD +# original zstd bits are GPL-2.0-or-later OR BSD-2-Clause +License: BSD-2-Clause AND (GPL-2.0-or-later OR BSD-2-Clause) URL: https://github.com/sergey-dryabzhinsky/python-zstd Source0: %{pypi_source}