Skip to content

Commit aea6ad6

Browse files
committed
Copyrights updated.
1 parent f120a54 commit aea6ad6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/PacketSerialReverseEcho/PacketSerialReverseEcho.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// =============================================================================
22
//
3-
// Copyright (c) 2012-2014 Christopher Baker <http://christopherbaker.net>
3+
// Copyright (c) 2012-2016 Christopher Baker <http://christopherbaker.net>
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/Encoding/COBS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// =============================================================================
22
//
3-
// Copyright (c) 2010-2014 Christopher Baker <http://christopherbaker.net>
3+
// Copyright (c) 2010-2016 Christopher Baker <http://christopherbaker.net>
44
//
55
// Portions:
66
// Copyright (c) 2011, Jacques Fortier. All rights reserved.

src/Encoding/SLIP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// =============================================================================
22
//
3-
// Copyright (c) 2010-2014 Christopher Baker <http://christopherbaker.net>
3+
// Copyright (c) 2010-2016 Christopher Baker <http://christopherbaker.net>
44
// 2016 Antoine Villeret added Christopher's ofx/IO/SLIPEncoding.h here
55
//
66
// see : https://github.com/bakercp/ofxIO/blob/master/libs/ofxIO/include/ofx/IO/SLIPEncoding.h

src/PacketSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// =============================================================================
2-
// Copyright (c) 2013 Christopher Baker <http://christopherbaker.net>
2+
// Copyright (c) 2013-2016 Christopher Baker <http://christopherbaker.net>
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)