chiark / gitweb /
Sort out use of intree webassembly-types
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Oct 2020 22:20:17 +0000 (23:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Oct 2020 22:20:17 +0000 (23:20 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
LICENCE
Makefile

diff --git a/LICENCE b/LICENCE
index 323014ece1d233212f307667f20c5dc35f26a5b5..110f916065a530d9a3da6549691e96d36548ec7c 100644 (file)
--- 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+.
index aaddbfc368a793effea6281a17d52f4c7287560d..1c927579c491b4d7e4c7c7b25c9e5fa8f781e949 100644 (file)
--- 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)))