diff options
author | Agathe Porte <microjoe@microjoe.org> | 2023-06-14 14:03:14 +0200 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2023-06-14 14:04:51 +0200 |
commit | 79dcfe85caabaf44bfdd5b230717a16919868eb4 (patch) | |
tree | 993a650152095061d8a5244a55b7b3874b0292f8 /.gitignore | |
parent | ad677e09400d0df974b9e1c196e8001316ca528b (diff) | |
download | pelican-gen-date-79dcfe85caabaf44bfdd5b230717a16919868eb4.tar.gz pelican-gen-date-79dcfe85caabaf44bfdd5b230717a16919868eb4.zip |
Add MIT license
And make project reuse-compliant.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2023 Agathe Porte +# +# SPDX-License-Identifier: MIT + __pycache__ *.pyc |