From 2c8d33312a32a23f6a1606974db6b642e36dd1a1 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Wed, 17 May 2023 18:15:37 +0200 Subject: [PATCH] Review the license tag for docs according to the SPDX standard --- libyaml.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libyaml.spec b/libyaml.spec index 5a2b0cc..4e7fc54 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml Version: 0.2.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: YAML 1.1 parser and emitter written in C License: MIT @@ -24,6 +24,10 @@ emitter written in C. Summary: Development files for LibYAML applications Requires: libyaml%{?_isa} = %{version}-%{release}, pkgconfig +# docs contain files generated by doxygen which are licensed as follows: +# dynsections.js and menu.js are GPL-2.0-or-later +# jquery.js is MIT +License: GPL-2.0-or-later AND MIT %description devel The %{name}-devel package contains libraries and header files for @@ -69,6 +73,9 @@ make check %changelog +* Wed May 17 2023 Karolina Surma - 0.2.5-10 +- Review the license tag according to the SPDX standard, declare the docs license + * Thu Jan 19 2023 Fedora Release Engineering - 0.2.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild