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:
林博仁(Buo-ren Lin) 2020-03-01 15:07:40 +08:00 committed by Unrud
parent afcfa8a67a
commit 049d79448c

View file

@ -1,6 +1,5 @@
name: remote-touchpad
# WORKAROUND: Snapcraft doesn't accept GPL-3.0-or-later
license: GPL-3.0
license: GPL-3.0+
grade: stable
adopt-info: remote-touchpad