From 6020931a06b9017417b387a0d335c23c4f5de542 Mon Sep 17 00:00:00 2001 From: Pingfan Liu Date: Fri, 4 Aug 2023 10:53:25 +0800 Subject: [PATCH] migrated to SPDX license Signed-off-by: Pingfan Liu --- numactl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/numactl.spec b/numactl.spec index 156e8ad..4d5d2ea 100644 --- a/numactl.spec +++ b/numactl.spec @@ -4,7 +4,7 @@ Version: 2.0.16 Release: 3%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only -License: GPLv2 +License: GPL-2.0-only URL: https://github.com/numactl/numactl Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -20,7 +20,7 @@ other programs with a specific NUMA policy. %package libs Summary: libnuma libraries # There is a tiny bit of GPLv2 code in libnuma.c -License: LGPLv2 and GPLv2 +License: LGPL-2.1-only and GPL-2.0-only %description libs numactl-libs provides libnuma, a library to do allocations with @@ -29,7 +29,7 @@ NUMA policy in applications. %package devel Summary: Development package for building Applications that use numa Requires: %{name}-libs = %{version}-%{release} -License: LGPLv2 and GPLv2 +License: LGPL-2.1-only and GPL-2.0-only %description devel Provides development headers for numa library calls