From 4f8c040d0615fc73631798ea28497b177e2382f2 Mon Sep 17 00:00:00 2001 From: md678685 <1917406+md678685@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:34:55 +0100 Subject: [PATCH] Add link to Register license notice --- .../src/com/earth2me/essentials/register/payment/Method.java | 3 +++ .../src/com/earth2me/essentials/register/payment/Methods.java | 3 +++ 2 files changed, 6 insertions(+) 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 *