From 2be9ccf706e34f6efd2a202d8058ca9a4fe4b6bb Mon Sep 17 00:00:00 2001 From: Aleksei Dynda Date: Tue, 1 Jan 2019 14:15:00 +1000 Subject: [PATCH] Updated copyright date --- src/TinyLightProtocol.cpp | 2 +- src/TinyPacket.h | 2 +- src/TinyProtocol.cpp | 2 +- src/proto/tiny_layer2.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/TinyLightProtocol.cpp b/src/TinyLightProtocol.cpp index ff1b32b1..6b3d1b6c 100644 --- a/src/TinyLightProtocol.cpp +++ b/src/TinyLightProtocol.cpp @@ -45,7 +45,7 @@ void ProtoLight::end() int ProtoLight::write(char* buf, int size) { - return tiny_light_send(&m_data, (uint8_t*)buf, size); + return tiny_light_send(&m_data, (uint8_t*)buf, size); } int ProtoLight::read(char *buf, int size) diff --git a/src/TinyPacket.h b/src/TinyPacket.h index b1f812bd..6020d025 100644 --- a/src/TinyPacket.h +++ b/src/TinyPacket.h @@ -1,5 +1,5 @@ /* - Copyright 2016 (C) Alexey Dynda + Copyright 2016,2018 (C) Alexey Dynda This file is part of Tiny Protocol Library. diff --git a/src/TinyProtocol.cpp b/src/TinyProtocol.cpp index a7319628..2fc5e16a 100644 --- a/src/TinyProtocol.cpp +++ b/src/TinyProtocol.cpp @@ -1,5 +1,5 @@ /* - Copyright 2016 (C) Alexey Dynda + Copyright 2016,2018 (C) Alexey Dynda This file is part of Tiny Protocol Library. diff --git a/src/proto/tiny_layer2.h b/src/proto/tiny_layer2.h index a5267a75..f00ad64b 100644 --- a/src/proto/tiny_layer2.h +++ b/src/proto/tiny_layer2.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 (C) Alexey Dynda + Copyright 2016-2018 (C) Alexey Dynda This file is part of Tiny Protocol Library.