From bbc532e7c65c507ea6b91d1e73ecb60b34d4ab54 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 6 Mar 2022 11:30:24 +0100 Subject: layer: Update LICENSE variable to use SPDX license identifiers Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher --- recipes-graphics/vnc/directvnc_0.7.8.bb | 2 +- recipes-graphics/vnc/tightvnc_1.3.10.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-graphics/vnc') diff --git a/recipes-graphics/vnc/directvnc_0.7.8.bb b/recipes-graphics/vnc/directvnc_0.7.8.bb index 42c56c5..6f82628 100644 --- a/recipes-graphics/vnc/directvnc_0.7.8.bb +++ b/recipes-graphics/vnc/directvnc_0.7.8.bb @@ -1,7 +1,7 @@ SUMMARY = "Provides a very thin VNC client for unix framebuffer systems" HOMEPAGE = "http://drinkmilk.github.com/directvnc/" SECTION = "utils" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e" DEPENDS = "zlib libpng jpeg directfb xproto" diff --git a/recipes-graphics/vnc/tightvnc_1.3.10.bb b/recipes-graphics/vnc/tightvnc_1.3.10.bb index 4a707b7..29435d0 100644 --- a/recipes-graphics/vnc/tightvnc_1.3.10.bb +++ b/recipes-graphics/vnc/tightvnc_1.3.10.bb @@ -1,7 +1,7 @@ SUMMARY = "A lightweight VNC viewer" HOMEPAGE = "http://www.tightvnc.com/" SECTION = "utils" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://../LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" DEPENDS = "virtual/libx11 zlib libxmu libxaw jpeg libxt libxext libxmu" -- cgit v1.2.3