@series-inc/rundot-syncplay 5.24.0-beta.2 → 5.25.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +211 -0
- package/README.md +62 -736
- package/dist/authority-room.d.ts +11 -1
- package/dist/authority-room.js +38 -1
- package/dist/browser.d.ts +7 -26
- package/dist/browser.js +3 -14
- package/dist/creator.d.ts +5 -11
- package/dist/creator.js +2 -6
- package/dist/index.d.ts +10 -27
- package/dist/index.js +5 -14
- package/dist/instant-replay.d.ts +5 -5
- package/dist/instant-replay.js +3 -12
- package/dist/local-authority-wire.d.ts +13 -123
- package/dist/local-authority-wire.js +105 -1439
- package/dist/match-log.d.ts +2 -11
- package/dist/match-log.js +46 -55
- package/dist/networked-client.d.ts +10 -9
- package/dist/networked-client.js +56 -17
- package/dist/node.d.ts +4 -15
- package/dist/node.js +2 -11
- package/dist/physics3d-solver.d.ts +7 -0
- package/dist/physics3d-solver.js +38 -0
- package/dist/physics3d.d.ts +1 -0
- package/dist/physics3d.js +53 -0
- package/dist/r3f-render-adapter.d.ts +2 -2
- package/dist/r3f-render-adapter.js +38 -28
- package/dist/replay-inspect.d.ts +11 -41
- package/dist/replay-inspect.js +36 -207
- package/dist/replay-scoring.d.ts +2 -13
- package/dist/replay-scoring.js +3 -32
- package/dist/replay.d.ts +12 -14
- package/dist/replay.js +185 -308
- package/dist/runtime-session.d.ts +56 -0
- package/dist/runtime-session.js +333 -0
- package/dist/runtime-support.d.ts +3 -4
- package/dist/runtime-support.js +6 -7
- package/dist/sample-scenes.js +17 -33
- package/dist/schema-artifacts.js +3 -3
- package/dist/schema-codegen.js +4 -4
- package/dist/schema.d.ts +1 -1
- package/dist/schema.js +1 -1
- package/dist/sdk-session.d.ts +5 -53
- package/dist/sdk-session.js +28 -161
- package/dist/secret-client.d.ts +3 -2
- package/dist/session-promotion.d.ts +11 -26
- package/dist/session-promotion.js +48 -53
- package/dist/session-snapshot.d.ts +10 -9
- package/dist/session-snapshot.js +54 -6
- package/dist/session-wire.d.ts +10 -5
- package/dist/session-wire.js +54 -6
- package/dist/synctest.d.ts +7 -12
- package/dist/synctest.js +66 -145
- package/dist/testing.d.ts +0 -53
- package/dist/testing.js +0 -45
- package/dist/tools/index.d.ts +2 -2
- package/dist/tools/index.js +1 -2
- package/dist/types.d.ts +5 -118
- package/package.json +20 -125
- package/dist/certification.d.ts +0 -484
- package/dist/certification.js +0 -1940
- package/dist/chaos-certification.d.ts +0 -56
- package/dist/chaos-certification.js +0 -1397
- package/dist/checksum-basis.d.ts +0 -4
- package/dist/checksum-basis.js +0 -17
- package/dist/cjs/animation.js +0 -495
- package/dist/cjs/asset-cooking.js +0 -372
- package/dist/cjs/authority-room.js +0 -751
- package/dist/cjs/bot-documents.js +0 -556
- package/dist/cjs/bot-primitives.js +0 -482
- package/dist/cjs/browser.js +0 -291
- package/dist/cjs/canonical.js +0 -299
- package/dist/cjs/certification.js +0 -1945
- package/dist/cjs/chaos-certification.js +0 -1402
- package/dist/cjs/checksum-basis.js +0 -22
- package/dist/cjs/collections.js +0 -36
- package/dist/cjs/collider-cooking.js +0 -834
- package/dist/cjs/collision.js +0 -154
- package/dist/cjs/commands.js +0 -987
- package/dist/cjs/config-bundle.js +0 -491
- package/dist/cjs/cosmetic-physics3d.js +0 -201
- package/dist/cjs/creator.js +0 -56
- package/dist/cjs/deterministic-primitives.js +0 -134
- package/dist/cjs/deterministic-session.js +0 -1412
- package/dist/cjs/ecs-lite.js +0 -155
- package/dist/cjs/effects-adapter.js +0 -97
- package/dist/cjs/engine-complete.js +0 -2509
- package/dist/cjs/engine-core-proof.js +0 -70
- package/dist/cjs/engine-parity-matrix.js +0 -921
- package/dist/cjs/engine-parity.js +0 -3186
- package/dist/cjs/engine-runtime.js +0 -3141
- package/dist/cjs/errors.js +0 -22
- package/dist/cjs/events.js +0 -247
- package/dist/cjs/examples/counter-duel.js +0 -157
- package/dist/cjs/examples/fixed-arena.js +0 -368
- package/dist/cjs/index.js +0 -328
- package/dist/cjs/input-authority.js +0 -214
- package/dist/cjs/input-button.js +0 -256
- package/dist/cjs/input-timeline.js +0 -418
- package/dist/cjs/instant-replay.js +0 -61
- package/dist/cjs/lag-compensation3d.js +0 -837
- package/dist/cjs/local-authority-server-runner.js +0 -1123
- package/dist/cjs/local-authority-wire.js +0 -1516
- package/dist/cjs/local-authority.js +0 -817
- package/dist/cjs/local-ws-adapter.js +0 -150
- package/dist/cjs/match-log.js +0 -88
- package/dist/cjs/math.js +0 -514
- package/dist/cjs/mock-network-adapter.js +0 -26
- package/dist/cjs/movement.js +0 -703
- package/dist/cjs/movement3d.js +0 -1491
- package/dist/cjs/multiclient-authority.js +0 -308
- package/dist/cjs/multiplayer-service.js +0 -434
- package/dist/cjs/navigation.js +0 -347
- package/dist/cjs/navmesh.js +0 -1437
- package/dist/cjs/networked-client.js +0 -774
- package/dist/cjs/networked-input-authority.js +0 -443
- package/dist/cjs/node.js +0 -73
- package/dist/cjs/noise.js +0 -58
- package/dist/cjs/number-lab.js +0 -78
- package/dist/cjs/offline-session.js +0 -398
- package/dist/cjs/package.json +0 -1
- package/dist/cjs/pause-resume.js +0 -43
- package/dist/cjs/physics-cert.js +0 -572
- package/dist/cjs/physics2d.js +0 -757
- package/dist/cjs/physics3d-destruction-cert.js +0 -279
- package/dist/cjs/physics3d-heightfield.js +0 -51
- package/dist/cjs/physics3d-hull.js +0 -381
- package/dist/cjs/physics3d-joints.js +0 -843
- package/dist/cjs/physics3d-mass.js +0 -131
- package/dist/cjs/physics3d-recipes.js +0 -197
- package/dist/cjs/physics3d-shared.js +0 -298
- package/dist/cjs/physics3d-solver.js +0 -2161
- package/dist/cjs/physics3d-stacking.js +0 -154
- package/dist/cjs/physics3d-toi.js +0 -274
- package/dist/cjs/physics3d-vehicle.js +0 -492
- package/dist/cjs/physics3d-voxel.js +0 -94
- package/dist/cjs/physics3d.js +0 -3511
- package/dist/cjs/prediction-culling.js +0 -203
- package/dist/cjs/protocol-lab.js +0 -1299
- package/dist/cjs/r3f-render-adapter.js +0 -209
- package/dist/cjs/random.js +0 -108
- package/dist/cjs/replay-bundle.js +0 -1705
- package/dist/cjs/replay-inspect.js +0 -236
- package/dist/cjs/replay-scoring.js +0 -68
- package/dist/cjs/replay.js +0 -380
- package/dist/cjs/reports.js +0 -181
- package/dist/cjs/rollback-history.js +0 -251
- package/dist/cjs/runtime-guards.js +0 -111
- package/dist/cjs/runtime-support.js +0 -71
- package/dist/cjs/sample-lab.js +0 -145
- package/dist/cjs/sample-scenes.js +0 -755
- package/dist/cjs/schema-artifacts.js +0 -359
- package/dist/cjs/schema-codegen.js +0 -544
- package/dist/cjs/schema-dsl-binary.js +0 -655
- package/dist/cjs/schema.js +0 -319
- package/dist/cjs/sdk-offline.js +0 -81
- package/dist/cjs/sdk-session.js +0 -165
- package/dist/cjs/secret-authority.js +0 -647
- package/dist/cjs/secret-client.js +0 -615
- package/dist/cjs/secret-command-classification.js +0 -8
- package/dist/cjs/secret-config.js +0 -211
- package/dist/cjs/secret-crypto.js +0 -208
- package/dist/cjs/secret-protocol.js +0 -238
- package/dist/cjs/session-build.js +0 -45
- package/dist/cjs/session-promotion.js +0 -74
- package/dist/cjs/session-snapshot.js +0 -265
- package/dist/cjs/session-wire.js +0 -222
- package/dist/cjs/signals.js +0 -103
- package/dist/cjs/sparse-set.js +0 -169
- package/dist/cjs/synctest.js +0 -185
- package/dist/cjs/system-lifecycle.js +0 -286
- package/dist/cjs/testing.js +0 -110
- package/dist/cjs/timers.js +0 -61
- package/dist/cjs/tools/static-checker.js +0 -1516
- package/dist/cjs/types.js +0 -2
- package/dist/cjs/venus-mp-budget.js +0 -125
- package/dist/cjs/ws-frame.js +0 -255
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -11596
- package/dist/deterministic-session.d.ts +0 -197
- package/dist/deterministic-session.js +0 -1403
- package/dist/engine-complete.d.ts +0 -45
- package/dist/engine-complete.js +0 -2504
- package/dist/engine-parity-matrix.d.ts +0 -300
- package/dist/engine-parity-matrix.js +0 -916
- package/dist/engine-parity.d.ts +0 -74
- package/dist/engine-parity.js +0 -3181
- package/dist/examples/counter-duel.d.ts +0 -43
- package/dist/examples/counter-duel.js +0 -150
- package/dist/examples/fixed-arena.d.ts +0 -110
- package/dist/examples/fixed-arena.js +0 -356
- package/dist/input-timeline.d.ts +0 -65
- package/dist/input-timeline.js +0 -412
- package/dist/local-authority-server-runner.d.ts +0 -80
- package/dist/local-authority-server-runner.js +0 -1119
- package/dist/local-authority.d.ts +0 -160
- package/dist/local-authority.js +0 -810
- package/dist/local-ws-adapter.d.ts +0 -14
- package/dist/local-ws-adapter.js +0 -146
- package/dist/mock-network-adapter.d.ts +0 -13
- package/dist/mock-network-adapter.js +0 -23
- package/dist/multiplayer-service.d.ts +0 -153
- package/dist/multiplayer-service.js +0 -429
- package/dist/networked-input-authority.d.ts +0 -51
- package/dist/networked-input-authority.js +0 -439
- package/dist/offline-session.d.ts +0 -2
- package/dist/offline-session.js +0 -395
- package/dist/pause-resume.d.ts +0 -48
- package/dist/pause-resume.js +0 -40
- package/dist/protocol-lab.d.ts +0 -115
- package/dist/protocol-lab.js +0 -1295
- package/dist/replay-bundle.d.ts +0 -189
- package/dist/replay-bundle.js +0 -1692
- package/dist/reports.d.ts +0 -181
- package/dist/reports.js +0 -174
- package/dist/sample-lab.d.ts +0 -32
- package/dist/sample-lab.js +0 -134
- package/dist/sdk-offline.d.ts +0 -38
- package/dist/sdk-offline.js +0 -78
- package/dist/session-build.d.ts +0 -37
- package/dist/session-build.js +0 -42
- package/dist/tools/vite-plugin.d.ts +0 -77
- package/dist/tools/vite-plugin.js +0 -257
- package/dist/venus-mp-budget.d.ts +0 -29
- package/dist/venus-mp-budget.js +0 -122
package/LICENSE.md
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
RUN Repository Supplemental License v1.0
|
|
2
|
+
|
|
3
|
+
Copyright (c) Series Entertainment, Inc.
|
|
4
|
+
|
|
5
|
+
SPDX-License-Identifier: LicenseRef-RUN-Repository-Supplemental-1.0
|
|
6
|
+
|
|
7
|
+
TLDR
|
|
8
|
+
|
|
9
|
+
License Summary
|
|
10
|
+
|
|
11
|
+
This summary is not the license. The full terms below control.
|
|
12
|
+
|
|
13
|
+
OK before January 1, 2028:
|
|
14
|
+
|
|
15
|
+
* Use, copy, modify, fork, and share this repository for the RUN version of Your project.
|
|
16
|
+
* Build apps, games, videos, interactive fiction, tools, integrations, plugins, and assets for the RUN Platform.
|
|
17
|
+
* Commercialize Your RUN project. Commercial use on RUN is encouraged.
|
|
18
|
+
* Redistribute modified versions of this repository, as long as this same license stays with it.
|
|
19
|
+
* Build versions of Your project for other platforms, as long as You do not use this repository’s licensed code/assets in those non-RUN versions before January 1, 2028.
|
|
20
|
+
|
|
21
|
+
NOT OK before January 1, 2028:
|
|
22
|
+
|
|
23
|
+
* Use this repository’s licensed code/assets in non-RUN platforms, engines, marketplaces, SDKs, tools, apps, videos, interactive fiction, or services.
|
|
24
|
+
* Repackage or sell this repository’s licensed code/assets as a standalone product outside RUN.
|
|
25
|
+
* Remove copyright, license, or attribution notices.
|
|
26
|
+
* Claim Series Entertainment or RUN officially endorses Your project without permission.
|
|
27
|
+
|
|
28
|
+
MIT later:
|
|
29
|
+
|
|
30
|
+
* On January 1, 2028, the Series-owned and contributor-owned portions of this repository automatically convert to the MIT License.
|
|
31
|
+
* Third-party materials remain under their own licenses.
|
|
32
|
+
|
|
33
|
+
License
|
|
34
|
+
|
|
35
|
+
1. Relationship to the RUN Terms
|
|
36
|
+
|
|
37
|
+
This RUN Repository Supplemental License v1.0 (the “License”) is a supplemental license for this repository only.
|
|
38
|
+
|
|
39
|
+
This License does not replace, amend, or supersede the RUN End-User License Agreement, User Terms, Creator Terms, Community Standards, Privacy Policy, or any other terms that apply to the RUN Platform (defined below) including without limitation, terms applying to the RUN Studio, service tools, hosted services, accounts, marketplaces, publishing systems, monetization features, or other RUN Platform services (all such services collectively the “Services” and all of the foregoing terms the “RUN Terms”). If You access or use the RUN Platform or any RUN Services, the applicable RUN Terms continue to apply.
|
|
40
|
+
|
|
41
|
+
This License grants additional permissions for the repository materials identified below.
|
|
42
|
+
|
|
43
|
+
In the event of any conflict or inconsistency between this License and the applicable RUN Terms, the RUN Terms control.
|
|
44
|
+
|
|
45
|
+
Without limiting the generality of the foregoing, some of the Licensed Repository Materials (defined below), including premade templates and starter assets, may also be made available as Service Content under the RUN Creator Terms, including Sections 1.1 and 1.2, on a revocable basis. To the extent any materials are both Licensed Repository Materials and Service Content, the RUN Terms govern those materials, and nothing in this License grants broader, separate, or longer-lasting rights in those materials than the RUN Terms allow.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
2. Definitions
|
|
49
|
+
|
|
50
|
+
“Licensor” means Series Entertainment, Inc.
|
|
51
|
+
|
|
52
|
+
“You” and “Your” mean an active, registered user of the RUN Platform who maintains a RUN Platform account in good standing and who has agreed to and remains bound by the applicable RUN Terms. A person or entity that has not registered a RUN Platform account, or that has not agreed to the applicable RUN Terms, is not a “You,” receives no rights under this License, and is not eligible to use, hold, exercise, or rely on any rights in the Licensed Repository Materials under this License. Cloning, forking, downloading, or copying the Repository does not by itself make any person or entity a “You” or grant any rights under this License.
|
|
53
|
+
|
|
54
|
+
“Repository” means this public source repository and the files made available in it.
|
|
55
|
+
|
|
56
|
+
“Licensed Repository Materials” means the software, source code, object code, assets, documentation, examples, templates, configurations, and other materials in this Repository that are owned by Licensor or contributed to this Repository under this License.
|
|
57
|
+
|
|
58
|
+
“RUN Platform” means the platforms and services available at run.tv, run.world, w.run and run.game and all services, apps, tools, SDKs, APIs, marketplaces, publishing systems, distribution channels, integrations, developer services, and related services made available, operated, or approved by Series Entertainment, Inc. or its affiliates thereon and in connection therewith.
|
|
59
|
+
|
|
60
|
+
“Permitted RUN Use” means using the Licensed Repository Materials solely in connection with creating, testing, publishing, distributing, deploying, monetizing, operating, supporting, or integrating with the RUN version of a project.
|
|
61
|
+
|
|
62
|
+
“Project” means any game, application, video, interactive fiction work, experience, tool, plugin, integration, asset pack, template, example, service, or other creative or technical work.
|
|
63
|
+
|
|
64
|
+
“Non-RUN Use” means any use of the Licensed Repository Materials other than a Permitted RUN Use.
|
|
65
|
+
|
|
66
|
+
“Change Date” means January 1, 2028.
|
|
67
|
+
|
|
68
|
+
“Change License” means the MIT License included in Section 11.
|
|
69
|
+
|
|
70
|
+
“Contribution” means any software, source code, object code, assets, documentation, examples, templates, configurations, or other materials of any kind that You contribute to the Repository.
|
|
71
|
+
|
|
72
|
+
“Third-Party Materials” means any software, source code, object code, assets, documentation, examples, templates, data, or other materials included in this Repository that are owned by third parties or made available under separate license terms.
|
|
73
|
+
|
|
74
|
+
3. Supplemental License Grant Before the Change Date
|
|
75
|
+
|
|
76
|
+
Subject to the terms herein and the applicable RUN Terms, Licensor grants You (as defined above) a worldwide, royalty-free, non-exclusive license before the Change Date to do the following, solely for Permitted RUN Uses:
|
|
77
|
+
|
|
78
|
+
1. use, copy, and modify the Licensed Repository Materials;
|
|
79
|
+
2. create derivative works based on the Licensed Repository Materials;
|
|
80
|
+
3. distribute copies of the Licensed Repository Materials and Your modifications; and
|
|
81
|
+
4. use the Licensed Repository Materials in source, object, compiled, or packaged form.
|
|
82
|
+
|
|
83
|
+
Your commercial use of the Licensed Repository Materials for Permitted RUN Use is expressly allowed and encouraged.
|
|
84
|
+
|
|
85
|
+
The rights granted in this Section 3 are personal to You as an eligible RUN Platform user. They are valid only while You maintain an active, registered RUN Platform account in good standing and remain in compliance with the applicable RUN Terms. This License does not grant any rights to any person or entity that does not fall within the definition of “You” in Section 2 above.
|
|
86
|
+
|
|
87
|
+
4. Non-RUN Versions of Projects
|
|
88
|
+
|
|
89
|
+
You may create, publish, distribute, monetize, or support versions of Your Project for platforms other than the RUN Platform.
|
|
90
|
+
|
|
91
|
+
However, before the Change Date, You may not use the Licensed Repository Materials, or derivative works based on the Licensed Repository Materials, in any non-RUN version of Your Project.
|
|
92
|
+
|
|
93
|
+
For clarity, this License restricts use of the Licensed Repository Materials before the Change Date. It does not restrict Your independently created code, assets, ideas, gameplay, business, brand, or project concepts that do not use the Licensed Repository Materials.
|
|
94
|
+
|
|
95
|
+
5. Restrictions Before the Change Date
|
|
96
|
+
|
|
97
|
+
Before the Change Date, You may not:
|
|
98
|
+
|
|
99
|
+
1. use the Licensed Repository Materials for any Non-RUN Use;
|
|
100
|
+
2. use the Licensed Repository Materials in or for any platform, engine, marketplace, runtime, SDK, toolchain, application, video, interactive fiction work, service, or distribution channel that is not the RUN Platform;
|
|
101
|
+
3. sublicense the Licensed Repository Materials under different terms before the Change Date;
|
|
102
|
+
4. sell, lease, rent, host, or provide the Licensed Repository Materials as a standalone product or service outside the RUN Platform;
|
|
103
|
+
5. remove, obscure, or alter copyright notices, license notices, attribution notices, or notices identifying Third-Party Materials;
|
|
104
|
+
6. impose additional terms on the Licensed Repository Materials that conflict with this License;
|
|
105
|
+
7. imply endorsement, sponsorship, certification, partnership, or approval by Licensor or RUN unless Licensor has given You prior written permission.
|
|
106
|
+
|
|
107
|
+
6. Distribution Before the Change Date
|
|
108
|
+
|
|
109
|
+
Before the Change Date, You may distribute the Licensed Repository Materials or modifications to the Licensed Repository Materials only if:
|
|
110
|
+
|
|
111
|
+
1. the distribution is for a Permitted RUN Use;
|
|
112
|
+
2. You include a copy of this License;
|
|
113
|
+
3. You preserve all copyright, license, and attribution notices;
|
|
114
|
+
4. You clearly identify any material modifications You made; and
|
|
115
|
+
5. You distribute the Licensed Repository Materials and Your modifications under this same RUN Repository Supplemental License v1.0.
|
|
116
|
+
|
|
117
|
+
7. Contributions
|
|
118
|
+
|
|
119
|
+
Unless Licensor has a separate written agreement with You, any Contribution You submit to this Repository is submitted under this RUN Repository Supplemental License v1.0.
|
|
120
|
+
|
|
121
|
+
By submitting a Contribution, You represent that You have the right to license the Contribution under this License.
|
|
122
|
+
|
|
123
|
+
You agree that Your Contribution may be used, copied, modified, distributed, sublicensed, and relicensed under this License, including the automatic conversion to the MIT License on and after the Change Date.
|
|
124
|
+
|
|
125
|
+
You may submit a Contribution only if You are a “You” as defined in Section 2 and You first accept the then-current Contributor License Agreement or Developer Certificate of Origin made available by Licensor through the applicable code-hosting platform. Licensor may decline to accept, or may require the removal of, any Contribution that has not cleared that acceptance step, and a pull request that has not cleared it should not be merged.
|
|
126
|
+
|
|
127
|
+
By submitting a Contribution, You represent and warrant that: (a) You are the sole author of the Contribution or otherwise have all rights necessary to submit it and to license it under this License; (b) the Contribution is Your original work and does not incorporate code, assets, or other materials owned by any third party, including any current or former employer, except where those materials are clearly identified and accompanied by a license that permits their inclusion and onward licensing under this License; (c) the Contribution does not contain any confidential information of any third party or infringe or misappropriate the intellectual property, confidentiality, or other rights of any third party; and (d) You are not subject to any agreement, obligation, or restriction that conflicts with these representations.
|
|
128
|
+
|
|
129
|
+
You agree to defend, indemnify, and hold harmless Licensor and its affiliates from and against any claim, loss, damage, cost, or expense, including reasonable legal fees, arising out of or related to (i) Your breach of the terms of this License, including without limitation the representations in this Section 7, or (ii) any Contribution You submit.
|
|
130
|
+
|
|
131
|
+
If You have accepted a Contributor License Agreement or Developer Certificate of Origin for a Contribution, that instrument governs in the event of any conflict between it and this Section 7 with respect to that Contribution.
|
|
132
|
+
|
|
133
|
+
8. Third-Party Materials
|
|
134
|
+
|
|
135
|
+
This License does not apply to Third-Party Materials.
|
|
136
|
+
|
|
137
|
+
Third-Party Materials remain subject to their original license terms. Nothing in this License limits any rights You already have under any applicable third-party license, including MIT, Apache, BSD, ISC, CC0, Creative Commons, public domain dedication, or other third-party terms.
|
|
138
|
+
|
|
139
|
+
If there is a conflict between this License and the license for Third-Party Materials, the license for the Third-Party Materials controls with respect to those Third-Party Materials.
|
|
140
|
+
|
|
141
|
+
9. Automatic Conversion on the Change Date
|
|
142
|
+
|
|
143
|
+
On and after January 1, 2028, the Licensed Repository Materials are automatically licensed under the Change License.
|
|
144
|
+
|
|
145
|
+
After the Change Date, the RUN-only restrictions in Sections 3, 4, 5, and 6 no longer apply to the Licensed Repository Materials. The Licensed Repository Materials may be used under the MIT License below.
|
|
146
|
+
|
|
147
|
+
For clarity, this automatic conversion does not:
|
|
148
|
+
|
|
149
|
+
1. change the license terms for Third-Party Materials;
|
|
150
|
+
2. grant trademark rights;
|
|
151
|
+
3. grant rights to access hosted services, private APIs, marketplaces, accounts, publishing systems, developer programs, or other RUN services;
|
|
152
|
+
4. affect any separate written agreement You may have with Licensor.
|
|
153
|
+
|
|
154
|
+
10. Administrative Error; Reservation of Right to Revoke.
|
|
155
|
+
|
|
156
|
+
Notwithstanding the automatic conversion described above, Licensor reserves the absolute right, at any time and in its sole discretion, to retroactively revoke this License as to any specific file or material that was added to the Repository in error, including any proprietary system module, unreleased or platform-adjacent code, licensed third-party asset, or any material that Licensor was not authorized to license under this License. A file or material that is the subject of such a revocation is, and is deemed always to have been, excluded from the Licensed Repository Materials and excluded from the automatic conversion to the Change License, and no rights in that file or material pass under this License or under the Change License.
|
|
157
|
+
|
|
158
|
+
Upon notice of a revocation under this Section, You must cease using, copying, modifying, and distributing the affected file or material and, to the extent practicable, remove it from any copy or fork within Your control. This Section does not limit any other right or remedy of Licensor, including under the RUN Terms or applicable law.
|
|
159
|
+
|
|
160
|
+
11. Change License: MIT License
|
|
161
|
+
|
|
162
|
+
Subject to Section 10 above, on and after January 1, 2028, the Licensed Repository Materials are licensed as follows:
|
|
163
|
+
|
|
164
|
+
MIT License
|
|
165
|
+
|
|
166
|
+
Copyright (c) Series Entertainment, Inc.
|
|
167
|
+
|
|
168
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, assets, and materials covered by this License (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
169
|
+
|
|
170
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
171
|
+
|
|
172
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
173
|
+
|
|
174
|
+
12. No Warranty
|
|
175
|
+
|
|
176
|
+
Before the Change Date, the Licensed Repository Materials are provided “as is,” without warranty of any kind, express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, title, quiet enjoyment, and noninfringement.
|
|
177
|
+
|
|
178
|
+
Licensor is not liable for any claim, damages, losses, costs, expenses, or other liability arising from or related to the Licensed Repository Materials or Your use of the Licensed Repository Materials.
|
|
179
|
+
|
|
180
|
+
Nothing in this section limits any warranty disclaimer, limitation of liability, indemnity, dispute resolution provision, or other term in the RUN Terms that applies to Your use of the RUN Platform or RUN Services.
|
|
181
|
+
|
|
182
|
+
13. Termination
|
|
183
|
+
|
|
184
|
+
Before the Change Date, Your rights under this License terminate automatically if You materially violate this License and fail to cure the violation within thirty (30) days after receiving written notice from Licensor.
|
|
185
|
+
|
|
186
|
+
After termination, You must stop using, copying, modifying, and distributing the Licensed Repository Materials, except to the extent You have separate rights under the license for Third-Party Materials or under the MIT License after the Change Date.
|
|
187
|
+
|
|
188
|
+
Termination of this supplemental License does not limit any rights or remedies available under the RUN Terms or applicable law.
|
|
189
|
+
|
|
190
|
+
14. No Platform Access or Trademark Grant
|
|
191
|
+
|
|
192
|
+
This License does not grant any rights to use the names, logos, trademarks, trade dress, branding, or service marks of Series Entertainment, Inc., RUN, or any related product or service, except as necessary to accurately describe compatibility with the RUN Platform.
|
|
193
|
+
|
|
194
|
+
This License does not grant any right to access hosted services, private APIs, developer accounts, marketplaces, app stores, publishing tools, distribution channels, or other services operated by Licensor. Those services may be subject to separate terms.
|
|
195
|
+
|
|
196
|
+
15. Interpretation
|
|
197
|
+
|
|
198
|
+
This License applies only to copyright and similar rights in the Licensed Repository Materials.
|
|
199
|
+
|
|
200
|
+
Any rights not expressly granted in this License are reserved by Licensor.
|
|
201
|
+
|
|
202
|
+
If any provision of this License is held to be unenforceable, the remaining provisions will remain in effect.
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
16. Recommended File Header
|
|
206
|
+
|
|
207
|
+
For files covered by this License, Licensor recommends the following source header:
|
|
208
|
+
|
|
209
|
+
SPDX-License-Identifier: LicenseRef-RUN-Repository-Supplemental-1.0
|
|
210
|
+
|
|
211
|
+
For files covered by separate third-party licenses, use the applicable third-party SPDX identifier or license notice.
|