From 42b2fb1d329f614822d3c5b080185199e4be98e2 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 28 May 2025 20:34:25 +0900 Subject: Unuse subcommand for help2man --- tst/test_check.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tst/test_check.py') diff --git a/tst/test_check.py b/tst/test_check.py index bfbe927..b9a89ff 100644 --- a/tst/test_check.py +++ b/tst/test_check.py @@ -1,18 +1,20 @@ # Tests for the TLS client # Copyright (C) 2025 Nguyễn Gia Phong # -# This program is free n 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 . +# along with scadere. If not, see . from asyncio import get_running_loop, start_server from base64 import urlsafe_b64encode as base64 -- cgit 1.4.1