From 92110b405f384097237511b057d8b31b3d75203a Mon Sep 17 00:00:00 2001 From: "Isaac (eartharoid)" Date: Mon, 12 Oct 2020 22:57:24 +0100 Subject: [PATCH] Update index.js --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index 76cea44..6c1e5fc 100644 --- a/src/index.js +++ b/src/index.js @@ -3,8 +3,14 @@ * @name DiscordTickets * @author eartharoid * @license GNU-GPLv3 + * + * DiscordTickets Copyright (C) 2020 Isaac "eartharoid" Saunders + * This program comes with ABSOLUTELY NO WARRANTY. + * This is free software, and you are welcome to redistribute it + * under certain conditions. See the included LICENSE file for details. * */ + const fs = require('fs'); const path = require('path');