From 4664d47aa9d2bd52f7640be03c24f0f7b97a4947 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 14 Jan 2022 11:17:50 -0600 Subject: [PATCH] Front page: add license info and link to source code --- front/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/pages/index.tsx b/front/pages/index.tsx index c281fa0..61adeee 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -100,6 +100,7 @@ export default function Game() { }} username={username} /> + This game is licensed under the AGPL. Source code here! ); }