diff options
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py index da05757..54a2c76 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 Agathe Porte <microjoe@microjoe.org> +# +# SPDX-License-Identifier: MIT + from .pelican_dir_attach import * |