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

src/LPUARTReceiveHandler.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 TeensyDMX library.
2-
// (c) 2019 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

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

src/LPUARTSendHandler.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

src/LPUARTSendHandler.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 TeensyDMX library.
2-
// (c) 2019 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

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

src/ReceiveHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ReceiveHandler.h defines the base class for the code that handles RX things.
22
// This file is part of the TeensyDMX lirary.
3-
// (c) 2019 Shawn Silverman
3+
// (c) 2019-2021 Shawn Silverman
44

55
#ifndef TEENSYDMX_RECEIVEHANDLER_H_
66
#define TEENSYDMX_RECEIVEHANDLER_H_

src/Receiver.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) 2017-2020 Shawn Silverman
2+
// (c) 2017-2021 Shawn Silverman
33

44
#include "TeensyDMX.h"
55

src/Responder.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 TeensyDMX library.
2-
// (c) 2018-2020 Shawn Silverman
2+
// (c) 2018-2021 Shawn Silverman
33

44
// Responder.h defines a generic interface for responding to special DMX
55
// packets in a Receiver.

src/SendHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SendHandler.h defines the base class for the code that handles TX things.
22
// This file is part of the TeensyDMX lirary.
3-
// (c) 2019 Shawn Silverman
3+
// (c) 2019-2021 Shawn Silverman
44

55
#ifndef TEENSYDMX_SENDHANDLER_H_
66
#define TEENSYDMX_SENDHANDLER_H_

src/Sender.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) 2017-2020 Shawn Silverman
2+
// (c) 2017-2021 Shawn Silverman
33

44
#include "TeensyDMX.h"
55

src/TeensyDMX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Library for doing DMX on a Teensy. Note that transmit and receive can't
33
* be done on the same serial port.
44
*
5-
* (c) 2017-2020 Shawn Silverman
5+
* (c) 2017-2021 Shawn Silverman
66
*/
77

88
/*

src/UARTReceiveHandler.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(__MK20DX128__) || defined(__MK20DX256__) || \
55
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)

src/UARTReceiveHandler.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 TeensyDMX library.
2-
// (c) 2019 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

44
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
55
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)

src/UARTSendHandler.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(__MK20DX128__) || defined(__MK20DX256__) || \
55
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)

src/UARTSendHandler.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 TeensyDMX library.
2-
// (c) 2019 Shawn Silverman
2+
// (c) 2019-2021 Shawn Silverman
33

44
#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
55
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)

src/util/IntervalTimerEx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// IntervalTimerEx.cpp implements IntervalTimerEx.
22
// This file is part of the TeensyDMX library.
3-
// (c) 2020 Shawn Silverman
3+
// (c) 2020-2021 Shawn Silverman
44

55
#include "IntervalTimerEx.h"
66

src/util/IntervalTimerEx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// IntervalTimerEx.h defines an interface to the Periodic Interrupt Timers by
22
// extending the Teensy library's IntervalTimer with proper callbacks.
33
// This file is part of the TeensyDMX library.
4-
// (c) 2020 Shawn Silverman
4+
// (c) 2020-2021 Shawn Silverman
55

66
// See also https://github.com/luni64/TeensyHelpers for luni64's take on
77
// improved IntervalTimer usage.

0 commit comments

Comments
 (0)