From f5b287b0845f05ad8ff20478c2e70e2f6451b787 Mon Sep 17 00:00:00 2001 From: Fluffy Jenkins Date: Mon, 30 Mar 2020 22:10:53 +0100 Subject: [PATCH] Added license --- scripts/communityModules/chat/FloofChat.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index 04fb7cce46..905dbeaafa 100644 --- a/scripts/communityModules/chat/FloofChat.js +++ b/scripts/communityModules/chat/FloofChat.js @@ -1,6 +1,19 @@ /* globals OverlayWindow */ "use strict"; +// +// FloofChat.js +// +// Created by Fluffy Jenkins January 2020. +// Copyright 2020 Fluffy Jenkins +// +// For any future coders, please keep me in the loop when making changes. +// Please tag me in any Pull Requests. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// + var ROOT = Script.resolvePath('').split("FloofChat.js")[0]; var H_KEY = 72; var ENTER_KEY = 16777220; @@ -575,4 +588,4 @@ function shutdown() { } chatBar.close(); chatHistory.close(); -} +} \ No newline at end of file