diff --git a/appeditor.spec b/appeditor.spec index 023554c..de2daac 100644 --- a/appeditor.spec +++ b/appeditor.spec @@ -3,8 +3,13 @@ Name: appeditor Summary: Edit application menu Version: 1.1.1 -Release: 4%{?dist} -License: LGPLv2+ +Release: 5%{?dist} +# The entire source is GPLv3, except the Vala source files src/*.vala which are +# LGPLv2+, and data/com.github.donadigo.appeditor.appdata.xml.in which is CC0. +# +# See https://github.com/donadigo/appeditor/issues/106 regarding missing LGPLv2 +# and GPLv2 license text. +License: GPLv3 and LGPLv2+ and CC0 URL: https://github.com/donadigo/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -68,6 +73,9 @@ appstream-util validate-relax --nonet \ %changelog +* Tue Feb 09 2021 Benjamin A. Beasley - 1.1.1-5 +- Correct License from “LGPLv2+” to “GPLv3 and LGPLv2+ and CC0” + * Tue Feb 09 2021 Benjamin A. Beasley - 1.1.1-4 - Package LICENSE file