diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-04 13:53:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-04 13:53:19 -0600 |
| commit | c5c297d2c06dbeb1754ea6aeb595c13ef41ad3eb (patch) | |
| tree | f9ed17f7c040079ddd8a8d3c0913d10306066b6f | |
| parent | b7f03f9487608c413d30aaa43446afad0df3ad51 (diff) | |
Update PulseOut.c
| -rw-r--r-- | ports/raspberrypi/common-hal/pulseio/PulseOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/pulseio/PulseOut.c b/ports/raspberrypi/common-hal/pulseio/PulseOut.c index f3f712143..e284cd46a 100644 --- a/ports/raspberrypi/common-hal/pulseio/PulseOut.c +++ b/ports/raspberrypi/common-hal/pulseio/PulseOut.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * SPDX-FileCopyrightText: Copyright (c) 2016 Damien P. George + * Copyright (c) 2021 Dave Putz for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
