Update LICENSE variable to use SPDX license identifiers

This commit is contained in:
Markus Volk
2022-03-04 14:58:29 +01:00
parent c70edb7d88
commit 29371a9f5d
9 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ DESCRIPTION = "This project implements two command-line Wayland clipboard utilit
HOMEPAGE = "https://github.com/bugaevc/wl-clipboard"
BUGTRACKER = "https://github.com/bugaevc/wl-clipboard/issues"
SECTION = "base/shell"
LICENSE = "GPL-3.0"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"