Skip to content

Commit a20a590

Browse files
committed
update footer license message from MIT to GPL-3.0
1 parent 629ed9d commit a20a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default defineConfig({
5050
],
5151

5252
footer: {
53-
message: 'Released under the MIT License.',
53+
message: 'Released under the GPL-3.0 License.',
5454
copyright: `Copyright © ${new Date().getFullYear()} Sandbox Science`
5555
},
5656

0 commit comments

Comments
 (0)