Correct License from “LGPLv2+” to “GPLv3 and LGPLv2+ and CC0”
This commit is contained in:
parent
8579008967
commit
d205594792
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue