From 47641429c78dfeb2125ee917cafa6a08f77bd8ef Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Thu, 17 Jun 2021 01:31:58 -0700 Subject: [PATCH] chore: added license header --- src/utils/logger.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/utils/logger.ts b/src/utils/logger.ts index 67b5f1a..c82b78c 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -1,3 +1,22 @@ +/* + * Created on Mon Jun 16 2021 18:10:50 + * + * This file is part of ArgonBot + * + * ArgonBot is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ArgonBot is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ArgonBot. If not, see . + */ + import chalk from 'chalk'; import { DateTime } from 'luxon';