diff --git a/lib/launcher/python/yggdrasil.py b/lib/launcher/python/yggdrasil.py index c9f0a4b..550c2b7 100644 --- a/lib/launcher/python/yggdrasil.py +++ b/lib/launcher/python/yggdrasil.py @@ -1,5 +1,12 @@ import json, urllib2 +################################################################################ +# This software can be used privately for any purpose. +# It may be shared publickly as long as you give credit and provide +# a link to the original source. +# Do not use this for malicious purposes. +################################################################################ + # This allows for easier addition of new actions discardResponse = { "validate": True,