From d98f7b75cf5a7de2b42b9bb373c7ad20abfabd74 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Oct 2020 23:20:17 +0100 Subject: [PATCH] Sort out use of intree webassembly-types Signed-off-by: Ian Jackson --- LICENCE | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LICENCE b/LICENCE index 323014ec..110f9160 100644 --- a/LICENCE +++ b/LICENCE @@ -90,3 +90,7 @@ Some individual files are dual-licenced and say Those files are available under the MIT-0 permissive licence when taken separately, but when distributed as part of otter, they are AGPLv3+. + +The imported git subtree webassembly-types/ is by 01Alchemist and is +available under the MIT licence (SPDX "MIT"). Again, when distributed +as part of otter, this is AGPLv3+. diff --git a/Makefile b/Makefile index aaddbfc3..1c927579 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ $(LIBRARY_FILES): $(USVG_PROCESSOR) $(USVG_BINARY) Makefile TS_SRCS= script bigfloat TS_SRC_FILES= \ - ../webassembly-types/webassembly.d.ts \ + webassembly-types/webassembly.d.ts \ templates/otter_wasm.ns.d.ts \ $(addprefix templates/,$(addsuffix .ts,$(TS_SRCS))) -- 2.30.2