From a18c9203d638dff24987c2d4aec50e77ee6fef67 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Sep 19 2023 13:46:03 +0000 Subject: Convert License to SPDX - Accurately account for image licensing in the -doc subpackage --- diff --git a/python-helpdev.spec b/python-helpdev.spec index 97e1ef4..4173b92 100644 --- a/python-helpdev.spec +++ b/python-helpdev.spec @@ -14,6 +14,10 @@ Summary: HelpDev – Extracts information about the Python environment ea %global tag v%{version} %forgemeta +# The entire source is (SPDX) MIT, except for “Images,” which are CC-BY-4.0 (an +# allowed license for content). The images in question seem to be only the +# contents of docs/images/, which are not incorporated in the helpdev.pdf file +# in the -doc subpackage (but are not present in any other subpackages). License: MIT URL: %{forgeurl} Source: %{forgesource} @@ -64,6 +68,11 @@ Summary: %{summary} %package doc Summary: Documentation and examples for HelpDev +# The entire source is (SPDX) MIT, except for images incorporated in +# helpdev.pdf, which are CC-BY-4.0; see also the more verbose comment above the +# base package License field. +License: MIT AND CC-BY-4.0 + %description doc This package includes documentation and examples for HelpDev.