From 4b0184a99413d3b5d7f678aa0641a72348a36c3c Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Wed, 7 Feb 2024 12:37:07 +0100 Subject: [PATCH] migrated to SPDX license Signed-off-by: Michal Schmidt --- mstflint.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mstflint.spec b/mstflint.spec index 7d04369..2c8f82d 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -4,7 +4,11 @@ Name: mstflint Summary: Mellanox firmware burning tool Version: 4.25.0 Release: %autorelease -License: GPLv2+ or BSD +# COPYING says the license is your choice of OpenIB.org BSD or GPLv2. +# kernel/Makefile has the 3-clause BSD. +# ext_libs/{iniParser,json,muparser}/ have MIT. +# ext_libs/sqlite/ has the SQLite blessing. +License: (GPL-2.0-only OR Linux-OpenIB) AND BSD-3-Clause AND MIT AND blessing Url: https://github.com/Mellanox/%{name} Source0: https://github.com/Mellanox/%{name}/releases/download/v%{version}-1/%{name}-%{version}-1.tar.gz Group: Applications/System