diff options
| author | Hierophect <hierophect@gmail.com> | 2019-11-03 16:33:01 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-11-03 16:33:01 -0500 |
| commit | 1c4f49bb83ba38b50db412a6e30be0b25a3a2425 (patch) | |
| tree | 43ddf0be13bb51396095f64e1ba4a347f94c4b01 | |
| parent | 0a1a12b86791eca5cc10fb51884bad10c2402b19 (diff) | |
attribution changes
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PulseIn.c | 2 | ||||
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PulseIn.h | 2 | ||||
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PulseOut.c | 2 | ||||
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PulseOut.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports/stm32f4/common-hal/pulseio/PulseIn.c b/ports/stm32f4/common-hal/pulseio/PulseIn.c index 25adb7d76..068936bdd 100644 --- a/ports/stm32f4/common-hal/pulseio/PulseIn.c +++ b/ports/stm32f4/common-hal/pulseio/PulseIn.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries + * Copyright (c) 2019 Lucian Copeland 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 diff --git a/ports/stm32f4/common-hal/pulseio/PulseIn.h b/ports/stm32f4/common-hal/pulseio/PulseIn.h index 9f4cc9f43..2538b07ab 100644 --- a/ports/stm32f4/common-hal/pulseio/PulseIn.h +++ b/ports/stm32f4/common-hal/pulseio/PulseIn.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries + * Copyright (c) 2019 Lucian Copeland 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 diff --git a/ports/stm32f4/common-hal/pulseio/PulseOut.c b/ports/stm32f4/common-hal/pulseio/PulseOut.c index 7e9812db6..d393afc5c 100644 --- a/ports/stm32f4/common-hal/pulseio/PulseOut.c +++ b/ports/stm32f4/common-hal/pulseio/PulseOut.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2018 Dan Halbert for Adafruit Industries + * Copyright (c) 2019 Lucian Copeland 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 diff --git a/ports/stm32f4/common-hal/pulseio/PulseOut.h b/ports/stm32f4/common-hal/pulseio/PulseOut.h index 48f2bb3f1..45823d28a 100644 --- a/ports/stm32f4/common-hal/pulseio/PulseOut.h +++ b/ports/stm32f4/common-hal/pulseio/PulseOut.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2018 Dan Halbert for Adafruit Industries + * Copyright (c) 2019 Lucian Copeland 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 |
