From d5481cbc57709eaee042dde2c8c31b81789adee9 Mon Sep 17 00:00:00 2001 From: Kristy Fournier <124598538+kristy-fournier@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:15:54 -0400 Subject: [PATCH] Added AGPLv3 reference to the actual web app to make it compliant i think if anyone actually knows how this liscense works please do a PR --- Client/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Client/index.html b/Client/index.html index 6e110d9..6012ac4 100644 --- a/Client/index.html +++ b/Client/index.html @@ -87,7 +87,8 @@ changes visibility with JS--> You actually no longer need to do that, it does it anytime the ip changes -->
-Version 1.0.1
+Version 1.0.2
+PartyJukebox is under an AGPLV3 liscense. You can access the source code here.