diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 16:45:50 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 22:49:55 +0900 |
commit | dd0ae4f55b191f66a9a159abe8af2baa95ed6635 (patch) | |
tree | f3cc13468ecf88600881f09a49eeb284724eefb3 /tst/test_check.py | |
parent | 2ad9177830e41802b673d1fe513bca883c5e496b (diff) | |
download | scadere-dd0ae4f55b191f66a9a159abe8af2baa95ed6635.tar.gz |
Comply with REUSE 3.3
Diffstat (limited to 'tst/test_check.py')
-rw-r--r-- | tst/test_check.py | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/tst/test_check.py b/tst/test_check.py index 4b2c955..b07259f 100644 --- a/tst/test_check.py +++ b/tst/test_check.py @@ -1,20 +1,7 @@ # Tests for the TLS client -# Copyright (C) 2025 Nguyễn Gia Phong # -# 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. -# -# 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 scadere. If not, see <https://www.gnu.org/licenses/>. +# SPDX-FileCopyrightText: 2025 Nguyễn Gia Phong +# SPDX-License-Identifier: AGPL-3.0-or-later from asyncio import get_running_loop, start_server from datetime import datetime, timedelta, timezone |