]> git.tnoah.ca Git - lora-radio.git/commitdiff
Update license information
authorjacob.eva <x00010@disroot.org>
Mon, 20 May 2024 11:37:04 +0000 (12:37 +0100)
committerjacob.eva <x00010@disroot.org>
Mon, 20 May 2024 11:37:04 +0000 (12:37 +0100)
sx126x.cpp
sx128x.cpp

index d371251ad96a8467a34e79fa61a76b90c526f9a8..2ddd8ee66f9ce44124d82d55a15ef3bd46c6c531 100644 (file)
@@ -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
index e61ffb006ba2b87e48b0f9b93c69eeac364882c8..c6326973b84de49113f768e298e1399d37087455 100644 (file)
@@ -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"