summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2022-05-03 17:08:36 +0200
committerAgathe Porte <microjoe@microjoe.org>2022-05-03 17:08:36 +0200
commit823ab1c84c519a202099f05a6574526bd858df5a (patch)
tree65e5669b527e3ab9eb822dd030201fbf6e0c0149
parent03a8107bfcc329f866203bbc917d71403a9049f1 (diff)
downloadpelican-dir-attach-823ab1c84c519a202099f05a6574526bd858df5a.tar.gz
pelican-dir-attach-823ab1c84c519a202099f05a6574526bd858df5a.zip
chore: make project REUSE-compliantmain
-rw-r--r--LICENSES/MIT.txt9
-rw-r--r--README.md6
-rw-r--r--__init__.py4
-rw-r--r--pelican_dir_attach.py3
4 files changed, 22 insertions, 0 deletions
diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt
new file mode 100644
index 0000000..2071b23
--- /dev/null
+++ b/LICENSES/MIT.txt
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index eb05c56..b21637a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2022 Agathe Porte <microjoe@microjoe.org>
+
+SPDX-License-Identifier: MIT
+-->
+
# pelican\_dir\_attach
A pelican plugin to attach images from directories.
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 *
diff --git a/pelican_dir_attach.py b/pelican_dir_attach.py
index 930220c..18d8256 100644
--- a/pelican_dir_attach.py
+++ b/pelican_dir_attach.py
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022 Agathe Porte <microjoe@microjoe.org>
+#
+# SPDX-License-Identifier: MIT
"""dir_attach, a Pelican plugin to attach files from a directory named after
restructuredText file names.