From de4d0fc016a89850afcdb893f94d5a334a68fcf4 Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Wed, 7 Feb 2024 12:43:29 +0800 Subject: [PATCH] Add missing copyright notice Signed-off-by: Loren Eteval --- Furious/Utility/Utility.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Furious/Utility/Utility.py b/Furious/Utility/Utility.py index db22cb4..6d4b221 100644 --- a/Furious/Utility/Utility.py +++ b/Furious/Utility/Utility.py @@ -1,3 +1,20 @@ +# Copyright (C) 2024 Loren Eteval +# +# This file is part of Furious. +# +# This program 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. +# +# This program 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 this program. If not, see . + from __future__ import annotations from Furious.Utility.Constants import *