From e36ddf9df6a7836f692d7dd2ddd75a6340966039 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Mon, 20 May 2024 12:37:04 +0100 Subject: [PATCH] Update license information --- sx126x.cpp | 4 ++-- sx128x.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sx126x.cpp b/sx126x.cpp index d371251..2ddd8ee 100644 --- a/sx126x.cpp +++ b/sx126x.cpp @@ -1,7 +1,7 @@ // Copyright (c) Sandeep Mistry. All rights reserved. // Licensed under the MIT license. -// Modifications and additions copyright 2023 by Mark Qvist +// Modifications and additions copyright 2024 by Mark Qvist & Jacob Eva // Obviously still under the MIT license. #include "Boards.h" @@ -984,4 +984,4 @@ void ISR_VECT sx126x::onDio0Rise() sx126x sx126x_modem; -#endif \ No newline at end of file +#endif diff --git a/sx128x.cpp b/sx128x.cpp index e61ffb0..c632697 100644 --- a/sx128x.cpp +++ b/sx128x.cpp @@ -1,7 +1,7 @@ // Copyright (c) Sandeep Mistry. All rights reserved. // Licensed under the MIT license. -// Modifications and additions copyright 2023 by Mark Qvist +// Modifications and additions copyright 2024 by Mark Qvist & Jacob Eva // Obviously still under the MIT license. #include "sx128x.h"