@musnows/scriverse 0.5.1 → 0.5.3

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/README.en.md CHANGED
@@ -221,6 +221,14 @@ Scriverse is currently an MVP. APIs and data structures may still change. Back u
221
221
 
222
222
  Read the [contribution guide](docs/CONTRIBUTING.md) before submitting code or documentation. Start everyday changes from the latest `develop` branch and merge them through a Pull Request targeting `develop`.
223
223
 
224
+ ## License
225
+
226
+ Copyright (C) 2026 musnows
227
+
228
+ Except for third-party components identified separately, the project is licensed from this license change onward under the [GNU Affero General Public License v3.0 only](LICENSE) (`AGPL-3.0-only`). You may use, modify, distribute, or commercialize the software, but distributed derivative versions must continue to provide their corresponding source under AGPLv3. Modified versions that interact with users over a network must also offer those users the corresponding source of that version.
229
+
230
+ Versions published before this license change remain under the license included with their respective releases.
231
+
224
232
  ## 🌟 Special Thanks
225
233
 
226
234
  Thanks to the open-source [Vditor](https://github.com/Vanessa219/vditor) project for providing the Markdown editor, instant rendering, and split preview capabilities used by Scriverse.
package/README.md CHANGED
@@ -229,6 +229,14 @@ curl http://127.0.0.1:13210/api/health
229
229
 
230
230
  提交代码或文档前,请阅读 [协作开发规范](docs/CONTRIBUTING.md)。所有日常变更均从最新 `develop` 派生,并通过以 `develop` 为目标分支的 Pull Request 合入。
231
231
 
232
+ ## 许可证
233
+
234
+ Copyright (C) 2026 musnows
235
+
236
+ 除另有说明的第三方组件外,本项目自本次许可证变更起采用 [GNU Affero General Public License v3.0 only](LICENSE)(`AGPL-3.0-only`)授权。你可以使用、修改、分发或商业化本软件,但分发衍生版本时必须继续以 AGPLv3 提供对应源码;如果修改后的版本通过网络与用户交互,也必须向这些用户提供该版本的对应源码。
237
+
238
+ 许可证变更前已经发布的版本继续适用其发布时附带的许可证。
239
+
232
240
  ## 🌟 Special Thanks
233
241
 
234
242
  感谢开源项目 [Vditor](https://github.com/Vanessa219/vditor),为叙界提供 Markdown 编辑器、即时渲染和分屏预览能力。