1
0
cvsa-legacy/packages/frontend/src/pages/LICENSE.astro
2025-04-26 20:50:30 +08:00

12 lines
344 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>