Use a "real" copyright line

This commit is contained in:
Samuel Tyler 2025-10-17 18:53:10 +11:00
parent deb37bb460
commit bbccded731
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
359 changed files with 360 additions and 360 deletions

View file

@ -3,7 +3,7 @@
This creates a simple "mirror" from a directory
"""
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
# SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
import http.server
import socketserver