diff --git a/Essentials/src/com/earth2me/essentials/register/payment/Method.java b/Essentials/src/com/earth2me/essentials/register/payment/Method.java index 16106c72d..40763666a 100644 --- a/Essentials/src/com/earth2me/essentials/register/payment/Method.java +++ b/Essentials/src/com/earth2me/essentials/register/payment/Method.java @@ -6,6 +6,9 @@ import org.bukkit.plugin.Plugin; * Interface to be implemented by a payment method. * Copyright (C) 2011 * AOL license + *

+ * For more information about the licensing of this code in EssentialsX, see below: + * https://gist.github.com/md678685/0935441c9573c030c8bd5a2e604aeec3 * * @author Nijikokun (@nijikokun) */ diff --git a/Essentials/src/com/earth2me/essentials/register/payment/Methods.java b/Essentials/src/com/earth2me/essentials/register/payment/Methods.java index 4b39b843b..e71fc35ce 100644 --- a/Essentials/src/com/earth2me/essentials/register/payment/Methods.java +++ b/Essentials/src/com/earth2me/essentials/register/payment/Methods.java @@ -20,6 +20,9 @@ import java.util.Set; * economy: * preferred: "iConomy" * + *

+ * For more information about the licensing of this code in EssentialsX, see below: + * https://gist.github.com/md678685/0935441c9573c030c8bd5a2e604aeec3 * * @author Nijikokun (@nijikokun) @copyright: Copyright (C) 2011 @license: AOL license *