From 95ccadd2fbd3a07791ab59e096a954fd9229d701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 13 Feb 2024 06:51:44 +0000 Subject: [PATCH] Migrate to SPDX license This is a part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3 --- libevent.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libevent.spec b/libevent.spec index fb05fcf..74d2440 100644 --- a/libevent.spec +++ b/libevent.spec @@ -5,8 +5,9 @@ Version: 2.1.12 Release: 11%{?dist} Summary: Abstract asynchronous event notification library -# arc4random.c, which is used in build, is ISC. The rest is BSD. -License: BSD and ISC +# arc4random.c, which is used in build, is ISC. The rest is BSD-3-Clause. +# evndns.* and include/event2/dns.h has part of LicenseRef-Fedora-Public-Domain +License: BSD-3-Clause AND ISC AND LicenseRef-Fedora-Public-Domain URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz