bump the copyright on some new/rewritten modules

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-17 08:06:06 -05:00
parent 749576f535
commit 4644aea4b0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
"""An application for running my Markdown-based sites. """An application for running my Markdown-based sites.
SPDX-FileCopyrightText: © 2020 Brian S. Stephan <bss@incorporeal.org> SPDX-FileCopyrightText: © 2025 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: GPL-3.0-only SPDX-License-Identifier: GPL-3.0-only
""" """
import json import json

View File

@ -1,6 +1,6 @@
"""Build an instance as a static site suitable for serving via e.g. Nginx. """Build an instance as a static site suitable for serving via e.g. Nginx.
SPDX-FileCopyrightText: © 2022 Brian S. Stephan <bss@incorporeal.org> SPDX-FileCopyrightText: © 2025 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: GPL-3.0-only SPDX-License-Identifier: GPL-3.0-only
""" """
import argparse import argparse

View File

@ -1,6 +1,6 @@
"""Test command line invocations. """Test command line invocations.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org> SPDX-FileCopyrightText: © 2025 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: GPL-3.0-only SPDX-License-Identifier: GPL-3.0-only
""" """
import os import os

View File

@ -1,6 +1,6 @@
"""Test the high level SSG operations. """Test the high level SSG operations.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org> SPDX-FileCopyrightText: © 2025 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: GPL-3.0-only SPDX-License-Identifier: GPL-3.0-only
""" """
import os import os