From e45b9781346d8ee3439b42cf2431907cd0a65ff5 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 16 May 2024 21:46:34 +0200 Subject: [PATCH] copyrights --- comm.cpp | 5 +++++ comm.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/comm.cpp b/comm.cpp index cb4cc6a..0d609ab 100644 --- a/comm.cpp +++ b/comm.cpp @@ -1,5 +1,10 @@ +// (C) 2024 by Folkert van Heusden +// Released under MIT license + +#include "gen.h" #include "comm.h" + comm::comm() { } diff --git a/comm.h b/comm.h index 4656b08..cec9a6f 100644 --- a/comm.h +++ b/comm.h @@ -1,3 +1,7 @@ +// (C) 2024 by Folkert van Heusden +// Released under MIT license + +#include "gen.h" #include #include