Skip to content
Snippets Groups Projects
Commit f1637782 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

Add LibreJS license tag

parent 09384b4d
No related branches found
No related tags found
No related merge requests found
......@@ -191,6 +191,9 @@ wasm: $(WASM_TARGET)
$(WASM_TARGET): $(WASM_OBJECTS)
$(EMAR) rcs $@ $^
javascript/olm_prefix.js: javascript/olm_prefix.js.in Makefile
sed s/@VERSION@/$(VERSION)/ javascript/olm_prefix.js.in > $@
# Note that the output file we give to emcc determines the name of the
# wasm file baked into the js, hence messing around outputting to olm.js
# and then renaming it.
......
// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache-2.0
// @source: https://gitlab.matrix.org/matrix-org/olm/-/tree/@VERSION@
var Olm = (function() {
var olm_exports = {};
var onInitSuccess;
......
......@@ -34,3 +34,5 @@ if (typeof module === 'object') {
// level wrapper class.
module.exports = Olm;
}
// @license-end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment