Snap: Fix license top-level property
Snapcraft uses SPDX 2.1 syntax[1], which allows specifying "or later" license style by appending a `+` operator after the license expression. Refer Appendix IV: SPDX License Expressions[2] for more info regarding this syntax. [1] https://spdx.org/spdx-specification-21-web-version [2] https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60 Refer-to: license - Snapcraft top-level metadata - doc - snapcraft.io <https://forum.snapcraft.io/t/snapcraft-top-level-metadata/8334#heading--license> Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
parent
afcfa8a67a
commit
9979cb7722
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
name: remote-touchpad
|
name: remote-touchpad
|
||||||
# WORKAROUND: Snapcraft doesn't accept GPL-3.0-or-later
|
license: GPL-3.0+
|
||||||
license: GPL-3.0
|
|
||||||
grade: stable
|
grade: stable
|
||||||
adopt-info: remote-touchpad
|
adopt-info: remote-touchpad
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue