remove shebang and add License GPL2 or later

This commit is contained in:
Arne Zachlod 2025-02-13 19:59:00 +01:00
parent 5c7cb6f0aa
commit 40c38effe1

View file

@ -1,4 +1,4 @@
#! /usr/bin/python
# SPDX-License-Identifier: GPL-2.0-or-later
BUFSIZE_BUFFER = const(49 * 1024)
BUFSIZE_RXBUF = const(32 * 1024)