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__