From d9ecabd298535a7f7c2759d1c9c7c0e5058d22c9 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Tue, 8 Oct 2019 03:27:37 +0200 Subject: [PATCH] added something similar to a license --- lib/launcher/python/yggdrasil.py | 7 +++++++ 1 file changed, 7 insertions(+) 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,