aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2024-04-05 11:00:25 -0600
committerKhem Raj <raj.khem@gmail.com>2024-04-06 10:03:36 -0700
commit8eba35f8b03659ffd73aceb52b6e78da8661a6dd (patch)
treecea9c1904fb0860abe8abb5553022837228f2f2b
parent0597c931ffbadf2a2242d8ed9cccb8567953d489 (diff)
downloadmeta-openembedded-8eba35f8b03659ffd73aceb52b6e78da8661a6dd.tar.gz
dash: correct licence
According to its copyright file, dash is only BSD-3-Clause. It has a build time tool from bash that's under the GPL, but only the tool's output is used, not the tool itself. So all compiled artefacts in dash appear to share the same licence. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-shells/dash/dash_0.5.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.12.bb b/meta-oe/recipes-shells/dash/dash_0.5.12.bb
index 9882ba6f8e..947ef702d7 100644
--- a/meta-oe/recipes-shells/dash/dash_0.5.12.bb
+++ b/meta-oe/recipes-shells/dash/dash_0.5.12.bb
@@ -2,7 +2,7 @@ SUMMARY = "Small and fast POSIX-compliant shell"
HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/"
SECTION = "System Environment/Shells"
-LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
inherit autotools update-alternatives