Update License field to SPDX
This commit is contained in:
parent
70645730d1
commit
83aaaa2af9
1 changed files with 4 additions and 4 deletions
|
|
@ -9,10 +9,10 @@ Name: appeditor
|
|||
Summary: Edit application menu
|
||||
Version: 1.1.4^%{snapdate}git%(echo '%{commit}' | cut -b -7)
|
||||
Release: %autorelease
|
||||
# The entire source is GPLv3, except
|
||||
# data/com.github.donadigo.appeditor.appdata.xml.in, which is CC0. This
|
||||
# results in an effective license of GPLv3.
|
||||
License: GPLv3
|
||||
# The entire source is GPL-3.0-only, except:
|
||||
# - data/com.github.donadigo.appeditor.appdata.xml.in is CC0-1.0, which is
|
||||
# allowed for content only
|
||||
License: GPL-3.0-only AND CC0-1.0
|
||||
|
||||
URL: https://github.com/donadigo/appeditor
|
||||
Source0: %{url}/archive/%{commit}/appeditor-%{commit}.tar.gz
|
||||
|
|
|
|||
Reference in a new issue