Skip to content

Commit

Permalink
Update copyrights to include 2021 in appropriate places
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed May 29, 2021
1 parent 28fddb5 commit a8a358a
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ Initial public release.

---

Copyright (c) 2017-2020 Shawn Silverman
Copyright (c) 2017-2021 Shawn Silverman
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,4 +769,4 @@ Inspirations for this library:

---

Copyright (c) 2017-2020 Shawn Silverman
Copyright (c) 2017-2021 Shawn Silverman
2 changes: 1 addition & 1 deletion examples/Flasher/Flasher.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* the value of a DMX channel.
*
* This example is part of the TeensyDMX library.
* (c) 2017-2020 Shawn Silverman
* (c) 2017-2021 Shawn Silverman
*/

#include <TeensyDMX.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/SIPHandler/SIPHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the SIPHandler example in the TeensyDMX library.
// (c) 2018-2020 Shawn Silverman
// (c) 2018-2021 Shawn Silverman

#ifndef SIPHANDLER_H_
#define SIPHANDLER_H_
Expand Down
2 changes: 1 addition & 1 deletion examples/SIPHandler/SIPHandler.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* System Information Packets (SIP).
*
* This example is part of the TeensyDMX library.
* (c) 2018-2019 Shawn Silverman
* (c) 2018-2021 Shawn Silverman
*/

// C++ includes
Expand Down
2 changes: 1 addition & 1 deletion examples/TextPacketHandler/TextPacketHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TextPacketHandler example in the TeensyDMX library.
// (c) 2018-2020 Shawn Silverman
// (c) 2018-2021 Shawn Silverman

#ifndef TEXTPACKETHANDLER_H_
#define TEXTPACKETHANDLER_H_
Expand Down
2 changes: 1 addition & 1 deletion examples/TextPacketHandler/TextPacketHandler.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* to make use of Text Packets.
*
* This example is part of the TeensyDMX library.
* (c) 2018-2020 Shawn Silverman
* (c) 2018-2021 Shawn Silverman
*/

// C++ includes
Expand Down
2 changes: 1 addition & 1 deletion examples/USBProWidget/ReceiveHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the USBProWidget example in the TeensyDMX library.
// (c) 2019-2020 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

// C++ includes
#include <cstdint>
Expand Down
2 changes: 1 addition & 1 deletion examples/USBProWidget/USBProWidget.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Demonstration program that implements a USB Pro widget.
*
* This example is part of the TeensyDMX library.
* (c) 2019-2020 Shawn Silverman
* (c) 2019-2021 Shawn Silverman
*/

// C++ includes
Expand Down
2 changes: 1 addition & 1 deletion src/LPUARTReceiveHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

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

Expand Down
2 changes: 1 addition & 1 deletion src/LPUARTReceiveHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

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

Expand Down
2 changes: 1 addition & 1 deletion src/LPUARTSendHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

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

Expand Down
2 changes: 1 addition & 1 deletion src/LPUARTSendHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

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

Expand Down
2 changes: 1 addition & 1 deletion src/ReceiveHandler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ReceiveHandler.h defines the base class for the code that handles RX things.
// This file is part of the TeensyDMX lirary.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#ifndef TEENSYDMX_RECEIVEHANDLER_H_
#define TEENSYDMX_RECEIVEHANDLER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/Receiver.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2017-2020 Shawn Silverman
// (c) 2017-2021 Shawn Silverman

#include "TeensyDMX.h"

Expand Down
2 changes: 1 addition & 1 deletion src/Responder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2018-2020 Shawn Silverman
// (c) 2018-2021 Shawn Silverman

// Responder.h defines a generic interface for responding to special DMX
// packets in a Receiver.
Expand Down
2 changes: 1 addition & 1 deletion src/SendHandler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SendHandler.h defines the base class for the code that handles TX things.
// This file is part of the TeensyDMX lirary.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#ifndef TEENSYDMX_SENDHANDLER_H_
#define TEENSYDMX_SENDHANDLER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/Sender.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2017-2020 Shawn Silverman
// (c) 2017-2021 Shawn Silverman

#include "TeensyDMX.h"

Expand Down
2 changes: 1 addition & 1 deletion src/TeensyDMX.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Library for doing DMX on a Teensy. Note that transmit and receive can't
* be done on the same serial port.
*
* (c) 2017-2020 Shawn Silverman
* (c) 2017-2021 Shawn Silverman
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion src/UARTReceiveHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Expand Down
2 changes: 1 addition & 1 deletion src/UARTReceiveHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Expand Down
2 changes: 1 addition & 1 deletion src/UARTSendHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Expand Down
2 changes: 1 addition & 1 deletion src/UARTSendHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of the TeensyDMX library.
// (c) 2019 Shawn Silverman
// (c) 2019-2021 Shawn Silverman

#if defined(__MK20DX128__) || defined(__MK20DX256__) || \
defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
Expand Down
2 changes: 1 addition & 1 deletion src/util/IntervalTimerEx.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// IntervalTimerEx.cpp implements IntervalTimerEx.
// This file is part of the TeensyDMX library.
// (c) 2020 Shawn Silverman
// (c) 2020-2021 Shawn Silverman

#include "IntervalTimerEx.h"

Expand Down
2 changes: 1 addition & 1 deletion src/util/IntervalTimerEx.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// IntervalTimerEx.h defines an interface to the Periodic Interrupt Timers by
// extending the Teensy library's IntervalTimer with proper callbacks.
// This file is part of the TeensyDMX library.
// (c) 2020 Shawn Silverman
// (c) 2020-2021 Shawn Silverman

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

0 comments on commit a8a358a

Please sign in to comment.