From 0bf55ecb1a6ce160c761986251f91cf1647b359a Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 16 May 2024 21:45:52 +0200 Subject: [PATCH] copyrights --- ESP32/comm_esp32_hardwareserial.cpp | 3 +++ ESP32/comm_esp32_hardwareserial.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ESP32/comm_esp32_hardwareserial.cpp b/ESP32/comm_esp32_hardwareserial.cpp index c82dac0..1731887 100644 --- a/ESP32/comm_esp32_hardwareserial.cpp +++ b/ESP32/comm_esp32_hardwareserial.cpp @@ -1,3 +1,6 @@ +// (C) 2024 by Folkert van Heusden +// Released under MIT license + #include "gen.h" #if defined(ESP32) diff --git a/ESP32/comm_esp32_hardwareserial.h b/ESP32/comm_esp32_hardwareserial.h index 10d6699..5b9cf83 100644 --- a/ESP32/comm_esp32_hardwareserial.h +++ b/ESP32/comm_esp32_hardwareserial.h @@ -1,3 +1,7 @@ +// (C) 2024 by Folkert van Heusden +// Released under MIT license + +#include "gen.h" #include "comm.h"