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
This commit is contained in:
Kristy Fournier 2025-03-27 16:15:54 -04:00
parent fc49e710ee
commit d5481cbc57

View file

@ -87,7 +87,8 @@ changes visibility with JS-->
You actually no longer need to do that, it does it anytime the ip changes --> You actually no longer need to do that, it does it anytime the ip changes -->
<div id="qrcode" alt="QR code to the remote URL"></div> <div id="qrcode" alt="QR code to the remote URL"></div>
</div> </div>
<p class="versionNumber">Version 1.0.1</p> <p class="versionNumber">Version 1.0.2</p>
<p class="versionNumber">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox>here</a>.</p>
</div> </div>
</div> </div>
<!--All the buttons are down here but settings is just doing its own thing--> <!--All the buttons are down here but settings is just doing its own thing-->