diff options
| author | dherrada <33632497+dherrada@users.noreply.github.com> | 2020-07-17 14:55:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 14:55:30 -0400 |
| commit | 612c6bb86b8762aa9388566eb69db9bbe4e8bbe4 (patch) | |
| tree | e6fed04531c6772ea4724a75e3a88b8521e60703 /shared-bindings/analogio | |
| parent | d64b4e305929ccb68e0cf1ef977f42e213023f3b (diff) | |
| parent | 88d89563783771daba2973eb8dc3faa237ba4b62 (diff) | |
Merge branch 'main' into type_hints
Diffstat (limited to 'shared-bindings/analogio')
| -rw-r--r-- | shared-bindings/analogio/AnalogIn.c | 2 | ||||
| -rw-r--r-- | shared-bindings/analogio/AnalogIn.h | 2 | ||||
| -rw-r--r-- | shared-bindings/analogio/AnalogOut.c | 2 | ||||
| -rw-r--r-- | shared-bindings/analogio/AnalogOut.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/shared-bindings/analogio/AnalogIn.c b/shared-bindings/analogio/AnalogIn.c index a91ffd946..2164bdf3e 100644 --- a/shared-bindings/analogio/AnalogIn.c +++ b/shared-bindings/analogio/AnalogIn.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * SPDX-FileCopyrightText: Copyright (c) 2013, 2014 Damien P. George * * 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/shared-bindings/analogio/AnalogIn.h b/shared-bindings/analogio/AnalogIn.h index 4aa7fca23..32f11e08f 100644 --- a/shared-bindings/analogio/AnalogIn.h +++ b/shared-bindings/analogio/AnalogIn.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * SPDX-FileCopyrightText: Copyright (c) 2013, 2014 Damien P. George * * 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/shared-bindings/analogio/AnalogOut.c b/shared-bindings/analogio/AnalogOut.c index 3b8d9354a..7b960d2ed 100644 --- a/shared-bindings/analogio/AnalogOut.c +++ b/shared-bindings/analogio/AnalogOut.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * SPDX-FileCopyrightText: Copyright (c) 2013, 2014 Damien P. George * * 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/shared-bindings/analogio/AnalogOut.h b/shared-bindings/analogio/AnalogOut.h index 6fe5d9b19..e4e94548b 100644 --- a/shared-bindings/analogio/AnalogOut.h +++ b/shared-bindings/analogio/AnalogOut.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * SPDX-FileCopyrightText: Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
