From c9e1567ae9bfb8b939eac7dc8eadd777a705f26e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 18:29:33 +0100 Subject: [PATCH] added missing license to memory related files --- include/memory.h | 18 ++++++++++++++++++ src/core/lib/utils/memory.c | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/include/memory.h b/include/memory.h index af2fd0b..1c146d7 100644 --- a/include/memory.h +++ b/include/memory.h @@ -1,3 +1,21 @@ +/* +This is part of WHY2 +Copyright (C) 2022 Václav Šmejkal + +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 WHY2_MEMORY_H #define WHY2_MEMORY_H diff --git a/src/core/lib/utils/memory.c b/src/core/lib/utils/memory.c index 3c8ff3e..429c603 100644 --- a/src/core/lib/utils/memory.c +++ b/src/core/lib/utils/memory.c @@ -1,3 +1,21 @@ +/* +This is part of WHY2 +Copyright (C) 2022 Václav Šmejkal + +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 . +*/ + /* bro this whole file is fucked up af...