summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2023-06-14 14:00:07 +0200
committerAgathe Porte <microjoe@microjoe.org>2023-06-14 14:00:07 +0200
commit5d5a7a71ec48a2ce17b7c2a287482c3f44e63f28 (patch)
treee31d18bb9095288235cd532155176b83feee610c /__init__.py
parent8ea63c592d4f332bb7b88babae33e068eeaa0a19 (diff)
downloadpelican-render-math-mathml-5d5a7a71ec48a2ce17b7c2a287482c3f44e63f28.tar.gz
pelican-render-math-mathml-5d5a7a71ec48a2ce17b7c2a287482c3f44e63f28.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 c79c8f7..3828018 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 Agathe Porte
+#
+# SPDX-License-Identifier: MIT
+
from pelican import signals