From 08d25d0b2749c733dcd90aefbb67206318d12351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20G=C3=B3mez?= Date: Sun, 25 Feb 2024 13:17:12 +0100 Subject: [PATCH] Update bootcore credits (#875) --- bootcore.cpp | 2 +- bootcore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootcore.cpp b/bootcore.cpp index e2b46c5..2084407 100644 --- a/bootcore.cpp +++ b/bootcore.cpp @@ -1,5 +1,5 @@ // bootcore.cpp -// 2019, Aitor Gomez Garcia (spark2k06@gmail.com) +// 2024, Aitor Gomez Garcia (info@aitorgomez.net) // Thanks to Sorgelig and BBond007 for their help and advice in the development of this feature. #include "file_io.h" diff --git a/bootcore.h b/bootcore.h index ff1c917..5d7dc1a 100644 --- a/bootcore.h +++ b/bootcore.h @@ -1,5 +1,5 @@ // bootcore.h -// 2019, Aitor Gomez Garcia (spark2k06@gmail.com) +// 2024, Aitor Gomez Garcia (info@aitorgomez.net) // Thanks to Sorgelig and BBond007 for their help and advice in the development of this feature. #ifndef __BOOTCORE_H__