bump the copyright on some new/rewritten modules
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
749576f535
commit
4644aea4b0
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user