From a50e4089f219ee0d89169143a5872989728aa709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 26 Oct 2023 14:41:06 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- cereal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cereal.spec b/cereal.spec index d2df357..fc4295f 100644 --- a/cereal.spec +++ b/cereal.spec @@ -6,7 +6,11 @@ Name: cereal Version: 1.3.2 Release: 4%{?dist} Summary: A header-only C++11 serialization library -License: BSD +# include/cereal/details/polymorphic_impl.hpp is BSL-1.0 +# include/cereal/external/base64.hpp is Zlib +# include/cereal/external/rapidjson/ is MIT +# include/cereal/external/rapidxml/license.txt is MIT OR BSL-1.0 +License: BSD-3-Clause AND BSL-1.0 AND Zlib AND MIT AND (MIT OR BSL-1.0) Url: http://uscilab.github.io/cereal/ Source0: https://github.com/USCiLab/cereal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz