From 806ebd9314a0af89a334e04d85041e54b1ce29ad Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Nov 2021 16:11:27 +0000 Subject: nodejs: set precise BSD license "BSD" is ambiguous, use the precise licenses BSD-2-Clause and BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 4004a2279e11287407d820b997bb043b6ffe6fa7) [Fixed up for Honistor context] Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb index 4715019798..47be000c9f 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" HOMEPAGE = "http://nodejs.org" -LICENSE = "MIT & BSD & Artistic-2.0" +LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a1016f9b7979cfe6fc3466a9bba60b1e" DEPENDS = "openssl" -- cgit 1.2.3-korg