summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2023-06-14 14:03:14 +0200
committerAgathe Porte <microjoe@microjoe.org>2023-06-14 14:04:51 +0200
commit79dcfe85caabaf44bfdd5b230717a16919868eb4 (patch)
tree993a650152095061d8a5244a55b7b3874b0292f8 /__init__.py
parentad677e09400d0df974b9e1c196e8001316ca528b (diff)
downloadpelican-gen-date-79dcfe85caabaf44bfdd5b230717a16919868eb4.tar.gz
pelican-gen-date-79dcfe85caabaf44bfdd5b230717a16919868eb4.zip
Add MIT license
And make project reuse-compliant.
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index 5272f27..b6023b5 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 Agathe Porte
+#
+# SPDX-License-Identifier: MIT
+
import datetime
from pelican import signals