@series-inc/rundot-syncplay 5.24.0-beta.1 → 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.
Files changed (231) hide show
  1. package/LICENSE.md +211 -0
  2. package/README.md +62 -729
  3. package/dist/authority-room.d.ts +17 -1
  4. package/dist/authority-room.js +43 -2
  5. package/dist/browser.d.ts +13 -28
  6. package/dist/browser.js +5 -14
  7. package/dist/cosmetic-physics3d.d.ts +41 -0
  8. package/dist/cosmetic-physics3d.js +196 -0
  9. package/dist/creator.d.ts +13 -11
  10. package/dist/creator.js +9 -6
  11. package/dist/index.d.ts +17 -28
  12. package/dist/index.js +8 -14
  13. package/dist/input-authority.d.ts +3 -0
  14. package/dist/input-authority.js +33 -1
  15. package/dist/instant-replay.d.ts +5 -5
  16. package/dist/instant-replay.js +3 -12
  17. package/dist/local-authority-wire.d.ts +13 -123
  18. package/dist/local-authority-wire.js +105 -1439
  19. package/dist/match-log.d.ts +2 -11
  20. package/dist/match-log.js +46 -55
  21. package/dist/math.d.ts +4 -0
  22. package/dist/math.js +30 -0
  23. package/dist/networked-client.d.ts +19 -9
  24. package/dist/networked-client.js +93 -21
  25. package/dist/node.d.ts +4 -15
  26. package/dist/node.js +2 -11
  27. package/dist/physics3d-destruction-cert.d.ts +35 -0
  28. package/dist/physics3d-destruction-cert.js +276 -0
  29. package/dist/physics3d-solver.d.ts +33 -1
  30. package/dist/physics3d-solver.js +132 -32
  31. package/dist/physics3d-voxel.d.ts +20 -0
  32. package/dist/physics3d-voxel.js +91 -0
  33. package/dist/physics3d.d.ts +31 -2
  34. package/dist/physics3d.js +173 -3
  35. package/dist/r3f-render-adapter.d.ts +2 -2
  36. package/dist/r3f-render-adapter.js +38 -28
  37. package/dist/replay-inspect.d.ts +11 -41
  38. package/dist/replay-inspect.js +36 -207
  39. package/dist/replay-scoring.d.ts +2 -13
  40. package/dist/replay-scoring.js +3 -32
  41. package/dist/replay.d.ts +12 -14
  42. package/dist/replay.js +185 -308
  43. package/dist/runtime-session.d.ts +56 -0
  44. package/dist/runtime-session.js +333 -0
  45. package/dist/runtime-support.d.ts +3 -4
  46. package/dist/runtime-support.js +6 -7
  47. package/dist/sample-scenes.js +17 -33
  48. package/dist/schema-artifacts.js +3 -3
  49. package/dist/schema-codegen.js +4 -4
  50. package/dist/schema.d.ts +1 -1
  51. package/dist/schema.js +1 -1
  52. package/dist/sdk-session.d.ts +5 -51
  53. package/dist/sdk-session.js +28 -160
  54. package/dist/secret-client.d.ts +3 -2
  55. package/dist/session-promotion.d.ts +11 -26
  56. package/dist/session-promotion.js +48 -53
  57. package/dist/session-snapshot.d.ts +10 -9
  58. package/dist/session-snapshot.js +54 -6
  59. package/dist/session-wire.d.ts +10 -5
  60. package/dist/session-wire.js +66 -12
  61. package/dist/synctest.d.ts +7 -12
  62. package/dist/synctest.js +66 -145
  63. package/dist/testing.d.ts +0 -53
  64. package/dist/testing.js +0 -45
  65. package/dist/tools/index.d.ts +2 -2
  66. package/dist/tools/index.js +1 -2
  67. package/dist/types.d.ts +5 -118
  68. package/package.json +19 -123
  69. package/dist/certification.d.ts +0 -484
  70. package/dist/certification.js +0 -1940
  71. package/dist/chaos-certification.d.ts +0 -56
  72. package/dist/chaos-certification.js +0 -1397
  73. package/dist/checksum-basis.d.ts +0 -4
  74. package/dist/checksum-basis.js +0 -17
  75. package/dist/cjs/animation.js +0 -495
  76. package/dist/cjs/asset-cooking.js +0 -372
  77. package/dist/cjs/authority-room.js +0 -747
  78. package/dist/cjs/bot-documents.js +0 -556
  79. package/dist/cjs/bot-primitives.js +0 -482
  80. package/dist/cjs/browser.js +0 -284
  81. package/dist/cjs/canonical.js +0 -299
  82. package/dist/cjs/certification.js +0 -1945
  83. package/dist/cjs/chaos-certification.js +0 -1402
  84. package/dist/cjs/checksum-basis.js +0 -22
  85. package/dist/cjs/collections.js +0 -36
  86. package/dist/cjs/collider-cooking.js +0 -834
  87. package/dist/cjs/collision.js +0 -154
  88. package/dist/cjs/commands.js +0 -987
  89. package/dist/cjs/config-bundle.js +0 -491
  90. package/dist/cjs/creator.js +0 -31
  91. package/dist/cjs/deterministic-primitives.js +0 -134
  92. package/dist/cjs/deterministic-session.js +0 -1412
  93. package/dist/cjs/ecs-lite.js +0 -155
  94. package/dist/cjs/effects-adapter.js +0 -97
  95. package/dist/cjs/engine-complete.js +0 -2504
  96. package/dist/cjs/engine-core-proof.js +0 -70
  97. package/dist/cjs/engine-parity-matrix.js +0 -921
  98. package/dist/cjs/engine-parity.js +0 -3183
  99. package/dist/cjs/engine-runtime.js +0 -3141
  100. package/dist/cjs/errors.js +0 -22
  101. package/dist/cjs/events.js +0 -247
  102. package/dist/cjs/examples/counter-duel.js +0 -157
  103. package/dist/cjs/examples/fixed-arena.js +0 -368
  104. package/dist/cjs/index.js +0 -318
  105. package/dist/cjs/input-authority.js +0 -182
  106. package/dist/cjs/input-button.js +0 -256
  107. package/dist/cjs/input-timeline.js +0 -418
  108. package/dist/cjs/instant-replay.js +0 -61
  109. package/dist/cjs/lag-compensation3d.js +0 -837
  110. package/dist/cjs/local-authority-server-runner.js +0 -1123
  111. package/dist/cjs/local-authority-wire.js +0 -1516
  112. package/dist/cjs/local-authority.js +0 -817
  113. package/dist/cjs/local-ws-adapter.js +0 -150
  114. package/dist/cjs/match-log.js +0 -88
  115. package/dist/cjs/math.js +0 -484
  116. package/dist/cjs/mock-network-adapter.js +0 -26
  117. package/dist/cjs/movement.js +0 -703
  118. package/dist/cjs/movement3d.js +0 -1491
  119. package/dist/cjs/multiclient-authority.js +0 -308
  120. package/dist/cjs/multiplayer-service.js +0 -434
  121. package/dist/cjs/navigation.js +0 -347
  122. package/dist/cjs/navmesh.js +0 -1437
  123. package/dist/cjs/networked-client.js +0 -741
  124. package/dist/cjs/networked-input-authority.js +0 -443
  125. package/dist/cjs/node.js +0 -73
  126. package/dist/cjs/noise.js +0 -58
  127. package/dist/cjs/number-lab.js +0 -78
  128. package/dist/cjs/offline-session.js +0 -398
  129. package/dist/cjs/package.json +0 -1
  130. package/dist/cjs/pause-resume.js +0 -43
  131. package/dist/cjs/physics-cert.js +0 -572
  132. package/dist/cjs/physics2d.js +0 -757
  133. package/dist/cjs/physics3d-heightfield.js +0 -51
  134. package/dist/cjs/physics3d-hull.js +0 -381
  135. package/dist/cjs/physics3d-joints.js +0 -843
  136. package/dist/cjs/physics3d-mass.js +0 -131
  137. package/dist/cjs/physics3d-recipes.js +0 -197
  138. package/dist/cjs/physics3d-shared.js +0 -298
  139. package/dist/cjs/physics3d-solver.js +0 -2098
  140. package/dist/cjs/physics3d-stacking.js +0 -154
  141. package/dist/cjs/physics3d-toi.js +0 -274
  142. package/dist/cjs/physics3d-vehicle.js +0 -492
  143. package/dist/cjs/physics3d.js +0 -3393
  144. package/dist/cjs/prediction-culling.js +0 -203
  145. package/dist/cjs/protocol-lab.js +0 -1299
  146. package/dist/cjs/r3f-render-adapter.js +0 -209
  147. package/dist/cjs/random.js +0 -108
  148. package/dist/cjs/replay-bundle.js +0 -1705
  149. package/dist/cjs/replay-inspect.js +0 -236
  150. package/dist/cjs/replay-scoring.js +0 -68
  151. package/dist/cjs/replay.js +0 -380
  152. package/dist/cjs/reports.js +0 -181
  153. package/dist/cjs/rollback-history.js +0 -251
  154. package/dist/cjs/runtime-guards.js +0 -111
  155. package/dist/cjs/runtime-support.js +0 -71
  156. package/dist/cjs/sample-lab.js +0 -145
  157. package/dist/cjs/sample-scenes.js +0 -755
  158. package/dist/cjs/schema-artifacts.js +0 -359
  159. package/dist/cjs/schema-codegen.js +0 -544
  160. package/dist/cjs/schema-dsl-binary.js +0 -655
  161. package/dist/cjs/schema.js +0 -319
  162. package/dist/cjs/sdk-offline.js +0 -81
  163. package/dist/cjs/sdk-session.js +0 -164
  164. package/dist/cjs/secret-authority.js +0 -647
  165. package/dist/cjs/secret-client.js +0 -615
  166. package/dist/cjs/secret-command-classification.js +0 -8
  167. package/dist/cjs/secret-config.js +0 -211
  168. package/dist/cjs/secret-crypto.js +0 -208
  169. package/dist/cjs/secret-protocol.js +0 -238
  170. package/dist/cjs/session-build.js +0 -45
  171. package/dist/cjs/session-promotion.js +0 -74
  172. package/dist/cjs/session-snapshot.js +0 -265
  173. package/dist/cjs/session-wire.js +0 -216
  174. package/dist/cjs/signals.js +0 -103
  175. package/dist/cjs/sparse-set.js +0 -169
  176. package/dist/cjs/synctest.js +0 -185
  177. package/dist/cjs/system-lifecycle.js +0 -286
  178. package/dist/cjs/testing.js +0 -110
  179. package/dist/cjs/timers.js +0 -61
  180. package/dist/cjs/tools/static-checker.js +0 -1516
  181. package/dist/cjs/types.js +0 -2
  182. package/dist/cjs/venus-mp-budget.js +0 -125
  183. package/dist/cjs/ws-frame.js +0 -255
  184. package/dist/cli.d.ts +0 -2
  185. package/dist/cli.js +0 -11552
  186. package/dist/deterministic-session.d.ts +0 -197
  187. package/dist/deterministic-session.js +0 -1403
  188. package/dist/engine-complete.d.ts +0 -45
  189. package/dist/engine-complete.js +0 -2499
  190. package/dist/engine-parity-matrix.d.ts +0 -300
  191. package/dist/engine-parity-matrix.js +0 -916
  192. package/dist/engine-parity.d.ts +0 -74
  193. package/dist/engine-parity.js +0 -3178
  194. package/dist/examples/counter-duel.d.ts +0 -43
  195. package/dist/examples/counter-duel.js +0 -150
  196. package/dist/examples/fixed-arena.d.ts +0 -110
  197. package/dist/examples/fixed-arena.js +0 -356
  198. package/dist/input-timeline.d.ts +0 -65
  199. package/dist/input-timeline.js +0 -412
  200. package/dist/local-authority-server-runner.d.ts +0 -80
  201. package/dist/local-authority-server-runner.js +0 -1119
  202. package/dist/local-authority.d.ts +0 -160
  203. package/dist/local-authority.js +0 -810
  204. package/dist/local-ws-adapter.d.ts +0 -14
  205. package/dist/local-ws-adapter.js +0 -146
  206. package/dist/mock-network-adapter.d.ts +0 -13
  207. package/dist/mock-network-adapter.js +0 -23
  208. package/dist/multiplayer-service.d.ts +0 -153
  209. package/dist/multiplayer-service.js +0 -429
  210. package/dist/networked-input-authority.d.ts +0 -51
  211. package/dist/networked-input-authority.js +0 -439
  212. package/dist/offline-session.d.ts +0 -2
  213. package/dist/offline-session.js +0 -395
  214. package/dist/pause-resume.d.ts +0 -48
  215. package/dist/pause-resume.js +0 -40
  216. package/dist/protocol-lab.d.ts +0 -115
  217. package/dist/protocol-lab.js +0 -1295
  218. package/dist/replay-bundle.d.ts +0 -189
  219. package/dist/replay-bundle.js +0 -1692
  220. package/dist/reports.d.ts +0 -181
  221. package/dist/reports.js +0 -174
  222. package/dist/sample-lab.d.ts +0 -32
  223. package/dist/sample-lab.js +0 -134
  224. package/dist/sdk-offline.d.ts +0 -38
  225. package/dist/sdk-offline.js +0 -78
  226. package/dist/session-build.d.ts +0 -37
  227. package/dist/session-build.js +0 -42
  228. package/dist/tools/vite-plugin.d.ts +0 -77
  229. package/dist/tools/vite-plugin.js +0 -257
  230. package/dist/venus-mp-budget.d.ts +0 -29
  231. 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.