diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 20:34:25 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 20:34:25 +0900 |
commit | 42b2fb1d329f614822d3c5b080185199e4be98e2 (patch) | |
tree | 007fd02a8c29477b90883ff65c760e764c9e705a /tst/test_listen.py | |
parent | 37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0 (diff) | |
download | scadere-42b2fb1d329f614822d3c5b080185199e4be98e2.tar.gz |
Unuse subcommand for help2man
Diffstat (limited to 'tst/test_listen.py')
-rw-r--r-- | tst/test_listen.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tst/test_listen.py b/tst/test_listen.py index 1409834..ec98140 100644 --- a/tst/test_listen.py +++ b/tst/test_listen.py @@ -1,18 +1,20 @@ # Tests for the HTTP server # Copyright (C) 2025 Nguyễn Gia Phong # -# This program is free software: you can redistribute it and/or modify +# This file is part of scadere. +# +# Scadere is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# Scadere is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with scadere. If not, see <https://www.gnu.org/licenses/>. from asyncio import open_connection, start_server from base64 import (urlsafe_b64decode as from_base64, |