From f217cabb6a73980fb44ecca4ec8ef89edee4d87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 12 Sep 2023 04:32:33 +0000 Subject: [PATCH] Migrate license to SPDX In COPYING two licenses are MIT and the last one is HPND-sell-variant. This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- libxcvt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxcvt.spec b/libxcvt.spec index f0379c4..5f97154 100644 --- a/libxcvt.spec +++ b/libxcvt.spec @@ -6,7 +6,7 @@ Summary: VESA CVT standard timing modelines generator URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz -License: MIT +License: MIT AND HPND-sell-variant BuildRequires: gcc BuildRequires: git-core