The new version added a instance of the MIT license.
Not all of the components listed in the LICENSE are used (external
dependencies instead of internal ones and other unused stuff). But some of
them are relevant, such as BSD-3-Clause for v8 and ISC of other smaller
stuff.

Signed-off-by: Michael Olbrich <[email protected]>
---
Hi,

So, the list of licenses is a bit longer.

Ulrich, can you take a look at this and see if anything else should be
added?
Michael

 rules/nodejs.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/nodejs.make b/rules/nodejs.make
index 26335200cfb4..2330e98a377a 100644
--- a/rules/nodejs.make
+++ b/rules/nodejs.make
@@ -24,9 +24,9 @@ NODEJS_SUFFIX         := tar.xz
 NODEJS_URL             := 
http://nodejs.org/dist/$(NODEJS_VERSION)/$(NODEJS).$(NODEJS_SUFFIX)
 NODEJS_SOURCE          := $(SRCDIR)/$(NODEJS).$(NODEJS_SUFFIX)
 NODEJS_DIR             := $(BUILDDIR)/$(NODEJS)
-NODEJS_LICENSE         := MIT
+NODEJS_LICENSE         := MIT AND ISC AND BSD-3-Clause
 NODEJS_LICENSE_FILES   := \
-        file://LICENSE;md5=be4d5107c64dc3d7c57e3797e1a0674b
+        file://LICENSE;md5=126890df35936bbffe9fa00c90ad4870
 
 NODEJS_HOST_TOOLS      := \
        bytecode_builtins_list_generator \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to