Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
f1637782
Commit
f1637782
authored
3 years ago
by
Hubert Chathi
Browse files
Options
Downloads
Patches
Plain Diff
Add LibreJS license tag
parent
09384b4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+3
-0
3 additions, 0 deletions
Makefile
javascript/olm_prefix.js.in
+7
-0
7 additions, 0 deletions
javascript/olm_prefix.js.in
javascript/olm_suffix.js
+2
-0
2 additions, 0 deletions
javascript/olm_suffix.js
with
12 additions
and
0 deletions
Makefile
+
3
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
javascript/olm_prefix.js
→
javascript/olm_prefix.js
.in
+
7
−
0
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;
...
...
This diff is collapsed.
Click to expand it.
javascript/olm_suffix.js
+
2
−
0
View file @
f1637782
...
...
@@ -34,3 +34,5 @@ if (typeof module === 'object') {
// level wrapper class.
module
.
exports
=
Olm
;
}
// @license-end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment