12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
---
|
||
import Layout from "@layouts/Layout.astro";
|
||
import Content from "@layouts/Content.astro";
|
||
---
|
||
|
||
<Layout title="开源许可">
|
||
<Content>
|
||
中V档案馆运行着开源软件,它的前端、后端和其它组件的代码在
|
||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3.0</a>
|
||
开源许可下授权。
|
||
</Content>
|
||
</Layout> |