Skip to content

Commit

Permalink
Updated copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Jan 1, 2019
1 parent 108a16f commit 2be9ccf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TinyLightProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/TinyPacket.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2016 (C) Alexey Dynda
Copyright 2016,2018 (C) Alexey Dynda
This file is part of Tiny Protocol Library.
Expand Down
2 changes: 1 addition & 1 deletion src/TinyProtocol.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2016 (C) Alexey Dynda
Copyright 2016,2018 (C) Alexey Dynda
This file is part of Tiny Protocol Library.
Expand Down
2 changes: 1 addition & 1 deletion src/proto/tiny_layer2.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2016-2017 (C) Alexey Dynda
Copyright 2016-2018 (C) Alexey Dynda
This file is part of Tiny Protocol Library.
Expand Down

0 comments on commit 2be9ccf

Please sign in to comment.