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
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user