From dd0ae4f55b191f66a9a159abe8af2baa95ed6635 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 18 Jun 2025 16:45:50 +0900 Subject: Comply with REUSE 3.3 --- src/scadere/__init__.py | 17 ++--------------- src/scadere/check.py | 17 ++--------------- src/scadere/listen.py | 17 ++--------------- 3 files changed, 6 insertions(+), 45 deletions(-) (limited to 'src') diff --git a/src/scadere/__init__.py b/src/scadere/__init__.py index bd67de9..e815276 100644 --- a/src/scadere/__init__.py +++ b/src/scadere/__init__.py @@ -1,20 +1,7 @@ # Root package, with some helpers -# 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 . +# SPDX-FileCopyrightText: 2025 Nguyễn Gia Phong +# SPDX-License-Identifier: AGPL-3.0-or-later from argparse import HelpFormatter, ONE_OR_MORE diff --git a/src/scadere/check.py b/src/scadere/check.py index bc5d3f5..a14543d 100644 --- a/src/scadere/check.py +++ b/src/scadere/check.py @@ -1,20 +1,7 @@ # TLS certificate expiration checker -# 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 . +# SPDX-FileCopyrightText: 2025 Nguyễn Gia Phong +# SPDX-License-Identifier: AGPL-3.0-or-later from argparse import ArgumentParser, FileType from base64 import urlsafe_b64encode as base64 diff --git a/src/scadere/listen.py b/src/scadere/listen.py index 824a566..05fa199 100644 --- a/src/scadere/listen.py +++ b/src/scadere/listen.py @@ -1,20 +1,7 @@ # HTTP server for Atom feed of TLS certificate expirations -# 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 . +# SPDX-FileCopyrightText: 2025 Nguyễn Gia Phong +# SPDX-License-Identifier: AGPL-3.0-or-later from argparse import ArgumentParser from asyncio import run, start_server -- cgit 1.4.1