import HeaderServer from "@/components/shell/HeaderServer"; import tpLicense from "@/content/THIRD-PARTY-LICENSES.txt"; import projectLicense from "@/content/LICENSE.txt"; export default function LicensePage() { return ( <>

中 V 档案馆的软件在 AGPL 3.0 下许可,请见:

{projectLicense}

本项目引入的其它项目项目的许可详情如下:

{tpLicense}
); }