From fce52e16e34128890e77b5e8aeed183712f81e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 8 Jan 2023 18:34:56 +0100 Subject: [PATCH] update license. This is only loosely based on Xmodem. --- src/xmodem.cpp | 6 ++++-- src/xmodem.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/xmodem.cpp b/src/xmodem.cpp index bbbf751e1..9eeca4a8c 100644 --- a/src/xmodem.cpp +++ b/src/xmodem.cpp @@ -1,9 +1,11 @@ /*********************************************************************************************************************** - * XMODEM implementation with YMODEM support + * based on XMODEM implementation by Georges Menie (www.menie.org) *********************************************************************************************************************** * Copyright 2001-2019 Georges Menie (www.menie.org) - * Modified by Thuffir in 2019 * All rights reserved. + * + * Adapted for protobuf encapsulation. this is not really Xmodem any more. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/xmodem.h b/src/xmodem.h index 819ab970b..0032eb92e 100644 --- a/src/xmodem.h +++ b/src/xmodem.h @@ -1,9 +1,11 @@ /*********************************************************************************************************************** - * XMODEM implementation with YMODEM support + * based on XMODEM implementation by Georges Menie (www.menie.org) *********************************************************************************************************************** * Copyright 2001-2019 Georges Menie (www.menie.org) - * Modified by Thuffir in 2019 * All rights reserved. + * + * Adapted for protobuf encapsulation. this is not really Xmodem any more. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *