Skip to content

Commit 2d40c58

Browse files
committed
Fix up SPDX license declarations
The whitespace is not well received by the create_spdx class.
1 parent 72285e7 commit 2d40c58

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dynamic-layers/meta-st-openstlinux/recipes-samples/images/st-example-image-slint.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUMMARY = "ST example of image based on Slint framework."
2-
LICENSE = "GPLv3 | Slint-Commercial"
2+
LICENSE = "GPLv3|Slint-Commercial"
33

44
include recipes-st/images/st-image.inc
55

dynamic-layers/meta-st-openstlinux/recipes-samples/packagegroups/packagegroup-framework-sample-slint.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUMMARY = "Framework sample Slint components with linuxkms backend"
2-
LICENSE = "GPLv3 | Slint-Commercial"
2+
LICENSE = "GPLv3|Slint-Commercial"
33

44
inherit packagegroup features_check
55

recipes-example/slint-demos/slint-demos_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SUMMARY = "Various Rust-based demos of Slint packaged up in /usr/bin"
99
DESCRIPTION = "This recipe builds various Slint demos such as the energy monitor \
1010
or the printer demo and installs the binaries into /usr/bin."
1111
HOMEPAGE = "https://slint.dev/"
12-
LICENSE = "GPLv3 | Slint-Commercial"
12+
LICENSE = "GPLv3|Slint-Commercial"
1313

1414
inherit slint_common
1515

recipes-example/slint-hello-world/slint-hello-world_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRC_URI = "git://github.com/slint-ui/slint-cpp-template.git;protocol=https;branc
55

66
SUMMARY = "Work in progress recipe for Slint Hello World"
77
HOMEPAGE = "https://github.com/slint-ui/slint"
8-
LICENSE = "GPLv3 | Slint-Commercial"
8+
LICENSE = "GPLv3|Slint-Commercial"
99
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e911597e678943cde54111f7518e299"
1010

1111
S = "${WORKDIR}/git"

recipes-slint/slint/slint-cpp-v2.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate from crates.io."
99
HOMEPAGE = "https://github.com/slint-ui/slint"
1010
BUGTRACKER = "https://github.com/slint-ui/slint/issues"
1111

12-
LICENSE = "GPLv3 | Slint-Commercial"
12+
LICENSE = "GPLv3|Slint-Commercial"
1313
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a71019dc9c240d7add35e9d036870929"
1414

1515
inherit cmake

0 commit comments

Comments
 (0)