From 2541c8c63704447bffa9785efa4300c60e7ff39b Mon Sep 17 00:00:00 2001 From: Medusa Slockbower Date: Sun, 22 Jun 2025 18:53:23 -0400 Subject: [PATCH] Added missing copyright headers --- include/fennec/memory/detail/__memory.h | 16 +++++++++++++++- metaprogramming/float.h | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/include/fennec/memory/detail/__memory.h b/include/fennec/memory/detail/__memory.h index 78fbb57..906091f 100644 --- a/include/fennec/memory/detail/__memory.h +++ b/include/fennec/memory/detail/__memory.h @@ -1,6 +1,20 @@ +// ===================================================================================================================== +// fennec, a free and open source game engine +// Copyright © 2025 Medusa Slockbower // -// Created by medusa on 5/19/25. +// 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 . +// ===================================================================================================================== #ifndef FENNEC_MEMORY_DETAIL_MEMORY_H #define FENNEC_MEMORY_DETAIL_MEMORY_H diff --git a/metaprogramming/float.h b/metaprogramming/float.h index 6b516f1..30c0427 100644 --- a/metaprogramming/float.h +++ b/metaprogramming/float.h @@ -1,6 +1,20 @@ +// ===================================================================================================================== +// fennec, a free and open source game engine +// Copyright © 2025 Medusa Slockbower // -// Created by medusa on 6/14/25. +// 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 . +// ===================================================================================================================== #ifndef FENNEC_METAPROGRAMMING_FLOAT_H #define FENNEC_METAPROGRAMMING_FLOAT_H