diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2021-01-15 12:01:15 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2021-01-25 17:07:25 -0500 |
| commit | 9f34ec78c44b6037e2f05bf4ebb44130b35e1425 (patch) | |
| tree | 4fed688fc8bad6c5591ac644daaf6b26e236fdd4 /shared-bindings/socketpool/SocketPool.c | |
| parent | 97f5d218a5af9c7207bc339bf25beaa65c7b42e5 (diff) | |
Separate Socket and SSLSocket, add LWIP connect
Diffstat (limited to 'shared-bindings/socketpool/SocketPool.c')
| -rw-r--r-- | shared-bindings/socketpool/SocketPool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/socketpool/SocketPool.c b/shared-bindings/socketpool/SocketPool.c index 8f4069faa..6ff6d5f98 100644 --- a/shared-bindings/socketpool/SocketPool.c +++ b/shared-bindings/socketpool/SocketPool.c @@ -3,8 +3,7 @@ * * The MIT License (MIT) * - * SPDX-FileCopyrightText: Copyright (c) 2014 Damien P. George - * 2018 Nick Moore for Adafruit Industries + * Copyright (c) 2020 Scott Shawcroft 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 |
