# Where this jar came from.
#
# Spigot replaces the placeholders below at download time, and only for paid
# resources: the jar a customer downloads ends up carrying their Spigot
# identifier. A jar that never went through Spigot carries the placeholders as
# they are, and that reads as "I do not know" - not as a problem, because a
# great many legitimate copies come from Monolith, from Patreon or directly
# from us.
#
# What it is for: if a licence carries the name of a Spigot buyer AND this jar
# was downloaded from a different account, the jar and the key come from two
# different people. In that case the plugin goes back to free.
#
# MIND THIS - it is a mistake we have already made once: the comparison only
# applies when the licence carries a non-empty buyer. A licence born from a
# code sold in bulk has no name inside it, because the code was printed before
# anybody knew who would buy it. Comparing a real identifier with an empty
# string would drop every single Spigot customer of the normal sales channel
# down to free.

user=%%__USER__%%
resource=%%__RESOURCE__%%
nonce=%%__NONCE__%%
