added something similar to a license
parent
6a8efa9876
commit
d9ecabd298
|
@ -1,5 +1,12 @@
|
||||||
import json, urllib2
|
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
|
# This allows for easier addition of new actions
|
||||||
discardResponse = {
|
discardResponse = {
|
||||||
"validate": True,
|
"validate": True,
|
||||||
|
|
Reference in New Issue