Adjust API footer to AGPL license

This commit is contained in:
Katos
2025-03-22 16:44:02 +00:00
committed by GitHub
parent 46539547af
commit 91fde1e3d7

View File

@@ -56,7 +56,7 @@ export default defineConfig({
],
footer: {
message: 'HomeBox is an open-source project under the <a href="https://github.com/sysadminsmedia/homebox/blob/main/LICENSE">MIT license</a>',
message: 'HomeBox is an open-source project under the <a href="https://github.com/sysadminsmedia/homebox/blob/main/LICENSE">AGPL License</a>',
copyright: '&copy; <a href="https://sysadminsmedia.com/">Sysadmins Media</a>, 2025',
}
},