Correct License from “LGPLv2+” to “GPLv3 and LGPLv2+ and CC0”

This commit is contained in:
Benjamin A. Beasley 2021-02-09 17:21:32 -05:00
commit d205594792

View file

@ -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 <code@musicinmybrain.net> - 1.1.1-5
- Correct License from “LGPLv2+” to “GPLv3 and LGPLv2+ and CC0”
* Tue Feb 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-4
- Package LICENSE file