Skip to content

Commit a8a358a

Browse files
committed
Update copyrights to include 2021 in appropriate places
1 parent 28fddb5 commit a8a358a

25 files changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,4 @@ Initial public release.
593593

594594
---
595595

596-
Copyright (c) 2017-2020 Shawn Silverman
596+
Copyright (c) 2017-2021 Shawn Silverman

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,4 +769,4 @@ Inspirations for this library:
769769

770770
---
771771

772-
Copyright (c) 2017-2020 Shawn Silverman
772+
Copyright (c) 2017-2021 Shawn Silverman

examples/Flasher/Flasher.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the value of a DMX channel.
44
*
55
* This example is part of the TeensyDMX library.
6-
* (c) 2017-2020 Shawn Silverman
6+
* (c) 2017-2021 Shawn Silverman
77
*/
88

99
#include <TeensyDMX.h>

examples/SIPHandler/SIPHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of the SIPHandler example in the TeensyDMX library.
2-
// (c) 2018-2020 Shawn Silverman
2+
// (c) 2018-2021 Shawn Silverman
33

44
#ifndef SIPHANDLER_H_
55
#define SIPHANDLER_H_

examples/SIPHandler/SIPHandler.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* System Information Packets (SIP).
44
*
55
* This example is part of the TeensyDMX library.
6-
* (c) 2018-2019 Shawn Silverman
6+
* (c) 2018-2021 Shawn Silverman
77
*/
88

99
// C++ includes

examples/TextPacketHandler/TextPacketHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of the TextPacketHandler example in the TeensyDMX library.
2-
// (c) 2018-2020 Shawn Silverman
2+
// (c) 2018-2021 Shawn Silverman
33

44
#ifndef TEXTPACKETHANDLER_H_
55
#define TEXTPACKETHANDLER_H_

examples/TextPacketHandler/TextPacketHandler.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* to make use of Text Packets.
44
*
55
* This example is part of the TeensyDMX library.
6-
* (c) 2018-2020 Shawn Silverman
6+
* (c) 2018-2021 Shawn Silverman
77
*/
88

99
// C++ includes

examples/USBProWidget/ReceiveHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of the USBProWidget example in the TeensyDMX library.
2-
// (c) 2019-2020 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

44
// C++ includes
55
#include <cstdint>

examples/USBProWidget/USBProWidget.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Demonstration program that implements a USB Pro widget.
33
*
44
* This example is part of the TeensyDMX library.
5-
* (c) 2019-2020 Shawn Silverman
5+
* (c) 2019-2021 Shawn Silverman
66
*/
77

88
// C++ includes

src/LPUARTReceiveHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of the TeensyDMX library.
2-
// (c) 2019 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

44
#if defined(__IMXRT1062__) || defined(__IMXRT1052__) || defined(__MK66FX1M0__)
55

0 commit comments

Comments
 (0)