From: Ian Jackson Date: Sat, 10 Oct 2020 22:20:17 +0000 (+0100) Subject: Sort out use of intree webassembly-types X-Git-Tag: otter-0.2.0~706 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d98f7b75cf5a7de2b42b9bb373c7ad20abfabd74;p=otter.git Sort out use of intree webassembly-types Signed-off-by: Ian Jackson --- 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)))