remove shebang and add License GPL2 or later
This commit is contained in:
parent
5c7cb6f0aa
commit
40c38effe1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
BUFSIZE_BUFFER = const(49 * 1024)
|
BUFSIZE_BUFFER = const(49 * 1024)
|
||||||
BUFSIZE_RXBUF = const(32 * 1024)
|
BUFSIZE_RXBUF = const(32 * 1024)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue