Added legal disclaimers about scraping.. mostly to make sure i dont get into too mutch trouble about things
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2025-08-05 01:33:48 +02:00
parent bbf3c645b0
commit 2cf0428d2a
4 changed files with 42 additions and 2 deletions

View File

@@ -3,5 +3,12 @@ include 'API', 'Core', 'Display', 'launcher'
include 'MALAPITool'
/**
* LEGAL WARNING:
* This module contains code that scrapes lyrics from Genius.com, which is against Genius API's Terms of Service.
*
* If you wish to avoid any potential legal issues, comment out or remove the line below and ensure no modules depend on this.
* The core NeuroDock system will still function without this module.
*/
include 'GeniusAPI'
include 'WikipediaTool'