From c63cc369c02aee10ede66f4de219e1740d160bff Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Wed, 7 Feb 2024 12:15:20 +0100 Subject: [PATCH] migrated to SPDX license Signed-off-by: Michal Schmidt --- fabtests.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fabtests.spec b/fabtests.spec index 2058c66..f753d50 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -2,11 +2,9 @@ Name: fabtests Version: 1.18.0 Release: %autorelease Summary: Test suite for libfabric API +# COPYING says the license is your choice of BSD or GPLv2. # include/jsmn.h and common/jsmn.c are licensed under MIT. -# All other source files permit distribution under BSD. Some of them -# additionaly expressly allow the option to be licensed under GPLv2. -# See the license headers in individual source files to see which those are. -License: BSD and (BSD or GPLv2) and MIT +License: (BSD-2-Clause OR GPL-2.0-only) AND MIT Url: https://github.com/ofiwg/libfabric Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch