diff options
Diffstat (limited to 'extmod/modwebsocket.h')
| -rw-r--r-- | extmod/modwebsocket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extmod/modwebsocket.h b/extmod/modwebsocket.h index 2720147df..46aa0408b 100644 --- a/extmod/modwebsocket.h +++ b/extmod/modwebsocket.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +// +// SPDX-License-Identifier: MIT + #ifndef MICROPY_INCLUDED_EXTMOD_MODWEBSOCKET_H #define MICROPY_INCLUDED_EXTMOD_MODWEBSOCKET_H |
