Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
f1637782
Commit
f1637782
authored
Mar 31, 2021
by
Hubert Chathi
Browse files
Add LibreJS license tag
parent
09384b4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f1637782
...
...
@@ -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.
...
...
javascript/olm_prefix.js
→
javascript/olm_prefix.js
.in
View file @
f1637782
// @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;
...
...
javascript/olm_suffix.js
View file @
f1637782
...
...
@@ -34,3 +34,5 @@ if (typeof module === 'object') {
// level wrapper class.
module
.
exports
=
Olm
;
}
// @license-end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment