From 9979cb77223288afb0d71a5e120d516b0c800433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 1 Mar 2020 15:07:40 +0800 Subject: [PATCH] Snap: Fix license top-level property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- snap/snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 295d457..35e7943 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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